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,78 @@
1
+ {
2
+ "description": "Index entry for one deterministic ingest window.",
3
+ "properties": {
4
+ "accepted": {
5
+ "default": true,
6
+ "title": "Accepted",
7
+ "type": "boolean"
8
+ },
9
+ "accepted_event_count": {
10
+ "default": 0,
11
+ "title": "Accepted Event Count",
12
+ "type": "integer"
13
+ },
14
+ "candidate_only_event_count": {
15
+ "default": 0,
16
+ "title": "Candidate Only Event Count",
17
+ "type": "integer"
18
+ },
19
+ "event_count": {
20
+ "default": 0,
21
+ "title": "Event Count",
22
+ "type": "integer"
23
+ },
24
+ "event_ids": {
25
+ "items": {
26
+ "type": "string"
27
+ },
28
+ "title": "Event Ids",
29
+ "type": "array"
30
+ },
31
+ "missing_obligation_count": {
32
+ "default": 0,
33
+ "title": "Missing Obligation Count",
34
+ "type": "integer"
35
+ },
36
+ "positive_contribution_event_count": {
37
+ "default": 0,
38
+ "title": "Positive Contribution Event Count",
39
+ "type": "integer"
40
+ },
41
+ "reasons": {
42
+ "items": {
43
+ "type": "string"
44
+ },
45
+ "title": "Reasons",
46
+ "type": "array"
47
+ },
48
+ "residual_debt": {
49
+ "default": 0.0,
50
+ "title": "Residual Debt",
51
+ "type": "number"
52
+ },
53
+ "sequence": {
54
+ "title": "Sequence",
55
+ "type": "integer"
56
+ },
57
+ "settled": {
58
+ "default": false,
59
+ "title": "Settled",
60
+ "type": "boolean"
61
+ },
62
+ "settled_event_count": {
63
+ "default": 0,
64
+ "title": "Settled Event Count",
65
+ "type": "integer"
66
+ },
67
+ "window_id": {
68
+ "title": "Window Id",
69
+ "type": "string"
70
+ }
71
+ },
72
+ "required": [
73
+ "window_id",
74
+ "sequence"
75
+ ],
76
+ "title": "PhaseLabWindowIndex",
77
+ "type": "object"
78
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "description": "Legacy-compatible threshold status alias used by phase observations.",
3
+ "properties": {
4
+ "abstain": {
5
+ "default": true,
6
+ "title": "Abstain",
7
+ "type": "boolean"
8
+ },
9
+ "component_status": {
10
+ "additionalProperties": {
11
+ "type": "boolean"
12
+ },
13
+ "title": "Component Status",
14
+ "type": "object"
15
+ },
16
+ "passed": {
17
+ "default": false,
18
+ "title": "Passed",
19
+ "type": "boolean"
20
+ },
21
+ "reasons": {
22
+ "items": {
23
+ "type": "string"
24
+ },
25
+ "title": "Reasons",
26
+ "type": "array"
27
+ },
28
+ "rejected": {
29
+ "default": false,
30
+ "title": "Rejected",
31
+ "type": "boolean"
32
+ },
33
+ "settled": {
34
+ "default": false,
35
+ "title": "Settled",
36
+ "type": "boolean"
37
+ },
38
+ "threshold_distance": {
39
+ "default": 0.0,
40
+ "title": "Threshold Distance",
41
+ "type": "number"
42
+ },
43
+ "threshold_id": {
44
+ "default": "phase-threshold",
45
+ "title": "Threshold Id",
46
+ "type": "string"
47
+ }
48
+ },
49
+ "title": "PhaseThresholdStatus",
50
+ "type": "object"
51
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "description": "A finite Phase Lab observation window.",
3
+ "properties": {
4
+ "event_count": {
5
+ "default": 0,
6
+ "title": "Event Count",
7
+ "type": "integer"
8
+ },
9
+ "event_ids": {
10
+ "items": {
11
+ "type": "string"
12
+ },
13
+ "title": "Event Ids",
14
+ "type": "array"
15
+ },
16
+ "sequence": {
17
+ "default": 0,
18
+ "title": "Sequence",
19
+ "type": "integer"
20
+ },
21
+ "window_id": {
22
+ "title": "Window Id",
23
+ "type": "string"
24
+ }
25
+ },
26
+ "required": [
27
+ "window_id"
28
+ ],
29
+ "title": "PhaseWindow",
30
+ "type": "object"
31
+ }
@@ -0,0 +1,67 @@
1
+ {
2
+ "description": "Comparison between two Phase Lab windows.",
3
+ "properties": {
4
+ "accepted": {
5
+ "default": false,
6
+ "title": "Accepted",
7
+ "type": "boolean"
8
+ },
9
+ "baseline_window_id": {
10
+ "title": "Baseline Window Id",
11
+ "type": "string"
12
+ },
13
+ "candidate_window_id": {
14
+ "title": "Candidate Window Id",
15
+ "type": "string"
16
+ },
17
+ "comparison_id": {
18
+ "default": "phase-window-comparison",
19
+ "title": "Comparison Id",
20
+ "type": "string"
21
+ },
22
+ "diagnostic_only_components": {
23
+ "items": {
24
+ "type": "string"
25
+ },
26
+ "title": "Diagnostic Only Components",
27
+ "type": "array"
28
+ },
29
+ "metric_delta": {
30
+ "additionalProperties": {
31
+ "type": "number"
32
+ },
33
+ "title": "Metric Delta",
34
+ "type": "object"
35
+ },
36
+ "positive_progress_components": {
37
+ "items": {
38
+ "type": "string"
39
+ },
40
+ "title": "Positive Progress Components",
41
+ "type": "array"
42
+ },
43
+ "reasons": {
44
+ "items": {
45
+ "type": "string"
46
+ },
47
+ "title": "Reasons",
48
+ "type": "array"
49
+ },
50
+ "settled": {
51
+ "default": false,
52
+ "title": "Settled",
53
+ "type": "boolean"
54
+ },
55
+ "workflow_usable": {
56
+ "default": false,
57
+ "title": "Workflow Usable",
58
+ "type": "boolean"
59
+ }
60
+ },
61
+ "required": [
62
+ "baseline_window_id",
63
+ "candidate_window_id"
64
+ ],
65
+ "title": "PhaseWindowComparison",
66
+ "type": "object"
67
+ }
@@ -0,0 +1,353 @@
1
+ {
2
+ "$defs": {
3
+ "BasinReachabilityProxy": {
4
+ "properties": {
5
+ "effective_node_count": {
6
+ "default": 0,
7
+ "title": "Effective Node Count",
8
+ "type": "integer"
9
+ },
10
+ "execution_available_path_count": {
11
+ "default": 0,
12
+ "title": "Execution Available Path Count",
13
+ "type": "integer"
14
+ },
15
+ "reachability_proxy": {
16
+ "default": 0.0,
17
+ "title": "Reachability Proxy",
18
+ "type": "number"
19
+ }
20
+ },
21
+ "title": "BasinReachabilityProxy",
22
+ "type": "object"
23
+ },
24
+ "FalseLiquidityLoad": {
25
+ "properties": {
26
+ "candidate_count": {
27
+ "default": 0,
28
+ "title": "Candidate Count",
29
+ "type": "integer"
30
+ },
31
+ "certified_count": {
32
+ "default": 0,
33
+ "title": "Certified Count",
34
+ "type": "integer"
35
+ },
36
+ "load": {
37
+ "default": 0.0,
38
+ "title": "Load",
39
+ "type": "number"
40
+ }
41
+ },
42
+ "title": "FalseLiquidityLoad",
43
+ "type": "object"
44
+ },
45
+ "PhaseComponentObservation": {
46
+ "description": "One phase component value and threshold distance.",
47
+ "properties": {
48
+ "component": {
49
+ "title": "Component",
50
+ "type": "string"
51
+ },
52
+ "diagnostic_only": {
53
+ "default": true,
54
+ "title": "Diagnostic Only",
55
+ "type": "boolean"
56
+ },
57
+ "distance": {
58
+ "default": 0.0,
59
+ "title": "Distance",
60
+ "type": "number"
61
+ },
62
+ "positive_contribution_source": {
63
+ "default": "effective-graph-only",
64
+ "title": "Positive Contribution Source",
65
+ "type": "string"
66
+ },
67
+ "threshold": {
68
+ "default": 0.0,
69
+ "title": "Threshold",
70
+ "type": "number"
71
+ },
72
+ "value": {
73
+ "default": 0.0,
74
+ "title": "Value",
75
+ "type": "number"
76
+ }
77
+ },
78
+ "required": [
79
+ "component"
80
+ ],
81
+ "title": "PhaseComponentObservation",
82
+ "type": "object"
83
+ },
84
+ "PhaseWindow": {
85
+ "description": "A finite Phase Lab observation window.",
86
+ "properties": {
87
+ "event_count": {
88
+ "default": 0,
89
+ "title": "Event Count",
90
+ "type": "integer"
91
+ },
92
+ "event_ids": {
93
+ "items": {
94
+ "type": "string"
95
+ },
96
+ "title": "Event Ids",
97
+ "type": "array"
98
+ },
99
+ "sequence": {
100
+ "default": 0,
101
+ "title": "Sequence",
102
+ "type": "integer"
103
+ },
104
+ "window_id": {
105
+ "title": "Window Id",
106
+ "type": "string"
107
+ }
108
+ },
109
+ "required": [
110
+ "window_id"
111
+ ],
112
+ "title": "PhaseWindow",
113
+ "type": "object"
114
+ },
115
+ "SalienceObstructionLoad": {
116
+ "properties": {
117
+ "blocked_count": {
118
+ "default": 0,
119
+ "title": "Blocked Count",
120
+ "type": "integer"
121
+ },
122
+ "load": {
123
+ "default": 0.0,
124
+ "title": "Load",
125
+ "type": "number"
126
+ },
127
+ "total_count": {
128
+ "default": 0,
129
+ "title": "Total Count",
130
+ "type": "integer"
131
+ }
132
+ },
133
+ "title": "SalienceObstructionLoad",
134
+ "type": "object"
135
+ },
136
+ "VerificationThroughputWindow": {
137
+ "properties": {
138
+ "accepted_count": {
139
+ "default": 0,
140
+ "title": "Accepted Count",
141
+ "type": "integer"
142
+ },
143
+ "backlog_count": {
144
+ "default": 0,
145
+ "title": "Backlog Count",
146
+ "type": "integer"
147
+ },
148
+ "throughput_ratio": {
149
+ "default": 0.0,
150
+ "title": "Throughput Ratio",
151
+ "type": "number"
152
+ }
153
+ },
154
+ "title": "VerificationThroughputWindow",
155
+ "type": "object"
156
+ },
157
+ "WasteLoad": {
158
+ "properties": {
159
+ "load": {
160
+ "default": 0.0,
161
+ "title": "Load",
162
+ "type": "number"
163
+ },
164
+ "non_contributing_volume": {
165
+ "default": 0,
166
+ "title": "Non Contributing Volume",
167
+ "type": "integer"
168
+ },
169
+ "total_volume": {
170
+ "default": 0,
171
+ "title": "Total Volume",
172
+ "type": "integer"
173
+ }
174
+ },
175
+ "title": "WasteLoad",
176
+ "type": "object"
177
+ }
178
+ },
179
+ "description": "Windowed observation over Phase Lab events and an effective graph.",
180
+ "properties": {
181
+ "accepted": {
182
+ "default": false,
183
+ "title": "Accepted",
184
+ "type": "boolean"
185
+ },
186
+ "accepted_packet_count": {
187
+ "default": 0,
188
+ "title": "Accepted Packet Count",
189
+ "type": "integer"
190
+ },
191
+ "alt_certified_capital_count": {
192
+ "default": 0,
193
+ "title": "Alt Certified Capital Count",
194
+ "type": "integer"
195
+ },
196
+ "alt_liquidity_candidate_count": {
197
+ "default": 0,
198
+ "title": "Alt Liquidity Candidate Count",
199
+ "type": "integer"
200
+ },
201
+ "autocatalytic_closure_score": {
202
+ "default": 0.0,
203
+ "title": "Autocatalytic Closure Score",
204
+ "type": "number"
205
+ },
206
+ "basin_reachability_proxy": {
207
+ "$ref": "#/$defs/BasinReachabilityProxy"
208
+ },
209
+ "bottleneck_count_by_type": {
210
+ "additionalProperties": {
211
+ "type": "integer"
212
+ },
213
+ "title": "Bottleneck Count By Type",
214
+ "type": "object"
215
+ },
216
+ "candidate_only_packet_count": {
217
+ "default": 0,
218
+ "title": "Candidate Only Packet Count",
219
+ "type": "integer"
220
+ },
221
+ "closure_witness_count": {
222
+ "default": 0,
223
+ "title": "Closure Witness Count",
224
+ "type": "integer"
225
+ },
226
+ "components": {
227
+ "items": {
228
+ "$ref": "#/$defs/PhaseComponentObservation"
229
+ },
230
+ "title": "Components",
231
+ "type": "array"
232
+ },
233
+ "effective_edge_count": {
234
+ "default": 0,
235
+ "title": "Effective Edge Count",
236
+ "type": "integer"
237
+ },
238
+ "effective_node_count": {
239
+ "default": 0,
240
+ "title": "Effective Node Count",
241
+ "type": "integer"
242
+ },
243
+ "execution_available_path_count": {
244
+ "default": 0,
245
+ "title": "Execution Available Path Count",
246
+ "type": "integer"
247
+ },
248
+ "false_liquidity_load": {
249
+ "$ref": "#/$defs/FalseLiquidityLoad"
250
+ },
251
+ "missing_obligation_count": {
252
+ "default": 0,
253
+ "title": "Missing Obligation Count",
254
+ "type": "integer"
255
+ },
256
+ "observation_id": {
257
+ "default": "phase-window-observation",
258
+ "title": "Observation Id",
259
+ "type": "string"
260
+ },
261
+ "operationally_usable": {
262
+ "default": false,
263
+ "title": "Operationally Usable",
264
+ "type": "boolean"
265
+ },
266
+ "packet_candidate_count": {
267
+ "default": 0,
268
+ "title": "Packet Candidate Count",
269
+ "type": "integer"
270
+ },
271
+ "phase_gap_vector": {
272
+ "additionalProperties": {
273
+ "type": "number"
274
+ },
275
+ "title": "Phase Gap Vector",
276
+ "type": "object"
277
+ },
278
+ "protocol_relative_only": {
279
+ "default": true,
280
+ "title": "Protocol Relative Only",
281
+ "type": "boolean"
282
+ },
283
+ "proves_physical_or_oracle_truth": {
284
+ "default": false,
285
+ "title": "Proves Physical Or Oracle Truth",
286
+ "type": "boolean"
287
+ },
288
+ "proves_real_asi": {
289
+ "default": false,
290
+ "title": "Proves Real Asi",
291
+ "type": "boolean"
292
+ },
293
+ "raw_external_volume_diagnostic_only": {
294
+ "default": true,
295
+ "title": "Raw External Volume Diagnostic Only",
296
+ "type": "boolean"
297
+ },
298
+ "reasons": {
299
+ "items": {
300
+ "type": "string"
301
+ },
302
+ "title": "Reasons",
303
+ "type": "array"
304
+ },
305
+ "residual_debt": {
306
+ "default": 0.0,
307
+ "title": "Residual Debt",
308
+ "type": "number"
309
+ },
310
+ "salience_obstruction_load": {
311
+ "$ref": "#/$defs/SalienceObstructionLoad"
312
+ },
313
+ "settled": {
314
+ "default": false,
315
+ "title": "Settled",
316
+ "type": "boolean"
317
+ },
318
+ "settled_packet_count": {
319
+ "default": 0,
320
+ "title": "Settled Packet Count",
321
+ "type": "integer"
322
+ },
323
+ "threshold_distance": {
324
+ "default": 0.0,
325
+ "title": "Threshold Distance",
326
+ "type": "number"
327
+ },
328
+ "verification_throughput": {
329
+ "$ref": "#/$defs/VerificationThroughputWindow"
330
+ },
331
+ "waste_load": {
332
+ "$ref": "#/$defs/WasteLoad"
333
+ },
334
+ "window": {
335
+ "$ref": "#/$defs/PhaseWindow"
336
+ },
337
+ "workflow_usable": {
338
+ "default": false,
339
+ "title": "Workflow Usable",
340
+ "type": "boolean"
341
+ },
342
+ "workflow_usable_packet_count": {
343
+ "default": 0,
344
+ "title": "Workflow Usable Packet Count",
345
+ "type": "integer"
346
+ }
347
+ },
348
+ "required": [
349
+ "window"
350
+ ],
351
+ "title": "PhaseWindowObservation",
352
+ "type": "object"
353
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "description": "Audit steps that must follow a bottleneck inversion candidate.",
3
+ "properties": {
4
+ "evidence_to_record": {
5
+ "items": {
6
+ "type": "string"
7
+ },
8
+ "title": "Evidence To Record",
9
+ "type": "array"
10
+ },
11
+ "executes_actions": {
12
+ "default": false,
13
+ "title": "Executes Actions",
14
+ "type": "boolean"
15
+ },
16
+ "plan_id": {
17
+ "title": "Plan Id",
18
+ "type": "string"
19
+ },
20
+ "preserves_residuals": {
21
+ "default": true,
22
+ "title": "Preserves Residuals",
23
+ "type": "boolean"
24
+ },
25
+ "required_checks": {
26
+ "items": {
27
+ "type": "string"
28
+ },
29
+ "title": "Required Checks",
30
+ "type": "array"
31
+ }
32
+ },
33
+ "required": [
34
+ "plan_id"
35
+ ],
36
+ "title": "PostInversionAuditPlan",
37
+ "type": "object"
38
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "properties": {
3
+ "accepted": {
4
+ "default": false,
5
+ "title": "Accepted",
6
+ "type": "boolean"
7
+ },
8
+ "packet_ids": {
9
+ "items": {
10
+ "type": "string"
11
+ },
12
+ "title": "Packet Ids",
13
+ "type": "array"
14
+ },
15
+ "productive_edge_ids": {
16
+ "items": {
17
+ "type": "string"
18
+ },
19
+ "title": "Productive Edge Ids",
20
+ "type": "array"
21
+ },
22
+ "productivity_lower_bound": {
23
+ "default": 0.0,
24
+ "title": "Productivity Lower Bound",
25
+ "type": "number"
26
+ },
27
+ "reasons": {
28
+ "items": {
29
+ "type": "string"
30
+ },
31
+ "title": "Reasons",
32
+ "type": "array"
33
+ },
34
+ "settled": {
35
+ "default": false,
36
+ "title": "Settled",
37
+ "type": "boolean"
38
+ },
39
+ "witness_id": {
40
+ "title": "Witness Id",
41
+ "type": "string"
42
+ }
43
+ },
44
+ "required": [
45
+ "witness_id"
46
+ ],
47
+ "title": "ProductiveClosureWitness",
48
+ "type": "object"
49
+ }
@@ -150,7 +150,7 @@
150
150
  "type": "string"
151
151
  },
152
152
  "package_version": {
153
- "default": "0.4.4",
153
+ "default": "0.5.0",
154
154
  "title": "Package Version",
155
155
  "type": "string"
156
156
  },