Skip to main content
AI can generate code faster than teams can review it. BRIK64 helps turn critical logic into inspectable blueprints and local evidence artifacts. This guide runs the current BRIK64 CLI beta local workflow. It does not require login for local use.

0. Install The CLI

The current public CLI beta is installed through the public installer. Verify the executable after install with brik64 --version and brik64 help. Install:
Check Install the BRIK64 CLI for release links, package checksums and platform status. The installer, release manifest and GitHub Releases page are the public release surfaces.

1. Inspect The CLI

brik64 help should print the installed command surface plus links to docs, the public skill repository and the PCD standard.

2. Run The Developer Assurance Loop

Read .brik/audit/BRIK64_AUDIT_REPORT.md, .brik/audit/audit-results.json, and .brik/audit/blueprint/blueprint-report.json when present. The report mode tells you what the CLI produced:
  • pcd_certified: local PCD candidates and a local polymer exist.
  • sdk_logic: use BRIK64 SDK-first for the identified logic modules.
  • inspection_draft: treat the result as an inspection map only.
If the installed CLI does not expose audit, use the lower-level blueprint command and record the version drift in the report:
brik64 init prepares local BRIK64 project metadata. It does not create or modify AGENTS.md.

3. Create Or Choose A PCD

Create a .pcd file from a bounded requirement or use a reviewed local PCD candidate. PCD means Program Circuit Description. Treat it as a circuit description for bounded logic, not as a free-form script.

4. Create Local Evidence

The command creates local evidence for the inspected scope. Treat the output as an artifact for review, not as a broad application-wide statement.

5. Emit A Local Candidate Output

Use the generated files and tests as local candidate artifacts. They are not release certificates. Install or read the official skill through the public skills repository or your host agent environment:
Any AGENTS.md write must be explicit, reviewable and user-approved.