Skip to main content
This page lists the command surface documented for the current public CLI beta. Always confirm against the installed package with brik64 help.

brik64 help

Prints the supported command surface and documentation URL.
brik64 help

brik64 version

Prints the installed CLI version.
brik64 version
brik64 --version

brik64 init

Initializes local BRIK64 project metadata.
brik64 init
brik64 init does not write AGENTS.md.

brik64 certify

Creates a local evidence record for the inspected PCD source.
brik64 certify path/to/program.pcd
Review the output and scope before using it in a release or public statement.

brik64 emit

Emits local candidate outputs for the inspected PCD source.
brik64 emit path/to/program.pcd
brik64 emit path/to/program.pcd --target ts --out out-ts --tests
brik64 emit path/to/program.pcd --target rust --out out-rust --tests
brik64 emit path/to/program.pcd --target python --out out-python --tests
Generated files and tests are local candidate artifacts. Review them before use.

Not Current Public Beta Commands

The following command families are not part of the current public beta command surface unless the installed brik64 help output lists them:
  • diagnostics beyond help/version, including brik64 doctor;
  • engine inspection commands;
  • PCD generation commands such as brik64 pcd generate order-risk;
  • polymerization commands;
  • bulk compile/test commands;
  • CLI-managed skill commands;
  • CLI-managed update commands.
Use the public skills repository or the host agent environment. Any AGENTS.md write must be explicit, reviewable and user-approved.