core/demos
Shay 310aed9ff0
chore: Refactor CLI and Governance Anchors (#926)
* docs: consolidate governance anchors and clean up test registries

* refactor(cli): decompose cli into dedicated modules

* test: fix broken test baselines and formatting

* docs: add domain boundary READMEs for governance anchors

* test: update baseline for determination lane

* test: fix capability_pass expectation

* test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement

* chore: cleanup CLI extraction and unreachable code
2026-07-03 12:34:56 -07:00
..
amr_decision_substrate
claude_hybrid_verification fix: green test-fast suite, consolidate ADR graph under docs/adr, and complete governance cohesion anchors 2026-06-30 17:56:12 -07:00
claude_tool_authority fix(demo): restore full tool authority runner 2026-06-11 11:42:32 -07:00
deductive_entailment_authority feat(demo): add deductive entailment authority demo (Demo E) 2026-06-12 00:28:46 -07:00
epistemic_truth_state fix(demo): harden epistemic truth-state authority — sealed corpus + entailment-decided inference 2026-06-11 21:25:08 -07:00
proof_carrying_promotion feat(demo): ADR-0218 PR D — proof-carrying coherence promotion demo 2026-06-11 17:33:08 -07:00
README.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00

Deterministic Demo Packages

demos/ contains standalone, claim-scoped demonstration packages. Each demo has its own fixtures, expected artifacts, local authority code, and runner.

These packages are intentionally importable because tests and Workbench demo routes execute them as deterministic envelopes. They are not generic runtime adapters and they must not perform hidden side effects.

Use this directory for bounded proof demos such as proposer authority, proof-carrying promotion, epistemic truth-state refusal, or domain-specific decision substrates.

Use core/demos/ for composition contracts, showcase adapters, and runtime presentation of already-proven demos.