percolation-inversion-compiler-ts 0.4.5 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +77 -22
  3. package/agent-manifest.json +50 -0
  4. package/dist/alt_lift/index.d.ts +7 -0
  5. package/dist/alt_lift/index.js +101 -0
  6. package/dist/bit_engine/index.d.ts +8 -0
  7. package/dist/bit_engine/index.js +213 -0
  8. package/dist/cli/main.js +2106 -162
  9. package/dist/index.d.ts +5 -0
  10. package/dist/index.js +1611 -16
  11. package/dist/phase_lab/index.d.ts +26 -0
  12. package/dist/phase_lab/index.js +1124 -0
  13. package/dist/sqot_controller/index.d.ts +8 -0
  14. package/dist/sqot_controller/index.js +141 -0
  15. package/dist/trc_adapter/index.d.ts +6 -0
  16. package/dist/trc_adapter/index.js +86 -0
  17. package/docs/alt-ecpt-lift.md +32 -0
  18. package/docs/bit-inversion-engine.md +32 -0
  19. package/docs/cli-reference.md +68 -0
  20. package/docs/effective-packet-graph.md +35 -0
  21. package/docs/for-agents.md +44 -0
  22. package/docs/phase-ecology-lab.md +46 -0
  23. package/docs/sqot-queue-sovereignty.md +31 -0
  24. package/docs/threshold-certificates.md +30 -0
  25. package/docs/trc-trace-adapter.md +30 -0
  26. package/docs/v050-audit.md +126 -0
  27. package/examples/alt_lift/alt_ecpt_lift.example.json +27 -0
  28. package/examples/bit_engine/bottlenecks.example.json +38 -0
  29. package/examples/bit_engine/inversion_candidates.example.json +55 -0
  30. package/examples/packet_exchange/packet_envelope.example.json +51 -0
  31. package/examples/packet_exchange/packet_merge_report.example.json +60 -0
  32. package/examples/phase_lab/certificate_abstain.example.json +39 -0
  33. package/examples/phase_lab/closure_report.example.json +41 -0
  34. package/examples/phase_lab/effective_graph.example.json +112 -0
  35. package/examples/phase_lab/executable_paths.example.json +20 -0
  36. package/examples/phase_lab/phase_window_observation.example.json +61 -0
  37. package/examples/phase_lab/runtime_report_1.json +19 -0
  38. package/examples/phase_lab/runtime_report_2.json +16 -0
  39. package/examples/phase_lab/threshold_status.example.json +31 -0
  40. package/examples/sqot_controller/queue_report.example.json +30 -0
  41. package/examples/sqot_controller/rebalance_plan.example.json +14 -0
  42. package/examples/thresholds/asi_proxy_development.json +15 -0
  43. package/examples/trc_adapter/tool_trace_input.example.json +17 -0
  44. package/examples/trc_adapter/typed_trace.example.json +64 -0
  45. package/fixtures/portability_conformance_v050/certificate_abstain.example.json +39 -0
  46. package/fixtures/portability_conformance_v050/closure_report.example.json +39 -0
  47. package/fixtures/portability_conformance_v050/effective_graph.example.json +112 -0
  48. package/fixtures/portability_conformance_v050/executable_paths.example.json +20 -0
  49. package/fixtures/portability_conformance_v050/manifest.json +55 -0
  50. package/fixtures/portability_conformance_v050/phase_lab_event_1.json +51 -0
  51. package/fixtures/portability_conformance_v050/phase_lab_event_2.json +55 -0
  52. package/fixtures/portability_conformance_v050/phase_window_observation.example.json +61 -0
  53. package/fixtures/portability_conformance_v050/runtime_report_1.json +19 -0
  54. package/fixtures/portability_conformance_v050/runtime_report_2.json +14 -0
  55. package/fixtures/portability_conformance_v050/threshold_status.example.json +29 -0
  56. package/fixtures/python_v044_cli/agent_autonomy_audit.json +4 -3
  57. package/fixtures/python_v044_cli/agent_manifest.json +2 -1
  58. package/fixtures/python_v044_cli/agent_runbook.json +2 -1
  59. package/fixtures/python_v044_cli/demo_installed_smoke.json +86 -86
  60. package/fixtures/python_v044_demo/manifest.json +2 -1
  61. package/fixtures/python_v050_cli/alt_capital_impact.json +30 -0
  62. package/fixtures/python_v050_cli/alt_ecpt_lift.json +85 -0
  63. package/fixtures/python_v050_cli/alt_liquidity_to_paths.json +85 -0
  64. package/fixtures/python_v050_cli/alt_receiver_lift.json +15 -0
  65. package/fixtures/python_v050_cli/bit_certificate.json +15 -0
  66. package/fixtures/python_v050_cli/bit_compare_baseline.json +24 -0
  67. package/fixtures/python_v050_cli/bit_diagnose.json +95 -0
  68. package/fixtures/python_v050_cli/bit_invert.json +235 -0
  69. package/fixtures/python_v050_cli/bit_mec.json +18 -0
  70. package/fixtures/python_v050_cli/ecology_effective_graph.json +178 -0
  71. package/fixtures/python_v050_cli/ecology_execution_available_paths.json +88 -0
  72. package/fixtures/python_v050_cli/manifest.json +48 -0
  73. package/fixtures/python_v050_cli/phase_lab_certify.json +443 -0
  74. package/fixtures/python_v050_cli/phase_lab_closure.json +85 -0
  75. package/fixtures/python_v050_cli/phase_lab_compare_window.json +24 -0
  76. package/fixtures/python_v050_cli/phase_lab_executable_paths.json +88 -0
  77. package/fixtures/python_v050_cli/phase_lab_graph.json +178 -0
  78. package/fixtures/python_v050_cli/phase_lab_ingest_1.json +105 -0
  79. package/fixtures/python_v050_cli/phase_lab_ingest_2.json +109 -0
  80. package/fixtures/python_v050_cli/phase_lab_init.json +20 -0
  81. package/fixtures/python_v050_cli/phase_lab_list_windows.json +63 -0
  82. package/fixtures/python_v050_cli/phase_lab_observe.json +108 -0
  83. package/fixtures/python_v050_cli/phase_lab_threshold_status.json +164 -0
  84. package/fixtures/python_v050_cli/sqot_diagnose_queue.json +38 -0
  85. package/fixtures/python_v050_cli/sqot_quarantine.json +7 -0
  86. package/fixtures/python_v050_cli/sqot_rebalance.json +19 -0
  87. package/fixtures/python_v050_cli/sqot_reserve_check.json +20 -0
  88. package/fixtures/python_v050_cli/sqot_salience_obstruction.json +19 -0
  89. package/fixtures/python_v050_cli/trc_action_boundary.json +451 -0
  90. package/fixtures/python_v050_cli/trc_tool_trace.json +221 -0
  91. package/fixtures/python_v050_cli/trc_trace_adapter.json +221 -0
  92. package/fixtures/python_v050_demo/asi_proxy_development.json +15 -0
  93. package/fixtures/python_v050_demo/certificate_abstain.example.json +39 -0
  94. package/fixtures/python_v050_demo/closure_report.example.json +39 -0
  95. package/fixtures/python_v050_demo/effective_graph.example.json +112 -0
  96. package/fixtures/python_v050_demo/executable_paths.example.json +20 -0
  97. package/fixtures/python_v050_demo/phase_window_observation.example.json +61 -0
  98. package/fixtures/python_v050_demo/runtime_report_1.json +19 -0
  99. package/fixtures/python_v050_demo/runtime_report_2.json +14 -0
  100. package/fixtures/python_v050_demo/threshold_status.example.json +29 -0
  101. package/fixtures/python_v050_snapshots/manifest.json +39 -0
  102. package/fixtures/python_v050_snapshots/snapshot_list.json +112 -0
  103. package/fixtures/python_v050_snapshots/snapshot_routes.json +926 -0
  104. package/fixtures/python_v050_snapshots/snapshot_show_alt.json +6830 -0
  105. package/fixtures/python_v050_snapshots/snapshot_show_bit.json +594 -0
  106. package/fixtures/python_v050_snapshots/snapshot_show_ecpt.json +2894 -0
  107. package/fixtures/python_v050_snapshots/snapshot_show_sqot.json +2392 -0
  108. package/fixtures/python_v050_snapshots/snapshot_show_trc.json +3037 -0
  109. package/fixtures/python_v050_snapshots/snapshot_verify_alt.json +10 -0
  110. package/fixtures/python_v050_snapshots/snapshot_verify_bit.json +10 -0
  111. package/fixtures/python_v050_snapshots/snapshot_verify_ecpt.json +10 -0
  112. package/fixtures/python_v050_snapshots/snapshot_verify_sqot.json +10 -0
  113. package/fixtures/python_v050_snapshots/snapshot_verify_trc.json +10 -0
  114. package/package.json +45 -3
  115. package/schemas/ASIProxyThresholdSpec.schema.json +72 -0
  116. package/schemas/ASIProxyThresholdStatus.schema.json +512 -0
  117. package/schemas/ActionBoundaryRequirement.schema.json +28 -0
  118. package/schemas/ActivationGainEstimate.schema.json +41 -0
  119. package/schemas/AltEcptLiftReport.schema.json +400 -0
  120. package/schemas/AltLiftBlocker.schema.json +34 -0
  121. package/schemas/AttentionBudgetLedger.schema.json +41 -0
  122. package/schemas/AutocatalyticClosureReport.schema.json +408 -0
  123. package/schemas/AutocatalyticClosureWitness.schema.json +22 -139
  124. package/schemas/BasinReachabilityProxy.schema.json +21 -0
  125. package/schemas/BottleneckClassDiagnosis.schema.json +115 -0
  126. package/schemas/BottleneckInversionCandidate.schema.json +249 -0
  127. package/schemas/BottleneckInversionReport.schema.json +499 -0
  128. package/schemas/CapabilityExpressionPath.schema.json +45 -0
  129. package/schemas/CapitalToPathContribution.schema.json +53 -0
  130. package/schemas/ClosureAbstentionReason.schema.json +25 -0
  131. package/schemas/ClosureCertificateCandidate.schema.json +109 -0
  132. package/schemas/ClosureDefect.schema.json +28 -0
  133. package/schemas/ClosureSupportHyperpath.schema.json +44 -0
  134. package/schemas/CollectivePhaseAbstentionReport.schema.json +591 -0
  135. package/schemas/CollectivePhaseCertificateCandidate.schema.json +688 -0
  136. package/schemas/CrossContextTransferWitness.schema.json +46 -0
  137. package/schemas/DiagnosticReserveReport.schema.json +87 -0
  138. package/schemas/DownstreamSearchCostDelta.schema.json +46 -0
  139. package/schemas/EcologyAutocatalyticClosureWitness.schema.json +187 -0
  140. package/schemas/EffectiveGraphResidualSummary.schema.json +38 -0
  141. package/schemas/EffectivePacketEdge.schema.json +135 -0
  142. package/schemas/EffectivePacketEligibility.schema.json +84 -0
  143. package/schemas/EffectivePacketGraph.schema.json +461 -0
  144. package/schemas/EffectivePacketGraphBuildReport.schema.json +521 -0
  145. package/schemas/EffectivePacketNode.schema.json +199 -0
  146. package/schemas/ExecutableClosureWitness.schema.json +47 -0
  147. package/schemas/ExecutablePathDensityReport.schema.json +314 -0
  148. package/schemas/ExecutionAuthorityStatus.schema.json +28 -0
  149. package/schemas/ExecutionAvailableHyperpath.schema.json +201 -0
  150. package/schemas/ExecutionPathDefect.schema.json +28 -0
  151. package/schemas/ExecutionPathWitness.schema.json +44 -0
  152. package/schemas/FalseLiquidityLoad.schema.json +21 -0
  153. package/schemas/GeneralIntakePolicy.schema.json +1 -1
  154. package/schemas/InversionCertificate.schema.json +56 -0
  155. package/schemas/LiquidityToClosureContribution.schema.json +53 -0
  156. package/schemas/MinimalEnablingCondition.schema.json +48 -0
  157. package/schemas/PacketContributionStatus.schema.json +32 -0
  158. package/schemas/PacketQuarantineDecision.schema.json +50 -0
  159. package/schemas/PhaseCertificateDefect.schema.json +33 -0
  160. package/schemas/PhaseComponentObservation.schema.json +39 -0
  161. package/schemas/PhaseLabEvent.schema.json +123 -0
  162. package/schemas/PhaseLabExportManifest.schema.json +127 -0
  163. package/schemas/PhaseLabIngestReport.schema.json +344 -0
  164. package/schemas/PhaseLabStoreManifest.schema.json +73 -0
  165. package/schemas/PhaseLabWindowIndex.schema.json +78 -0
  166. package/schemas/PhaseThresholdStatus.schema.json +51 -0
  167. package/schemas/PhaseWindow.schema.json +31 -0
  168. package/schemas/PhaseWindowComparison.schema.json +67 -0
  169. package/schemas/PhaseWindowObservation.schema.json +353 -0
  170. package/schemas/PostInversionAuditPlan.schema.json +38 -0
  171. package/schemas/ProductiveClosureWitness.schema.json +49 -0
  172. package/schemas/ProvenanceManifest.schema.json +1 -1
  173. package/schemas/QueueOccupationReport.schema.json +156 -0
  174. package/schemas/QueueRebalancePlan.schema.json +114 -0
  175. package/schemas/ReceiverContextSupport.schema.json +23 -0
  176. package/schemas/ReceiverLiquidityLift.schema.json +58 -0
  177. package/schemas/ReleaseArtifactManifest.schema.json +1 -1
  178. package/schemas/ReversibleSalienceSovereigntyCertificate.schema.json +53 -0
  179. package/schemas/RollbackOrDeactivationPlan.schema.json +38 -0
  180. package/schemas/SBOMManifest.schema.json +1 -1
  181. package/schemas/SalienceObstructionDiagnosis.schema.json +55 -0
  182. package/schemas/SalienceObstructionLoad.schema.json +21 -0
  183. package/schemas/SemanticEdgeEvidence.schema.json +40 -0
  184. package/schemas/TraceAdapterReport.schema.json +405 -0
  185. package/schemas/TraceFrontierDebt.schema.json +43 -0
  186. package/schemas/TraceNormalForm.schema.json +181 -0
  187. package/schemas/TraceToleranceLedger.schema.json +29 -0
  188. package/schemas/TypedActionBoundary.schema.json +58 -0
  189. package/schemas/TypedAgentTrace.schema.json +328 -0
  190. package/schemas/TypedToolCallTrace.schema.json +76 -0
  191. package/schemas/VerificationQueuePressure.schema.json +41 -0
  192. package/schemas/VerificationThroughputWindow.schema.json +21 -0
  193. package/schemas/WasteLoad.schema.json +21 -0
  194. package/schemas/WebFetchPolicy.schema.json +1 -1
  195. package/schemas/bundle.schema.json +11854 -2075
  196. package/schemas/index.json +445 -0
  197. package/schemas/schema-digest.json +733 -289
