core/demos
Shay 73f74588ae fix(evals): stabilize test harness post-CGA substrate migration
- Resolved `tmp_path_factory` exhaustion error in `conftest.py` isolation setup
- Fixed aggressive string-replacement artifacts (`is_eval_close(..., True and ...)`) in contemplation and relational reader test modules that swallowed boolean precedence
- Re-pinned Claude hybrid verification expected artifacts (scenarios 1-5) to correctly reflect their new geometry-derived trace hashes
- Updated construction affordance invariants and tests to reflect the targeted promotion of `proportional_change.decrease_to_fraction` from diagnostic-only to serving-allowed
2026-07-04 18:43:01 -07:00
..
amr_decision_substrate harden amr demo replay fixture 2026-06-02 10:38:00 -07:00
claude_hybrid_verification fix(evals): stabilize test harness post-CGA substrate migration 2026-07-04 18:43:01 -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.