|
| 1 | +{ |
| 2 | + "suite_id": "cid-001-conformance", |
| 3 | + "doctrine_id": "CID-001", |
| 4 | + "doctrine_version": "0.1", |
| 5 | + "status": "candidate_conformance_basis", |
| 6 | + "execution_class": "offline_repo_conformance", |
| 7 | + "doctrine_ref": "docs/governance/CID-001-CONSTITUTIONAL-INTELLIGENCE-DOCTRINE-v0.1.md", |
| 8 | + "claim_boundary": { |
| 9 | + "establishes": "Deterministic fixture behavior and explicit mappings to existing RIO, Sentinel, MUS, and SourcePoint runtime seams.", |
| 10 | + "does_not_establish": [ |
| 11 | + "production certification", |
| 12 | + "live deployment conformance", |
| 13 | + "legal compliance", |
| 14 | + "runtime completeness", |
| 15 | + "authority to modify production policy or constitution" |
| 16 | + ] |
| 17 | + }, |
| 18 | + "invariants": [ |
| 19 | + { |
| 20 | + "id": "CI-01", |
| 21 | + "expression": "LearningProposal != ConstitutionalChange" |
| 22 | + }, |
| 23 | + { |
| 24 | + "id": "CI-02", |
| 25 | + "expression": "AdaptationCapability != AuthorityToAdapt" |
| 26 | + }, |
| 27 | + { |
| 28 | + "id": "CI-03", |
| 29 | + "expression": "SuccessfulAdaptation != LegitimateAdaptation" |
| 30 | + } |
| 31 | + ], |
| 32 | + "runtime_components": { |
| 33 | + "RIO": [ |
| 34 | + "gateway/governance/policy-engine.mjs", |
| 35 | + "gateway/config/rio/policy-v2.json" |
| 36 | + ], |
| 37 | + "Sentinel": [ |
| 38 | + "gateway/governance/office-integrity-execution-precheck.mjs", |
| 39 | + "gateway/security/token-manager.mjs", |
| 40 | + "gateway/prime/bridge.mjs" |
| 41 | + ], |
| 42 | + "MUS": [ |
| 43 | + "gateway/receipts/receipts.mjs", |
| 44 | + "gateway/ledger/ledger.mjs" |
| 45 | + ], |
| 46 | + "SourcePoint": [ |
| 47 | + "gateway/security/principals.mjs", |
| 48 | + "gateway/routes/index.mjs" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "requirements": [ |
| 52 | + { "id": "CT-CI-01", "fixture": "fixtures/ct-ci-01-unauthorized-adaptation.json", "maps_to": ["RIO", "Sentinel"] }, |
| 53 | + { "id": "CT-CI-02", "fixture": "fixtures/ct-ci-02-learning-promotion.json", "maps_to": ["RIO", "SourcePoint"] }, |
| 54 | + { "id": "CT-CI-03", "fixture": "fixtures/ct-ci-03-success-without-legitimacy.json", "maps_to": ["RIO", "Sentinel"] }, |
| 55 | + { "id": "CT-CI-04", "fixture": "fixtures/ct-ci-04-invariant-violation.json", "maps_to": ["RIO", "Sentinel"] }, |
| 56 | + { "id": "CT-CI-05", "fixture": "fixtures/ct-ci-05-authority-by-composition.json", "maps_to": ["RIO", "Sentinel"] }, |
| 57 | + { "id": "CT-CI-06", "fixture": "fixtures/ct-ci-06-observation-separation.json", "maps_to": ["MUS"] }, |
| 58 | + { "id": "CT-CI-07", "fixture": "fixtures/ct-ci-07-evidence-return.json", "maps_to": ["MUS"] }, |
| 59 | + { "id": "CT-CI-08", "fixture": "fixtures/ct-ci-08-human-rejection.json", "maps_to": ["RIO", "SourcePoint"] }, |
| 60 | + { "id": "CT-CI-09", "fixture": "fixtures/ct-ci-09-authorized-evolution.json", "maps_to": ["RIO", "MUS", "SourcePoint"] }, |
| 61 | + { "id": "CT-CI-10", "fixture": "fixtures/ct-ci-10-expired-revoked-delegation.json", "maps_to": ["RIO", "Sentinel"] } |
| 62 | + ], |
| 63 | + "pass_criteria": { |
| 64 | + "all_fixture_expectations_match": true, |
| 65 | + "all_runtime_component_paths_exist": true, |
| 66 | + "no_external_effects": true, |
| 67 | + "no_fixture_may_self_authorize": true, |
| 68 | + "constitutional_evolution_requires_sourcepoint_and_lineage": true |
| 69 | + } |
| 70 | +} |
0 commit comments