Tooling Guide
Install once, then run the verification sequence.
Each stage emits a concrete review artifact.
Command Model
Commands follow one lifecycle: lift, check, emit, publish.
Lift
Turn source into a blueprint.
Check
verification gateRun closure and domain analysis.
Emit
Generate targets from the blueprint.
Publish
Move packages into registry workflows.
Quickstart sequence
$ brikc lift src/ --to pcd
$ brikc check dist/project.pcd
$ brikc certify dist/project.pcd
$ brikc registry publish dist/project.pcdOperator Loop
The CLI order stays explicit across local and Platform use.
01. Start locally
Begin from source or PCD.
02. Model
Make computation explicit.
03. Check and emit
Run closure checks.
04. Publish
Hand off to registry or CI.
Install binaries — securely.
CLI produces bounded artifacts; team governance lives in Platform.