thetacog-pmu-inspect
Inspect and control the PMU XOR→ClaudBridge pipeline by reading or writing pipeline state. Manage intent, reality, thresholds, trigger runs, and retrieve receipts.
Instructions
Inspect and control the PMU XOR→ClaudBridge pipeline. Reads/writes data/pmu/pipeline/state.json (shared with the CLI driver, dashboard, and ClaudBridge mock). Use to: peek current intent/reality + last run sigma/friction (get-state), change inputs (set-intent, set-reality, set-threshold), trigger a full pipeline run end-to-end (run; optional stage to stop early), retrieve a specific run's receipt (get-run), list recent runs (list-runs), or inspect the cached axis/tile libraries (list-axes, list-tiles). The intent/reality control plane is the load-bearing surface — changing intent here makes the next run + dashboard render against the new coordinate without code edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mix | No | For set-intent/set-reality: a mix spec { base:"A1,A1", drift:"B2,B2", drift_fraction:0.30 } | |
| kind | No | Optional input kind override for set-intent/set-reality: "coord" | "text" | "file" | |
| limit | No | For list-runs / list-axes / list-tiles: max items returned | |
| stage | No | For run: stop after this stage. Order: resolve → sense → sigma → binarize → project → xor → claudbridge | |
| value | No | For set-intent/set-reality: a coord like "A1,A1" or free text. For set-threshold: a number or "adaptive". | |
| action | Yes | Subcommand | |
| offset | No | For list-tiles: pagination offset into the 20,736-tile library | |
| run_id | No | For get-run: the run id to fetch (e.g., "run-2026-05-27T15-00-34-…") | |
| threshold | No | For run: override the binarize threshold ("adaptive" or a numeric like "0.55") |