Skip to main content
The current public local workflow uses brik64 emit <file.pcd> for candidate outputs. Generate a local candidate output:
brik64 emit path/to/program.pcd
Generate target examples when your installed CLI help lists the target:
brik64 emit path/to/program.pcd --target ts --out out-ts --tests

What To Inspect

  • Which files were generated.
  • Which target languages were emitted.
  • Which local checks or generated tests are present.
  • Which report files changed.
  • Which command version ran.
Passing checks are regression evidence for the documented sample flow. Pair them with the command, version and files involved.