xytara 2.0.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 (176) hide show
  1. package/.env.example +6 -0
  2. package/ADAPTER_START_HERE.md +56 -0
  3. package/BSV_TERANODE_SETUP.md +30 -1
  4. package/CARRIED_HANDOFF_DEMO.md +60 -0
  5. package/EXAMPLE_PATHS.md +53 -0
  6. package/FINAL_CONTRACT.md +6 -6
  7. package/OPERATIONS_RUNBOOK.md +65 -0
  8. package/OPERATOR_START_HERE.md +63 -0
  9. package/PARTNER_READY_PATH.md +71 -0
  10. package/PROGRAM_COMPLETE_RELEASE.md +63 -0
  11. package/PROGRAM_STATUS.md +57 -0
  12. package/PUBLIC_DEMO_SCRIPT.md +78 -0
  13. package/PUBLISH_PLAN.md +14 -0
  14. package/README.md +142 -6
  15. package/RELEASE_CHECKLIST.md +16 -0
  16. package/RELEASE_NOTES.md +28 -0
  17. package/SERVICE_CONTRACT.md +4 -4
  18. package/START_HERE.md +32 -0
  19. package/SUPABASE_RUNTIME_STATE_SETUP.md +61 -0
  20. package/WHY_XYTARA_XOONYA.md +63 -0
  21. package/adapters/examples/minimal-third-party-execution-adapter.js +61 -0
  22. package/adapters/examples/minimal-third-party-execution-adapter.manifest.json +79 -0
  23. package/adapters/examples/minimal-third-party-execution-registration.record.json +26 -0
  24. package/adapters/examples/minimal-third-party-execution.certification-pack.json +22 -0
  25. package/adapters/examples/minimal-third-party-execution.submission-bundle.json +126 -0
  26. package/bin/xytara-release.js +1419 -0
  27. package/bin/xytara-run.js +186 -0
  28. package/examples/adapter_review_walkthrough.js +53 -0
  29. package/examples/export_carried_handoff.js +80 -0
  30. package/examples/funded_runtime_walkthrough.js +70 -0
  31. package/examples/partner_launch_walkthrough.js +43 -0
  32. package/examples/quickstart.js +3255 -0
  33. package/index.js +87 -1
  34. package/lib/adapter_pack.js +118 -0
  35. package/lib/adapter_partner_pack.js +89 -0
  36. package/lib/adapter_promotion_pack.js +89 -0
  37. package/lib/announcement_pack.js +61 -0
  38. package/lib/commerce_artifacts.js +3 -0
  39. package/lib/commerce_economics.js +14 -0
  40. package/lib/commerce_reports.js +26 -1
  41. package/lib/commerce_shell.js +18 -2
  42. package/lib/ecosystem_entry.js +64 -0
  43. package/lib/launch_narrative.js +53 -0
  44. package/lib/outreach_copy_pack.js +51 -0
  45. package/lib/outreach_message_pack.js +71 -0
  46. package/lib/outreach_proof.js +71 -0
  47. package/lib/outreach_target_pack.js +60 -0
  48. package/lib/phase_10_closeout_pack.js +45 -0
  49. package/lib/phase_10_completion_pack.js +76 -0
  50. package/lib/phase_10_decision_record_pack.js +54 -0
  51. package/lib/phase_10_decision_resolution_pack.js +53 -0
  52. package/lib/phase_10_demand_signal_adapters_runtime_pack.js +74 -0
  53. package/lib/phase_10_ecosystem_backlog_triage_runtime_pack.js +74 -0
  54. package/lib/phase_10_freeze_baseline_pack.js +67 -0
  55. package/lib/phase_10_freeze_review_pack.js +64 -0
  56. package/lib/phase_10_gate_pack.js +57 -0
  57. package/lib/phase_10_long_tail_continuity_pack.js +80 -0
  58. package/lib/phase_10_long_tail_ecosystem_pack.js +66 -0
  59. package/lib/phase_10_niche_extension_registry_runtime_pack.js +74 -0
  60. package/lib/phase_1_claude_mcp_pack.js +60 -0
  61. package/lib/phase_1_claude_mcp_runtime_pack.js +52 -0
  62. package/lib/phase_1_ecosystem_pack.js +67 -0
  63. package/lib/phase_1_openai_codex_pack.js +60 -0
  64. package/lib/phase_1_openai_codex_runtime_pack.js +52 -0
  65. package/lib/phase_2_base_runtime_pack.js +71 -0
  66. package/lib/phase_2_base_usdc_runtime_pack.js +72 -0
  67. package/lib/phase_2_closeout_pack.js +65 -0
  68. package/lib/phase_2_completion_pack.js +113 -0
  69. package/lib/phase_2_decision_record_pack.js +66 -0
  70. package/lib/phase_2_decision_resolution_pack.js +69 -0
  71. package/lib/phase_2_eth_runtime_pack.js +70 -0
  72. package/lib/phase_2_evm_base_runtime_pack.js +73 -0
  73. package/lib/phase_2_evm_runtime_pack.js +71 -0
  74. package/lib/phase_2_flip_preview_pack.js +60 -0
  75. package/lib/phase_2_freeze_review_pack.js +99 -0
  76. package/lib/phase_2_gate_pack.js +77 -0
  77. package/lib/phase_2_payment_rails_pack.js +71 -0
  78. package/lib/phase_2_usdc_runtime_pack.js +71 -0
  79. package/lib/phase_3_brc_runtime_pack.js +81 -0
  80. package/lib/phase_3_bsv_teranode_runtime_pack.js +83 -0
  81. package/lib/phase_3_closeout_pack.js +62 -0
  82. package/lib/phase_3_completion_pack.js +94 -0
  83. package/lib/phase_3_decision_record_pack.js +64 -0
  84. package/lib/phase_3_decision_resolution_pack.js +69 -0
  85. package/lib/phase_3_freeze_baseline_pack.js +67 -0
  86. package/lib/phase_3_freeze_review_pack.js +80 -0
  87. package/lib/phase_3_gate_pack.js +76 -0
  88. package/lib/phase_3_metanet_runtime_pack.js +81 -0
  89. package/lib/phase_3_native_bsv_pack.js +91 -0
  90. package/lib/phase_3_native_continuity_pack.js +82 -0
  91. package/lib/phase_4_attestation_runtime_pack.js +75 -0
  92. package/lib/phase_4_closeout_pack.js +45 -0
  93. package/lib/phase_4_completion_pack.js +94 -0
  94. package/lib/phase_4_decision_record_pack.js +54 -0
  95. package/lib/phase_4_decision_resolution_pack.js +45 -0
  96. package/lib/phase_4_erc8004_runtime_pack.js +76 -0
  97. package/lib/phase_4_freeze_baseline_pack.js +67 -0
  98. package/lib/phase_4_freeze_review_pack.js +68 -0
  99. package/lib/phase_4_gate_pack.js +58 -0
  100. package/lib/phase_4_identity_registry_runtime_pack.js +75 -0
  101. package/lib/phase_4_identity_trust_pack.js +73 -0
  102. package/lib/phase_4_trust_continuity_pack.js +86 -0
  103. package/lib/phase_5_antelope_runtime_pack.js +76 -0
  104. package/lib/phase_5_closeout_pack.js +44 -0
  105. package/lib/phase_5_completion_pack.js +82 -0
  106. package/lib/phase_5_decision_record_pack.js +54 -0
  107. package/lib/phase_5_decision_resolution_pack.js +45 -0
  108. package/lib/phase_5_freeze_baseline_pack.js +67 -0
  109. package/lib/phase_5_freeze_review_pack.js +68 -0
  110. package/lib/phase_5_gate_pack.js +58 -0
  111. package/lib/phase_5_major_rails_continuity_pack.js +86 -0
  112. package/lib/phase_5_major_rails_pack.js +74 -0
  113. package/lib/phase_5_proton_xpr_runtime_pack.js +76 -0
  114. package/lib/phase_5_solana_runtime_pack.js +76 -0
  115. package/lib/phase_6_autogen_runtime_pack.js +72 -0
  116. package/lib/phase_6_closeout_pack.js +46 -0
  117. package/lib/phase_6_completion_pack.js +77 -0
  118. package/lib/phase_6_decision_record_pack.js +54 -0
  119. package/lib/phase_6_decision_resolution_pack.js +53 -0
  120. package/lib/phase_6_framework_continuity_pack.js +81 -0
  121. package/lib/phase_6_framework_runtime_pack.js +68 -0
  122. package/lib/phase_6_freeze_baseline_pack.js +68 -0
  123. package/lib/phase_6_freeze_review_pack.js +65 -0
  124. package/lib/phase_6_gate_pack.js +59 -0
  125. package/lib/phase_6_langchain_runtime_pack.js +72 -0
  126. package/lib/phase_6_langgraph_runtime_pack.js +72 -0
  127. package/lib/phase_6_semantic_kernel_runtime_pack.js +72 -0
  128. package/lib/phase_7_closeout_pack.js +45 -0
  129. package/lib/phase_7_completion_pack.js +85 -0
  130. package/lib/phase_7_decision_record_pack.js +53 -0
  131. package/lib/phase_7_decision_resolution_pack.js +53 -0
  132. package/lib/phase_7_event_system_continuity_pack.js +89 -0
  133. package/lib/phase_7_event_system_pack.js +76 -0
  134. package/lib/phase_7_freeze_baseline_pack.js +74 -0
  135. package/lib/phase_7_freeze_review_pack.js +65 -0
  136. package/lib/phase_7_gate_pack.js +58 -0
  137. package/lib/phase_7_kafka_runtime_pack.js +74 -0
  138. package/lib/phase_7_mqtt_runtime_pack.js +74 -0
  139. package/lib/phase_7_nats_runtime_pack.js +74 -0
  140. package/lib/phase_7_webhook_event_bus_runtime_pack.js +74 -0
  141. package/lib/phase_8_closeout_pack.js +46 -0
  142. package/lib/phase_8_completion_pack.js +82 -0
  143. package/lib/phase_8_decision_record_pack.js +54 -0
  144. package/lib/phase_8_decision_resolution_pack.js +53 -0
  145. package/lib/phase_8_external_receipt_import_runtime_pack.js +74 -0
  146. package/lib/phase_8_external_result_import_runtime_pack.js +74 -0
  147. package/lib/phase_8_freeze_baseline_pack.js +71 -0
  148. package/lib/phase_8_freeze_review_pack.js +64 -0
  149. package/lib/phase_8_gate_pack.js +58 -0
  150. package/lib/phase_8_proof_bridge_continuity_pack.js +86 -0
  151. package/lib/phase_8_proof_bridges_pack.js +72 -0
  152. package/lib/phase_8_proof_bundle_normalization_runtime_pack.js +74 -0
  153. package/lib/phase_9_closeout_pack.js +46 -0
  154. package/lib/phase_9_completion_pack.js +82 -0
  155. package/lib/phase_9_custody_refs_runtime_pack.js +74 -0
  156. package/lib/phase_9_decision_record_pack.js +54 -0
  157. package/lib/phase_9_decision_resolution_pack.js +53 -0
  158. package/lib/phase_9_freeze_baseline_pack.js +71 -0
  159. package/lib/phase_9_freeze_review_pack.js +64 -0
  160. package/lib/phase_9_gate_pack.js +58 -0
  161. package/lib/phase_9_operator_accounting_bridges_runtime_pack.js +74 -0
  162. package/lib/phase_9_treasury_connectivity_pack.js +72 -0
  163. package/lib/phase_9_treasury_continuity_pack.js +86 -0
  164. package/lib/phase_9_treasury_destinations_runtime_pack.js +74 -0
  165. package/lib/phase_program_pack.js +120 -0
  166. package/lib/publish_plan.js +51 -0
  167. package/lib/release_candidate.js +50 -0
  168. package/lib/release_center.js +1085 -0
  169. package/lib/release_history.js +72 -0
  170. package/lib/release_manifest.js +114 -0
  171. package/lib/release_pack.js +454 -0
  172. package/lib/runtime_state_store.js +354 -0
  173. package/lib/settlement_bsv_live.js +262 -13
  174. package/lib/soft_launch_pack.js +78 -0
  175. package/package.json +24 -2
  176. package/server.js +2562 -220
