> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brik64.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> BRIK64 CLI command reference.

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

## Core

```bash theme={null}
brik64 help
brik64 --version
brik64 init --profile startup --structure modular
brik64 doctor --json
brik64 engine status --json
```

## Developer Assurance Loop

```bash theme={null}
brik64 audit . --out .brik/audit --json
brik64 explain pcd/add.pcd --suggest --fix-plan --json
brik64 test pcd/add.pcd --generate-scenarios --json
brik64 diff pcd/v1/add.pcd pcd/v2/add.pcd --impact --json
brik64 doc pcd/add.pcd --format markdown --out docs/brik64 --json
brik64 lint-policy . --policy all --json
```

`audit` aggregates blueprint generation, doctor, ledger, policy lint and PCD
diagnostics into a local evidence bundle. Policy lint is static hygiene only;
it is not compliance certification.

## Blueprint And Lift

```bash theme={null}
brik64 blueprint . --out brik64-blueprint --mermaid --evidence --json
brik64 lift ts path/to/file.ts --preview --json
brik64 adoption report --json
```

`blueprint` creates a scoped local report. `lift` creates local preview
candidates and warning reports. Neither command claims whole-application proof.

## PCD Workflow

```bash theme={null}
brik64 template --type numeric-monomer --out pcd/add.pcd
brik64 certify pcd/add.pcd
brik64 verify pcd/add.pcd --json
brik64 emit pcd/add.pcd --target ts --out out-ts --tests
brik64 polymerize pcd/add.pcd --out pcd/polymers/core.polymer.pcd --json
```

Generated files and tests are local candidate artifacts. Review them before use.

## Traceability And Privacy

```bash theme={null}
brik64 lock --files pcd/add.pcd --json
brik64 ledger status
brik64 telemetry status
brik64 telemetry explain
brik64 feedback --category docs --message "local feedback"
brik64 errors status
```

Telemetry is opt-in. Local reports must not include raw private source, secrets,
tokens, or whole-application proof claims.

## Updates And Skills

```bash theme={null}
brik64 update --check --json
brik64 skill check-version --json
brik64 monomers list --json
brik64 monomers explain MC_00.ADD8 --json
```

Use package managers for SDKs only. The CLI install channel is the public curl
installer and GitHub Release asset.
