Overview
What jPipe is, the three tools it ships, and where to start.
What jPipe is, the three tools it ships, and where to start.
One package-manager command installs the jpipe compiler, with Java and Graphviz.
Install the VS Code extension; it picks up the compiler you already installed.
Learn how to write your first justification.
Add depth to a justification with intermediate claims.
Capture an argument’s reasoning as a reusable template, and instantiate it with concrete evidence.
Use load to keep a reusable model in its own file and pull it into many arguments.
Join independent justifications under one conclusion with the assemble operator.
Expand one node of a justification into a deeper argument with the refine operator.
Install jpipe-runner, the execution environment for justifications.
Learn how to implement your strategies and evidence verifications in Python.
Re-validate a justification in GitHub Actions and catch decision drift before it ships.
Bring a failing justification into the pull-request conversation, where the change is reviewed.
Teach the extension where to find a compiler: yours, a JAR, or one it downloads.