@@ -0,0 +1,2392 @@
1
+ {
2
+ "artifact": "Salience-Queue Occupation Theory.tex",
3
+ "artifact_key": "sqot",
4
+ "attribution": {
5
+ "author": "K. Takahashi",
6
+ "derived_from": "canonical TeX metadata extraction; TeX/PDF not vendored",
7
+ "doi": "10.5281/zenodo.20526451",
8
+ "license_id": "cc-by-4.0",
9
+ "source_tex_md5": "c626c1b78301e33c7805e6020cf5bda2",
10
+ "source_tex_sha256": "73d3448d09b6e72ce7600c136b86b8064d8f71010f4cc8e9a2383d4c6e714958",
11
+ "title": "Salience-Queue Occupation Theory",
12
+ "year": 2026
13
+ },
14
+ "claims": 74,
15
+ "coverage_counts": {
16
+ "external_obligation": 15,
17
+ "implemented_checker": 78,
18
+ "implemented_constructive": 22,
19
+ "implemented_schema": 18,
20
+ "partial": 0,
21
+ "unsupported": 0
22
+ },
23
+ "coverage_delta": {
24
+ "external_obligation_total": 15,
25
+ "implemented_total": 118,
26
+ "unimplemented_total": 15,
27
+ "unsupported_total": 0
28
+ },
29
+ "definitions": 59,
30
+ "external_obligation_catalog": {
31
+ "artifact": "Salience-Queue Occupation Theory.tex",
32
+ "category_summary": {
33
+ "domain-specific-proof": 8,
34
+ "ecpt-bridge-reserve": 1,
35
+ "sqot-adversarial-transfer": 3,
36
+ "sqot-protocol-integrity": 2,
37
+ "sqot-thermodynamic-discharge": 1
38
+ },
39
+ "obligations": [
40
+ {
41
+ "accepted_evidence_kind": [
42
+ "finite-discharge-envelope",
43
+ "limit-residual",
44
+ "regularity-regime-certificate"
45
+ ],
46
+ "artifact": "Salience-Queue Occupation Theory.tex",
47
+ "checker_ref": null,
48
+ "checker_refs": [],
49
+ "coverage_status": "external_obligation",
50
+ "external_failure_modes": [
51
+ "finite-discharge-envelope-missing",
52
+ "limit-residual-not-certified",
53
+ "regularity-regime-certificate-unverified",
54
+ "no-implicit-settled-promotion",
55
+ "external-verifier-hook-required",
56
+ "limit-envelope-or-generator-calibration-required"
57
+ ],
58
+ "failure_modes": [
59
+ "finite-discharge-envelope-missing",
60
+ "limit-residual-not-certified",
61
+ "regularity-regime-certificate-unverified"
62
+ ],
63
+ "implementation_maturity": "external_contract_only",
64
+ "implementation_ref": "core.ExternalProofObligation",
65
+ "implementation_refs": [
66
+ "core.ExternalProofObligation"
67
+ ],
68
+ "item_id": "def:thermodynamic-discharge-ledger",
69
+ "label": "Thermodynamic discharge ledger",
70
+ "obligation_category": "sqot-thermodynamic-discharge",
71
+ "proof_obligation_ids": [
72
+ "obligation:def:thermodynamic-discharge-ledger"
73
+ ],
74
+ "residual_coordinates": [
75
+ "residual:def:thermodynamic-discharge-ledger"
76
+ ],
77
+ "residual_policy": "charge-thermodynamic-discharge-residual-until-envelope-certified",
78
+ "safe_default": "diagnostic-with-thermodynamic-discharge-obligation",
79
+ "schema_ref": null,
80
+ "schema_refs": [
81
+ "core.ExternalProofObligation"
82
+ ],
83
+ "verifier_contract": {
84
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
85
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
86
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
87
+ },
88
+ "verifier_route": "sqot.adapters.thermodynamic.verify_discharge_envelope"
89
+ },
90
+ {
91
+ "accepted_evidence_kind": [
92
+ "domain-certificate",
93
+ "replayable-witness"
94
+ ],
95
+ "artifact": "Salience-Queue Occupation Theory.tex",
96
+ "checker_ref": null,
97
+ "checker_refs": [],
98
+ "coverage_status": "external_obligation",
99
+ "external_failure_modes": [
100
+ "domain-certificate-missing",
101
+ "replayable-witness-missing",
102
+ "specific-verifier-route-not-configured",
103
+ "no-implicit-settled-promotion",
104
+ "external-verifier-hook-required"
105
+ ],
106
+ "failure_modes": [
107
+ "domain-certificate-missing",
108
+ "replayable-witness-missing",
109
+ "specific-verifier-route-not-configured"
110
+ ],
111
+ "implementation_maturity": "external_contract_only",
112
+ "implementation_ref": "core.ExternalProofObligation",
113
+ "implementation_refs": [
114
+ "core.ExternalProofObligation"
115
+ ],
116
+ "item_id": "thm:obligation-routing-soundness",
117
+ "label": "Obligation routing soundness",
118
+ "obligation_category": "domain-specific-proof",
119
+ "proof_obligation_ids": [
120
+ "obligation:thm:obligation-routing-soundness"
121
+ ],
122
+ "residual_coordinates": [
123
+ "residual:thm:obligation-routing-soundness"
124
+ ],
125
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
126
+ "safe_default": "diagnostic-with-domain-obligation",
127
+ "schema_ref": null,
128
+ "schema_refs": [
129
+ "core.ExternalProofObligation"
130
+ ],
131
+ "verifier_contract": {
132
+ "input": "ExternalProofObligation and independently replayable domain evidence",
133
+ "output": "ExternalVerifierHook with explicit residual coordinates",
134
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
135
+ },
136
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
137
+ },
138
+ {
139
+ "accepted_evidence_kind": [
140
+ "counterfactual-probe-log",
141
+ "finite-game-certificate",
142
+ "transfer-bound"
143
+ ],
144
+ "artifact": "Salience-Queue Occupation Theory.tex",
145
+ "checker_ref": null,
146
+ "checker_refs": [],
147
+ "coverage_status": "external_obligation",
148
+ "external_failure_modes": [
149
+ "counterfactual-probe-log-unverified",
150
+ "finite-game-certificate-missing",
151
+ "transfer-bound-not-certified",
152
+ "no-implicit-settled-promotion",
153
+ "external-verifier-hook-required"
154
+ ],
155
+ "failure_modes": [
156
+ "counterfactual-probe-log-unverified",
157
+ "finite-game-certificate-missing",
158
+ "transfer-bound-not-certified"
159
+ ],
160
+ "implementation_maturity": "external_contract_only",
161
+ "implementation_ref": "core.ExternalProofObligation",
162
+ "implementation_refs": [
163
+ "core.ExternalProofObligation"
164
+ ],
165
+ "item_id": "def:adversarial-salience-game",
166
+ "label": "Adversarial salience game",
167
+ "obligation_category": "sqot-adversarial-transfer",
168
+ "proof_obligation_ids": [
169
+ "obligation:def:adversarial-salience-game"
170
+ ],
171
+ "residual_coordinates": [
172
+ "residual:def:adversarial-salience-game"
173
+ ],
174
+ "residual_policy": "charge-adversarial-transfer-residual-until-game-certificate-accepted",
175
+ "safe_default": "diagnostic-with-adversarial-transfer-obligation",
176
+ "schema_ref": null,
177
+ "schema_refs": [
178
+ "core.ExternalProofObligation"
179
+ ],
180
+ "verifier_contract": {
181
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
182
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
183
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
184
+ },
185
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
186
+ },
187
+ {
188
+ "accepted_evidence_kind": [
189
+ "authority-ledger",
190
+ "protocol-kernel-certificate",
191
+ "source-attribution-proof"
192
+ ],
193
+ "artifact": "Salience-Queue Occupation Theory.tex",
194
+ "checker_ref": null,
195
+ "checker_refs": [],
196
+ "coverage_status": "external_obligation",
197
+ "external_failure_modes": [
198
+ "authority-ledger-unverified",
199
+ "protocol-kernel-certificate-missing",
200
+ "source-attribution-proof-missing",
201
+ "no-implicit-settled-promotion",
202
+ "external-verifier-hook-required"
203
+ ],
204
+ "failure_modes": [
205
+ "authority-ledger-unverified",
206
+ "protocol-kernel-certificate-missing",
207
+ "source-attribution-proof-missing"
208
+ ],
209
+ "implementation_maturity": "external_contract_only",
210
+ "implementation_ref": "core.ExternalProofObligation",
211
+ "implementation_refs": [
212
+ "core.ExternalProofObligation"
213
+ ],
214
+ "item_id": "thm:adversarial-sovereignty-kernel",
215
+ "label": "Adversarial sovereignty kernel",
216
+ "obligation_category": "sqot-protocol-integrity",
217
+ "proof_obligation_ids": [
218
+ "obligation:thm:adversarial-sovereignty-kernel"
219
+ ],
220
+ "residual_coordinates": [
221
+ "residual:thm:adversarial-sovereignty-kernel"
222
+ ],
223
+ "residual_policy": "charge-protocol-integrity-residual-until-kernel-certified",
224
+ "safe_default": "diagnostic-with-protocol-integrity-obligation",
225
+ "schema_ref": null,
226
+ "schema_refs": [
227
+ "core.ExternalProofObligation"
228
+ ],
229
+ "verifier_contract": {
230
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
231
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
232
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
233
+ },
234
+ "verifier_route": "sqot.adapters.integrity.verify_protocol_kernel"
235
+ },
236
+ {
237
+ "accepted_evidence_kind": [
238
+ "domain-certificate",
239
+ "replayable-witness"
240
+ ],
241
+ "artifact": "Salience-Queue Occupation Theory.tex",
242
+ "checker_ref": null,
243
+ "checker_refs": [],
244
+ "coverage_status": "external_obligation",
245
+ "external_failure_modes": [
246
+ "domain-certificate-missing",
247
+ "replayable-witness-missing",
248
+ "specific-verifier-route-not-configured",
249
+ "no-implicit-settled-promotion",
250
+ "external-verifier-hook-required"
251
+ ],
252
+ "failure_modes": [
253
+ "domain-certificate-missing",
254
+ "replayable-witness-missing",
255
+ "specific-verifier-route-not-configured"
256
+ ],
257
+ "implementation_maturity": "external_contract_only",
258
+ "implementation_ref": "core.ExternalProofObligation",
259
+ "implementation_refs": [
260
+ "core.ExternalProofObligation"
261
+ ],
262
+ "item_id": "thm:computational-belief-soundness",
263
+ "label": "Computational belief soundness",
264
+ "obligation_category": "domain-specific-proof",
265
+ "proof_obligation_ids": [
266
+ "obligation:thm:computational-belief-soundness"
267
+ ],
268
+ "residual_coordinates": [
269
+ "residual:thm:computational-belief-soundness"
270
+ ],
271
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
272
+ "safe_default": "diagnostic-with-domain-obligation",
273
+ "schema_ref": null,
274
+ "schema_refs": [
275
+ "core.ExternalProofObligation"
276
+ ],
277
+ "verifier_contract": {
278
+ "input": "ExternalProofObligation and independently replayable domain evidence",
279
+ "output": "ExternalVerifierHook with explicit residual coordinates",
280
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
281
+ },
282
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
283
+ },
284
+ {
285
+ "accepted_evidence_kind": [
286
+ "domain-certificate",
287
+ "replayable-witness"
288
+ ],
289
+ "artifact": "Salience-Queue Occupation Theory.tex",
290
+ "checker_ref": null,
291
+ "checker_refs": [],
292
+ "coverage_status": "external_obligation",
293
+ "external_failure_modes": [
294
+ "domain-certificate-missing",
295
+ "replayable-witness-missing",
296
+ "specific-verifier-route-not-configured",
297
+ "no-implicit-settled-promotion",
298
+ "external-verifier-hook-required"
299
+ ],
300
+ "failure_modes": [
301
+ "domain-certificate-missing",
302
+ "replayable-witness-missing",
303
+ "specific-verifier-route-not-configured"
304
+ ],
305
+ "implementation_maturity": "external_contract_only",
306
+ "implementation_ref": "core.ExternalProofObligation",
307
+ "implementation_refs": [
308
+ "core.ExternalProofObligation"
309
+ ],
310
+ "item_id": "thm:verifier-to-witness-soundness",
311
+ "label": "Verifier-to-witness soundness",
312
+ "obligation_category": "domain-specific-proof",
313
+ "proof_obligation_ids": [
314
+ "obligation:thm:verifier-to-witness-soundness"
315
+ ],
316
+ "residual_coordinates": [
317
+ "residual:thm:verifier-to-witness-soundness"
318
+ ],
319
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
320
+ "safe_default": "diagnostic-with-domain-obligation",
321
+ "schema_ref": null,
322
+ "schema_refs": [
323
+ "core.ExternalProofObligation"
324
+ ],
325
+ "verifier_contract": {
326
+ "input": "ExternalProofObligation and independently replayable domain evidence",
327
+ "output": "ExternalVerifierHook with explicit residual coordinates",
328
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
329
+ },
330
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
331
+ },
332
+ {
333
+ "accepted_evidence_kind": [
334
+ "domain-certificate",
335
+ "replayable-witness"
336
+ ],
337
+ "artifact": "Salience-Queue Occupation Theory.tex",
338
+ "checker_ref": null,
339
+ "checker_refs": [],
340
+ "coverage_status": "external_obligation",
341
+ "external_failure_modes": [
342
+ "domain-certificate-missing",
343
+ "replayable-witness-missing",
344
+ "specific-verifier-route-not-configured",
345
+ "no-implicit-settled-promotion",
346
+ "external-verifier-hook-required"
347
+ ],
348
+ "failure_modes": [
349
+ "domain-certificate-missing",
350
+ "replayable-witness-missing",
351
+ "specific-verifier-route-not-configured"
352
+ ],
353
+ "implementation_maturity": "external_contract_only",
354
+ "implementation_ref": "core.ExternalProofObligation",
355
+ "implementation_refs": [
356
+ "core.ExternalProofObligation"
357
+ ],
358
+ "item_id": "thm:adaptive-succinct-session-soundness",
359
+ "label": "Adaptive succinct session soundness",
360
+ "obligation_category": "domain-specific-proof",
361
+ "proof_obligation_ids": [
362
+ "obligation:thm:adaptive-succinct-session-soundness"
363
+ ],
364
+ "residual_coordinates": [
365
+ "residual:thm:adaptive-succinct-session-soundness"
366
+ ],
367
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
368
+ "safe_default": "diagnostic-with-domain-obligation",
369
+ "schema_ref": null,
370
+ "schema_refs": [
371
+ "core.ExternalProofObligation"
372
+ ],
373
+ "verifier_contract": {
374
+ "input": "ExternalProofObligation and independently replayable domain evidence",
375
+ "output": "ExternalVerifierHook with explicit residual coordinates",
376
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
377
+ },
378
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
379
+ },
380
+ {
381
+ "accepted_evidence_kind": [
382
+ "domain-certificate",
383
+ "replayable-witness"
384
+ ],
385
+ "artifact": "Salience-Queue Occupation Theory.tex",
386
+ "checker_ref": null,
387
+ "checker_refs": [],
388
+ "coverage_status": "external_obligation",
389
+ "external_failure_modes": [
390
+ "domain-certificate-missing",
391
+ "replayable-witness-missing",
392
+ "specific-verifier-route-not-configured",
393
+ "no-implicit-settled-promotion",
394
+ "external-verifier-hook-required"
395
+ ],
396
+ "failure_modes": [
397
+ "domain-certificate-missing",
398
+ "replayable-witness-missing",
399
+ "specific-verifier-route-not-configured"
400
+ ],
401
+ "implementation_maturity": "external_contract_only",
402
+ "implementation_ref": "core.ExternalProofObligation",
403
+ "implementation_refs": [
404
+ "core.ExternalProofObligation"
405
+ ],
406
+ "item_id": "thm:model-relative-anchor-soundness",
407
+ "label": "Model-relative anchor soundness",
408
+ "obligation_category": "domain-specific-proof",
409
+ "proof_obligation_ids": [
410
+ "obligation:thm:model-relative-anchor-soundness"
411
+ ],
412
+ "residual_coordinates": [
413
+ "residual:thm:model-relative-anchor-soundness"
414
+ ],
415
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
416
+ "safe_default": "diagnostic-with-domain-obligation",
417
+ "schema_ref": null,
418
+ "schema_refs": [
419
+ "core.ExternalProofObligation"
420
+ ],
421
+ "verifier_contract": {
422
+ "input": "ExternalProofObligation and independently replayable domain evidence",
423
+ "output": "ExternalVerifierHook with explicit residual coordinates",
424
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
425
+ },
426
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
427
+ },
428
+ {
429
+ "accepted_evidence_kind": [
430
+ "domain-certificate",
431
+ "replayable-witness"
432
+ ],
433
+ "artifact": "Salience-Queue Occupation Theory.tex",
434
+ "checker_ref": null,
435
+ "checker_refs": [],
436
+ "coverage_status": "external_obligation",
437
+ "external_failure_modes": [
438
+ "domain-certificate-missing",
439
+ "replayable-witness-missing",
440
+ "specific-verifier-route-not-configured",
441
+ "no-implicit-settled-promotion",
442
+ "external-verifier-hook-required"
443
+ ],
444
+ "failure_modes": [
445
+ "domain-certificate-missing",
446
+ "replayable-witness-missing",
447
+ "specific-verifier-route-not-configured"
448
+ ],
449
+ "implementation_maturity": "external_contract_only",
450
+ "implementation_ref": "core.ExternalProofObligation",
451
+ "implementation_refs": [
452
+ "core.ExternalProofObligation"
453
+ ],
454
+ "item_id": "prop:anchor-diversity-soundness",
455
+ "label": "Anchor-diversity soundness",
456
+ "obligation_category": "domain-specific-proof",
457
+ "proof_obligation_ids": [
458
+ "obligation:prop:anchor-diversity-soundness"
459
+ ],
460
+ "residual_coordinates": [
461
+ "residual:prop:anchor-diversity-soundness"
462
+ ],
463
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
464
+ "safe_default": "diagnostic-with-domain-obligation",
465
+ "schema_ref": null,
466
+ "schema_refs": [
467
+ "core.ExternalProofObligation"
468
+ ],
469
+ "verifier_contract": {
470
+ "input": "ExternalProofObligation and independently replayable domain evidence",
471
+ "output": "ExternalVerifierHook with explicit residual coordinates",
472
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
473
+ },
474
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
475
+ },
476
+ {
477
+ "accepted_evidence_kind": [
478
+ "counterfactual-probe-log",
479
+ "finite-game-certificate",
480
+ "transfer-bound"
481
+ ],
482
+ "artifact": "Salience-Queue Occupation Theory.tex",
483
+ "checker_ref": null,
484
+ "checker_refs": [],
485
+ "coverage_status": "external_obligation",
486
+ "external_failure_modes": [
487
+ "counterfactual-probe-log-unverified",
488
+ "finite-game-certificate-missing",
489
+ "transfer-bound-not-certified",
490
+ "no-implicit-settled-promotion",
491
+ "external-verifier-hook-required"
492
+ ],
493
+ "failure_modes": [
494
+ "counterfactual-probe-log-unverified",
495
+ "finite-game-certificate-missing",
496
+ "transfer-bound-not-certified"
497
+ ],
498
+ "implementation_maturity": "external_contract_only",
499
+ "implementation_ref": "core.ExternalProofObligation",
500
+ "implementation_refs": [
501
+ "core.ExternalProofObligation"
502
+ ],
503
+ "item_id": "def:adversarial-pac-transfer",
504
+ "label": "Adversarial PAC transfer certificate",
505
+ "obligation_category": "sqot-adversarial-transfer",
506
+ "proof_obligation_ids": [
507
+ "obligation:def:adversarial-pac-transfer"
508
+ ],
509
+ "residual_coordinates": [
510
+ "residual:def:adversarial-pac-transfer"
511
+ ],
512
+ "residual_policy": "charge-adversarial-transfer-residual-until-game-certificate-accepted",
513
+ "safe_default": "diagnostic-with-adversarial-transfer-obligation",
514
+ "schema_ref": null,
515
+ "schema_refs": [
516
+ "core.ExternalProofObligation"
517
+ ],
518
+ "verifier_contract": {
519
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
520
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
521
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
522
+ },
523
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
524
+ },
525
+ {
526
+ "accepted_evidence_kind": [
527
+ "counterfactual-probe-log",
528
+ "finite-game-certificate",
529
+ "transfer-bound"
530
+ ],
531
+ "artifact": "Salience-Queue Occupation Theory.tex",
532
+ "checker_ref": null,
533
+ "checker_refs": [],
534
+ "coverage_status": "external_obligation",
535
+ "external_failure_modes": [
536
+ "counterfactual-probe-log-unverified",
537
+ "finite-game-certificate-missing",
538
+ "transfer-bound-not-certified",
539
+ "no-implicit-settled-promotion",
540
+ "external-verifier-hook-required"
541
+ ],
542
+ "failure_modes": [
543
+ "counterfactual-probe-log-unverified",
544
+ "finite-game-certificate-missing",
545
+ "transfer-bound-not-certified"
546
+ ],
547
+ "implementation_maturity": "external_contract_only",
548
+ "implementation_ref": "core.ExternalProofObligation",
549
+ "implementation_refs": [
550
+ "core.ExternalProofObligation"
551
+ ],
552
+ "item_id": "thm:adversarial-pac-transfer",
553
+ "label": "Adversarial PAC transfer",
554
+ "obligation_category": "sqot-adversarial-transfer",
555
+ "proof_obligation_ids": [
556
+ "obligation:thm:adversarial-pac-transfer"
557
+ ],
558
+ "residual_coordinates": [
559
+ "residual:thm:adversarial-pac-transfer"
560
+ ],
561
+ "residual_policy": "charge-adversarial-transfer-residual-until-game-certificate-accepted",
562
+ "safe_default": "diagnostic-with-adversarial-transfer-obligation",
563
+ "schema_ref": null,
564
+ "schema_refs": [
565
+ "core.ExternalProofObligation"
566
+ ],
567
+ "verifier_contract": {
568
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
569
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
570
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
571
+ },
572
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
573
+ },
574
+ {
575
+ "accepted_evidence_kind": [
576
+ "domain-certificate",
577
+ "replayable-witness"
578
+ ],
579
+ "artifact": "Salience-Queue Occupation Theory.tex",
580
+ "checker_ref": null,
581
+ "checker_refs": [],
582
+ "coverage_status": "external_obligation",
583
+ "external_failure_modes": [
584
+ "domain-certificate-missing",
585
+ "replayable-witness-missing",
586
+ "specific-verifier-route-not-configured",
587
+ "no-implicit-settled-promotion",
588
+ "external-verifier-hook-required"
589
+ ],
590
+ "failure_modes": [
591
+ "domain-certificate-missing",
592
+ "replayable-witness-missing",
593
+ "specific-verifier-route-not-configured"
594
+ ],
595
+ "implementation_maturity": "external_contract_only",
596
+ "implementation_ref": "core.ExternalProofObligation",
597
+ "implementation_refs": [
598
+ "core.ExternalProofObligation"
599
+ ],
600
+ "item_id": "def:topological-surgery-fragmented-certificate",
601
+ "label": "Topological surgery and fragmented certificate",
602
+ "obligation_category": "domain-specific-proof",
603
+ "proof_obligation_ids": [
604
+ "obligation:def:topological-surgery-fragmented-certificate"
605
+ ],
606
+ "residual_coordinates": [
607
+ "residual:def:topological-surgery-fragmented-certificate"
608
+ ],
609
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
610
+ "safe_default": "diagnostic-with-domain-obligation",
611
+ "schema_ref": null,
612
+ "schema_refs": [
613
+ "core.ExternalProofObligation"
614
+ ],
615
+ "verifier_contract": {
616
+ "input": "ExternalProofObligation and independently replayable domain evidence",
617
+ "output": "ExternalVerifierHook with explicit residual coordinates",
618
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
619
+ },
620
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
621
+ },
622
+ {
623
+ "accepted_evidence_kind": [
624
+ "authority-ledger",
625
+ "protocol-kernel-certificate",
626
+ "source-attribution-proof"
627
+ ],
628
+ "artifact": "Salience-Queue Occupation Theory.tex",
629
+ "checker_ref": null,
630
+ "checker_refs": [],
631
+ "coverage_status": "external_obligation",
632
+ "external_failure_modes": [
633
+ "authority-ledger-unverified",
634
+ "protocol-kernel-certificate-missing",
635
+ "source-attribution-proof-missing",
636
+ "no-implicit-settled-promotion",
637
+ "external-verifier-hook-required"
638
+ ],
639
+ "failure_modes": [
640
+ "authority-ledger-unverified",
641
+ "protocol-kernel-certificate-missing",
642
+ "source-attribution-proof-missing"
643
+ ],
644
+ "implementation_maturity": "external_contract_only",
645
+ "implementation_ref": "core.ExternalProofObligation",
646
+ "implementation_refs": [
647
+ "core.ExternalProofObligation"
648
+ ],
649
+ "item_id": "thm:fragmented-sovereignty",
650
+ "label": "Fragmented sovereignty",
651
+ "obligation_category": "sqot-protocol-integrity",
652
+ "proof_obligation_ids": [
653
+ "obligation:thm:fragmented-sovereignty"
654
+ ],
655
+ "residual_coordinates": [
656
+ "residual:thm:fragmented-sovereignty"
657
+ ],
658
+ "residual_policy": "charge-protocol-integrity-residual-until-kernel-certified",
659
+ "safe_default": "diagnostic-with-protocol-integrity-obligation",
660
+ "schema_ref": null,
661
+ "schema_refs": [
662
+ "core.ExternalProofObligation"
663
+ ],
664
+ "verifier_contract": {
665
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
666
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
667
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
668
+ },
669
+ "verifier_route": "sqot.adapters.integrity.verify_protocol_kernel"
670
+ },
671
+ {
672
+ "accepted_evidence_kind": [
673
+ "bridge-map",
674
+ "machine-readable-capsule-audit",
675
+ "reserve-invariance-proof"
676
+ ],
677
+ "artifact": "Salience-Queue Occupation Theory.tex",
678
+ "checker_ref": null,
679
+ "checker_refs": [],
680
+ "coverage_status": "external_obligation",
681
+ "external_failure_modes": [
682
+ "bridge-map-unverified",
683
+ "capsule-projection-not-certified",
684
+ "reserve-invariance-unaccepted",
685
+ "no-implicit-settled-promotion",
686
+ "external-verifier-hook-required"
687
+ ],
688
+ "failure_modes": [
689
+ "bridge-map-unverified",
690
+ "capsule-projection-not-certified",
691
+ "reserve-invariance-unaccepted"
692
+ ],
693
+ "implementation_maturity": "external_contract_only",
694
+ "implementation_ref": "core.ExternalProofObligation",
695
+ "implementation_refs": [
696
+ "core.ExternalProofObligation"
697
+ ],
698
+ "item_id": "def:continuous-time-boundary",
699
+ "label": "Continuous-time SQOT boundary",
700
+ "obligation_category": "ecpt-bridge-reserve",
701
+ "proof_obligation_ids": [
702
+ "obligation:def:continuous-time-boundary"
703
+ ],
704
+ "residual_coordinates": [
705
+ "residual:def:continuous-time-boundary"
706
+ ],
707
+ "residual_policy": "charge-bridge-residual-until-cross-theory-proof-accepted",
708
+ "safe_default": "diagnostic-with-bridge-obligation",
709
+ "schema_ref": null,
710
+ "schema_refs": [
711
+ "core.ExternalProofObligation"
712
+ ],
713
+ "verifier_contract": {
714
+ "input": "ExternalProofObligation plus domain evidence matching accepted_evidence_kind",
715
+ "output": "ExternalVerifierHook with accepted/rejected obligation ids",
716
+ "promotion_rule": "accepted hooks may discharge obligations but cannot bypass finite checker status derivation"
717
+ },
718
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
719
+ },
720
+ {
721
+ "accepted_evidence_kind": [
722
+ "domain-certificate",
723
+ "replayable-witness"
724
+ ],
725
+ "artifact": "Salience-Queue Occupation Theory.tex",
726
+ "checker_ref": null,
727
+ "checker_refs": [],
728
+ "coverage_status": "external_obligation",
729
+ "external_failure_modes": [
730
+ "domain-certificate-missing",
731
+ "replayable-witness-missing",
732
+ "specific-verifier-route-not-configured",
733
+ "no-implicit-settled-promotion",
734
+ "external-verifier-hook-required"
735
+ ],
736
+ "failure_modes": [
737
+ "domain-certificate-missing",
738
+ "replayable-witness-missing",
739
+ "specific-verifier-route-not-configured"
740
+ ],
741
+ "implementation_maturity": "external_contract_only",
742
+ "implementation_ref": "core.ExternalProofObligation",
743
+ "implementation_refs": [
744
+ "core.ExternalProofObligation"
745
+ ],
746
+ "item_id": "prop:continuous-time-skeleton-soundness",
747
+ "label": "Continuous-time skeleton soundness",
748
+ "obligation_category": "domain-specific-proof",
749
+ "proof_obligation_ids": [
750
+ "obligation:prop:continuous-time-skeleton-soundness"
751
+ ],
752
+ "residual_coordinates": [
753
+ "residual:prop:continuous-time-skeleton-soundness"
754
+ ],
755
+ "residual_policy": "charge-domain-residual-until-specific-verifier-accepted",
756
+ "safe_default": "diagnostic-with-domain-obligation",
757
+ "schema_ref": null,
758
+ "schema_refs": [
759
+ "core.ExternalProofObligation"
760
+ ],
761
+ "verifier_contract": {
762
+ "input": "ExternalProofObligation and independently replayable domain evidence",
763
+ "output": "ExternalVerifierHook with explicit residual coordinates",
764
+ "promotion_rule": "unresolved or rejected hooks keep diagnostic status"
765
+ },
766
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
767
+ }
768
+ ],
769
+ "verifier_route_summary": {
770
+ "core.adapters.external.verify_domain_obligation": 8,
771
+ "ecpt.adapters.bridge.verify_cross_theory_bridge": 1,
772
+ "sqot.adapters.adversarial.verify_transfer_game": 3,
773
+ "sqot.adapters.integrity.verify_protocol_kernel": 2,
774
+ "sqot.adapters.thermodynamic.verify_discharge_envelope": 1
775
+ }
776
+ },
777
+ "external_obligation_category_summary": {
778
+ "domain-specific-proof": 8,
779
+ "ecpt-bridge-reserve": 1,
780
+ "sqot-adversarial-transfer": 3,
781
+ "sqot-protocol-integrity": 2,
782
+ "sqot-thermodynamic-discharge": 1
783
+ },
784
+ "external_verifier_route_summary": {
785
+ "core.adapters.external.verify_domain_obligation": 8,
786
+ "ecpt.adapters.bridge.verify_cross_theory_bridge": 1,
787
+ "sqot.adapters.adversarial.verify_transfer_game": 3,
788
+ "sqot.adapters.integrity.verify_protocol_kernel": 2,
789
+ "sqot.adapters.thermodynamic.verify_discharge_envelope": 1
790
+ },
791
+ "item_mappings": [
792
+ {
793
+ "coverage_status": "implemented_checker",
794
+ "implementation_maturity": "implemented_shape_checker",
795
+ "implementation_refs": [
796
+ "core.CheckerContext"
797
+ ],
798
+ "item_id": "def:checker-semantics",
799
+ "label": "Checker semantics",
800
+ "obligation_category": null,
801
+ "verifier_route": null
802
+ },
803
+ {
804
+ "coverage_status": "implemented_checker",
805
+ "implementation_maturity": "implemented_shape_checker",
806
+ "implementation_refs": [
807
+ "core.CheckerContext"
808
+ ],
809
+ "item_id": "def:checkable-ledger-judgment",
810
+ "label": "Checkable ledger and checker judgment",
811
+ "obligation_category": null,
812
+ "verifier_route": null
813
+ },
814
+ {
815
+ "coverage_status": "implemented_checker",
816
+ "implementation_maturity": "implemented_shape_checker",
817
+ "implementation_refs": [
818
+ "sqot.QuarantineLedger"
819
+ ],
820
+ "item_id": "def:leaky-quarantine-ledger",
821
+ "label": "Leaky quarantine ledger",
822
+ "obligation_category": null,
823
+ "verifier_route": null
824
+ },
825
+ {
826
+ "coverage_status": "implemented_checker",
827
+ "implementation_maturity": "implemented_shape_checker",
828
+ "implementation_refs": [
829
+ "core.CheckerContext"
830
+ ],
831
+ "item_id": "def:certificate-grammar",
832
+ "label": "Certificate grammar and checker traces",
833
+ "obligation_category": null,
834
+ "verifier_route": null
835
+ },
836
+ {
837
+ "coverage_status": "implemented_checker",
838
+ "implementation_maturity": "implemented_shape_checker",
839
+ "implementation_refs": [
840
+ "trc.check_risk_gate"
841
+ ],
842
+ "item_id": "def:global-risk-ledger",
843
+ "label": "Global risk ledger",
844
+ "obligation_category": null,
845
+ "verifier_route": null
846
+ },
847
+ {
848
+ "coverage_status": "implemented_checker",
849
+ "implementation_maturity": "implemented_shape_checker",
850
+ "implementation_refs": [
851
+ "core.CheckerContext"
852
+ ],
853
+ "item_id": "def:self-auditing-checker-budget",
854
+ "label": "Self-auditing checker budget",
855
+ "obligation_category": null,
856
+ "verifier_route": null
857
+ },
858
+ {
859
+ "coverage_status": "external_obligation",
860
+ "implementation_maturity": "external_contract_only",
861
+ "implementation_refs": [
862
+ "core.ExternalProofObligation"
863
+ ],
864
+ "item_id": "def:thermodynamic-discharge-ledger",
865
+ "label": "Thermodynamic discharge ledger",
866
+ "obligation_category": "sqot-thermodynamic-discharge",
867
+ "verifier_route": "sqot.adapters.thermodynamic.verify_discharge_envelope"
868
+ },
869
+ {
870
+ "coverage_status": "implemented_checker",
871
+ "implementation_maturity": "implemented_shape_checker",
872
+ "implementation_refs": [
873
+ "sqot.check_salience_record"
874
+ ],
875
+ "item_id": "def:finite-witness-obligations",
876
+ "label": "Finite obligation specification",
877
+ "obligation_category": null,
878
+ "verifier_route": null
879
+ },
880
+ {
881
+ "coverage_status": "implemented_checker",
882
+ "implementation_maturity": "implemented_shape_checker",
883
+ "implementation_refs": [
884
+ "core.CertificateFamily"
885
+ ],
886
+ "item_id": "thm:certificate-grammar-soundness",
887
+ "label": "Finite certificate grammar soundness",
888
+ "obligation_category": null,
889
+ "verifier_route": null
890
+ },
891
+ {
892
+ "coverage_status": "implemented_checker",
893
+ "implementation_maturity": "implemented_shape_checker",
894
+ "implementation_refs": [
895
+ "core.CheckerContext"
896
+ ],
897
+ "item_id": "thm:finite-checker-semantics-soundness",
898
+ "label": "Finite checker semantics soundness",
899
+ "obligation_category": null,
900
+ "verifier_route": null
901
+ },
902
+ {
903
+ "coverage_status": "implemented_checker",
904
+ "implementation_maturity": "implemented_shape_checker",
905
+ "implementation_refs": [
906
+ "trc.check_risk_gate"
907
+ ],
908
+ "item_id": "prop:risk-budget-composition",
909
+ "label": "Risk-budget composition",
910
+ "obligation_category": null,
911
+ "verifier_route": null
912
+ },
913
+ {
914
+ "coverage_status": "implemented_checker",
915
+ "implementation_maturity": "implemented_shape_checker",
916
+ "implementation_refs": [
917
+ "trc.check_risk_gate"
918
+ ],
919
+ "item_id": "thm:typed-risk-composition",
920
+ "label": "Typed risk composition",
921
+ "obligation_category": null,
922
+ "verifier_route": null
923
+ },
924
+ {
925
+ "coverage_status": "external_obligation",
926
+ "implementation_maturity": "external_contract_only",
927
+ "implementation_refs": [
928
+ "core.ExternalProofObligation"
929
+ ],
930
+ "item_id": "thm:obligation-routing-soundness",
931
+ "label": "Obligation routing soundness",
932
+ "obligation_category": "domain-specific-proof",
933
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
934
+ },
935
+ {
936
+ "coverage_status": "implemented_schema",
937
+ "implementation_maturity": "implemented_schema_only",
938
+ "implementation_refs": [
939
+ "ecpt.ObservationProtocol"
940
+ ],
941
+ "item_id": "def:observation-protocol",
942
+ "label": "Observation protocol",
943
+ "obligation_category": null,
944
+ "verifier_route": null
945
+ },
946
+ {
947
+ "coverage_status": "implemented_schema",
948
+ "implementation_maturity": "implemented_schema_only",
949
+ "implementation_refs": [
950
+ "sqot.SalienceQueueRecord"
951
+ ],
952
+ "item_id": "def:protocol-state-mutation",
953
+ "label": "Protocol state and mutation",
954
+ "obligation_category": null,
955
+ "verifier_route": null
956
+ },
957
+ {
958
+ "coverage_status": "implemented_schema",
959
+ "implementation_maturity": "implemented_schema_only",
960
+ "implementation_refs": [
961
+ "sqot.SalienceQueueRecord"
962
+ ],
963
+ "item_id": "def:operational-process",
964
+ "label": "Operational process",
965
+ "obligation_category": null,
966
+ "verifier_route": null
967
+ },
968
+ {
969
+ "coverage_status": "implemented_constructive",
970
+ "implementation_maturity": "implemented_verified_algorithm",
971
+ "implementation_refs": [
972
+ "sqot.build_salience_schedule"
973
+ ],
974
+ "item_id": "def:finite-window",
975
+ "label": "Finite window",
976
+ "obligation_category": null,
977
+ "verifier_route": null
978
+ },
979
+ {
980
+ "coverage_status": "implemented_schema",
981
+ "implementation_maturity": "implemented_schema_only",
982
+ "implementation_refs": [
983
+ "sqot.SalienceQueueRecord"
984
+ ],
985
+ "item_id": "def:causal-window-clock-ledger",
986
+ "label": "Causal window and clock ledger",
987
+ "obligation_category": null,
988
+ "verifier_route": null
989
+ },
990
+ {
991
+ "coverage_status": "implemented_constructive",
992
+ "implementation_maturity": "implemented_verified_algorithm",
993
+ "implementation_refs": [
994
+ "sqot.build_salience_schedule"
995
+ ],
996
+ "item_id": "def:budget-ledger",
997
+ "label": "Budget ledger",
998
+ "obligation_category": null,
999
+ "verifier_route": null
1000
+ },
1001
+ {
1002
+ "coverage_status": "implemented_constructive",
1003
+ "implementation_maturity": "implemented_verified_algorithm",
1004
+ "implementation_refs": [
1005
+ "sqot.build_salience_schedule"
1006
+ ],
1007
+ "item_id": "def:polymorphic-resource-ledger",
1008
+ "label": "Polymorphic resource ledger",
1009
+ "obligation_category": null,
1010
+ "verifier_route": null
1011
+ },
1012
+ {
1013
+ "coverage_status": "implemented_schema",
1014
+ "implementation_maturity": "implemented_schema_only",
1015
+ "implementation_refs": [
1016
+ "sqot.SalienceQueueRecord"
1017
+ ],
1018
+ "item_id": "def:absolute-pac-certificates",
1019
+ "label": "Absolute and PAC salience certificates",
1020
+ "obligation_category": null,
1021
+ "verifier_route": null
1022
+ },
1023
+ {
1024
+ "coverage_status": "implemented_checker",
1025
+ "implementation_maturity": "implemented_shape_checker",
1026
+ "implementation_refs": [
1027
+ "ecpt.check_queue_certificate"
1028
+ ],
1029
+ "item_id": "def:queue-morphism",
1030
+ "label": "Queue representation and morphism",
1031
+ "obligation_category": null,
1032
+ "verifier_route": null
1033
+ },
1034
+ {
1035
+ "coverage_status": "implemented_checker",
1036
+ "implementation_maturity": "implemented_shape_checker",
1037
+ "implementation_refs": [
1038
+ "sqot.check_salience_record"
1039
+ ],
1040
+ "item_id": "def:salience-source",
1041
+ "label": "Salience source",
1042
+ "obligation_category": null,
1043
+ "verifier_route": null
1044
+ },
1045
+ {
1046
+ "coverage_status": "implemented_checker",
1047
+ "implementation_maturity": "implemented_shape_checker",
1048
+ "implementation_refs": [
1049
+ "sqot.check_salience_record"
1050
+ ],
1051
+ "item_id": "def:finite-probe-counterfactual",
1052
+ "label": "Finite probe and counterfactual no-action",
1053
+ "obligation_category": null,
1054
+ "verifier_route": null
1055
+ },
1056
+ {
1057
+ "coverage_status": "implemented_constructive",
1058
+ "implementation_maturity": "implemented_verified_algorithm",
1059
+ "implementation_refs": [
1060
+ "sqot.build_salience_schedule"
1061
+ ],
1062
+ "item_id": "def:probe-economy",
1063
+ "label": "Probe economy and stopping certificate",
1064
+ "obligation_category": null,
1065
+ "verifier_route": null
1066
+ },
1067
+ {
1068
+ "coverage_status": "implemented_constructive",
1069
+ "implementation_maturity": "implemented_verified_algorithm",
1070
+ "implementation_refs": [
1071
+ "sqot.build_salience_schedule"
1072
+ ],
1073
+ "item_id": "thm:probe-economy-stopping",
1074
+ "label": "Probe-economy stopping",
1075
+ "obligation_category": null,
1076
+ "verifier_route": null
1077
+ },
1078
+ {
1079
+ "coverage_status": "implemented_checker",
1080
+ "implementation_maturity": "implemented_shape_checker",
1081
+ "implementation_refs": [
1082
+ "sqot.check_salience_record"
1083
+ ],
1084
+ "item_id": "prop:positive-valence-compatibility",
1085
+ "label": "Positive-valence compatibility",
1086
+ "obligation_category": null,
1087
+ "verifier_route": null
1088
+ },
1089
+ {
1090
+ "coverage_status": "implemented_schema",
1091
+ "implementation_maturity": "implemented_schema_only",
1092
+ "implementation_refs": [
1093
+ "sqot.SalienceQueueRecord"
1094
+ ],
1095
+ "item_id": "def:typed-diagnostic-bundle",
1096
+ "label": "Typed diagnostic bundle",
1097
+ "obligation_category": null,
1098
+ "verifier_route": null
1099
+ },
1100
+ {
1101
+ "coverage_status": "implemented_schema",
1102
+ "implementation_maturity": "implemented_schema_only",
1103
+ "implementation_refs": [
1104
+ "sqot.SalienceQueueRecord"
1105
+ ],
1106
+ "item_id": "def:cone-order-mandatory",
1107
+ "label": "Cone order and mandatory coordinates",
1108
+ "obligation_category": null,
1109
+ "verifier_route": null
1110
+ },
1111
+ {
1112
+ "coverage_status": "implemented_checker",
1113
+ "implementation_maturity": "implemented_shape_checker",
1114
+ "implementation_refs": [
1115
+ "sqot.check_salience_record"
1116
+ ],
1117
+ "item_id": "prop:scalarization-failure",
1118
+ "label": "Scalarization failure",
1119
+ "obligation_category": null,
1120
+ "verifier_route": null
1121
+ },
1122
+ {
1123
+ "coverage_status": "implemented_checker",
1124
+ "implementation_maturity": "implemented_shape_checker",
1125
+ "implementation_refs": [
1126
+ "sqot.OccupationLedger"
1127
+ ],
1128
+ "item_id": "def:occupation-distortion",
1129
+ "label": "Occupation and distortion",
1130
+ "obligation_category": null,
1131
+ "verifier_route": null
1132
+ },
1133
+ {
1134
+ "coverage_status": "implemented_checker",
1135
+ "implementation_maturity": "implemented_shape_checker",
1136
+ "implementation_refs": [
1137
+ "sqot.check_salience_record"
1138
+ ],
1139
+ "item_id": "def:latency-loss",
1140
+ "label": "Latency and deadline loss",
1141
+ "obligation_category": null,
1142
+ "verifier_route": null
1143
+ },
1144
+ {
1145
+ "coverage_status": "implemented_checker",
1146
+ "implementation_maturity": "implemented_shape_checker",
1147
+ "implementation_refs": [
1148
+ "sqot.DiagnosticReservePolicy"
1149
+ ],
1150
+ "item_id": "def:reserve-audit-depth",
1151
+ "label": "Diagnostic reserve and audit depth",
1152
+ "obligation_category": null,
1153
+ "verifier_route": null
1154
+ },
1155
+ {
1156
+ "coverage_status": "implemented_checker",
1157
+ "implementation_maturity": "implemented_shape_checker",
1158
+ "implementation_refs": [
1159
+ "sqot.OccupationLedger"
1160
+ ],
1161
+ "item_id": "def:reserve-adequacy-meta",
1162
+ "label": "Reserve adequacy interval and meta-occupation",
1163
+ "obligation_category": null,
1164
+ "verifier_route": null
1165
+ },
1166
+ {
1167
+ "coverage_status": "implemented_constructive",
1168
+ "implementation_maturity": "implemented_verified_algorithm",
1169
+ "implementation_refs": [
1170
+ "sqot.build_salience_schedule"
1171
+ ],
1172
+ "item_id": "prop:reserve-adequacy-two-sided",
1173
+ "label": "Reserve adequacy is two-sided",
1174
+ "obligation_category": null,
1175
+ "verifier_route": null
1176
+ },
1177
+ {
1178
+ "coverage_status": "implemented_schema",
1179
+ "implementation_maturity": "implemented_schema_only",
1180
+ "implementation_refs": [
1181
+ "sqot.SalienceQueueRecord"
1182
+ ],
1183
+ "item_id": "def:rollback-residue",
1184
+ "label": "Rollback classes and residue",
1185
+ "obligation_category": null,
1186
+ "verifier_route": null
1187
+ },
1188
+ {
1189
+ "coverage_status": "implemented_constructive",
1190
+ "implementation_maturity": "implemented_verified_algorithm",
1191
+ "implementation_refs": [
1192
+ "sqot.build_salience_schedule"
1193
+ ],
1194
+ "item_id": "def:future-freedom",
1195
+ "label": "Future freedom",
1196
+ "obligation_category": null,
1197
+ "verifier_route": null
1198
+ },
1199
+ {
1200
+ "coverage_status": "implemented_constructive",
1201
+ "implementation_maturity": "implemented_verified_algorithm",
1202
+ "implementation_refs": [
1203
+ "sqot.build_salience_schedule"
1204
+ ],
1205
+ "item_id": "thm:finite-salience-accounting",
1206
+ "label": "Finite salience accounting",
1207
+ "obligation_category": null,
1208
+ "verifier_route": null
1209
+ },
1210
+ {
1211
+ "coverage_status": "implemented_constructive",
1212
+ "implementation_maturity": "implemented_verified_algorithm",
1213
+ "implementation_refs": [
1214
+ "sqot.build_salience_schedule"
1215
+ ],
1216
+ "item_id": "thm:pac-salience-accounting",
1217
+ "label": "PAC salience accounting",
1218
+ "obligation_category": null,
1219
+ "verifier_route": null
1220
+ },
1221
+ {
1222
+ "coverage_status": "implemented_checker",
1223
+ "implementation_maturity": "implemented_shape_checker",
1224
+ "implementation_refs": [
1225
+ "ecpt.check_queue_certificate"
1226
+ ],
1227
+ "item_id": "thm:queue-morphism-invariance",
1228
+ "label": "Queue-morphism invariance",
1229
+ "obligation_category": null,
1230
+ "verifier_route": null
1231
+ },
1232
+ {
1233
+ "coverage_status": "implemented_constructive",
1234
+ "implementation_maturity": "implemented_verified_algorithm",
1235
+ "implementation_refs": [
1236
+ "sqot.build_salience_schedule"
1237
+ ],
1238
+ "item_id": "thm:resource-arbitrage-obstruction",
1239
+ "label": "Resource arbitrage obstruction",
1240
+ "obligation_category": null,
1241
+ "verifier_route": null
1242
+ },
1243
+ {
1244
+ "coverage_status": "implemented_constructive",
1245
+ "implementation_maturity": "implemented_verified_algorithm",
1246
+ "implementation_refs": [
1247
+ "sqot.build_salience_schedule"
1248
+ ],
1249
+ "item_id": "prop:exchange-morphism-preservation",
1250
+ "label": "Exchange-morphism preservation",
1251
+ "obligation_category": null,
1252
+ "verifier_route": null
1253
+ },
1254
+ {
1255
+ "coverage_status": "implemented_schema",
1256
+ "implementation_maturity": "implemented_schema_only",
1257
+ "implementation_refs": [
1258
+ "sqot.SalienceQueueRecord"
1259
+ ],
1260
+ "item_id": "def:class-refinement-hypergraph",
1261
+ "label": "Class-refinement hypergraph",
1262
+ "obligation_category": null,
1263
+ "verifier_route": null
1264
+ },
1265
+ {
1266
+ "coverage_status": "implemented_constructive",
1267
+ "implementation_maturity": "implemented_verified_algorithm",
1268
+ "implementation_refs": [
1269
+ "sqot.build_salience_schedule"
1270
+ ],
1271
+ "item_id": "def:information-tracking",
1272
+ "label": "Finite-partition information tracking",
1273
+ "obligation_category": null,
1274
+ "verifier_route": null
1275
+ },
1276
+ {
1277
+ "coverage_status": "implemented_checker",
1278
+ "implementation_maturity": "implemented_shape_checker",
1279
+ "implementation_refs": [
1280
+ "ecology.build_edge_witnesses"
1281
+ ],
1282
+ "item_id": "def:semantic-egress-context-closure",
1283
+ "label": "Semantic egress and contextual payload closure",
1284
+ "obligation_category": null,
1285
+ "verifier_route": null
1286
+ },
1287
+ {
1288
+ "coverage_status": "implemented_constructive",
1289
+ "implementation_maturity": "implemented_verified_algorithm",
1290
+ "implementation_refs": [
1291
+ "sqot.build_salience_schedule"
1292
+ ],
1293
+ "item_id": "thm:granularity-closure",
1294
+ "label": "Granularity closure",
1295
+ "obligation_category": null,
1296
+ "verifier_route": null
1297
+ },
1298
+ {
1299
+ "coverage_status": "implemented_constructive",
1300
+ "implementation_maturity": "implemented_verified_algorithm",
1301
+ "implementation_refs": [
1302
+ "sqot.build_salience_schedule"
1303
+ ],
1304
+ "item_id": "thm:partition-information-tracking",
1305
+ "label": "Partition information tracking",
1306
+ "obligation_category": null,
1307
+ "verifier_route": null
1308
+ },
1309
+ {
1310
+ "coverage_status": "implemented_checker",
1311
+ "implementation_maturity": "implemented_shape_checker",
1312
+ "implementation_refs": [
1313
+ "sqot.check_salience_record"
1314
+ ],
1315
+ "item_id": "prop:contextual-payload-obstruction",
1316
+ "label": "Contextual payload obstruction",
1317
+ "obligation_category": null,
1318
+ "verifier_route": null
1319
+ },
1320
+ {
1321
+ "coverage_status": "implemented_checker",
1322
+ "implementation_maturity": "implemented_shape_checker",
1323
+ "implementation_refs": [
1324
+ "sqot.check_salience_record"
1325
+ ],
1326
+ "item_id": "thm:galois-egress-overclosure",
1327
+ "label": "Galois egress over-closure",
1328
+ "obligation_category": null,
1329
+ "verifier_route": null
1330
+ },
1331
+ {
1332
+ "coverage_status": "implemented_constructive",
1333
+ "implementation_maturity": "implemented_verified_algorithm",
1334
+ "implementation_refs": [
1335
+ "sqot.build_salience_schedule"
1336
+ ],
1337
+ "item_id": "thm:egress-abstraction-refinement",
1338
+ "label": "Egress abstraction refinement",
1339
+ "obligation_category": null,
1340
+ "verifier_route": null
1341
+ },
1342
+ {
1343
+ "coverage_status": "implemented_constructive",
1344
+ "implementation_maturity": "implemented_verified_algorithm",
1345
+ "implementation_refs": [
1346
+ "sqot.build_salience_schedule"
1347
+ ],
1348
+ "item_id": "thm:counterexample-guided-egress-refinement",
1349
+ "label": "Counterexample-guided egress refinement",
1350
+ "obligation_category": null,
1351
+ "verifier_route": null
1352
+ },
1353
+ {
1354
+ "coverage_status": "implemented_checker",
1355
+ "implementation_maturity": "implemented_shape_checker",
1356
+ "implementation_refs": [
1357
+ "ecpt.check_queue_certificate"
1358
+ ],
1359
+ "item_id": "prop:encrypted-queue-leakage-separation",
1360
+ "label": "Encrypted queue leakage separation",
1361
+ "obligation_category": null,
1362
+ "verifier_route": null
1363
+ },
1364
+ {
1365
+ "coverage_status": "implemented_checker",
1366
+ "implementation_maturity": "implemented_shape_checker",
1367
+ "implementation_refs": [
1368
+ "sqot.check_salience_record"
1369
+ ],
1370
+ "item_id": "prop:label-laundering-effect-first",
1371
+ "label": "Label laundering and effect-first diagnosis",
1372
+ "obligation_category": null,
1373
+ "verifier_route": null
1374
+ },
1375
+ {
1376
+ "coverage_status": "implemented_constructive",
1377
+ "implementation_maturity": "implemented_verified_algorithm",
1378
+ "implementation_refs": [
1379
+ "sqot.build_salience_schedule"
1380
+ ],
1381
+ "item_id": "def:finite-sovereignty-game",
1382
+ "label": "Finite sovereignty game",
1383
+ "obligation_category": null,
1384
+ "verifier_route": null
1385
+ },
1386
+ {
1387
+ "coverage_status": "implemented_checker",
1388
+ "implementation_maturity": "implemented_shape_checker",
1389
+ "implementation_refs": [
1390
+ "sqot.check_salience_record"
1391
+ ],
1392
+ "item_id": "lem:cone-safe-predecessor",
1393
+ "label": "Cone-safe predecessor",
1394
+ "obligation_category": null,
1395
+ "verifier_route": null
1396
+ },
1397
+ {
1398
+ "coverage_status": "implemented_checker",
1399
+ "implementation_maturity": "implemented_shape_checker",
1400
+ "implementation_refs": [
1401
+ "sqot.check_salience_record"
1402
+ ],
1403
+ "item_id": "def:path-integral-cone-recovery",
1404
+ "label": "Path-integral cone recovery",
1405
+ "obligation_category": null,
1406
+ "verifier_route": null
1407
+ },
1408
+ {
1409
+ "coverage_status": "implemented_checker",
1410
+ "implementation_maturity": "implemented_shape_checker",
1411
+ "implementation_refs": [
1412
+ "sqot.check_salience_record"
1413
+ ],
1414
+ "item_id": "lem:path-integral-cone-predecessor",
1415
+ "label": "Path-integral cone predecessor",
1416
+ "obligation_category": null,
1417
+ "verifier_route": null
1418
+ },
1419
+ {
1420
+ "coverage_status": "implemented_schema",
1421
+ "implementation_maturity": "implemented_schema_only",
1422
+ "implementation_refs": [
1423
+ "sqot.SalienceQueueRecord"
1424
+ ],
1425
+ "item_id": "def:protocol-integrity-kernel",
1426
+ "label": "Protocol-integrity kernel",
1427
+ "obligation_category": null,
1428
+ "verifier_route": null
1429
+ },
1430
+ {
1431
+ "coverage_status": "implemented_checker",
1432
+ "implementation_maturity": "implemented_shape_checker",
1433
+ "implementation_refs": [
1434
+ "sqot.check_salience_record"
1435
+ ],
1436
+ "item_id": "prop:protocol-integrity-fixed-point",
1437
+ "label": "Protocol-integrity fixed point",
1438
+ "obligation_category": null,
1439
+ "verifier_route": null
1440
+ },
1441
+ {
1442
+ "coverage_status": "implemented_checker",
1443
+ "implementation_maturity": "implemented_shape_checker",
1444
+ "implementation_refs": [
1445
+ "sqot.check_salience_record"
1446
+ ],
1447
+ "item_id": "prop:protocol-mutation-vulnerability",
1448
+ "label": "Protocol-mutation vulnerability",
1449
+ "obligation_category": null,
1450
+ "verifier_route": null
1451
+ },
1452
+ {
1453
+ "coverage_status": "implemented_schema",
1454
+ "implementation_maturity": "implemented_schema_only",
1455
+ "implementation_refs": [
1456
+ "sqot.SalienceQueueRecord"
1457
+ ],
1458
+ "item_id": "def:safe-target-states",
1459
+ "label": "Safe and target states",
1460
+ "obligation_category": null,
1461
+ "verifier_route": null
1462
+ },
1463
+ {
1464
+ "coverage_status": "implemented_checker",
1465
+ "implementation_maturity": "implemented_shape_checker",
1466
+ "implementation_refs": [
1467
+ "sqot.QuarantineLedger"
1468
+ ],
1469
+ "item_id": "thm:quarantine-breach",
1470
+ "label": "Quarantine breach",
1471
+ "obligation_category": null,
1472
+ "verifier_route": null
1473
+ },
1474
+ {
1475
+ "coverage_status": "implemented_checker",
1476
+ "implementation_maturity": "implemented_shape_checker",
1477
+ "implementation_refs": [
1478
+ "sqot.check_salience_record"
1479
+ ],
1480
+ "item_id": "thm:no-free-discharge",
1481
+ "label": "No-free-discharge",
1482
+ "obligation_category": null,
1483
+ "verifier_route": null
1484
+ },
1485
+ {
1486
+ "coverage_status": "implemented_checker",
1487
+ "implementation_maturity": "implemented_shape_checker",
1488
+ "implementation_refs": [
1489
+ "sqot.check_salience_record"
1490
+ ],
1491
+ "item_id": "def:sovereignty-kernel",
1492
+ "label": "Sovereignty kernel",
1493
+ "obligation_category": null,
1494
+ "verifier_route": null
1495
+ },
1496
+ {
1497
+ "coverage_status": "implemented_checker",
1498
+ "implementation_maturity": "implemented_shape_checker",
1499
+ "implementation_refs": [
1500
+ "sqot.check_salience_record"
1501
+ ],
1502
+ "item_id": "thm:self-auditing-kernel",
1503
+ "label": "Self-auditing sovereignty kernel",
1504
+ "obligation_category": null,
1505
+ "verifier_route": null
1506
+ },
1507
+ {
1508
+ "coverage_status": "external_obligation",
1509
+ "implementation_maturity": "external_contract_only",
1510
+ "implementation_refs": [
1511
+ "core.ExternalProofObligation"
1512
+ ],
1513
+ "item_id": "def:adversarial-salience-game",
1514
+ "label": "Adversarial salience game",
1515
+ "obligation_category": "sqot-adversarial-transfer",
1516
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
1517
+ },
1518
+ {
1519
+ "coverage_status": "external_obligation",
1520
+ "implementation_maturity": "external_contract_only",
1521
+ "implementation_refs": [
1522
+ "core.ExternalProofObligation"
1523
+ ],
1524
+ "item_id": "thm:adversarial-sovereignty-kernel",
1525
+ "label": "Adversarial sovereignty kernel",
1526
+ "obligation_category": "sqot-protocol-integrity",
1527
+ "verifier_route": "sqot.adapters.integrity.verify_protocol_kernel"
1528
+ },
1529
+ {
1530
+ "coverage_status": "implemented_checker",
1531
+ "implementation_maturity": "implemented_shape_checker",
1532
+ "implementation_refs": [
1533
+ "sqot.check_salience_record"
1534
+ ],
1535
+ "item_id": "def:epistemic-salience-game",
1536
+ "label": "Epistemic salience game",
1537
+ "obligation_category": null,
1538
+ "verifier_route": null
1539
+ },
1540
+ {
1541
+ "coverage_status": "implemented_checker",
1542
+ "implementation_maturity": "implemented_shape_checker",
1543
+ "implementation_refs": [
1544
+ "sqot.check_salience_record"
1545
+ ],
1546
+ "item_id": "thm:epistemic-salience-kernel",
1547
+ "label": "Epistemic salience kernel",
1548
+ "obligation_category": null,
1549
+ "verifier_route": null
1550
+ },
1551
+ {
1552
+ "coverage_status": "implemented_constructive",
1553
+ "implementation_maturity": "implemented_verified_algorithm",
1554
+ "implementation_refs": [
1555
+ "sqot.build_salience_schedule"
1556
+ ],
1557
+ "item_id": "def:bounded-memory-computational-belief",
1558
+ "label": "Bounded-memory computational belief",
1559
+ "obligation_category": null,
1560
+ "verifier_route": null
1561
+ },
1562
+ {
1563
+ "coverage_status": "external_obligation",
1564
+ "implementation_maturity": "external_contract_only",
1565
+ "implementation_refs": [
1566
+ "core.ExternalProofObligation"
1567
+ ],
1568
+ "item_id": "thm:computational-belief-soundness",
1569
+ "label": "Computational belief soundness",
1570
+ "obligation_category": "domain-specific-proof",
1571
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
1572
+ },
1573
+ {
1574
+ "coverage_status": "implemented_checker",
1575
+ "implementation_maturity": "implemented_shape_checker",
1576
+ "implementation_refs": [
1577
+ "sqot.check_salience_record"
1578
+ ],
1579
+ "item_id": "prop:belief-executability-gap",
1580
+ "label": "Complete belief does not imply bounded executability",
1581
+ "obligation_category": null,
1582
+ "verifier_route": null
1583
+ },
1584
+ {
1585
+ "coverage_status": "implemented_checker",
1586
+ "implementation_maturity": "implemented_shape_checker",
1587
+ "implementation_refs": [
1588
+ "sqot.check_salience_record"
1589
+ ],
1590
+ "item_id": "def:reserve-safety-kernel",
1591
+ "label": "Reserve safety kernel",
1592
+ "obligation_category": null,
1593
+ "verifier_route": null
1594
+ },
1595
+ {
1596
+ "coverage_status": "implemented_constructive",
1597
+ "implementation_maturity": "implemented_verified_algorithm",
1598
+ "implementation_refs": [
1599
+ "sqot.build_salience_schedule"
1600
+ ],
1601
+ "item_id": "thm:effective-reserve-kernel",
1602
+ "label": "Effective reserve kernel",
1603
+ "obligation_category": null,
1604
+ "verifier_route": null
1605
+ },
1606
+ {
1607
+ "coverage_status": "implemented_schema",
1608
+ "implementation_maturity": "implemented_schema_only",
1609
+ "implementation_refs": [
1610
+ "sqot.SalienceQueueRecord"
1611
+ ],
1612
+ "item_id": "def:raw-sovereignty-certificate",
1613
+ "label": "Raw sovereignty certificate",
1614
+ "obligation_category": null,
1615
+ "verifier_route": null
1616
+ },
1617
+ {
1618
+ "coverage_status": "implemented_schema",
1619
+ "implementation_maturity": "implemented_schema_only",
1620
+ "implementation_refs": [
1621
+ "sqot.SalienceQueueRecord"
1622
+ ],
1623
+ "item_id": "def:raw-checked-sovereignty-certificate",
1624
+ "label": "Raw checked sovereignty certificate",
1625
+ "obligation_category": null,
1626
+ "verifier_route": null
1627
+ },
1628
+ {
1629
+ "coverage_status": "implemented_checker",
1630
+ "implementation_maturity": "implemented_shape_checker",
1631
+ "implementation_refs": [
1632
+ "sqot.build_salience_schedule"
1633
+ ],
1634
+ "item_id": "def:verification-cost-succinct-certificate",
1635
+ "label": "Verification-cost and succinct certificate",
1636
+ "obligation_category": null,
1637
+ "verifier_route": null
1638
+ },
1639
+ {
1640
+ "coverage_status": "implemented_schema",
1641
+ "implementation_maturity": "implemented_schema_only",
1642
+ "implementation_refs": [
1643
+ "sqot.SalienceQueueRecord"
1644
+ ],
1645
+ "item_id": "thm:noncircular-sovereignty",
1646
+ "label": "Non-circular sovereignty certificate",
1647
+ "obligation_category": null,
1648
+ "verifier_route": null
1649
+ },
1650
+ {
1651
+ "coverage_status": "implemented_schema",
1652
+ "implementation_maturity": "implemented_schema_only",
1653
+ "implementation_refs": [
1654
+ "sqot.SalienceQueueRecord"
1655
+ ],
1656
+ "item_id": "thm:checked-noncircular-sovereignty",
1657
+ "label": "Checked non-circular sovereignty certificate",
1658
+ "obligation_category": null,
1659
+ "verifier_route": null
1660
+ },
1661
+ {
1662
+ "coverage_status": "implemented_checker",
1663
+ "implementation_maturity": "implemented_shape_checker",
1664
+ "implementation_refs": [
1665
+ "sqot.check_salience_record"
1666
+ ],
1667
+ "item_id": "prop:bureaucratic-capture",
1668
+ "label": "Bureaucratic capture obstruction",
1669
+ "obligation_category": null,
1670
+ "verifier_route": null
1671
+ },
1672
+ {
1673
+ "coverage_status": "external_obligation",
1674
+ "implementation_maturity": "external_contract_only",
1675
+ "implementation_refs": [
1676
+ "core.ExternalProofObligation"
1677
+ ],
1678
+ "item_id": "thm:verifier-to-witness-soundness",
1679
+ "label": "Verifier-to-witness soundness",
1680
+ "obligation_category": "domain-specific-proof",
1681
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
1682
+ },
1683
+ {
1684
+ "coverage_status": "external_obligation",
1685
+ "implementation_maturity": "external_contract_only",
1686
+ "implementation_refs": [
1687
+ "core.ExternalProofObligation"
1688
+ ],
1689
+ "item_id": "thm:adaptive-succinct-session-soundness",
1690
+ "label": "Adaptive succinct session soundness",
1691
+ "obligation_category": "domain-specific-proof",
1692
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
1693
+ },
1694
+ {
1695
+ "coverage_status": "implemented_checker",
1696
+ "implementation_maturity": "implemented_shape_checker",
1697
+ "implementation_refs": [
1698
+ "sqot.check_salience_record"
1699
+ ],
1700
+ "item_id": "prop:proof-dag-compression",
1701
+ "label": "Proof-DAG compression",
1702
+ "obligation_category": null,
1703
+ "verifier_route": null
1704
+ },
1705
+ {
1706
+ "coverage_status": "implemented_checker",
1707
+ "implementation_maturity": "implemented_shape_checker",
1708
+ "implementation_refs": [
1709
+ "sqot.check_salience_record"
1710
+ ],
1711
+ "item_id": "prop:no-free-succinctness",
1712
+ "label": "No-free succinctness",
1713
+ "obligation_category": null,
1714
+ "verifier_route": null
1715
+ },
1716
+ {
1717
+ "coverage_status": "implemented_checker",
1718
+ "implementation_maturity": "implemented_shape_checker",
1719
+ "implementation_refs": [
1720
+ "sqot.check_salience_record"
1721
+ ],
1722
+ "item_id": "prop:choice-preserving-no-action",
1723
+ "label": "Choice-preserving no-action",
1724
+ "obligation_category": null,
1725
+ "verifier_route": null
1726
+ },
1727
+ {
1728
+ "coverage_status": "implemented_checker",
1729
+ "implementation_maturity": "implemented_shape_checker",
1730
+ "implementation_refs": [
1731
+ "sqot.check_salience_record"
1732
+ ],
1733
+ "item_id": "prop:counterfactual-no-action-separation",
1734
+ "label": "Counterfactual no-action separation",
1735
+ "obligation_category": null,
1736
+ "verifier_route": null
1737
+ },
1738
+ {
1739
+ "coverage_status": "implemented_checker",
1740
+ "implementation_maturity": "implemented_shape_checker",
1741
+ "implementation_refs": [
1742
+ "sqot.QuarantineLedger"
1743
+ ],
1744
+ "item_id": "prop:rollback-not-erasure",
1745
+ "label": "Rollback is not erasure",
1746
+ "obligation_category": null,
1747
+ "verifier_route": null
1748
+ },
1749
+ {
1750
+ "coverage_status": "implemented_checker",
1751
+ "implementation_maturity": "implemented_shape_checker",
1752
+ "implementation_refs": [
1753
+ "core.CheckerContext"
1754
+ ],
1755
+ "item_id": "def:stratified-audit-checker",
1756
+ "label": "Stratified audit checker",
1757
+ "obligation_category": null,
1758
+ "verifier_route": null
1759
+ },
1760
+ {
1761
+ "coverage_status": "implemented_checker",
1762
+ "implementation_maturity": "implemented_shape_checker",
1763
+ "implementation_refs": [
1764
+ "core.CheckerContext"
1765
+ ],
1766
+ "item_id": "def:substrate-anchored-root-checker",
1767
+ "label": "Substrate-anchored root checker",
1768
+ "obligation_category": null,
1769
+ "verifier_route": null
1770
+ },
1771
+ {
1772
+ "coverage_status": "implemented_checker",
1773
+ "implementation_maturity": "implemented_shape_checker",
1774
+ "implementation_refs": [
1775
+ "sqot.check_salience_record"
1776
+ ],
1777
+ "item_id": "def:anchor-model-simulation",
1778
+ "label": "Anchor model and simulation indistinguishability",
1779
+ "obligation_category": null,
1780
+ "verifier_route": null
1781
+ },
1782
+ {
1783
+ "coverage_status": "implemented_checker",
1784
+ "implementation_maturity": "implemented_shape_checker",
1785
+ "implementation_refs": [
1786
+ "sqot.check_salience_record"
1787
+ ],
1788
+ "item_id": "thm:stratified-audit-termination",
1789
+ "label": "Stratified audit termination",
1790
+ "obligation_category": null,
1791
+ "verifier_route": null
1792
+ },
1793
+ {
1794
+ "coverage_status": "implemented_checker",
1795
+ "implementation_maturity": "implemented_shape_checker",
1796
+ "implementation_refs": [
1797
+ "core.CheckerContext"
1798
+ ],
1799
+ "item_id": "prop:root-checker-contamination",
1800
+ "label": "Root checker contamination",
1801
+ "obligation_category": null,
1802
+ "verifier_route": null
1803
+ },
1804
+ {
1805
+ "coverage_status": "implemented_checker",
1806
+ "implementation_maturity": "implemented_shape_checker",
1807
+ "implementation_refs": [
1808
+ "sqot.check_salience_record"
1809
+ ],
1810
+ "item_id": "thm:substrate-anchored-acceptance",
1811
+ "label": "Substrate-anchored acceptance",
1812
+ "obligation_category": null,
1813
+ "verifier_route": null
1814
+ },
1815
+ {
1816
+ "coverage_status": "implemented_checker",
1817
+ "implementation_maturity": "implemented_shape_checker",
1818
+ "implementation_refs": [
1819
+ "sqot.check_salience_record"
1820
+ ],
1821
+ "item_id": "thm:no-absolute-base-reality",
1822
+ "label": "No absolute base-reality certification",
1823
+ "obligation_category": null,
1824
+ "verifier_route": null
1825
+ },
1826
+ {
1827
+ "coverage_status": "external_obligation",
1828
+ "implementation_maturity": "external_contract_only",
1829
+ "implementation_refs": [
1830
+ "core.ExternalProofObligation"
1831
+ ],
1832
+ "item_id": "thm:model-relative-anchor-soundness",
1833
+ "label": "Model-relative anchor soundness",
1834
+ "obligation_category": "domain-specific-proof",
1835
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
1836
+ },
1837
+ {
1838
+ "coverage_status": "external_obligation",
1839
+ "implementation_maturity": "external_contract_only",
1840
+ "implementation_refs": [
1841
+ "core.ExternalProofObligation"
1842
+ ],
1843
+ "item_id": "prop:anchor-diversity-soundness",
1844
+ "label": "Anchor-diversity soundness",
1845
+ "obligation_category": "domain-specific-proof",
1846
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
1847
+ },
1848
+ {
1849
+ "coverage_status": "implemented_checker",
1850
+ "implementation_maturity": "implemented_shape_checker",
1851
+ "implementation_refs": [
1852
+ "sqot.check_salience_record"
1853
+ ],
1854
+ "item_id": "prop:audit-recursion-capture",
1855
+ "label": "Audit-recursion capture",
1856
+ "obligation_category": null,
1857
+ "verifier_route": null
1858
+ },
1859
+ {
1860
+ "coverage_status": "implemented_checker",
1861
+ "implementation_maturity": "implemented_shape_checker",
1862
+ "implementation_refs": [
1863
+ "sqot.check_salience_record"
1864
+ ],
1865
+ "item_id": "def:window-composition",
1866
+ "label": "Window composition",
1867
+ "obligation_category": null,
1868
+ "verifier_route": null
1869
+ },
1870
+ {
1871
+ "coverage_status": "implemented_checker",
1872
+ "implementation_maturity": "implemented_shape_checker",
1873
+ "implementation_refs": [
1874
+ "sqot.check_salience_record"
1875
+ ],
1876
+ "item_id": "def:online-control-realizability",
1877
+ "label": "Online-control realizability",
1878
+ "obligation_category": null,
1879
+ "verifier_route": null
1880
+ },
1881
+ {
1882
+ "coverage_status": "implemented_checker",
1883
+ "implementation_maturity": "implemented_shape_checker",
1884
+ "implementation_refs": [
1885
+ "sqot.check_salience_record"
1886
+ ],
1887
+ "item_id": "def:compressor-relative-safe-ignorance",
1888
+ "label": "Compressor-relative safe ignorance",
1889
+ "obligation_category": null,
1890
+ "verifier_route": null
1891
+ },
1892
+ {
1893
+ "coverage_status": "implemented_checker",
1894
+ "implementation_maturity": "implemented_shape_checker",
1895
+ "implementation_refs": [
1896
+ "sqot.check_salience_record"
1897
+ ],
1898
+ "item_id": "def:safe-adversary-class-expansion",
1899
+ "label": "Safe adversary-class expansion",
1900
+ "obligation_category": null,
1901
+ "verifier_route": null
1902
+ },
1903
+ {
1904
+ "coverage_status": "external_obligation",
1905
+ "implementation_maturity": "external_contract_only",
1906
+ "implementation_refs": [
1907
+ "core.ExternalProofObligation"
1908
+ ],
1909
+ "item_id": "def:adversarial-pac-transfer",
1910
+ "label": "Adversarial PAC transfer certificate",
1911
+ "obligation_category": "sqot-adversarial-transfer",
1912
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
1913
+ },
1914
+ {
1915
+ "coverage_status": "external_obligation",
1916
+ "implementation_maturity": "external_contract_only",
1917
+ "implementation_refs": [
1918
+ "core.ExternalProofObligation"
1919
+ ],
1920
+ "item_id": "thm:adversarial-pac-transfer",
1921
+ "label": "Adversarial PAC transfer",
1922
+ "obligation_category": "sqot-adversarial-transfer",
1923
+ "verifier_route": "sqot.adapters.adversarial.verify_transfer_game"
1924
+ },
1925
+ {
1926
+ "coverage_status": "implemented_checker",
1927
+ "implementation_maturity": "implemented_shape_checker",
1928
+ "implementation_refs": [
1929
+ "sqot.check_salience_record"
1930
+ ],
1931
+ "item_id": "thm:regret-realizability",
1932
+ "label": "Regret realizability",
1933
+ "obligation_category": null,
1934
+ "verifier_route": null
1935
+ },
1936
+ {
1937
+ "coverage_status": "implemented_checker",
1938
+ "implementation_maturity": "implemented_shape_checker",
1939
+ "implementation_refs": [
1940
+ "sqot.check_salience_record"
1941
+ ],
1942
+ "item_id": "thm:safe-adversary-class-expansion",
1943
+ "label": "Safe adversary-class expansion",
1944
+ "obligation_category": null,
1945
+ "verifier_route": null
1946
+ },
1947
+ {
1948
+ "coverage_status": "implemented_checker",
1949
+ "implementation_maturity": "implemented_shape_checker",
1950
+ "implementation_refs": [
1951
+ "sqot.check_salience_record"
1952
+ ],
1953
+ "item_id": "thm:safe-ignorance",
1954
+ "label": "Safe ignorance",
1955
+ "obligation_category": null,
1956
+ "verifier_route": null
1957
+ },
1958
+ {
1959
+ "coverage_status": "implemented_checker",
1960
+ "implementation_maturity": "implemented_shape_checker",
1961
+ "implementation_refs": [
1962
+ "sqot.OccupationLedger"
1963
+ ],
1964
+ "item_id": "prop:cumulative-occupation",
1965
+ "label": "Cumulative occupation composition",
1966
+ "obligation_category": null,
1967
+ "verifier_route": null
1968
+ },
1969
+ {
1970
+ "coverage_status": "implemented_schema",
1971
+ "implementation_maturity": "implemented_schema_only",
1972
+ "implementation_refs": [
1973
+ "sqot.SalienceQueueRecord"
1974
+ ],
1975
+ "item_id": "def:effect-source-certificates",
1976
+ "label": "Effect and source certificates",
1977
+ "obligation_category": null,
1978
+ "verifier_route": null
1979
+ },
1980
+ {
1981
+ "coverage_status": "implemented_checker",
1982
+ "implementation_maturity": "implemented_shape_checker",
1983
+ "implementation_refs": [
1984
+ "sqot.check_salience_record"
1985
+ ],
1986
+ "item_id": "prop:effect-source-separation",
1987
+ "label": "Effect-source identifiability separation",
1988
+ "obligation_category": null,
1989
+ "verifier_route": null
1990
+ },
1991
+ {
1992
+ "coverage_status": "implemented_checker",
1993
+ "implementation_maturity": "implemented_shape_checker",
1994
+ "implementation_refs": [
1995
+ "sqot.OccupationLedger"
1996
+ ],
1997
+ "item_id": "prop:latency-without-high-total-occupation",
1998
+ "label": "Latency without high total occupation",
1999
+ "obligation_category": null,
2000
+ "verifier_route": null
2001
+ },
2002
+ {
2003
+ "coverage_status": "implemented_checker",
2004
+ "implementation_maturity": "implemented_shape_checker",
2005
+ "implementation_refs": [
2006
+ "ecpt.check_queue_certificate"
2007
+ ],
2008
+ "item_id": "def:network-process",
2009
+ "label": "Network process and communication queues",
2010
+ "obligation_category": null,
2011
+ "verifier_route": null
2012
+ },
2013
+ {
2014
+ "coverage_status": "implemented_schema",
2015
+ "implementation_maturity": "implemented_schema_only",
2016
+ "implementation_refs": [
2017
+ "sqot.SalienceQueueRecord"
2018
+ ],
2019
+ "item_id": "def:consensus-sovereignty-certificate",
2020
+ "label": "Consensus sovereignty certificate",
2021
+ "obligation_category": null,
2022
+ "verifier_route": null
2023
+ },
2024
+ {
2025
+ "coverage_status": "external_obligation",
2026
+ "implementation_maturity": "external_contract_only",
2027
+ "implementation_refs": [
2028
+ "core.ExternalProofObligation"
2029
+ ],
2030
+ "item_id": "def:topological-surgery-fragmented-certificate",
2031
+ "label": "Topological surgery and fragmented certificate",
2032
+ "obligation_category": "domain-specific-proof",
2033
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
2034
+ },
2035
+ {
2036
+ "coverage_status": "implemented_constructive",
2037
+ "implementation_maturity": "implemented_verified_algorithm",
2038
+ "implementation_refs": [
2039
+ "sqot.build_salience_schedule"
2040
+ ],
2041
+ "item_id": "def:salience-extortion-mechanism",
2042
+ "label": "Salience-extortion mechanism",
2043
+ "obligation_category": null,
2044
+ "verifier_route": null
2045
+ },
2046
+ {
2047
+ "coverage_status": "implemented_schema",
2048
+ "implementation_maturity": "implemented_schema_only",
2049
+ "implementation_refs": [
2050
+ "sqot.SalienceQueueRecord"
2051
+ ],
2052
+ "item_id": "def:verifier-mediated-rejoin-certificate",
2053
+ "label": "Verifier-mediated rejoin certificate",
2054
+ "obligation_category": null,
2055
+ "verifier_route": null
2056
+ },
2057
+ {
2058
+ "coverage_status": "implemented_checker",
2059
+ "implementation_maturity": "implemented_shape_checker",
2060
+ "implementation_refs": [
2061
+ "sqot.check_salience_record"
2062
+ ],
2063
+ "item_id": "prop:distributed-salience-composition",
2064
+ "label": "Distributed salience composition",
2065
+ "obligation_category": null,
2066
+ "verifier_route": null
2067
+ },
2068
+ {
2069
+ "coverage_status": "implemented_checker",
2070
+ "implementation_maturity": "implemented_shape_checker",
2071
+ "implementation_refs": [
2072
+ "sqot.check_salience_record"
2073
+ ],
2074
+ "item_id": "def:topology-morphism",
2075
+ "label": "Topology morphism",
2076
+ "obligation_category": null,
2077
+ "verifier_route": null
2078
+ },
2079
+ {
2080
+ "coverage_status": "implemented_checker",
2081
+ "implementation_maturity": "implemented_shape_checker",
2082
+ "implementation_refs": [
2083
+ "sqot.check_salience_record"
2084
+ ],
2085
+ "item_id": "thm:topomorphism-invariance",
2086
+ "label": "Topo-morphism invariance",
2087
+ "obligation_category": null,
2088
+ "verifier_route": null
2089
+ },
2090
+ {
2091
+ "coverage_status": "external_obligation",
2092
+ "implementation_maturity": "external_contract_only",
2093
+ "implementation_refs": [
2094
+ "core.ExternalProofObligation"
2095
+ ],
2096
+ "item_id": "thm:fragmented-sovereignty",
2097
+ "label": "Fragmented sovereignty",
2098
+ "obligation_category": "sqot-protocol-integrity",
2099
+ "verifier_route": "sqot.adapters.integrity.verify_protocol_kernel"
2100
+ },
2101
+ {
2102
+ "coverage_status": "implemented_constructive",
2103
+ "implementation_maturity": "implemented_verified_algorithm",
2104
+ "implementation_refs": [
2105
+ "sqot.build_salience_schedule"
2106
+ ],
2107
+ "item_id": "thm:mechanism-compatible-kernel",
2108
+ "label": "Mechanism-compatible sovereignty kernel",
2109
+ "obligation_category": null,
2110
+ "verifier_route": null
2111
+ },
2112
+ {
2113
+ "coverage_status": "implemented_constructive",
2114
+ "implementation_maturity": "implemented_verified_algorithm",
2115
+ "implementation_refs": [
2116
+ "sqot.build_salience_schedule"
2117
+ ],
2118
+ "item_id": "thm:mechanism-witness-verification",
2119
+ "label": "Mechanism witness verification",
2120
+ "obligation_category": null,
2121
+ "verifier_route": null
2122
+ },
2123
+ {
2124
+ "coverage_status": "implemented_checker",
2125
+ "implementation_maturity": "implemented_shape_checker",
2126
+ "implementation_refs": [
2127
+ "ecology.build_bottleneck_plan"
2128
+ ],
2129
+ "item_id": "thm:mechanism-payoff-reflection",
2130
+ "label": "Mechanism payoff-reflection",
2131
+ "obligation_category": null,
2132
+ "verifier_route": null
2133
+ },
2134
+ {
2135
+ "coverage_status": "implemented_checker",
2136
+ "implementation_maturity": "implemented_shape_checker",
2137
+ "implementation_refs": [
2138
+ "ecology.build_bottleneck_plan"
2139
+ ],
2140
+ "item_id": "thm:payoff-reflected-mechanism-robustness",
2141
+ "label": "Payoff-reflected mechanism robustness",
2142
+ "obligation_category": null,
2143
+ "verifier_route": null
2144
+ },
2145
+ {
2146
+ "coverage_status": "implemented_checker",
2147
+ "implementation_maturity": "implemented_shape_checker",
2148
+ "implementation_refs": [
2149
+ "sqot.check_salience_record"
2150
+ ],
2151
+ "item_id": "prop:extortion-equilibrium-separation",
2152
+ "label": "Extortion equilibrium separation",
2153
+ "obligation_category": null,
2154
+ "verifier_route": null
2155
+ },
2156
+ {
2157
+ "coverage_status": "implemented_checker",
2158
+ "implementation_maturity": "implemented_shape_checker",
2159
+ "implementation_refs": [
2160
+ "ecology.build_bottleneck_plan"
2161
+ ],
2162
+ "item_id": "prop:strict-domination-mechanism-design",
2163
+ "label": "Strict-domination mechanism design",
2164
+ "obligation_category": null,
2165
+ "verifier_route": null
2166
+ },
2167
+ {
2168
+ "coverage_status": "implemented_checker",
2169
+ "implementation_maturity": "implemented_shape_checker",
2170
+ "implementation_refs": [
2171
+ "sqot.check_salience_record"
2172
+ ],
2173
+ "item_id": "prop:extortion-margin",
2174
+ "label": "Extortion margin",
2175
+ "obligation_category": null,
2176
+ "verifier_route": null
2177
+ },
2178
+ {
2179
+ "coverage_status": "implemented_checker",
2180
+ "implementation_maturity": "implemented_shape_checker",
2181
+ "implementation_refs": [
2182
+ "sqot.check_salience_record"
2183
+ ],
2184
+ "item_id": "prop:unsafe-self-amputation",
2185
+ "label": "Unsafe self-amputation",
2186
+ "obligation_category": null,
2187
+ "verifier_route": null
2188
+ },
2189
+ {
2190
+ "coverage_status": "implemented_checker",
2191
+ "implementation_maturity": "implemented_shape_checker",
2192
+ "implementation_refs": [
2193
+ "sqot.check_salience_record"
2194
+ ],
2195
+ "item_id": "thm:safe-reintegration",
2196
+ "label": "Safe reintegration",
2197
+ "obligation_category": null,
2198
+ "verifier_route": null
2199
+ },
2200
+ {
2201
+ "coverage_status": "implemented_checker",
2202
+ "implementation_maturity": "implemented_shape_checker",
2203
+ "implementation_refs": [
2204
+ "sqot.check_salience_record"
2205
+ ],
2206
+ "item_id": "prop:byzantine-false-rejoin-separation",
2207
+ "label": "Byzantine false-rejoin separation",
2208
+ "obligation_category": null,
2209
+ "verifier_route": null
2210
+ },
2211
+ {
2212
+ "coverage_status": "external_obligation",
2213
+ "implementation_maturity": "external_contract_only",
2214
+ "implementation_refs": [
2215
+ "core.ExternalProofObligation"
2216
+ ],
2217
+ "item_id": "def:continuous-time-boundary",
2218
+ "label": "Continuous-time SQOT boundary",
2219
+ "obligation_category": "ecpt-bridge-reserve",
2220
+ "verifier_route": "ecpt.adapters.bridge.verify_cross_theory_bridge"
2221
+ },
2222
+ {
2223
+ "coverage_status": "external_obligation",
2224
+ "implementation_maturity": "external_contract_only",
2225
+ "implementation_refs": [
2226
+ "core.ExternalProofObligation"
2227
+ ],
2228
+ "item_id": "prop:continuous-time-skeleton-soundness",
2229
+ "label": "Continuous-time skeleton soundness",
2230
+ "obligation_category": "domain-specific-proof",
2231
+ "verifier_route": "core.adapters.external.verify_domain_obligation"
2232
+ },
2233
+ {
2234
+ "coverage_status": "implemented_checker",
2235
+ "implementation_maturity": "implemented_shape_checker",
2236
+ "implementation_refs": [
2237
+ "sqot.check_salience_record"
2238
+ ],
2239
+ "item_id": "prop:chronos-attack-separation",
2240
+ "label": "Chronos attack separation",
2241
+ "obligation_category": null,
2242
+ "verifier_route": null
2243
+ },
2244
+ {
2245
+ "coverage_status": "implemented_checker",
2246
+ "implementation_maturity": "implemented_shape_checker",
2247
+ "implementation_refs": [
2248
+ "sqot.check_salience_record"
2249
+ ],
2250
+ "item_id": "lem:causal-window-soundness",
2251
+ "label": "Causal window soundness",
2252
+ "obligation_category": null,
2253
+ "verifier_route": null
2254
+ }
2255
+ ],
2256
+ "mr_records": 0,
2257
+ "representative_items": [
2258
+ {
2259
+ "coverage_status": "implemented_checker",
2260
+ "implementation_maturity": "implemented_shape_checker",
2261
+ "implementation_refs": [
2262
+ "core.CheckerContext"
2263
+ ],
2264
+ "item_id": "def:checker-semantics",
2265
+ "label": "Checker semantics",
2266
+ "obligation_category": null,
2267
+ "verifier_route": null
2268
+ },
2269
+ {
2270
+ "coverage_status": "implemented_checker",
2271
+ "implementation_maturity": "implemented_shape_checker",
2272
+ "implementation_refs": [
2273
+ "core.CheckerContext"
2274
+ ],
2275
+ "item_id": "def:checkable-ledger-judgment",
2276
+ "label": "Checkable ledger and checker judgment",
2277
+ "obligation_category": null,
2278
+ "verifier_route": null
2279
+ },
2280
+ {
2281
+ "coverage_status": "implemented_checker",
2282
+ "implementation_maturity": "implemented_shape_checker",
2283
+ "implementation_refs": [
2284
+ "sqot.QuarantineLedger"
2285
+ ],
2286
+ "item_id": "def:leaky-quarantine-ledger",
2287
+ "label": "Leaky quarantine ledger",
2288
+ "obligation_category": null,
2289
+ "verifier_route": null
2290
+ },
2291
+ {
2292
+ "coverage_status": "implemented_checker",
2293
+ "implementation_maturity": "implemented_shape_checker",
2294
+ "implementation_refs": [
2295
+ "core.CheckerContext"
2296
+ ],
2297
+ "item_id": "def:certificate-grammar",
2298
+ "label": "Certificate grammar and checker traces",
2299
+ "obligation_category": null,
2300
+ "verifier_route": null
2301
+ },
2302
+ {
2303
+ "coverage_status": "implemented_checker",
2304
+ "implementation_maturity": "implemented_shape_checker",
2305
+ "implementation_refs": [
2306
+ "trc.check_risk_gate"
2307
+ ],
2308
+ "item_id": "def:global-risk-ledger",
2309
+ "label": "Global risk ledger",
2310
+ "obligation_category": null,
2311
+ "verifier_route": null
2312
+ },
2313
+ {
2314
+ "coverage_status": "implemented_checker",
2315
+ "implementation_maturity": "implemented_shape_checker",
2316
+ "implementation_refs": [
2317
+ "core.CheckerContext"
2318
+ ],
2319
+ "item_id": "def:self-auditing-checker-budget",
2320
+ "label": "Self-auditing checker budget",
2321
+ "obligation_category": null,
2322
+ "verifier_route": null
2323
+ },
2324
+ {
2325
+ "coverage_status": "external_obligation",
2326
+ "implementation_maturity": "external_contract_only",
2327
+ "implementation_refs": [
2328
+ "core.ExternalProofObligation"
2329
+ ],
2330
+ "item_id": "def:thermodynamic-discharge-ledger",
2331
+ "label": "Thermodynamic discharge ledger",
2332
+ "obligation_category": "sqot-thermodynamic-discharge",
2333
+ "verifier_route": "sqot.adapters.thermodynamic.verify_discharge_envelope"
2334
+ },
2335
+ {
2336
+ "coverage_status": "implemented_checker",
2337
+ "implementation_maturity": "implemented_shape_checker",
2338
+ "implementation_refs": [
2339
+ "sqot.check_salience_record"
2340
+ ],
2341
+ "item_id": "def:finite-witness-obligations",
2342
+ "label": "Finite obligation specification",
2343
+ "obligation_category": null,
2344
+ "verifier_route": null
2345
+ },
2346
+ {
2347
+ "coverage_status": "implemented_checker",
2348
+ "implementation_maturity": "implemented_shape_checker",
2349
+ "implementation_refs": [
2350
+ "core.CertificateFamily"
2351
+ ],
2352
+ "item_id": "thm:certificate-grammar-soundness",
2353
+ "label": "Finite certificate grammar soundness",
2354
+ "obligation_category": null,
2355
+ "verifier_route": null
2356
+ },
2357
+ {
2358
+ "coverage_status": "implemented_checker",
2359
+ "implementation_maturity": "implemented_shape_checker",
2360
+ "implementation_refs": [
2361
+ "core.CheckerContext"
2362
+ ],
2363
+ "item_id": "thm:finite-checker-semantics-soundness",
2364
+ "label": "Finite checker semantics soundness",
2365
+ "obligation_category": null,
2366
+ "verifier_route": null
2367
+ },
2368
+ {
2369
+ "coverage_status": "implemented_checker",
2370
+ "implementation_maturity": "implemented_shape_checker",
2371
+ "implementation_refs": [
2372
+ "trc.check_risk_gate"
2373
+ ],
2374
+ "item_id": "prop:risk-budget-composition",
2375
+ "label": "Risk-budget composition",
2376
+ "obligation_category": null,
2377
+ "verifier_route": null
2378
+ },
2379
+ {
2380
+ "coverage_status": "implemented_checker",
2381
+ "implementation_maturity": "implemented_shape_checker",
2382
+ "implementation_refs": [
2383
+ "trc.check_risk_gate"
2384
+ ],
2385
+ "item_id": "thm:typed-risk-composition",
2386
+ "label": "Typed risk composition",
2387
+ "obligation_category": null,
2388
+ "verifier_route": null
2389
+ }
2390
+ ],
2391
+ "schema_version": "theory-snapshot-1.0"
2392
+ }