pmu_verify
Reproduces PMU due-diligence claims (weld diff=0, T1 forgeries, σ-on-silicon, reef ρ) via verify-all.sh, enforcing a dossier-freshness gate that fails if document drifts from code.
Instructions
Reproduce every PMU due-diligence claim — weld diff=0, T1 forgeries, σ-on-silicon, reef ρ. Runs scripts/pmu/verify-all.sh in the thetadrivencoach repo (the Rust daemon + canon are NOT bundled in npm; the repo is located via cwd / ../../, or set repo_root / THETACOG_REPO_ROOT). Includes the dossier-freshness gate (fails if the document drifts from the code).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_root | No | Absolute path to the thetadrivencoach repo root (the dir containing scripts/pmu/verify-all.sh). Only needed when the package is not running from inside the repo — otherwise auto-located. | |
| skip_build | No | Skip rebuilding the Rust binary even if stale (sets SKIP_BUILD=1). Faster when the binary already exists. |