CLI

Lift, check, emit, and publish from one bounded CLI chain.

Use brikc locally, then hand artifacts into Platform governance.

Tooling Guide

Install once, then run the verification sequence.

Each stage emits a concrete review artifact.

Command Model

Source code to reusable package state.

Commands follow one lifecycle: lift, check, emit, publish.

verification loop

Lift

Turn source into a blueprint.

Check

verification gate

Run 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.pcd

Operator Loop

Move through lift, check, and publish.

The CLI order stays explicit across local and Platform use.

operator loop

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.