@@ -0,0 +1,26 @@
1
+ {
2
+ "integration_id": "partner.execution.minimal_echo",
3
+ "adapter_id": "partner.execution.minimal_echo",
4
+ "adapter_class": "execution_adapter",
5
+ "registration_state": "staging_registered",
6
+ "integration_maturity": "staging_candidate",
7
+ "certification_state": "self_attested",
8
+ "bundled": false,
9
+ "default_selection_enabled": false,
10
+ "selection_priority": 600,
11
+ "requires_explicit_selection": true,
12
+ "registered_at": "2026-03-28T00:00:00.000Z",
13
+ "registered_by": "partner:minimal",
14
+ "verified_with": [
15
+ "npm run verify:adapters",
16
+ "minimal_smoke"
17
+ ],
18
+ "task_refs": [
19
+ "task.execute"
20
+ ],
21
+ "protocols": [],
22
+ "settlement_modes": [
23
+ "evm_payment"
24
+ ],
25
+ "notes": "Minimal third-party execution registration record for adapter starter flow."
26
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "integration_id": "partner.execution.minimal_echo",
3
+ "adapter_id": "partner.execution.minimal_echo",
4
+ "adapter_class": "execution_adapter",
5
+ "certification_state": "self_attested",
6
+ "certification_scope": [
7
+ "self_attested_contract_shape",
8
+ "minimal_smoke"
9
+ ],
10
+ "verified_with": [
11
+ "npm run verify:adapters",
12
+ "minimal_smoke"
13
+ ],
14
+ "submitted_at": "2026-03-28T00:00:00Z",
15
+ "submitted_by": "partner:minimal",
16
+ "last_verified_contract_version": "xytara/v1",
17
+ "evidence_refs": [
18
+ "memory://minimal-execution/certification/schema-report",
19
+ "memory://minimal-execution/certification/smoke-report"
20
+ ],
21
+ "notes": "Minimal third-party execution certification pack for adapter starter flow."
22
+ }
@@ -0,0 +1,126 @@
1
+ {
2
+ "bundle_version": "xytara/integration-submission-bundle/v1",
3
+ "manifest": {
4
+ "adapter_id": "partner.execution.minimal_echo",
5
+ "adapter_class": "execution_adapter",
6
+ "adapter_version": "0.1.0",
7
+ "interface_version": "commerce-adapter-interface/v1",
8
+ "display_name": "Minimal Third-Party Echo Adapter",
9
+ "description": "Minimal third-party execution adapter starter for external builders copying the public xytara contract.",
10
+ "capabilities": [
11
+ "task.execute",
12
+ "task.preview"
13
+ ],
14
+ "required_secrets": [
15
+ "MINIMAL_EXECUTION_TOKEN"
16
+ ],
17
+ "required_permissions": [
18
+ "network:outbound"
19
+ ],
20
+ "supported_profiles": [
21
+ "partner"
22
+ ],
23
+ "supported_regions": [
24
+ "global"
25
+ ],
26
+ "supported_settlement_modes": [
27
+ "evm_payment"
28
+ ],
29
+ "pricing_basis": "per_task",
30
+ "latency_class": "interactive",
31
+ "registration_contract": {
32
+ "integration_id": "partner.execution.minimal_echo",
33
+ "integration_maturity": "reference_example",
34
+ "bundled": false,
35
+ "default_selection_enabled": false,
36
+ "requires_explicit_selection": true
37
+ },
38
+ "certification_contract": {
39
+ "certification_state": "reference_example",
40
+ "certification_scope": [
41
+ "contract_shape",
42
+ "example_behavior"
43
+ ],
44
+ "verified_with": [
45
+ "npm run verify:adapters"
46
+ ],
47
+ "last_verified_contract_version": "xytara/v1"
48
+ },
49
+ "compatibility": {
50
+ "node": ">=18",
51
+ "commerce_contract": "xytara/v1",
52
+ "proof_contract": "xoonya/v1"
53
+ },
54
+ "health_contract": {
55
+ "check_kind": "self_reported",
56
+ "supports_readiness": true
57
+ },
58
+ "idempotency_contract": {
59
+ "strategy": "caller_supplied_key",
60
+ "scope": "task_execution"
61
+ },
62
+ "failure_contract": {
63
+ "categories": [
64
+ "invalid_input",
65
+ "timeout",
66
+ "upstream_unavailable"
67
+ ],
68
+ "retryable_categories": [
69
+ "timeout",
70
+ "upstream_unavailable"
71
+ ]
72
+ },
73
+ "proof_contract": {
74
+ "emits_proof_compatible_facts": true,
75
+ "proof_mode": "execution_facts_only"
76
+ }
77
+ },
78
+ "registration_record": {
79
+ "integration_id": "partner.execution.minimal_echo",
80
+ "adapter_id": "partner.execution.minimal_echo",
81
+ "adapter_class": "execution_adapter",
82
+ "registration_state": "staging_registered",
83
+ "integration_maturity": "staging_candidate",
84
+ "certification_state": "self_attested",
85
+ "bundled": false,
86
+ "default_selection_enabled": false,
87
+ "requires_explicit_selection": true,
88
+ "registered_at": "2026-03-28T00:00:00.000Z",
89
+ "registered_by": "partner:minimal",
90
+ "verified_with": [
91
+ "npm run verify:adapters",
92
+ "minimal_smoke"
93
+ ],
94
+ "task_refs": [
95
+ "task.execute"
96
+ ],
97
+ "protocols": [],
98
+ "settlement_modes": [
99
+ "evm_payment"
100
+ ],
101
+ "notes": "Minimal third-party execution registration record for adapter starter flow."
102
+ },
103
+ "certification_pack": {
104
+ "integration_id": "partner.execution.minimal_echo",
105
+ "adapter_id": "partner.execution.minimal_echo",
106
+ "adapter_class": "execution_adapter",
107
+ "certification_state": "self_attested",
108
+ "certification_scope": [
109
+ "self_attested_contract_shape",
110
+ "minimal_smoke"
111
+ ],
112
+ "verified_with": [
113
+ "npm run verify:adapters",
114
+ "minimal_smoke"
115
+ ],
116
+ "submitted_at": "2026-03-28T00:00:00Z",
117
+ "submitted_by": "partner:minimal",
118
+ "last_verified_contract_version": "xytara/v1",
119
+ "evidence_refs": [
120
+ "memory://minimal-execution/certification/schema-report",
121
+ "memory://minimal-execution/certification/smoke-report"
122
+ ],
123
+ "notes": "Minimal third-party execution certification pack for adapter starter flow."
124
+ },
125
+ "notes": "Minimal third-party execution submission bundle for copy-and-adapt onboarding."
126
+ }