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,85 @@
1
+ {
2
+ "accepted": false,
3
+ "affected_ecpt_components": [],
4
+ "blockers": [
5
+ {
6
+ "blocker_id": "alt-lift-blocker:packet-exchange:example:capital",
7
+ "blocker_type": "missing accepted ALT capital",
8
+ "packet_id": "packet-exchange:example",
9
+ "remediation": "admit an ALT packet with finite liquidity, transport, root, telemetry, lifecycle, and hazard checks",
10
+ "residual_preserved": true
11
+ },
12
+ {
13
+ "blocker_id": "alt-lift-blocker:packet-exchange:example:ecpt-component",
14
+ "blocker_type": "no ECPT component affected",
15
+ "packet_id": "packet-exchange:example",
16
+ "remediation": "provide edge, receiver, path, closure, or bottleneck evidence",
17
+ "residual_preserved": true
18
+ }
19
+ ],
20
+ "capital_to_path_contributions": [
21
+ {
22
+ "accepted": false,
23
+ "contribution_id": "capital-to-path:packet-exchange:example",
24
+ "graph_id": "effective-packet-graph",
25
+ "increases_execution_available_path_density": false,
26
+ "packet_id": "packet-exchange:example",
27
+ "path_ids": [
28
+ "edge:self-alpha"
29
+ ],
30
+ "reasons": [
31
+ "path contribution requires accepted graph edges",
32
+ "ALT capital does not execute paths"
33
+ ],
34
+ "settled": false
35
+ }
36
+ ],
37
+ "cross_context_transfer_witnesses": [],
38
+ "diagnostic_only_lift_failure": true,
39
+ "downstream_search_cost_deltas": [],
40
+ "graph_id": "effective-packet-graph",
41
+ "liquidity_to_closure_contributions": [
42
+ {
43
+ "accepted": false,
44
+ "closure_witness_ids": [
45
+ "closure-witness:edge:self-alpha"
46
+ ],
47
+ "contribution_id": "liquidity-to-closure:packet-exchange:example",
48
+ "graph_id": "effective-packet-graph",
49
+ "packet_id": "packet-exchange:example",
50
+ "reasons": [
51
+ "closure contribution requires evidence-supported closure witnesses"
52
+ ],
53
+ "settled": false,
54
+ "supports_closure": false
55
+ }
56
+ ],
57
+ "operationally_usable": false,
58
+ "protocol_relative_only": true,
59
+ "proves_real_asi": false,
60
+ "reasons": [
61
+ "ALT lift is protocol-relative only",
62
+ "positive ALT liquidity does not automatically become ECPT packet capital",
63
+ "no accepted ECPT component lift was established"
64
+ ],
65
+ "receiver_liquidity_lifts": [
66
+ {
67
+ "accepted": false,
68
+ "blockers": [
69
+ "ALT packet is not accepted operational abstraction capital",
70
+ "receiver lift evidence_refs are required"
71
+ ],
72
+ "evidence_refs": [],
73
+ "improves_receiver_context": false,
74
+ "lift_id": "receiver-lift:packet-exchange:example:graph-receiver-context",
75
+ "packet_id": "packet-exchange:example",
76
+ "receiver_context_id": "graph-receiver-context",
77
+ "receiver_context_present": true,
78
+ "settled": false
79
+ }
80
+ ],
81
+ "report_id": "alt-ecpt-lift",
82
+ "settled": false,
83
+ "workflow_usable": true
84
+ }
85
+
@@ -0,0 +1,85 @@
1
+ {
2
+ "accepted": false,
3
+ "affected_ecpt_components": [],
4
+ "blockers": [
5
+ {
6
+ "blocker_id": "alt-lift-blocker:packet-exchange:example:capital",
7
+ "blocker_type": "missing accepted ALT capital",
8
+ "packet_id": "packet-exchange:example",
9
+ "remediation": "admit an ALT packet with finite liquidity, transport, root, telemetry, lifecycle, and hazard checks",
10
+ "residual_preserved": true
11
+ },
12
+ {
13
+ "blocker_id": "alt-lift-blocker:packet-exchange:example:ecpt-component",
14
+ "blocker_type": "no ECPT component affected",
15
+ "packet_id": "packet-exchange:example",
16
+ "remediation": "provide edge, receiver, path, closure, or bottleneck evidence",
17
+ "residual_preserved": true
18
+ }
19
+ ],
20
+ "capital_to_path_contributions": [
21
+ {
22
+ "accepted": false,
23
+ "contribution_id": "capital-to-path:packet-exchange:example",
24
+ "graph_id": "effective-packet-graph",
25
+ "increases_execution_available_path_density": false,
26
+ "packet_id": "packet-exchange:example",
27
+ "path_ids": [
28
+ "edge:self-alpha"
29
+ ],
30
+ "reasons": [
31
+ "path contribution requires accepted graph edges",
32
+ "ALT capital does not execute paths"
33
+ ],
34
+ "settled": false
35
+ }
36
+ ],
37
+ "cross_context_transfer_witnesses": [],
38
+ "diagnostic_only_lift_failure": true,
39
+ "downstream_search_cost_deltas": [],
40
+ "graph_id": "effective-packet-graph",
41
+ "liquidity_to_closure_contributions": [
42
+ {
43
+ "accepted": false,
44
+ "closure_witness_ids": [
45
+ "closure-witness:edge:self-alpha"
46
+ ],
47
+ "contribution_id": "liquidity-to-closure:packet-exchange:example",
48
+ "graph_id": "effective-packet-graph",
49
+ "packet_id": "packet-exchange:example",
50
+ "reasons": [
51
+ "closure contribution requires evidence-supported closure witnesses"
52
+ ],
53
+ "settled": false,
54
+ "supports_closure": false
55
+ }
56
+ ],
57
+ "operationally_usable": false,
58
+ "protocol_relative_only": true,
59
+ "proves_real_asi": false,
60
+ "reasons": [
61
+ "ALT lift is protocol-relative only",
62
+ "positive ALT liquidity does not automatically become ECPT packet capital",
63
+ "no accepted ECPT component lift was established"
64
+ ],
65
+ "receiver_liquidity_lifts": [
66
+ {
67
+ "accepted": false,
68
+ "blockers": [
69
+ "ALT packet is not accepted operational abstraction capital",
70
+ "receiver lift evidence_refs are required"
71
+ ],
72
+ "evidence_refs": [],
73
+ "improves_receiver_context": false,
74
+ "lift_id": "receiver-lift:packet-exchange:example:graph-receiver-context",
75
+ "packet_id": "packet-exchange:example",
76
+ "receiver_context_id": "graph-receiver-context",
77
+ "receiver_context_present": true,
78
+ "settled": false
79
+ }
80
+ ],
81
+ "report_id": "alt-ecpt-lift",
82
+ "settled": false,
83
+ "workflow_usable": true
84
+ }
85
+
@@ -0,0 +1,15 @@
1
+ {
2
+ "accepted": false,
3
+ "blockers": [
4
+ "ALT packet is not accepted operational abstraction capital",
5
+ "receiver lift evidence_refs are required"
6
+ ],
7
+ "evidence_refs": [],
8
+ "improves_receiver_context": false,
9
+ "lift_id": "receiver-lift:packet-exchange:example:receiver-context",
10
+ "packet_id": "packet-exchange:example",
11
+ "receiver_context_id": "receiver-context",
12
+ "receiver_context_present": true,
13
+ "settled": false
14
+ }
15
+
@@ -0,0 +1,15 @@
1
+ {
2
+ "candidate_id": "inversion-candidate:bit-bottleneck:edge:beta:missing-semantic-edge",
3
+ "certificate_id": "inversion-certificate:inversion-candidate:bit-bottleneck:edge:beta:missing-semantic-edge",
4
+ "certificate_status": "candidate",
5
+ "finite_requirements_passed": true,
6
+ "grants_execution_authority": false,
7
+ "protocol_relative_only": true,
8
+ "reasons": [
9
+ "certificate remains protocol-relative",
10
+ "candidate does not mutate repositories, shells, networks, or models"
11
+ ],
12
+ "residual_preserved": true,
13
+ "settled": false
14
+ }
15
+
@@ -0,0 +1,24 @@
1
+ {
2
+ "accepted": true,
3
+ "baseline_comparison": {
4
+ "accepted_packet_count": 0.0,
5
+ "closure_witness_count": 0.0,
6
+ "effective_edge_count": 0.0,
7
+ "execution_available_path_count": 0.0,
8
+ "residual_debt": 0.0
9
+ },
10
+ "bottlenecks": [],
11
+ "capability_expression_paths": [],
12
+ "certificates": [],
13
+ "graph_id": "",
14
+ "inversion_candidates": [],
15
+ "protocol_relative_only": true,
16
+ "reasons": [
17
+ "baseline comparison is diagnostic and protocol-relative"
18
+ ],
19
+ "recommendation_only": true,
20
+ "report_id": "bit-baseline-comparison",
21
+ "settled": false,
22
+ "workflow_usable": true
23
+ }
24
+
@@ -0,0 +1,95 @@
1
+ {
2
+ "accepted": true,
3
+ "baseline_comparison": {},
4
+ "bottlenecks": [
5
+ {
6
+ "accepted": false,
7
+ "blockers": [
8
+ "candidate-only"
9
+ ],
10
+ "bottleneck_class": "missing evidence",
11
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
12
+ "minimal_enabling_conditions": [
13
+ {
14
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
15
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-evidence:evidence",
16
+ "condition_type": "evidence",
17
+ "required_evidence": [
18
+ "content-addressed-evidence-ref"
19
+ ],
20
+ "residual_preserved": true,
21
+ "settled": false,
22
+ "verifier_routes": [
23
+ "route:evidence"
24
+ ]
25
+ }
26
+ ],
27
+ "object_id": "node:749ba66f5742",
28
+ "reasons": [
29
+ "bottleneck diagnosis is recommendation-only",
30
+ "residual obligations remain visible"
31
+ ],
32
+ "recommendation_only": true,
33
+ "settled": false,
34
+ "severity": 1.0
35
+ },
36
+ {
37
+ "accepted": false,
38
+ "blockers": [
39
+ "verification-blocked"
40
+ ],
41
+ "bottleneck_class": "missing verifier route",
42
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
43
+ "minimal_enabling_conditions": [
44
+ {
45
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
46
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-verifier-route:verifier-route",
47
+ "condition_type": "verifier-route",
48
+ "required_evidence": [
49
+ "verifier-resolution"
50
+ ],
51
+ "residual_preserved": true,
52
+ "settled": false,
53
+ "verifier_routes": [
54
+ "route:verifier"
55
+ ]
56
+ }
57
+ ],
58
+ "object_id": "node:749ba66f5742",
59
+ "reasons": [
60
+ "bottleneck diagnosis is recommendation-only",
61
+ "residual obligations remain visible"
62
+ ],
63
+ "recommendation_only": true,
64
+ "settled": false,
65
+ "severity": 1.0
66
+ }
67
+ ],
68
+ "capability_expression_paths": [
69
+ {
70
+ "blocked_by": [],
71
+ "edge_ids": [
72
+ "edge:self-alpha"
73
+ ],
74
+ "execution_available": false,
75
+ "packet_ids": [
76
+ "node:a0e7926edd1c"
77
+ ],
78
+ "path_id": "capability-path:edge:self-alpha",
79
+ "settled": false
80
+ }
81
+ ],
82
+ "certificates": [],
83
+ "graph_id": "effective-packet-graph",
84
+ "inversion_candidates": [],
85
+ "protocol_relative_only": true,
86
+ "reasons": [
87
+ "BIT diagnostics do not grant execution authority",
88
+ "activation gain is protocol-relative only"
89
+ ],
90
+ "recommendation_only": true,
91
+ "report_id": "bit-bottleneck-inversion-report",
92
+ "settled": false,
93
+ "workflow_usable": true
94
+ }
95
+
@@ -0,0 +1,235 @@
1
+ {
2
+ "accepted": true,
3
+ "baseline_comparison": {},
4
+ "bottlenecks": [
5
+ {
6
+ "accepted": false,
7
+ "blockers": [
8
+ "candidate-only"
9
+ ],
10
+ "bottleneck_class": "missing evidence",
11
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
12
+ "minimal_enabling_conditions": [
13
+ {
14
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
15
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-evidence:evidence",
16
+ "condition_type": "evidence",
17
+ "required_evidence": [
18
+ "content-addressed-evidence-ref"
19
+ ],
20
+ "residual_preserved": true,
21
+ "settled": false,
22
+ "verifier_routes": [
23
+ "route:evidence"
24
+ ]
25
+ }
26
+ ],
27
+ "object_id": "node:749ba66f5742",
28
+ "reasons": [
29
+ "bottleneck diagnosis is recommendation-only",
30
+ "residual obligations remain visible"
31
+ ],
32
+ "recommendation_only": true,
33
+ "settled": false,
34
+ "severity": 1.0
35
+ },
36
+ {
37
+ "accepted": false,
38
+ "blockers": [
39
+ "verification-blocked"
40
+ ],
41
+ "bottleneck_class": "missing verifier route",
42
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
43
+ "minimal_enabling_conditions": [
44
+ {
45
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
46
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-verifier-route:verifier-route",
47
+ "condition_type": "verifier-route",
48
+ "required_evidence": [
49
+ "verifier-resolution"
50
+ ],
51
+ "residual_preserved": true,
52
+ "settled": false,
53
+ "verifier_routes": [
54
+ "route:verifier"
55
+ ]
56
+ }
57
+ ],
58
+ "object_id": "node:749ba66f5742",
59
+ "reasons": [
60
+ "bottleneck diagnosis is recommendation-only",
61
+ "residual obligations remain visible"
62
+ ],
63
+ "recommendation_only": true,
64
+ "settled": false,
65
+ "severity": 1.0
66
+ }
67
+ ],
68
+ "capability_expression_paths": [
69
+ {
70
+ "blocked_by": [],
71
+ "edge_ids": [
72
+ "edge:self-alpha"
73
+ ],
74
+ "execution_available": false,
75
+ "packet_ids": [
76
+ "node:a0e7926edd1c"
77
+ ],
78
+ "path_id": "capability-path:edge:self-alpha",
79
+ "settled": false
80
+ }
81
+ ],
82
+ "certificates": [],
83
+ "graph_id": "effective-packet-graph",
84
+ "inversion_candidates": [
85
+ {
86
+ "accepted": false,
87
+ "bottleneck_class": "missing evidence",
88
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
89
+ "candidate_id": "inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-evidence",
90
+ "expected_activation_gain": {
91
+ "assumptions": [
92
+ "all listed minimal enabling conditions are met",
93
+ "no new residual or salience obstruction is introduced"
94
+ ],
95
+ "estimate_id": "activation-gain:bit-bottleneck:node:749ba66f5742:missing-evidence",
96
+ "lower_bound": 0.3,
97
+ "settled": false,
98
+ "unit": "protocol-relative-phase-proxy",
99
+ "upper_bound": 0.5
100
+ },
101
+ "minimal_enabling_conditions": [
102
+ {
103
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-evidence",
104
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-evidence:evidence",
105
+ "condition_type": "evidence",
106
+ "required_evidence": [
107
+ "content-addressed-evidence-ref"
108
+ ],
109
+ "residual_preserved": true,
110
+ "settled": false,
111
+ "verifier_routes": [
112
+ "route:evidence"
113
+ ]
114
+ }
115
+ ],
116
+ "mutates_repositories_shells_networks_or_models": false,
117
+ "post_inversion_audit_plan": {
118
+ "evidence_to_record": [
119
+ "verifier route result",
120
+ "edge evidence",
121
+ "rollback evidence"
122
+ ],
123
+ "executes_actions": false,
124
+ "plan_id": "audit:inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-evidence",
125
+ "preserves_residuals": true,
126
+ "required_checks": [
127
+ "rerun effective graph build",
128
+ "rerun threshold status",
129
+ "inspect residual ledger"
130
+ ]
131
+ },
132
+ "reasons": [
133
+ "candidate remains not settled until finite checker rules pass"
134
+ ],
135
+ "recommendation_only": true,
136
+ "risk_hazard_authority_notes": [
137
+ "explicit scope-bounded authority remains required",
138
+ "candidate is not execution authority"
139
+ ],
140
+ "rollback_or_deactivation_plan": {
141
+ "automatic_rollback": false,
142
+ "deactivation_steps": [
143
+ "revert candidate contribution to diagnostic-only status"
144
+ ],
145
+ "plan_id": "rollback:inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-evidence",
146
+ "rollback_refs_required": [
147
+ "rollback-or-safe-abort-evidence"
148
+ ],
149
+ "rollback_required": true
150
+ },
151
+ "settled": false,
152
+ "verification_cost": 1.0
153
+ },
154
+ {
155
+ "accepted": false,
156
+ "bottleneck_class": "missing verifier route",
157
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
158
+ "candidate_id": "inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-verifier-route",
159
+ "expected_activation_gain": {
160
+ "assumptions": [
161
+ "all listed minimal enabling conditions are met",
162
+ "no new residual or salience obstruction is introduced"
163
+ ],
164
+ "estimate_id": "activation-gain:bit-bottleneck:node:749ba66f5742:missing-verifier-route",
165
+ "lower_bound": 0.35,
166
+ "settled": false,
167
+ "unit": "protocol-relative-phase-proxy",
168
+ "upper_bound": 0.55
169
+ },
170
+ "minimal_enabling_conditions": [
171
+ {
172
+ "bottleneck_id": "bit-bottleneck:node:749ba66f5742:missing-verifier-route",
173
+ "condition_id": "mec:bit-bottleneck:node:749ba66f5742:missing-verifier-route:verifier-route",
174
+ "condition_type": "verifier-route",
175
+ "required_evidence": [
176
+ "verifier-resolution"
177
+ ],
178
+ "residual_preserved": true,
179
+ "settled": false,
180
+ "verifier_routes": [
181
+ "route:verifier"
182
+ ]
183
+ }
184
+ ],
185
+ "mutates_repositories_shells_networks_or_models": false,
186
+ "post_inversion_audit_plan": {
187
+ "evidence_to_record": [
188
+ "verifier route result",
189
+ "edge evidence",
190
+ "rollback evidence"
191
+ ],
192
+ "executes_actions": false,
193
+ "plan_id": "audit:inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-verifier-route",
194
+ "preserves_residuals": true,
195
+ "required_checks": [
196
+ "rerun effective graph build",
197
+ "rerun threshold status",
198
+ "inspect residual ledger"
199
+ ]
200
+ },
201
+ "reasons": [
202
+ "candidate remains not settled until finite checker rules pass"
203
+ ],
204
+ "recommendation_only": true,
205
+ "risk_hazard_authority_notes": [
206
+ "explicit scope-bounded authority remains required",
207
+ "candidate is not execution authority"
208
+ ],
209
+ "rollback_or_deactivation_plan": {
210
+ "automatic_rollback": false,
211
+ "deactivation_steps": [
212
+ "revert candidate contribution to diagnostic-only status"
213
+ ],
214
+ "plan_id": "rollback:inversion-candidate:bit-bottleneck:node:749ba66f5742:missing-verifier-route",
215
+ "rollback_refs_required": [
216
+ "rollback-or-safe-abort-evidence"
217
+ ],
218
+ "rollback_required": true
219
+ },
220
+ "settled": false,
221
+ "verification_cost": 1.0
222
+ }
223
+ ],
224
+ "protocol_relative_only": true,
225
+ "reasons": [
226
+ "BIT diagnostics do not grant execution authority",
227
+ "activation gain is protocol-relative only",
228
+ "inversion candidates are recommendations, not execution authority"
229
+ ],
230
+ "recommendation_only": true,
231
+ "report_id": "bit-bottleneck-inversion-report",
232
+ "settled": false,
233
+ "workflow_usable": true
234
+ }
235
+
@@ -0,0 +1,18 @@
1
+ {
2
+ "minimal_enabling_conditions": [
3
+ {
4
+ "bottleneck_id": "bit-bottleneck:edge:beta:missing-semantic-edge",
5
+ "condition_id": "mec:bit-bottleneck:edge:beta:missing-semantic-edge:semantic-edge",
6
+ "condition_type": "semantic-edge",
7
+ "required_evidence": [
8
+ "edge-evidence-ref"
9
+ ],
10
+ "residual_preserved": true,
11
+ "settled": false,
12
+ "verifier_routes": [
13
+ "route:edge"
14
+ ]
15
+ }
16
+ ]
17
+ }
18
+