xytara 2.1.0 → 2.2.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 (159) hide show
  1. package/.env.example +5 -1
  2. package/ADAPTER_START_HERE.md +56 -0
  3. package/CARRIED_HANDOFF_DEMO.md +60 -0
  4. package/EXAMPLE_PATHS.md +53 -0
  5. package/OPERATIONS_RUNBOOK.md +65 -0
  6. package/OPERATOR_START_HERE.md +63 -0
  7. package/PARTNER_READY_PATH.md +71 -0
  8. package/PROGRAM_COMPLETE_RELEASE.md +63 -0
  9. package/PROGRAM_STATUS.md +57 -0
  10. package/PUBLIC_DEMO_SCRIPT.md +78 -0
  11. package/PUBLISH_PLAN.md +7 -5
  12. package/README.md +66 -0
  13. package/RELEASE_CHECKLIST.md +8 -2
  14. package/RELEASE_NOTES.md +12 -3
  15. package/START_HERE.md +32 -0
  16. package/SUPABASE_RUNTIME_STATE_SETUP.md +61 -0
  17. package/WHY_XYTARA_XOONYA.md +63 -0
  18. package/adapters/examples/minimal-third-party-execution-adapter.js +61 -0
  19. package/adapters/examples/minimal-third-party-execution-adapter.manifest.json +79 -0
  20. package/adapters/examples/minimal-third-party-execution-registration.record.json +26 -0
  21. package/adapters/examples/minimal-third-party-execution.certification-pack.json +22 -0
  22. package/adapters/examples/minimal-third-party-execution.submission-bundle.json +126 -0
  23. package/bin/xytara-release.js +1251 -1
  24. package/examples/adapter_review_walkthrough.js +53 -0
  25. package/examples/export_carried_handoff.js +80 -0
  26. package/examples/funded_runtime_walkthrough.js +70 -0
  27. package/examples/partner_launch_walkthrough.js +43 -0
  28. package/examples/quickstart.js +3255 -0
  29. package/index.js +7 -1
  30. package/lib/adapter_pack.js +118 -0
  31. package/lib/adapter_partner_pack.js +89 -0
  32. package/lib/adapter_promotion_pack.js +89 -0
  33. package/lib/outreach_copy_pack.js +51 -0
  34. package/lib/outreach_message_pack.js +71 -0
  35. package/lib/outreach_target_pack.js +60 -0
  36. package/lib/phase_10_closeout_pack.js +45 -0
  37. package/lib/phase_10_completion_pack.js +76 -0
  38. package/lib/phase_10_decision_record_pack.js +54 -0
  39. package/lib/phase_10_decision_resolution_pack.js +53 -0
  40. package/lib/phase_10_demand_signal_adapters_runtime_pack.js +74 -0
  41. package/lib/phase_10_ecosystem_backlog_triage_runtime_pack.js +74 -0
  42. package/lib/phase_10_freeze_baseline_pack.js +67 -0
  43. package/lib/phase_10_freeze_review_pack.js +64 -0
  44. package/lib/phase_10_gate_pack.js +57 -0
  45. package/lib/phase_10_long_tail_continuity_pack.js +80 -0
  46. package/lib/phase_10_long_tail_ecosystem_pack.js +66 -0
  47. package/lib/phase_10_niche_extension_registry_runtime_pack.js +74 -0
  48. package/lib/phase_1_claude_mcp_pack.js +60 -0
  49. package/lib/phase_1_claude_mcp_runtime_pack.js +52 -0
  50. package/lib/phase_1_ecosystem_pack.js +67 -0
  51. package/lib/phase_1_openai_codex_pack.js +60 -0
  52. package/lib/phase_1_openai_codex_runtime_pack.js +52 -0
  53. package/lib/phase_2_base_runtime_pack.js +71 -0
  54. package/lib/phase_2_base_usdc_runtime_pack.js +72 -0
  55. package/lib/phase_2_closeout_pack.js +65 -0
  56. package/lib/phase_2_completion_pack.js +113 -0
  57. package/lib/phase_2_decision_record_pack.js +66 -0
  58. package/lib/phase_2_decision_resolution_pack.js +69 -0
  59. package/lib/phase_2_eth_runtime_pack.js +70 -0
  60. package/lib/phase_2_evm_base_runtime_pack.js +73 -0
  61. package/lib/phase_2_evm_runtime_pack.js +71 -0
  62. package/lib/phase_2_flip_preview_pack.js +60 -0
  63. package/lib/phase_2_freeze_review_pack.js +99 -0
  64. package/lib/phase_2_gate_pack.js +77 -0
  65. package/lib/phase_2_payment_rails_pack.js +71 -0
  66. package/lib/phase_2_usdc_runtime_pack.js +71 -0
  67. package/lib/phase_3_brc_runtime_pack.js +81 -0
  68. package/lib/phase_3_bsv_teranode_runtime_pack.js +83 -0
  69. package/lib/phase_3_closeout_pack.js +62 -0
  70. package/lib/phase_3_completion_pack.js +94 -0
  71. package/lib/phase_3_decision_record_pack.js +64 -0
  72. package/lib/phase_3_decision_resolution_pack.js +69 -0
  73. package/lib/phase_3_freeze_baseline_pack.js +67 -0
  74. package/lib/phase_3_freeze_review_pack.js +80 -0
  75. package/lib/phase_3_gate_pack.js +76 -0
  76. package/lib/phase_3_metanet_runtime_pack.js +81 -0
  77. package/lib/phase_3_native_bsv_pack.js +91 -0
  78. package/lib/phase_3_native_continuity_pack.js +82 -0
  79. package/lib/phase_4_attestation_runtime_pack.js +75 -0
  80. package/lib/phase_4_closeout_pack.js +45 -0
  81. package/lib/phase_4_completion_pack.js +94 -0
  82. package/lib/phase_4_decision_record_pack.js +54 -0
  83. package/lib/phase_4_decision_resolution_pack.js +45 -0
  84. package/lib/phase_4_erc8004_runtime_pack.js +76 -0
  85. package/lib/phase_4_freeze_baseline_pack.js +67 -0
  86. package/lib/phase_4_freeze_review_pack.js +68 -0
  87. package/lib/phase_4_gate_pack.js +58 -0
  88. package/lib/phase_4_identity_registry_runtime_pack.js +75 -0
  89. package/lib/phase_4_identity_trust_pack.js +73 -0
  90. package/lib/phase_4_trust_continuity_pack.js +86 -0
  91. package/lib/phase_5_antelope_runtime_pack.js +76 -0
  92. package/lib/phase_5_closeout_pack.js +44 -0
  93. package/lib/phase_5_completion_pack.js +82 -0
  94. package/lib/phase_5_decision_record_pack.js +54 -0
  95. package/lib/phase_5_decision_resolution_pack.js +45 -0
  96. package/lib/phase_5_freeze_baseline_pack.js +67 -0
  97. package/lib/phase_5_freeze_review_pack.js +68 -0
  98. package/lib/phase_5_gate_pack.js +58 -0
  99. package/lib/phase_5_major_rails_continuity_pack.js +86 -0
  100. package/lib/phase_5_major_rails_pack.js +74 -0
  101. package/lib/phase_5_proton_xpr_runtime_pack.js +76 -0
  102. package/lib/phase_5_solana_runtime_pack.js +76 -0
  103. package/lib/phase_6_autogen_runtime_pack.js +72 -0
  104. package/lib/phase_6_closeout_pack.js +46 -0
  105. package/lib/phase_6_completion_pack.js +77 -0
  106. package/lib/phase_6_decision_record_pack.js +54 -0
  107. package/lib/phase_6_decision_resolution_pack.js +53 -0
  108. package/lib/phase_6_framework_continuity_pack.js +81 -0
  109. package/lib/phase_6_framework_runtime_pack.js +68 -0
  110. package/lib/phase_6_freeze_baseline_pack.js +68 -0
  111. package/lib/phase_6_freeze_review_pack.js +65 -0
  112. package/lib/phase_6_gate_pack.js +59 -0
  113. package/lib/phase_6_langchain_runtime_pack.js +72 -0
  114. package/lib/phase_6_langgraph_runtime_pack.js +72 -0
  115. package/lib/phase_6_semantic_kernel_runtime_pack.js +72 -0
  116. package/lib/phase_7_closeout_pack.js +45 -0
  117. package/lib/phase_7_completion_pack.js +85 -0
  118. package/lib/phase_7_decision_record_pack.js +53 -0
  119. package/lib/phase_7_decision_resolution_pack.js +53 -0
  120. package/lib/phase_7_event_system_continuity_pack.js +89 -0
  121. package/lib/phase_7_event_system_pack.js +76 -0
  122. package/lib/phase_7_freeze_baseline_pack.js +74 -0
  123. package/lib/phase_7_freeze_review_pack.js +65 -0
  124. package/lib/phase_7_gate_pack.js +58 -0
  125. package/lib/phase_7_kafka_runtime_pack.js +74 -0
  126. package/lib/phase_7_mqtt_runtime_pack.js +74 -0
  127. package/lib/phase_7_nats_runtime_pack.js +74 -0
  128. package/lib/phase_7_webhook_event_bus_runtime_pack.js +74 -0
  129. package/lib/phase_8_closeout_pack.js +46 -0
  130. package/lib/phase_8_completion_pack.js +82 -0
  131. package/lib/phase_8_decision_record_pack.js +54 -0
  132. package/lib/phase_8_decision_resolution_pack.js +53 -0
  133. package/lib/phase_8_external_receipt_import_runtime_pack.js +74 -0
  134. package/lib/phase_8_external_result_import_runtime_pack.js +74 -0
  135. package/lib/phase_8_freeze_baseline_pack.js +71 -0
  136. package/lib/phase_8_freeze_review_pack.js +64 -0
  137. package/lib/phase_8_gate_pack.js +58 -0
  138. package/lib/phase_8_proof_bridge_continuity_pack.js +86 -0
  139. package/lib/phase_8_proof_bridges_pack.js +72 -0
  140. package/lib/phase_8_proof_bundle_normalization_runtime_pack.js +74 -0
  141. package/lib/phase_9_closeout_pack.js +46 -0
  142. package/lib/phase_9_completion_pack.js +82 -0
  143. package/lib/phase_9_custody_refs_runtime_pack.js +74 -0
  144. package/lib/phase_9_decision_record_pack.js +54 -0
  145. package/lib/phase_9_decision_resolution_pack.js +53 -0
  146. package/lib/phase_9_freeze_baseline_pack.js +71 -0
  147. package/lib/phase_9_freeze_review_pack.js +64 -0
  148. package/lib/phase_9_gate_pack.js +58 -0
  149. package/lib/phase_9_operator_accounting_bridges_runtime_pack.js +74 -0
  150. package/lib/phase_9_treasury_connectivity_pack.js +72 -0
  151. package/lib/phase_9_treasury_continuity_pack.js +86 -0
  152. package/lib/phase_9_treasury_destinations_runtime_pack.js +74 -0
  153. package/lib/phase_program_pack.js +120 -0
  154. package/lib/release_center.js +970 -0
  155. package/lib/release_history.js +1 -1
  156. package/lib/runtime_state_store.js +212 -27
  157. package/lib/soft_launch_pack.js +78 -0
  158. package/package.json +13 -1
  159. package/server.js +2055 -252
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5DecisionRecordPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-decision-record-pack",
10
+ phase_ref: "phase_5",
11
+ posture: "decision_record",
12
+ records: {
13
+ freeze_decision: {
14
+ status: "recorded",
15
+ description: "record the final major-rails lane shape as the frozen Phase 5 baseline"
16
+ },
17
+ gate_review: {
18
+ status: "recorded",
19
+ description: "record the final review that authorizes the move to Phase 6"
20
+ }
21
+ },
22
+ record_steps: [
23
+ "confirm the current major-rails lane family is the final Phase 5 shape",
24
+ "record the freeze decision outcome",
25
+ "record the gate review outcome",
26
+ "recheck phase-5 gate summary for zero unsatisfied conditions"
27
+ ],
28
+ outputs: [
29
+ "freeze decision status moves out of pending_record",
30
+ "gate review status moves out of pending_record",
31
+ "phase-5 gate can be flipped deliberately"
32
+ ]
33
+ };
34
+ }
35
+
36
+ function summarizePhase5DecisionRecordPack() {
37
+ const pack = buildPhase5DecisionRecordPack();
38
+ return {
39
+ ok: true,
40
+ product: pack.product,
41
+ category: pack.category,
42
+ phase_ref: pack.phase_ref,
43
+ pending_record_count: Object.values(pack.records).filter((record) => record.status === "pending_record").length,
44
+ record_step_count: pack.record_steps.length,
45
+ output_count: pack.outputs.length,
46
+ freeze_decision_status: pack.records.freeze_decision.status,
47
+ gate_review_status: pack.records.gate_review.status
48
+ };
49
+ }
50
+
51
+ module.exports = {
52
+ buildPhase5DecisionRecordPack,
53
+ summarizePhase5DecisionRecordPack
54
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5DecisionResolutionPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-decision-resolution-pack",
10
+ phase_ref: "phase_5",
11
+ posture: "decision_resolution",
12
+ transitions: [
13
+ "freeze_decision: pending_record -> recorded",
14
+ "gate_review: pending_record -> recorded"
15
+ ],
16
+ resolution_steps: [
17
+ "record the final major-rails freeze decision",
18
+ "record the final gate review",
19
+ "confirm freeze-review blockers are cleared",
20
+ "confirm gate unsatisfied count is zero",
21
+ "treat the gate result as the explicit signal to open Phase 6"
22
+ ],
23
+ target_gate_decision: "ready_for_phase_6",
24
+ target_ready_for_next_phase: true
25
+ };
26
+ }
27
+
28
+ function summarizePhase5DecisionResolutionPack() {
29
+ const pack = buildPhase5DecisionResolutionPack();
30
+ return {
31
+ ok: true,
32
+ product: pack.product,
33
+ category: pack.category,
34
+ phase_ref: pack.phase_ref,
35
+ transition_count: pack.transitions.length,
36
+ resolution_step_count: pack.resolution_steps.length,
37
+ target_gate_decision: pack.target_gate_decision,
38
+ target_ready_for_next_phase: pack.target_ready_for_next_phase
39
+ };
40
+ }
41
+
42
+ module.exports = {
43
+ buildPhase5DecisionResolutionPack,
44
+ summarizePhase5DecisionResolutionPack
45
+ };
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5FreezeBaselinePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-freeze-baseline-pack",
10
+ phase_ref: "phase_5",
11
+ posture: "frozen_baseline",
12
+ baseline: {
13
+ lane_refs: [
14
+ "/v1/phases/phase-5/solana/summary",
15
+ "/v1/phases/phase-5/antelope/summary",
16
+ "/v1/phases/phase-5/proton-xpr/summary"
17
+ ],
18
+ settlement_modes: ["solana_settlement", "antelope_settlement", "proton_xpr_settlement"],
19
+ finality_stages: ["processed", "confirmed", "irreversible"],
20
+ baseline_status: "recorded",
21
+ frozen_outputs: [
22
+ "current major-rails lane family is the recorded Phase 5 baseline",
23
+ "major-rails family can now be judged against a stable shape rather than an open expansion set",
24
+ "only the final gate review remains before Phase 6"
25
+ ]
26
+ },
27
+ first_path: {
28
+ purpose: "show that the Phase 5 major-rails lane family is now treated as a frozen baseline",
29
+ first_http_sequence: [
30
+ "/v1/phases/phase-5/summary",
31
+ "/v1/phases/phase-5/freeze-baseline/summary",
32
+ "/v1/phases/phase-5/gate/summary"
33
+ ],
34
+ first_cli_sequence: [
35
+ "xytara-release --phase-5-freeze-baseline --summary",
36
+ "xytara-release --phase-5 --summary"
37
+ ],
38
+ expected_signals: [
39
+ "the major-rails lane family is now explicitly frozen",
40
+ "lane freeze is no longer part of the remaining Phase 5 uncertainty",
41
+ "the final open work is narrowed to gate review rather than shape definition"
42
+ ]
43
+ }
44
+ };
45
+ }
46
+
47
+ function summarizePhase5FreezeBaselinePack() {
48
+ const pack = buildPhase5FreezeBaselinePack();
49
+ return {
50
+ ok: true,
51
+ product: pack.product,
52
+ category: pack.category,
53
+ phase_ref: pack.phase_ref,
54
+ lane_count: pack.baseline.lane_refs.length,
55
+ settlement_mode_count: pack.baseline.settlement_modes.length,
56
+ finality_stage_count: pack.baseline.finality_stages.length,
57
+ baseline_status: pack.baseline.baseline_status,
58
+ frozen_output_count: pack.baseline.frozen_outputs.length,
59
+ signal_count: pack.first_path.expected_signals.length,
60
+ first_http_step: pack.first_path.first_http_sequence[0] || null
61
+ };
62
+ }
63
+
64
+ module.exports = {
65
+ buildPhase5FreezeBaselinePack,
66
+ summarizePhase5FreezeBaselinePack
67
+ };
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5FreezeReviewPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-freeze-review-pack",
10
+ phase_ref: "phase_5",
11
+ posture: "freeze_review",
12
+ current_shape: {
13
+ lane_refs: [
14
+ "/v1/phases/phase-5/solana/summary",
15
+ "/v1/phases/phase-5/antelope/summary",
16
+ "/v1/phases/phase-5/proton-xpr/summary"
17
+ ],
18
+ settlement_modes: ["solana_settlement", "antelope_settlement", "proton_xpr_settlement"],
19
+ finality_stages: ["accepted", "confirmed", "irreversible"]
20
+ },
21
+ freeze_review: {
22
+ decision_posture: "gate_review_recorded",
23
+ review_questions: [
24
+ "Is the current major-rails lane split the exact shape we want to preserve for Phase 5?",
25
+ "Do Solana, Antelope/EOSIO, and Proton/XPR communicate distinct settlement roles without overlap confusion?",
26
+ "Is the current operator and settlement coverage sufficient before opening the next phase?",
27
+ "Would adding more rail sub-lanes materially improve Phase 5, or just create sprawl?"
28
+ ],
29
+ resolution_criteria: [
30
+ { ref: "criterion.freeze_review_surface_public", label: "Freeze-review surface is public and inspectable", satisfied: true },
31
+ { ref: "criterion.blockers_explicit", label: "Current blockers are explicit and bounded", satisfied: true },
32
+ { ref: "criterion.freeze_decision_recorded", label: "Final major-rails freeze has been explicitly recorded", satisfied: true },
33
+ { ref: "criterion.gate_review_recorded", label: "Next-phase gate review has been explicitly recorded", satisfied: true }
34
+ ],
35
+ blockers: [],
36
+ freeze_outputs: [
37
+ "freeze decision recorded",
38
+ "ready_for_next_phase flipped deliberately",
39
+ "Phase 5 major-rails shape treated as stable baseline going forward"
40
+ ]
41
+ }
42
+ };
43
+ }
44
+
45
+ function summarizePhase5FreezeReviewPack() {
46
+ const pack = buildPhase5FreezeReviewPack();
47
+ return {
48
+ ok: true,
49
+ product: pack.product,
50
+ category: pack.category,
51
+ phase_ref: pack.phase_ref,
52
+ lane_count: pack.current_shape.lane_refs.length,
53
+ settlement_mode_count: pack.current_shape.settlement_modes.length,
54
+ finality_stage_count: pack.current_shape.finality_stages.length,
55
+ review_question_count: pack.freeze_review.review_questions.length,
56
+ resolution_criteria_count: pack.freeze_review.resolution_criteria.length,
57
+ satisfied_resolution_count: pack.freeze_review.resolution_criteria.filter((criterion) => criterion.satisfied === true).length,
58
+ unsatisfied_resolution_count: pack.freeze_review.resolution_criteria.filter((criterion) => criterion.satisfied !== true).length,
59
+ blocker_count: pack.freeze_review.blockers.length,
60
+ freeze_output_count: pack.freeze_review.freeze_outputs.length,
61
+ decision_posture: pack.freeze_review.decision_posture
62
+ };
63
+ }
64
+
65
+ module.exports = {
66
+ buildPhase5FreezeReviewPack,
67
+ summarizePhase5FreezeReviewPack
68
+ };
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+ const { summarizePhase5CompletionPack } = require("./phase_5_completion_pack");
5
+ const { summarizePhase5FreezeReviewPack } = require("./phase_5_freeze_review_pack");
6
+
7
+ function buildPhase5GatePack() {
8
+ const completion = summarizePhase5CompletionPack();
9
+ const freezeReview = summarizePhase5FreezeReviewPack();
10
+ const unsatisfiedGateCount =
11
+ completion.unsatisfied_criteria_count +
12
+ freezeReview.unsatisfied_resolution_count;
13
+
14
+ return {
15
+ ok: true,
16
+ product: packageJson.name,
17
+ category: "machine-commerce-phase-5-gate-pack",
18
+ phase_ref: "phase_5",
19
+ posture: "phase_gate",
20
+ gate: {
21
+ decision: unsatisfiedGateCount === 0 ? "ready_for_phase_6" : "hold_phase_5",
22
+ ready_for_next_phase: unsatisfiedGateCount === 0,
23
+ satisfied_gate_count:
24
+ completion.satisfied_criteria_count +
25
+ freezeReview.satisfied_resolution_count,
26
+ unsatisfied_gate_count: unsatisfiedGateCount,
27
+ blockers: unsatisfiedGateCount === 0 ? [] : [
28
+ "next-phase gate review has not been explicitly recorded"
29
+ ],
30
+ advance_when: [
31
+ "freeze decision is explicitly recorded",
32
+ "gate review is explicitly recorded",
33
+ "completion and freeze-review surfaces both show no unsatisfied gate criteria"
34
+ ]
35
+ }
36
+ };
37
+ }
38
+
39
+ function summarizePhase5GatePack() {
40
+ const pack = buildPhase5GatePack();
41
+ return {
42
+ ok: true,
43
+ product: pack.product,
44
+ category: pack.category,
45
+ phase_ref: pack.phase_ref,
46
+ satisfied_gate_count: pack.gate.satisfied_gate_count,
47
+ unsatisfied_gate_count: pack.gate.unsatisfied_gate_count,
48
+ blocker_count: pack.gate.blockers.length,
49
+ advance_when_count: pack.gate.advance_when.length,
50
+ decision: pack.gate.decision,
51
+ ready_for_next_phase: pack.gate.ready_for_next_phase
52
+ };
53
+ }
54
+
55
+ module.exports = {
56
+ buildPhase5GatePack,
57
+ summarizePhase5GatePack
58
+ };
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5MajorRailsContinuityPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-major-rails-continuity-pack",
10
+ phase_ref: "phase_5",
11
+ posture: "continuity_review",
12
+ continuity: {
13
+ lane_refs: [
14
+ "/v1/phases/phase-5/solana/summary",
15
+ "/v1/phases/phase-5/antelope/summary",
16
+ "/v1/phases/phase-5/proton-xpr/summary"
17
+ ],
18
+ continuity_refs: ["/v1/phases/phase-5/summary"],
19
+ settlement_modes: ["solana_settlement", "antelope_settlement", "proton_xpr_settlement"],
20
+ solana_modes: ["signature_settlement", "slot_finality", "fee_payer_carry"],
21
+ permission_modes: ["account_permission", "signer_resolution", "irreversible_confirmation"],
22
+ account_modes: ["account_resolution", "resource_carry", "settlement_accounting"],
23
+ finality_stages: ["accepted", "confirmed", "irreversible"],
24
+ continuity_surfaces: [
25
+ "/v1/release-center/summary",
26
+ "/v1/publish-plan/summary",
27
+ "/v1/phases/phase-5/summary"
28
+ ]
29
+ },
30
+ completion_shape: {
31
+ completion_checks: [
32
+ "all current major rail lanes are public and inspectable",
33
+ "settlement posture is visible at phase level",
34
+ "cross-rail continuity is explicit across the Phase 5 lane family",
35
+ "release-center summary reflects the major rails family as one coherent slice"
36
+ ]
37
+ },
38
+ first_path: {
39
+ purpose: "show that the major rail family is coherent across runtime settlement lanes rather than isolated summaries",
40
+ first_http_sequence: [
41
+ "/v1/phases/phase-5/summary",
42
+ "/v1/phases/phase-5/major-rails-continuity/summary",
43
+ "/v1/release-center/summary",
44
+ "/v1/publish-plan/summary"
45
+ ],
46
+ first_cli_sequence: [
47
+ "xytara-release --phase-5-major-rails-continuity --summary",
48
+ "xytara-release --phase-5 --summary"
49
+ ],
50
+ expected_signals: [
51
+ "Solana, Antelope, and Proton/XPR are linked as one major-rails family",
52
+ "settlement roles are legible without collapsing into one lane",
53
+ "operator surfaces stay attached to the Phase 5 rail family",
54
+ "Phase 5 reads as one coherent major-rails slice"
55
+ ]
56
+ }
57
+ };
58
+ }
59
+
60
+ function summarizePhase5MajorRailsContinuityPack() {
61
+ const pack = buildPhase5MajorRailsContinuityPack();
62
+ return {
63
+ ok: true,
64
+ product: pack.product,
65
+ category: pack.category,
66
+ phase_ref: pack.phase_ref,
67
+ lane_count: pack.continuity.lane_refs.length,
68
+ continuity_ref_count: pack.continuity.continuity_refs.length,
69
+ settlement_mode_count: pack.continuity.settlement_modes.length,
70
+ solana_mode_count: pack.continuity.solana_modes.length,
71
+ permission_mode_count: pack.continuity.permission_modes.length,
72
+ account_mode_count: pack.continuity.account_modes.length,
73
+ finality_stage_count: pack.continuity.finality_stages.length,
74
+ continuity_surface_count: pack.continuity.continuity_surfaces.length,
75
+ completion_check_count: pack.completion_shape.completion_checks.length,
76
+ http_step_count: pack.first_path.first_http_sequence.length,
77
+ cli_step_count: pack.first_path.first_cli_sequence.length,
78
+ signal_count: pack.first_path.expected_signals.length,
79
+ first_http_step: pack.first_path.first_http_sequence[0] || null
80
+ };
81
+ }
82
+
83
+ module.exports = {
84
+ buildPhase5MajorRailsContinuityPack,
85
+ summarizePhase5MajorRailsContinuityPack
86
+ };
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5MajorRailsPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-major-rails-pack",
10
+ phase_ref: "phase_5",
11
+ status: "active",
12
+ ecosystems: ["solana", "antelope", "greymass", "eosio", "proton_xpr"],
13
+ lane_refs: [
14
+ "/v1/phases/phase-5/solana/summary",
15
+ "/v1/phases/phase-5/antelope/summary",
16
+ "/v1/phases/phase-5/proton-xpr/summary"
17
+ ],
18
+ rail_shape: {
19
+ settlement_modes: ["solana_settlement", "antelope_settlement", "proton_xpr_settlement"],
20
+ solana_modes: ["signature_settlement", "slot_finality", "fee_payer_carry"],
21
+ permission_modes: ["account_permission", "signer_resolution", "irreversible_confirmation"],
22
+ account_modes: ["account_resolution", "resource_carry", "settlement_accounting"],
23
+ finality_stages: ["processed", "confirmed", "finalized"],
24
+ settlement_artifacts: ["transaction_ref", "block_ref", "settlement_ref"],
25
+ operator_surfaces: [
26
+ "/v1/release-center/summary",
27
+ "/v1/publish-plan/summary",
28
+ "/v1/phases/phase-5/solana/summary"
29
+ ]
30
+ },
31
+ completion_shape: {
32
+ completion_checks: [
33
+ "broad Phase 5 major rails pack is public and inspectable",
34
+ "the first Solana runtime lane is public and inspectable",
35
+ "settlement posture is visible at phase level",
36
+ "operator surfaces stay attached to the Phase 5 rail family",
37
+ "release-center summary reflects Phase 5 activation and the first major rail lane"
38
+ ]
39
+ },
40
+ done_means: [
41
+ "Phase 4 is no longer the active program slice",
42
+ "Phase 5 has a public runtime-facing entry path",
43
+ "Solana is visible as the first explicit major rail lane",
44
+ "the first major rail lane feels operational rather than like a placeholder"
45
+ ]
46
+ };
47
+ }
48
+
49
+ function summarizePhase5MajorRailsPack() {
50
+ const pack = buildPhase5MajorRailsPack();
51
+ return {
52
+ ok: true,
53
+ product: pack.product,
54
+ category: pack.category,
55
+ phase_ref: pack.phase_ref,
56
+ ecosystem_count: pack.ecosystems.length,
57
+ lane_count: pack.lane_refs.length,
58
+ settlement_mode_count: pack.rail_shape.settlement_modes.length,
59
+ solana_mode_count: pack.rail_shape.solana_modes.length,
60
+ permission_mode_count: pack.rail_shape.permission_modes.length,
61
+ account_mode_count: pack.rail_shape.account_modes.length,
62
+ finality_stage_count: pack.rail_shape.finality_stages.length,
63
+ settlement_artifact_count: pack.rail_shape.settlement_artifacts.length,
64
+ operator_surface_count: pack.rail_shape.operator_surfaces.length,
65
+ completion_check_count: pack.completion_shape.completion_checks.length,
66
+ done_mean_count: pack.done_means.length,
67
+ first_ecosystem: pack.ecosystems[0] || null
68
+ };
69
+ }
70
+
71
+ module.exports = {
72
+ buildPhase5MajorRailsPack,
73
+ summarizePhase5MajorRailsPack
74
+ };
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5ProtonXprRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-proton-xpr-runtime-pack",
10
+ phase_ref: "phase_5",
11
+ ecosystem_refs: ["proton_xpr"],
12
+ posture: "runtime_path",
13
+ rail_shape: {
14
+ settlement_modes: ["proton_xpr_settlement"],
15
+ account_modes: ["account_resolution", "resource_carry", "settlement_accounting"],
16
+ finality_stages: ["accepted", "observed", "settled"],
17
+ settlement_artifacts: ["transaction_ref", "account_ref", "settlement_ref"],
18
+ operator_surfaces: [
19
+ "/v1/release-center/summary",
20
+ "/v1/publish-plan/summary",
21
+ "/v1/phases/phase-5/summary"
22
+ ]
23
+ },
24
+ completion_shape: {
25
+ completion_checks: [
26
+ "the Proton/XPR runtime lane is public and inspectable",
27
+ "settlement posture stays attached to the runtime lane",
28
+ "operator surfaces remain available for settlement review",
29
+ "Phase 5 includes a dedicated Proton/XPR lane"
30
+ ]
31
+ },
32
+ first_path: {
33
+ purpose: "show the Proton/XPR-linked major rail lane for settlement and account carry",
34
+ first_http_sequence: [
35
+ "/v1/phases/phase-5/summary",
36
+ "/v1/release-center/summary",
37
+ "/v1/publish-plan/summary"
38
+ ],
39
+ first_cli_sequence: [
40
+ "xytara-release --phase-5-proton-xpr-runtime --summary",
41
+ "xytara-release --phase-5 --summary"
42
+ ],
43
+ expected_signals: [
44
+ "Proton/XPR is visible as an explicit Phase 5 lane",
45
+ "settlement posture is inspectable from a stable route",
46
+ "Phase 5 is broadening into multiple major rail families"
47
+ ]
48
+ }
49
+ };
50
+ }
51
+
52
+ function summarizePhase5ProtonXprRuntimePack() {
53
+ const pack = buildPhase5ProtonXprRuntimePack();
54
+ return {
55
+ ok: true,
56
+ product: pack.product,
57
+ category: pack.category,
58
+ phase_ref: pack.phase_ref,
59
+ ecosystem_count: pack.ecosystem_refs.length,
60
+ settlement_mode_count: pack.rail_shape.settlement_modes.length,
61
+ account_mode_count: pack.rail_shape.account_modes.length,
62
+ finality_stage_count: pack.rail_shape.finality_stages.length,
63
+ settlement_artifact_count: pack.rail_shape.settlement_artifacts.length,
64
+ completion_check_count: pack.completion_shape.completion_checks.length,
65
+ http_step_count: pack.first_path.first_http_sequence.length,
66
+ cli_step_count: pack.first_path.first_cli_sequence.length,
67
+ signal_count: pack.first_path.expected_signals.length,
68
+ operator_surface_count: pack.rail_shape.operator_surfaces.length,
69
+ first_http_step: pack.first_path.first_http_sequence[0] || null
70
+ };
71
+ }
72
+
73
+ module.exports = {
74
+ buildPhase5ProtonXprRuntimePack,
75
+ summarizePhase5ProtonXprRuntimePack
76
+ };
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase5SolanaRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-5-solana-runtime-pack",
10
+ phase_ref: "phase_5",
11
+ ecosystem_refs: ["solana"],
12
+ posture: "runtime_path",
13
+ rail_shape: {
14
+ settlement_modes: ["solana_settlement"],
15
+ solana_modes: ["signature_settlement", "slot_finality", "fee_payer_carry"],
16
+ finality_stages: ["processed", "confirmed", "finalized"],
17
+ settlement_artifacts: ["signature_ref", "slot_ref", "finality_ref"],
18
+ operator_surfaces: [
19
+ "/v1/release-center/summary",
20
+ "/v1/publish-plan/summary",
21
+ "/v1/phases/phase-5/summary"
22
+ ]
23
+ },
24
+ completion_shape: {
25
+ completion_checks: [
26
+ "the Solana runtime lane is public and inspectable",
27
+ "settlement and finality posture stay attached to the runtime lane",
28
+ "operator surfaces remain available for settlement review",
29
+ "Phase 5 begins from explicit major-rail legibility"
30
+ ]
31
+ },
32
+ first_path: {
33
+ purpose: "show the first public major rail lane for Solana-linked settlement and finality",
34
+ first_http_sequence: [
35
+ "/v1/phases/phase-5/summary",
36
+ "/v1/release-center/summary",
37
+ "/v1/publish-plan/summary"
38
+ ],
39
+ first_cli_sequence: [
40
+ "xytara-release --phase-5-solana-runtime --summary",
41
+ "xytara-release --phase-5 --summary"
42
+ ],
43
+ expected_signals: [
44
+ "Solana is visible as the first concrete Phase 5 major rail lane",
45
+ "settlement and finality posture are inspectable from a stable route",
46
+ "Phase 5 starts from rail clarity rather than generic adapter naming"
47
+ ]
48
+ }
49
+ };
50
+ }
51
+
52
+ function summarizePhase5SolanaRuntimePack() {
53
+ const pack = buildPhase5SolanaRuntimePack();
54
+ return {
55
+ ok: true,
56
+ product: pack.product,
57
+ category: pack.category,
58
+ phase_ref: pack.phase_ref,
59
+ ecosystem_count: pack.ecosystem_refs.length,
60
+ settlement_mode_count: pack.rail_shape.settlement_modes.length,
61
+ solana_mode_count: pack.rail_shape.solana_modes.length,
62
+ finality_stage_count: pack.rail_shape.finality_stages.length,
63
+ settlement_artifact_count: pack.rail_shape.settlement_artifacts.length,
64
+ completion_check_count: pack.completion_shape.completion_checks.length,
65
+ http_step_count: pack.first_path.first_http_sequence.length,
66
+ cli_step_count: pack.first_path.first_cli_sequence.length,
67
+ signal_count: pack.first_path.expected_signals.length,
68
+ operator_surface_count: pack.rail_shape.operator_surfaces.length,
69
+ first_http_step: pack.first_path.first_http_sequence[0] || null
70
+ };
71
+ }
72
+
73
+ module.exports = {
74
+ buildPhase5SolanaRuntimePack,
75
+ summarizePhase5SolanaRuntimePack
76
+ };
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase6AutogenRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-6-autogen-runtime-pack",
10
+ phase_ref: "phase_6",
11
+ ecosystem_refs: ["autogen"],
12
+ posture: "runtime_path",
13
+ runtime_shape: {
14
+ runtime_modes: ["multi_agent_handoff", "tool_runtime_bridge", "conversation_state_carry"],
15
+ runtime_artifacts: ["agent_ref", "handoff_ref", "conversation_ref"],
16
+ operator_surfaces: [
17
+ "/v1/release-center/summary",
18
+ "/v1/publish-plan/summary",
19
+ "/v1/phases/phase-6/summary"
20
+ ]
21
+ },
22
+ completion_shape: {
23
+ completion_checks: [
24
+ "the AutoGen runtime lane is public and inspectable",
25
+ "multi-agent runtime posture stays attached to the lane",
26
+ "operator surfaces remain available for runtime review",
27
+ "Phase 6 shows explicit multi-agent runtime coverage"
28
+ ]
29
+ },
30
+ first_path: {
31
+ purpose: "show an explicit multi-agent runtime lane for handoff-linked execution and conversation carry",
32
+ first_http_sequence: [
33
+ "/v1/phases/phase-6/summary",
34
+ "/v1/release-center/summary",
35
+ "/v1/publish-plan/summary"
36
+ ],
37
+ first_cli_sequence: [
38
+ "xytara-release --phase-6-autogen-runtime --summary",
39
+ "xytara-release --phase-6 --summary"
40
+ ],
41
+ expected_signals: [
42
+ "AutoGen is visible as a concrete Phase 6 framework lane",
43
+ "multi-agent runtime posture is inspectable from a stable route",
44
+ "Phase 6 now spans graph, chain, and multi-agent execution"
45
+ ]
46
+ }
47
+ };
48
+ }
49
+
50
+ function summarizePhase6AutogenRuntimePack() {
51
+ const pack = buildPhase6AutogenRuntimePack();
52
+ return {
53
+ ok: true,
54
+ product: pack.product,
55
+ category: pack.category,
56
+ phase_ref: pack.phase_ref,
57
+ ecosystem_count: pack.ecosystem_refs.length,
58
+ runtime_mode_count: pack.runtime_shape.runtime_modes.length,
59
+ runtime_artifact_count: pack.runtime_shape.runtime_artifacts.length,
60
+ completion_check_count: pack.completion_shape.completion_checks.length,
61
+ http_step_count: pack.first_path.first_http_sequence.length,
62
+ cli_step_count: pack.first_path.first_cli_sequence.length,
63
+ signal_count: pack.first_path.expected_signals.length,
64
+ operator_surface_count: pack.runtime_shape.operator_surfaces.length,
65
+ first_http_step: pack.first_path.first_http_sequence[0] || null
66
+ };
67
+ }
68
+
69
+ module.exports = {
70
+ buildPhase6AutogenRuntimePack,
71
+ summarizePhase6AutogenRuntimePack
72
+ };