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,69 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2DecisionResolutionPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-decision-resolution-pack",
10
+ phase_ref: "phase_2",
11
+ posture: "decision_resolution",
12
+ transitions: [
13
+ {
14
+ record_ref: "freeze_decision",
15
+ from: "pending_record",
16
+ to: "recorded",
17
+ resolution_action: "record the final runtime lane freeze decision"
18
+ },
19
+ {
20
+ record_ref: "gate_review",
21
+ from: "pending_record",
22
+ to: "recorded",
23
+ resolution_action: "record the final gate review authorizing Phase 3"
24
+ }
25
+ ],
26
+ resolution_sequence: [
27
+ "confirm the final Phase 2 runtime lane shape",
28
+ "change freeze_decision from pending_record to recorded",
29
+ "change gate_review from pending_record to recorded",
30
+ "recheck the phase-2 gate for zero unsatisfied conditions",
31
+ "flip ready_for_next_phase deliberately"
32
+ ],
33
+ completion_result: {
34
+ target_gate_decision: "ready_for_phase_3",
35
+ target_ready_for_next_phase: true
36
+ },
37
+ first_path: {
38
+ purpose: "show the exact status transitions still needed before the phase gate can flip",
39
+ first_http_sequence: [
40
+ "/v1/phases/phase-2/decision-record/summary",
41
+ "/v1/phases/phase-2/decision-resolution/summary",
42
+ "/v1/phases/phase-2/gate/summary"
43
+ ],
44
+ first_cli_sequence: [
45
+ "xytara-release --phase-2-decision-resolution --summary",
46
+ "xytara-release --phase-2-decision-record --summary"
47
+ ]
48
+ }
49
+ };
50
+ }
51
+
52
+ function summarizePhase2DecisionResolutionPack() {
53
+ const pack = buildPhase2DecisionResolutionPack();
54
+ return {
55
+ ok: true,
56
+ product: pack.product,
57
+ category: pack.category,
58
+ phase_ref: pack.phase_ref,
59
+ transition_count: pack.transitions.length,
60
+ resolution_step_count: pack.resolution_sequence.length,
61
+ target_gate_decision: pack.completion_result.target_gate_decision,
62
+ target_ready_for_next_phase: pack.completion_result.target_ready_for_next_phase
63
+ };
64
+ }
65
+
66
+ module.exports = {
67
+ buildPhase2DecisionResolutionPack,
68
+ summarizePhase2DecisionResolutionPack
69
+ };
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2EthRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-eth-runtime-pack",
10
+ phase_ref: "phase_2",
11
+ ecosystem_refs: ["eth"],
12
+ posture: "runtime_path",
13
+ settlement_shape: {
14
+ payment_asset: "eth",
15
+ rail_family: "evm",
16
+ settlement_focus: "chain-native value transfer with runtime-side settlement inspection",
17
+ operator_surfaces: [
18
+ "/v1/integrations/settlement-modes",
19
+ "/v1/release-center/summary"
20
+ ]
21
+ },
22
+ completion_shape: {
23
+ completion_checks: [
24
+ "ETH runtime lane is public and inspectable",
25
+ "chain-native settlement posture stays visible at the lane level",
26
+ "operator surfaces remain available from the ETH lane",
27
+ "the lane stays consistent with the broader EVM family"
28
+ ]
29
+ },
30
+ first_path: {
31
+ purpose: "show the first ETH-specific machine-commerce runtime lane inside the broader EVM phase",
32
+ first_http_sequence: [
33
+ "/v1/phases/phase-2/evm-base/summary",
34
+ "/v1/phases/phase-2/eth/summary",
35
+ "/v1/integrations/settlement-modes"
36
+ ],
37
+ first_cli_sequence: [
38
+ "xytara-release --phase-2-eth-runtime --summary",
39
+ "xytara-release --phase-2-evm-base-runtime --summary"
40
+ ],
41
+ expected_signals: [
42
+ "ETH has a dedicated runtime-facing rail slice rather than living only inside the generic EVM bucket",
43
+ "settlement-shape detail is visible alongside the entry path",
44
+ "Phase 2 is getting more specific without breaking the shared multi-rail model"
45
+ ]
46
+ }
47
+ };
48
+ }
49
+
50
+ function summarizePhase2EthRuntimePack() {
51
+ const pack = buildPhase2EthRuntimePack();
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
+ completion_check_count: pack.completion_shape.completion_checks.length,
59
+ http_step_count: pack.first_path.first_http_sequence.length,
60
+ cli_step_count: pack.first_path.first_cli_sequence.length,
61
+ signal_count: pack.first_path.expected_signals.length,
62
+ operator_surface_count: pack.settlement_shape.operator_surfaces.length,
63
+ first_http_step: pack.first_path.first_http_sequence[0] || null
64
+ };
65
+ }
66
+
67
+ module.exports = {
68
+ buildPhase2EthRuntimePack,
69
+ summarizePhase2EthRuntimePack
70
+ };
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2EvmBaseRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-evm-base-runtime-pack",
10
+ phase_ref: "phase_2",
11
+ ecosystem_refs: ["evm", "base", "eth", "usdc"],
12
+ posture: "runtime_path",
13
+ settlement_shape: {
14
+ payment_assets: ["evm-native-or-tokenized-value", "base-native-or-tokenized-value", "eth", "usdc"],
15
+ rail_family: "evm_and_l2_with_stablecoin",
16
+ settlement_modes: ["ethereum_evm"],
17
+ operator_surfaces: [
18
+ "/v1/integrations/settlement-modes",
19
+ "/v1/release-center/summary",
20
+ "/v1/publish-plan/summary"
21
+ ]
22
+ },
23
+ completion_shape: {
24
+ completion_checks: [
25
+ "the broad EVM/Base/ETH/USDC lane is public and inspectable",
26
+ "asset coverage is visible inside one shared runtime lane",
27
+ "settlement mode stays attached to the combined lane",
28
+ "operator surfaces stay available while narrower child lanes split out"
29
+ ]
30
+ },
31
+ first_path: {
32
+ purpose: "show the first public runtime lane for broadly legible EVM/Base/ETH/USDC settlement-aware machine commerce",
33
+ first_http_sequence: [
34
+ "/v1/release-center/summary",
35
+ "/v1/integrations/settlement-modes",
36
+ "/v1/release-pack/summary"
37
+ ],
38
+ first_cli_sequence: [
39
+ "xytara-release --phase-2-evm-base-runtime --summary",
40
+ "xytara-release --center --summary"
41
+ ],
42
+ expected_signals: [
43
+ "EVM/Base/ETH/USDC are visible as explicit settlement-facing expansion targets",
44
+ "settlement mode breadth is inspectable from a stable public route",
45
+ "Phase 2 starts from runtime and settlement legibility instead of hidden internal work"
46
+ ]
47
+ }
48
+ };
49
+ }
50
+
51
+ function summarizePhase2EvmBaseRuntimePack() {
52
+ const pack = buildPhase2EvmBaseRuntimePack();
53
+ return {
54
+ ok: true,
55
+ product: pack.product,
56
+ category: pack.category,
57
+ phase_ref: pack.phase_ref,
58
+ ecosystem_count: pack.ecosystem_refs.length,
59
+ settlement_mode_count: pack.settlement_shape.settlement_modes.length,
60
+ payment_asset_count: pack.settlement_shape.payment_assets.length,
61
+ completion_check_count: pack.completion_shape.completion_checks.length,
62
+ http_step_count: pack.first_path.first_http_sequence.length,
63
+ cli_step_count: pack.first_path.first_cli_sequence.length,
64
+ signal_count: pack.first_path.expected_signals.length,
65
+ operator_surface_count: pack.settlement_shape.operator_surfaces.length,
66
+ first_http_step: pack.first_path.first_http_sequence[0] || null
67
+ };
68
+ }
69
+
70
+ module.exports = {
71
+ buildPhase2EvmBaseRuntimePack,
72
+ summarizePhase2EvmBaseRuntimePack
73
+ };
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2EvmRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-evm-runtime-pack",
10
+ phase_ref: "phase_2",
11
+ ecosystem_refs: ["evm"],
12
+ posture: "runtime_path",
13
+ settlement_shape: {
14
+ payment_asset: "evm-native-or-tokenized-value",
15
+ rail_family: "evm",
16
+ settlement_modes: ["ethereum_evm"],
17
+ operator_surfaces: [
18
+ "/v1/integrations/settlement-modes",
19
+ "/v1/release-center/summary"
20
+ ]
21
+ },
22
+ completion_shape: {
23
+ completion_checks: [
24
+ "generic EVM runtime lane is public and inspectable",
25
+ "settlement mode stays attached to the lane",
26
+ "operator surfaces stay available from the lane",
27
+ "more specific Base and ETH lanes remain consistent with the generic EVM parent"
28
+ ]
29
+ },
30
+ first_path: {
31
+ purpose: "show the general EVM-specific runtime lane that sits beneath the more concrete Base/USDC and ETH splits",
32
+ first_http_sequence: [
33
+ "/v1/phases/phase-2/summary",
34
+ "/v1/phases/phase-2/evm/summary",
35
+ "/v1/integrations/settlement-modes"
36
+ ],
37
+ first_cli_sequence: [
38
+ "xytara-release --phase-2-evm-runtime --summary",
39
+ "xytara-release --phase-2 --summary"
40
+ ],
41
+ expected_signals: [
42
+ "the generic EVM lane is visible as its own runtime surface rather than implied only by downstream splits",
43
+ "rail-level settlement-shape metadata is starting to accumulate inside Phase 2",
44
+ "the broader EVM posture stays compatible with more specific Base/USDC and ETH lanes"
45
+ ]
46
+ }
47
+ };
48
+ }
49
+
50
+ function summarizePhase2EvmRuntimePack() {
51
+ const pack = buildPhase2EvmRuntimePack();
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
+ settlement_mode_count: pack.settlement_shape.settlement_modes.length,
59
+ completion_check_count: pack.completion_shape.completion_checks.length,
60
+ http_step_count: pack.first_path.first_http_sequence.length,
61
+ cli_step_count: pack.first_path.first_cli_sequence.length,
62
+ signal_count: pack.first_path.expected_signals.length,
63
+ operator_surface_count: pack.settlement_shape.operator_surfaces.length,
64
+ first_http_step: pack.first_path.first_http_sequence[0] || null
65
+ };
66
+ }
67
+
68
+ module.exports = {
69
+ buildPhase2EvmRuntimePack,
70
+ summarizePhase2EvmRuntimePack
71
+ };
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2FlipPreviewPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-flip-preview-pack",
10
+ phase_ref: "phase_2",
11
+ posture: "flip_preview",
12
+ preview: {
13
+ freeze_decision_status: "recorded",
14
+ gate_review_status: "recorded",
15
+ gate_decision: "ready_for_phase_3",
16
+ ready_for_next_phase: true,
17
+ satisfied_gate_count: 10,
18
+ unsatisfied_gate_count: 0
19
+ },
20
+ changed_signals: [
21
+ "freeze_decision moves from pending_record to recorded",
22
+ "gate_review moves from pending_record to recorded",
23
+ "phase-2 gate moves from hold_phase_2 to ready_for_phase_3",
24
+ "unsatisfied gate count drops to zero"
25
+ ],
26
+ first_path: {
27
+ purpose: "preview the exact post-record state before deliberately flipping the Phase 2 gate",
28
+ first_http_sequence: [
29
+ "/v1/phases/phase-2/decision-record/summary",
30
+ "/v1/phases/phase-2/decision-resolution/summary",
31
+ "/v1/phases/phase-2/flip-preview/summary"
32
+ ],
33
+ first_cli_sequence: [
34
+ "xytara-release --phase-2-flip-preview --summary",
35
+ "xytara-release --phase-2-gate --summary"
36
+ ]
37
+ }
38
+ };
39
+ }
40
+
41
+ function summarizePhase2FlipPreviewPack() {
42
+ const pack = buildPhase2FlipPreviewPack();
43
+ return {
44
+ ok: true,
45
+ product: pack.product,
46
+ category: pack.category,
47
+ phase_ref: pack.phase_ref,
48
+ freeze_decision_status: pack.preview.freeze_decision_status,
49
+ gate_review_status: pack.preview.gate_review_status,
50
+ gate_decision: pack.preview.gate_decision,
51
+ ready_for_next_phase: pack.preview.ready_for_next_phase,
52
+ changed_signal_count: pack.changed_signals.length,
53
+ unsatisfied_gate_count: pack.preview.unsatisfied_gate_count
54
+ };
55
+ }
56
+
57
+ module.exports = {
58
+ buildPhase2FlipPreviewPack,
59
+ summarizePhase2FlipPreviewPack
60
+ };
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2FreezeReviewPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-freeze-review-pack",
10
+ phase_ref: "phase_2",
11
+ posture: "freeze_recorded",
12
+ current_shape: {
13
+ lane_refs: [
14
+ "/v1/phases/phase-2/evm/summary",
15
+ "/v1/phases/phase-2/evm-base/summary",
16
+ "/v1/phases/phase-2/base/summary",
17
+ "/v1/phases/phase-2/usdc/summary",
18
+ "/v1/phases/phase-2/base-usdc/summary",
19
+ "/v1/phases/phase-2/eth/summary"
20
+ ],
21
+ payment_assets: ["evm-native-or-tokenized-value", "base-native-or-tokenized-value", "eth", "usdc"],
22
+ settlement_modes: ["ethereum_evm"]
23
+ },
24
+ freeze_review: {
25
+ decision_posture: "freeze_recorded",
26
+ review_questions: [
27
+ "Is the current runtime lane split the exact shape we want to preserve for Phase 2?",
28
+ "Do the combined and standalone lanes communicate the rail family clearly without overlap confusion?",
29
+ "Is the current operator and settlement coverage sufficient before opening the next phase?",
30
+ "Would adding more EVM-family lanes materially improve Phase 2, or just create sprawl?"
31
+ ],
32
+ resolution_criteria: [
33
+ {
34
+ ref: "criterion.freeze_review_surface_public",
35
+ label: "Freeze-review surface is public and inspectable",
36
+ satisfied: true
37
+ },
38
+ {
39
+ ref: "criterion.blockers_explicit",
40
+ label: "Current blockers are explicit and bounded",
41
+ satisfied: true
42
+ },
43
+ {
44
+ ref: "criterion.freeze_decision_recorded",
45
+ label: "Final lane-shape freeze has been explicitly recorded",
46
+ satisfied: true
47
+ },
48
+ {
49
+ ref: "criterion.gate_review_recorded",
50
+ label: "Next-phase gate review has been explicitly recorded",
51
+ satisfied: true
52
+ }
53
+ ],
54
+ blockers: [],
55
+ freeze_outputs: [
56
+ "freeze decision recorded",
57
+ "ready_for_next_phase flipped deliberately",
58
+ "Phase 2 shape treated as stable baseline going forward"
59
+ ]
60
+ },
61
+ first_path: {
62
+ purpose: "inspect the recorded freeze state for the machine-commerce Phase 2 rail family",
63
+ first_http_sequence: [
64
+ "/v1/phases/phase-2/completion/summary",
65
+ "/v1/phases/phase-2/freeze-review/summary",
66
+ "/v1/release-center/summary"
67
+ ],
68
+ first_cli_sequence: [
69
+ "xytara-release --phase-2-freeze-review --summary",
70
+ "xytara-release --phase-2-completion --summary"
71
+ ]
72
+ }
73
+ };
74
+ }
75
+
76
+ function summarizePhase2FreezeReviewPack() {
77
+ const pack = buildPhase2FreezeReviewPack();
78
+ return {
79
+ ok: true,
80
+ product: pack.product,
81
+ category: pack.category,
82
+ phase_ref: pack.phase_ref,
83
+ lane_count: pack.current_shape.lane_refs.length,
84
+ payment_asset_count: pack.current_shape.payment_assets.length,
85
+ settlement_mode_count: pack.current_shape.settlement_modes.length,
86
+ review_question_count: pack.freeze_review.review_questions.length,
87
+ resolution_criteria_count: pack.freeze_review.resolution_criteria.length,
88
+ satisfied_resolution_count: pack.freeze_review.resolution_criteria.filter((criterion) => criterion.satisfied === true).length,
89
+ unsatisfied_resolution_count: pack.freeze_review.resolution_criteria.filter((criterion) => criterion.satisfied !== true).length,
90
+ blocker_count: pack.freeze_review.blockers.length,
91
+ freeze_output_count: pack.freeze_review.freeze_outputs.length,
92
+ decision_posture: pack.freeze_review.decision_posture
93
+ };
94
+ }
95
+
96
+ module.exports = {
97
+ buildPhase2FreezeReviewPack,
98
+ summarizePhase2FreezeReviewPack
99
+ };
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+ const { summarizePhase2CompletionPack } = require("./phase_2_completion_pack");
5
+ const { summarizePhase2FreezeReviewPack } = require("./phase_2_freeze_review_pack");
6
+
7
+ function buildPhase2GatePack() {
8
+ const completion = summarizePhase2CompletionPack();
9
+ const freezeReview = summarizePhase2FreezeReviewPack();
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-2-gate-pack",
18
+ phase_ref: "phase_2",
19
+ posture: "phase_gate",
20
+ gate: {
21
+ decision: unsatisfiedGateCount === 0 ? "ready_for_phase_3" : "hold_phase_2",
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
+ "final lane-shape freeze has not been explicitly recorded",
29
+ "next-phase gate review has not been explicitly recorded"
30
+ ],
31
+ advance_when: [
32
+ "freeze decision is explicitly recorded",
33
+ "gate review is explicitly recorded",
34
+ "completion and freeze-review surfaces both show no unsatisfied gate criteria"
35
+ ]
36
+ },
37
+ sources: {
38
+ completion_summary: "/v1/phases/phase-2/completion/summary",
39
+ freeze_review_summary: "/v1/phases/phase-2/freeze-review/summary",
40
+ release_center_summary: "/v1/release-center/summary"
41
+ },
42
+ first_path: {
43
+ purpose: "decide whether Phase 2 can be deliberately closed and Phase 3 can open",
44
+ first_http_sequence: [
45
+ "/v1/phases/phase-2/completion/summary",
46
+ "/v1/phases/phase-2/freeze-review/summary",
47
+ "/v1/phases/phase-2/gate/summary"
48
+ ],
49
+ first_cli_sequence: [
50
+ "xytara-release --phase-2-gate --summary",
51
+ "xytara-release --phase-2-completion --summary",
52
+ "xytara-release --phase-2-freeze-review --summary"
53
+ ]
54
+ }
55
+ };
56
+ }
57
+
58
+ function summarizePhase2GatePack() {
59
+ const pack = buildPhase2GatePack();
60
+ return {
61
+ ok: true,
62
+ product: pack.product,
63
+ category: pack.category,
64
+ phase_ref: pack.phase_ref,
65
+ satisfied_gate_count: pack.gate.satisfied_gate_count,
66
+ unsatisfied_gate_count: pack.gate.unsatisfied_gate_count,
67
+ blocker_count: pack.gate.blockers.length,
68
+ advance_when_count: pack.gate.advance_when.length,
69
+ decision: pack.gate.decision,
70
+ ready_for_next_phase: pack.gate.ready_for_next_phase
71
+ };
72
+ }
73
+
74
+ module.exports = {
75
+ buildPhase2GatePack,
76
+ summarizePhase2GatePack
77
+ };
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2PaymentRailsPack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-payment-rails-pack",
10
+ phase_ref: "phase_2",
11
+ status: "active",
12
+ ecosystems: ["evm", "base", "eth", "usdc"],
13
+ lane_refs: [
14
+ "/v1/phases/phase-2/evm/summary",
15
+ "/v1/phases/phase-2/evm-base/summary",
16
+ "/v1/phases/phase-2/base/summary",
17
+ "/v1/phases/phase-2/usdc/summary",
18
+ "/v1/phases/phase-2/base-usdc/summary",
19
+ "/v1/phases/phase-2/eth/summary"
20
+ ],
21
+ rail_shape: {
22
+ rail_family: "evm",
23
+ payment_assets: ["evm-native-or-tokenized-value", "base-native-or-tokenized-value", "eth", "usdc"],
24
+ settlement_modes: ["ethereum_evm"],
25
+ operator_surfaces: [
26
+ "/v1/integrations/settlement-modes",
27
+ "/v1/release-center/summary",
28
+ "/v1/publish-plan/summary"
29
+ ]
30
+ },
31
+ completion_shape: {
32
+ completion_checks: [
33
+ "broad EVM rail lane is public and inspectable",
34
+ "Base, ETH, and USDC all have standalone runtime-facing summaries",
35
+ "combined Base plus USDC lane stays visible for practical stablecoin execution",
36
+ "settlement-mode and operator surfaces stay attached to the rail family",
37
+ "release-center summary reflects Phase 2 breadth and step coverage"
38
+ ]
39
+ },
40
+ goal: "make machine-commerce rail support legible outside the native BSV-centered path",
41
+ done_means: [
42
+ "Phase 1 is no longer the active program slice",
43
+ "broadly legible rail support has a public runtime-facing entry path",
44
+ "EVM/Base/ETH/USDC work is visible as an explicit program lane instead of a future note",
45
+ "the rail family carries enough lane and operator detail to feel operational rather than merely named"
46
+ ]
47
+ };
48
+ }
49
+
50
+ function summarizePhase2PaymentRailsPack() {
51
+ const pack = buildPhase2PaymentRailsPack();
52
+ return {
53
+ ok: true,
54
+ product: pack.product,
55
+ category: pack.category,
56
+ phase_ref: pack.phase_ref,
57
+ ecosystem_count: pack.ecosystems.length,
58
+ lane_count: pack.lane_refs.length,
59
+ payment_asset_count: pack.rail_shape.payment_assets.length,
60
+ settlement_mode_count: pack.rail_shape.settlement_modes.length,
61
+ operator_surface_count: pack.rail_shape.operator_surfaces.length,
62
+ completion_check_count: pack.completion_shape.completion_checks.length,
63
+ done_mean_count: pack.done_means.length,
64
+ first_ecosystem: pack.ecosystems[0] || null
65
+ };
66
+ }
67
+
68
+ module.exports = {
69
+ buildPhase2PaymentRailsPack,
70
+ summarizePhase2PaymentRailsPack
71
+ };
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+
3
+ const packageJson = require("../package.json");
4
+
5
+ function buildPhase2UsdcRuntimePack() {
6
+ return {
7
+ ok: true,
8
+ product: packageJson.name,
9
+ category: "machine-commerce-phase-2-usdc-runtime-pack",
10
+ phase_ref: "phase_2",
11
+ ecosystem_refs: ["usdc"],
12
+ posture: "runtime_path",
13
+ settlement_shape: {
14
+ payment_asset: "usdc",
15
+ rail_family: "stablecoin_on_evm",
16
+ settlement_modes: ["ethereum_evm"],
17
+ operator_surfaces: [
18
+ "/v1/integrations/settlement-modes",
19
+ "/v1/release-center/summary"
20
+ ]
21
+ },
22
+ completion_shape: {
23
+ completion_checks: [
24
+ "USDC runtime lane is public and inspectable",
25
+ "stablecoin settlement posture stays visible at the lane level",
26
+ "operator surfaces remain available from the USDC lane",
27
+ "the lane stays consistent with the combined Base plus USDC path"
28
+ ]
29
+ },
30
+ first_path: {
31
+ purpose: "show the USDC-specific runtime lane inside Phase 2's broader EVM payment-rail work",
32
+ first_http_sequence: [
33
+ "/v1/phases/phase-2/evm-base/summary",
34
+ "/v1/phases/phase-2/usdc/summary",
35
+ "/v1/integrations/settlement-modes"
36
+ ],
37
+ first_cli_sequence: [
38
+ "xytara-release --phase-2-usdc-runtime --summary",
39
+ "xytara-release --phase-2-base-usdc-runtime --summary"
40
+ ],
41
+ expected_signals: [
42
+ "USDC has a dedicated runtime-facing lane instead of appearing only inside combined EVM language",
43
+ "stablecoin-oriented settlement posture is visible without hardwiring the whole stack to one asset",
44
+ "the path stays compatible with the same operator and release-center surfaces"
45
+ ]
46
+ }
47
+ };
48
+ }
49
+
50
+ function summarizePhase2UsdcRuntimePack() {
51
+ const pack = buildPhase2UsdcRuntimePack();
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
+ settlement_mode_count: pack.settlement_shape.settlement_modes.length,
59
+ completion_check_count: pack.completion_shape.completion_checks.length,
60
+ http_step_count: pack.first_path.first_http_sequence.length,
61
+ cli_step_count: pack.first_path.first_cli_sequence.length,
62
+ signal_count: pack.first_path.expected_signals.length,
63
+ operator_surface_count: pack.settlement_shape.operator_surfaces.length,
64
+ first_http_step: pack.first_path.first_http_sequence[0] || null
65
+ };
66
+ }
67
+
68
+ module.exports = {
69
+ buildPhase2UsdcRuntimePack,
70
+ summarizePhase2UsdcRuntimePack
71
+ };