xytara 3.0.0 → 3.1.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.
- package/.env.example +58 -58
- package/.env.production.checklist +77 -0
- package/.env.production.template +54 -0
- package/.github/workflows/publish-mcp-executor.yml +43 -0
- package/ADAPTER_PARTNER_PATH.md +47 -0
- package/ADAPTER_PROMOTION_START_HERE.md +44 -0
- package/ADAPTER_START_HERE.md +56 -56
- package/BOLT_BINDINGS.production.worksheet.json +31 -0
- package/CARRIED_HANDOFF_DEMO.md +60 -60
- package/EXAMPLE_PATHS.md +53 -53
- package/EXECUTION_TARGETS.production.worksheet.json +73 -0
- package/FINAL_CONTRACT.md +498 -498
- package/GO_LIVE_OPERATOR_PACK.md +412 -0
- package/L402_BINDINGS.production.worksheet.json +30 -0
- package/LICENSE +201 -201
- package/NOTICE +3 -3
- package/OPERATIONS_RUNBOOK.md +115 -0
- package/OPERATOR_START_HERE.md +63 -0
- package/OUTREACH_MESSAGES.md +19 -0
- package/OUTREACH_START_HERE.md +36 -0
- package/PARTNER_READY_PATH.md +71 -71
- package/PRODUCTION_MANUAL_CLOSEOUT_SEQUENCE.md +172 -0
- package/PROGRAM_COMPLETE_RELEASE.md +63 -0
- package/PROGRAM_STATUS.md +57 -0
- package/PUBLIC_DEMO_SCRIPT.md +78 -78
- package/PUBLISH_PLAN.md +26 -0
- package/README.md +74 -6
- package/REAL_PAYMENT_SETUP.md +13 -9
- package/RELEASE_CHECKLIST.md +16 -0
- package/RELEASE_NOTES.md +14 -15
- package/SERVICE_CONTRACT.md +419 -403
- package/SOFT_LAUNCH_KIT.md +47 -0
- package/START_HERE.md +27 -24
- package/SUPABASE_RUNTIME_STATE_SETUP.md +61 -61
- package/TERMINOLOGY.md +50 -50
- package/WHY_XYTARA_XOONYA.md +63 -63
- package/XT1_EXECUTION_TRUTH_STANDARD.md +78 -78
- package/XYTARA_ADAPTER_PROTOCOL_TRUTH_MODEL.md +75 -75
- package/XYTARA_AUTONOMOUS_ENTRY_MODEL.md +124 -124
- package/XYTARA_DEFAULT_PATH_MODEL.md +84 -84
- package/XYTARA_EXECUTION_TRUTH_MODEL.md +171 -171
- package/XYTARA_PAYMENT_RAIL_TRUTH_MODEL.md +68 -68
- package/adapters/AUTHORING_GUIDE.md +243 -243
- package/adapters/ONBOARDING_POSTURE.md +61 -61
- package/adapters/THIRD_PARTY_SUBMISSION_PROCESS.md +84 -84
- package/adapters/adapter-manifest.schema.json +283 -283
- package/adapters/examples/example-execution-adapter.js +61 -61
- package/adapters/examples/example-execution-adapter.manifest.json +81 -81
- package/adapters/examples/example-settlement-adapter.js +55 -55
- package/adapters/examples/example-settlement-adapter.manifest.json +78 -78
- package/adapters/examples/example-third-party-acp-registration.submission-bundle.json +124 -124
- package/adapters/examples/example-third-party-erc8004-registration.submission-bundle.json +121 -121
- package/adapters/examples/example-third-party-identity-registration.certification-pack.json +22 -22
- package/adapters/examples/example-third-party-identity-registration.record.json +26 -26
- package/adapters/examples/example-third-party-identity-registration.submission-bundle.json +126 -126
- package/adapters/examples/example-third-party-langchain-registration.submission-bundle.json +124 -124
- package/adapters/examples/example-third-party-mpp-registration.submission-bundle.json +120 -120
- package/adapters/examples/example-third-party-registration.certification-pack.json +22 -22
- package/adapters/examples/example-third-party-registration.record.json +28 -28
- package/adapters/examples/example-third-party-registration.submission-bundle.json +126 -126
- package/adapters/examples/example-third-party-settlement-registration.certification-pack.json +22 -22
- package/adapters/examples/example-third-party-settlement-registration.record.json +26 -26
- package/adapters/examples/example-third-party-settlement-registration.submission-bundle.json +127 -127
- package/adapters/examples/langchain-reference-execution-adapter.js +81 -81
- package/adapters/examples/langchain-reference-execution-adapter.manifest.json +79 -79
- package/adapters/examples/langgraph-reference-execution-adapter.js +81 -81
- package/adapters/examples/langgraph-reference-execution-adapter.manifest.json +79 -79
- package/adapters/examples/minimal-third-party-execution-adapter.js +61 -61
- package/adapters/examples/minimal-third-party-execution-adapter.manifest.json +79 -79
- package/adapters/examples/minimal-third-party-execution-registration.record.json +26 -26
- package/adapters/examples/minimal-third-party-execution.certification-pack.json +22 -22
- package/adapters/examples/minimal-third-party-execution.submission-bundle.json +126 -126
- package/adapters/integration-certification-pack.schema.json +82 -82
- package/adapters/integration-registration-record.schema.json +114 -114
- package/adapters/integration-submission-bundle-set.schema.json +39 -39
- package/adapters/integration-submission-bundle.schema.json +34 -34
- package/adapters/interfaces.js +56 -56
- package/bin/xytara-first-run.js +244 -244
- package/bin/xytara-release.js +1429 -1429
- package/bin/xytara-run.js +186 -186
- package/bin/xytara.js +80 -80
- package/client.js +3 -3
- package/examples/adapter_review_walkthrough.js +53 -53
- package/examples/export_carried_handoff.js +80 -80
- package/examples/funded_runtime_walkthrough.js +70 -70
- package/examples/partner_launch_walkthrough.js +43 -43
- package/examples/quickstart.js +1939 -1939
- package/fixtures/catalog.js +1134 -1070
- package/index.js +395 -319
- package/integrations/dispatch.js +276 -274
- package/integrations/registry-snapshot.schema.json +36 -36
- package/integrations/registry.js +2261 -2261
- package/integrations/views.js +28 -28
- package/lib/a2a_lane_contract.js +104 -104
- package/lib/a2c_lane_contract.js +111 -111
- package/lib/account_auth.js +518 -518
- package/lib/acp_lane_contract.js +54 -0
- package/lib/activity_audit_contract.js +322 -322
- package/lib/adapter_certification_contract.js +130 -0
- package/lib/adapter_depth_contract.js +156 -156
- package/lib/adapter_pack.js +118 -118
- package/lib/adapter_partner_pack.js +89 -89
- package/lib/adapter_promotion_pack.js +89 -89
- package/lib/adapter_protocol_truth_contract.js +229 -229
- package/lib/announcement_pack.js +61 -61
- package/lib/artifact_distribution_lane_contract.js +54 -54
- package/lib/asyncapi_contract.js +150 -150
- package/lib/auth_interop_contract.js +80 -80
- package/lib/authority_binding_lifecycle_contract.js +182 -0
- package/lib/autonomous_entry_contract.js +409 -409
- package/lib/bolt_lane_contract.js +55 -55
- package/lib/bolt_payment_front.js +172 -172
- package/lib/business_cockpit.js +378 -0
- package/lib/capability_execution_truth.js +272 -269
- package/lib/capability_registry.js +633 -633
- package/lib/catalog_contract.js +966 -966
- package/lib/catalog_family_model.js +193 -190
- package/lib/catalog_views.js +55 -55
- package/lib/checkout_event_security.js +142 -142
- package/lib/cloudevents_contract.js +80 -80
- package/lib/command_flow.js +406 -406
- package/lib/commerce_artifacts.js +503 -503
- package/lib/commerce_authority.js +449 -449
- package/lib/commerce_cases.js +317 -317
- package/lib/commerce_checkout.js +509 -509
- package/lib/commerce_client.js +7676 -7676
- package/lib/commerce_coordination.js +346 -346
- package/lib/commerce_economics.js +4016 -4016
- package/lib/commerce_identity.js +578 -578
- package/lib/commerce_quotes.js +237 -237
- package/lib/commerce_reports.js +14461 -14461
- package/lib/commerce_runtime.js +315 -315
- package/lib/commerce_shell.js +257 -257
- package/lib/crypto_agility_matrix.js +125 -0
- package/lib/default_path_contract.js +412 -412
- package/lib/delivery_summary_contract.js +95 -95
- package/lib/ecosystem_entry.js +64 -64
- package/lib/erc8004_lane_contract.js +65 -65
- package/lib/event_system_lane_contract.js +75 -75
- package/lib/execution_truth_contract.js +234 -234
- package/lib/external_credit_bridge.js +142 -142
- package/lib/external_execution_runtime.js +132 -132
- package/lib/feature_control_lane_contract.js +54 -54
- package/lib/first_run_conversion_contract.js +290 -290
- package/lib/framework_lane_contract.js +89 -89
- package/lib/framework_provider_promotion.js +235 -235
- package/lib/full_catalog_contract.js +525 -525
- package/lib/go_live_operator_pack.js +391 -391
- package/lib/http_transport.js +73 -72
- package/lib/identity_auth.js +175 -175
- package/lib/identity_interop_contract.js +82 -82
- package/lib/integration_matrix_contract.js +102 -99
- package/lib/l402_lane_contract.js +55 -55
- package/lib/l402_payment_front.js +192 -192
- package/lib/launch_narrative.js +53 -53
- package/lib/lifecycle_continuity_contract.js +115 -115
- package/lib/machine_identity_registry_contract.js +199 -0
- package/lib/major_rails_lane_contract.js +150 -150
- package/lib/market_lane_contract.js +467 -467
- package/lib/market_lane_depth_contract.js +182 -182
- package/lib/market_lane_promotion_contract.js +210 -210
- package/lib/market_lane_trace_contract.js +278 -278
- package/lib/mcp_lane_contract.js +137 -110
- package/lib/network_transport.js +110 -110
- package/lib/offline_verifiability_recovery_contract.js +155 -0
- package/lib/openapi_contract.js +296 -296
- package/lib/operational_receipt_contract.js +165 -0
- package/lib/operator_intelligence.js +407 -407
- package/lib/outreach_copy_pack.js +51 -51
- package/lib/outreach_message_pack.js +71 -71
- package/lib/outreach_proof.js +71 -71
- package/lib/outreach_target_pack.js +60 -60
- package/lib/partner_intelligence.js +105 -105
- package/lib/payment_config.js +191 -191
- package/lib/payment_front_registry.js +53 -53
- package/lib/payment_protocol_contract.js +165 -165
- package/lib/payment_rail_truth_contract.js +324 -324
- package/lib/payment_verification.js +264 -264
- package/lib/phase_10_closeout_pack.js +45 -45
- package/lib/phase_10_completion_pack.js +76 -76
- package/lib/phase_10_decision_record_pack.js +54 -54
- package/lib/phase_10_decision_resolution_pack.js +53 -53
- package/lib/phase_10_demand_signal_adapters_runtime_pack.js +74 -74
- package/lib/phase_10_ecosystem_backlog_triage_runtime_pack.js +74 -74
- package/lib/phase_10_freeze_baseline_pack.js +67 -67
- package/lib/phase_10_freeze_review_pack.js +64 -64
- package/lib/phase_10_gate_pack.js +57 -57
- package/lib/phase_10_long_tail_continuity_pack.js +80 -80
- package/lib/phase_10_long_tail_ecosystem_pack.js +66 -66
- package/lib/phase_10_niche_extension_registry_runtime_pack.js +74 -74
- package/lib/phase_1_claude_mcp_pack.js +60 -60
- package/lib/phase_1_claude_mcp_runtime_pack.js +52 -52
- package/lib/phase_1_ecosystem_pack.js +67 -67
- package/lib/phase_1_openai_codex_pack.js +60 -60
- package/lib/phase_1_openai_codex_runtime_pack.js +52 -52
- package/lib/phase_2_base_runtime_pack.js +71 -71
- package/lib/phase_2_base_usdc_runtime_pack.js +72 -72
- package/lib/phase_2_closeout_pack.js +65 -65
- package/lib/phase_2_completion_pack.js +113 -113
- package/lib/phase_2_decision_record_pack.js +66 -66
- package/lib/phase_2_decision_resolution_pack.js +69 -69
- package/lib/phase_2_eth_runtime_pack.js +70 -70
- package/lib/phase_2_evm_base_runtime_pack.js +73 -73
- package/lib/phase_2_evm_runtime_pack.js +71 -71
- package/lib/phase_2_flip_preview_pack.js +60 -60
- package/lib/phase_2_freeze_review_pack.js +99 -99
- package/lib/phase_2_gate_pack.js +77 -77
- package/lib/phase_2_payment_rails_pack.js +71 -71
- package/lib/phase_2_usdc_runtime_pack.js +71 -71
- package/lib/phase_3_brc_runtime_pack.js +81 -81
- package/lib/phase_3_bsv_teranode_runtime_pack.js +83 -83
- package/lib/phase_3_closeout_pack.js +62 -62
- package/lib/phase_3_completion_pack.js +94 -94
- package/lib/phase_3_decision_record_pack.js +64 -64
- package/lib/phase_3_decision_resolution_pack.js +69 -69
- package/lib/phase_3_freeze_baseline_pack.js +67 -67
- package/lib/phase_3_freeze_review_pack.js +80 -80
- package/lib/phase_3_gate_pack.js +76 -76
- package/lib/phase_3_metanet_runtime_pack.js +81 -81
- package/lib/phase_3_native_bsv_pack.js +91 -91
- package/lib/phase_3_native_continuity_pack.js +82 -82
- package/lib/phase_4_attestation_runtime_pack.js +75 -75
- package/lib/phase_4_closeout_pack.js +45 -45
- package/lib/phase_4_completion_pack.js +94 -94
- package/lib/phase_4_decision_record_pack.js +54 -54
- package/lib/phase_4_decision_resolution_pack.js +45 -45
- package/lib/phase_4_erc8004_runtime_pack.js +76 -76
- package/lib/phase_4_freeze_baseline_pack.js +67 -67
- package/lib/phase_4_freeze_review_pack.js +68 -68
- package/lib/phase_4_gate_pack.js +58 -58
- package/lib/phase_4_identity_registry_runtime_pack.js +75 -75
- package/lib/phase_4_identity_trust_pack.js +73 -73
- package/lib/phase_4_trust_continuity_pack.js +86 -86
- package/lib/phase_5_antelope_runtime_pack.js +76 -76
- package/lib/phase_5_closeout_pack.js +44 -44
- package/lib/phase_5_completion_pack.js +82 -82
- package/lib/phase_5_constellation_dag_runtime_pack.js +76 -76
- package/lib/phase_5_decision_record_pack.js +54 -54
- package/lib/phase_5_decision_resolution_pack.js +45 -45
- package/lib/phase_5_digibyte_dgb_runtime_pack.js +76 -76
- package/lib/phase_5_freeze_baseline_pack.js +67 -67
- package/lib/phase_5_freeze_review_pack.js +68 -68
- package/lib/phase_5_gate_pack.js +58 -58
- package/lib/phase_5_hedera_hbar_runtime_pack.js +76 -76
- package/lib/phase_5_kaspa_kas_runtime_pack.js +76 -76
- package/lib/phase_5_major_rails_continuity_pack.js +86 -86
- package/lib/phase_5_major_rails_pack.js +110 -110
- package/lib/phase_5_metal_runtime_pack.js +76 -76
- package/lib/phase_5_polkadot_dot_runtime_pack.js +76 -76
- package/lib/phase_5_proton_xpr_runtime_pack.js +76 -76
- package/lib/phase_5_solana_runtime_pack.js +76 -76
- package/lib/phase_6_autogen_runtime_pack.js +72 -72
- package/lib/phase_6_closeout_pack.js +46 -46
- package/lib/phase_6_completion_pack.js +77 -77
- package/lib/phase_6_decision_record_pack.js +54 -54
- package/lib/phase_6_decision_resolution_pack.js +53 -53
- package/lib/phase_6_framework_continuity_pack.js +81 -81
- package/lib/phase_6_framework_runtime_pack.js +68 -68
- package/lib/phase_6_freeze_baseline_pack.js +68 -68
- package/lib/phase_6_freeze_review_pack.js +65 -65
- package/lib/phase_6_gate_pack.js +59 -59
- package/lib/phase_6_langchain_runtime_pack.js +72 -72
- package/lib/phase_6_langgraph_runtime_pack.js +72 -72
- package/lib/phase_6_semantic_kernel_runtime_pack.js +72 -72
- package/lib/phase_7_closeout_pack.js +45 -45
- package/lib/phase_7_completion_pack.js +85 -85
- package/lib/phase_7_decision_record_pack.js +53 -53
- package/lib/phase_7_decision_resolution_pack.js +53 -53
- package/lib/phase_7_event_system_continuity_pack.js +89 -89
- package/lib/phase_7_event_system_pack.js +76 -76
- package/lib/phase_7_freeze_baseline_pack.js +74 -74
- package/lib/phase_7_freeze_review_pack.js +65 -65
- package/lib/phase_7_gate_pack.js +58 -58
- package/lib/phase_7_kafka_runtime_pack.js +74 -74
- package/lib/phase_7_mqtt_runtime_pack.js +74 -74
- package/lib/phase_7_nats_runtime_pack.js +74 -74
- package/lib/phase_7_webhook_event_bus_runtime_pack.js +74 -74
- package/lib/phase_8_closeout_pack.js +46 -46
- package/lib/phase_8_completion_pack.js +82 -82
- package/lib/phase_8_decision_record_pack.js +54 -54
- package/lib/phase_8_decision_resolution_pack.js +53 -53
- package/lib/phase_8_external_receipt_import_runtime_pack.js +74 -74
- package/lib/phase_8_external_result_import_runtime_pack.js +74 -74
- package/lib/phase_8_freeze_baseline_pack.js +71 -71
- package/lib/phase_8_freeze_review_pack.js +64 -64
- package/lib/phase_8_gate_pack.js +58 -58
- package/lib/phase_8_proof_bridge_continuity_pack.js +86 -86
- package/lib/phase_8_proof_bridges_pack.js +72 -72
- package/lib/phase_8_proof_bundle_normalization_runtime_pack.js +74 -74
- package/lib/phase_9_closeout_pack.js +46 -46
- package/lib/phase_9_completion_pack.js +82 -82
- package/lib/phase_9_custody_refs_runtime_pack.js +74 -74
- package/lib/phase_9_decision_record_pack.js +54 -54
- package/lib/phase_9_decision_resolution_pack.js +53 -53
- package/lib/phase_9_freeze_baseline_pack.js +71 -71
- package/lib/phase_9_freeze_review_pack.js +64 -64
- package/lib/phase_9_gate_pack.js +58 -58
- package/lib/phase_9_operator_accounting_bridges_runtime_pack.js +74 -74
- package/lib/phase_9_treasury_connectivity_pack.js +72 -72
- package/lib/phase_9_treasury_continuity_pack.js +86 -86
- package/lib/phase_9_treasury_destinations_runtime_pack.js +74 -74
- package/lib/phase_program_pack.js +120 -120
- package/lib/pricing_optimization_contract.js +775 -775
- package/lib/protocol_lane_contract.js +117 -114
- package/lib/provenance_lane_contract.js +54 -54
- package/lib/provider_lane_contract.js +240 -240
- package/lib/provider_runtime_journey_contract.js +183 -183
- package/lib/public_surface_policy_contract.js +111 -0
- package/lib/publish_plan.js +51 -51
- package/lib/record_queries.js +48 -48
- package/lib/release_candidate.js +50 -50
- package/lib/release_center.js +1093 -1093
- package/lib/release_history.js +205 -205
- package/lib/release_manifest.js +113 -113
- package/lib/release_pack.js +453 -453
- package/lib/request_rate_limit.js +144 -144
- package/lib/resource_views.js +31 -31
- package/lib/revenue_launch_path_contract.js +326 -326
- package/lib/route_matchers.js +34 -34
- package/lib/route_params.js +19 -19
- package/lib/runtime_bridge.js +124 -124
- package/lib/runtime_operations_worker.js +282 -282
- package/lib/runtime_state_store.js +354 -354
- package/lib/settlement_lane_contract.js +111 -111
- package/lib/shared_signals_lane_contract.js +54 -54
- package/lib/signed_audit_provenance_contract.js +83 -0
- package/lib/soft_launch_pack.js +78 -78
- package/lib/stablecoin_lane_contract.js +76 -76
- package/lib/stripe_mpp_lane_contract.js +96 -96
- package/lib/stripe_mpp_payment_front.js +158 -158
- package/lib/telemetry_lane_contract.js +54 -54
- package/lib/treasury_destinations_contract.js +764 -764
- package/lib/treasury_egress_policy_contract.js +91 -91
- package/lib/treasury_lane_contract.js +84 -84
- package/lib/trust_portability_boundary_contract.js +72 -0
- package/lib/x402_lane_contract.js +118 -118
- package/package.json +6 -4
- package/scripts/registry_cli.js +275 -275
- package/scripts/verify_adapters.js +554 -554
- package/scripts/verify_all.js +4962 -4962
- package/scripts/verify_control_plane_contracts.js +34 -0
- package/scripts/verify_control_plane_routes.js +70 -0
- package/scripts/verify_delivery_summary.js +112 -112
- package/scripts/verify_examples.js +19 -19
- package/scripts/verify_first_run_conversions.js +81 -81
- package/scripts/verify_framework_provider_promotion.js +152 -152
- package/scripts/verify_full_catalog.js +174 -174
- package/scripts/verify_integrations.js +620 -620
- package/scripts/verify_lifecycle_continuity.js +96 -96
- package/scripts/verify_market_lane_depth.js +94 -94
- package/scripts/verify_market_lane_promotion.js +103 -103
- package/scripts/verify_market_lane_traces.js +98 -98
- package/scripts/verify_market_lanes.js +102 -102
- package/scripts/verify_operator_observability_boundary.js +83 -83
- package/scripts/verify_pricing_experiment_plan.js +124 -124
- package/scripts/verify_provider_runtime_breadth.js +109 -109
- package/scripts/verify_provider_runtime_journeys.js +111 -111
- package/scripts/verify_revenue_launch_paths.js +105 -105
- package/scripts/verify_runtime_durability.js +52 -52
- package/scripts/verify_service.js +15250 -15212
- package/scripts/verify_tooling.js +1412 -1412
- package/scripts/verify_treasury_public_boundary.js +97 -97
- package/server.js +11005 -10745
- package/services/mcp-execution-target/DISCOVERY_REGISTRY_PLAYBOOK.md +141 -0
- package/services/mcp-execution-target/README.md +319 -0
- package/services/mcp-execution-target/package.json +14 -0
- package/services/mcp-execution-target/server.js +1031 -0
- package/services/mcp-execution-target/server.json +16 -0
- package/services/mcp-execution-target/verify.js +308 -0
package/.env.example
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
XYTARA_HOST=127.0.0.1
|
|
2
|
-
XYTARA_PORT=4320
|
|
3
|
-
XYTARA_BASE_URL=http://127.0.0.1:4320
|
|
4
|
-
XYTARA_PAYMENT_VERIFICATION_MODE=presence
|
|
5
|
-
XYTARA_PAYMENT_MAX_AGE_SECONDS=300
|
|
6
|
-
XYTARA_WALLET_REGISTRY_JSON=[]
|
|
7
|
-
XYTARA_TREASURY_DESTINATION_ID=
|
|
8
|
-
XYTARA_TREASURY_DESTINATION_KIND=
|
|
9
|
-
XYTARA_TREASURY_ACCOUNT_ID=
|
|
10
|
-
XYTARA_TREASURY_EXTERNAL_REF=
|
|
11
|
-
XYTARA_TREASURY_DESTINATIONS_JSON={}
|
|
12
|
-
XYTARA_BSV_TERANODE_NETWORK=mainnet
|
|
13
|
-
XYTARA_BSV_TERANODE_RPC_URL=
|
|
14
|
-
XYTARA_BSV_TERANODE_MODE=opreturn
|
|
15
|
-
XYTARA_BSV_TERANODE_REQUIRED_CONFIRMATIONS=1
|
|
16
|
-
XYTARA_BSV_TERANODE_MERCHANT_ADDRESS=
|
|
17
|
-
XYTARA_BSV_TERANODE_MERCHANT_PAYMAIL=
|
|
18
|
-
XYTARA_BSV_TERANODE_MERCHANT_LABEL=naxytra-runtime
|
|
19
|
-
XYTARA_BSV_TERANODE_USE_METANET=false
|
|
20
|
-
XYTARA_BSV_TERANODE_SATS_PER_USD_CENT=100
|
|
21
|
-
XYTARA_BSV_TERANODE_SETTLEMENT_RUNTIME_MODE=mock
|
|
22
|
-
XYTARA_CREDIT_BRIDGE_BEARER_TOKEN=
|
|
23
|
-
XYTARA_ACCOUNT_AUTH_BEARER_TOKEN=
|
|
24
|
-
XYTARA_CALLBACK_DELIVERY_ENABLED=true
|
|
25
|
-
XYTARA_CALLBACK_SIGNING_SECRET=
|
|
26
|
-
XYTARA_CALLBACK_TIMEOUT_MS=5000
|
|
27
|
-
XYTARA_CALLBACK_MAX_ATTEMPTS=5
|
|
28
|
-
XYTARA_CALLBACK_RETRY_BASE_MS=2000
|
|
29
|
-
XYTARA_RUNTIME_WORKER_INTERVAL_MS=500
|
|
30
|
-
XYTARA_SETTLEMENT_REFRESH_INTERVAL_MS=1500
|
|
31
|
-
XYTARA_RATE_LIMIT_ENABLED=true
|
|
32
|
-
XYTARA_RATE_LIMIT_WINDOW_MS=60000
|
|
33
|
-
XYTARA_RATE_LIMIT_MAX_REQUESTS=600
|
|
34
|
-
XYTARA_EXTERNAL_EXECUTION_REQUIRED=false
|
|
35
|
-
XYTARA_EXECUTION_TARGETS_JSON=[]
|
|
36
|
-
XYTARA_L402_ENABLED=false
|
|
37
|
-
XYTARA_L402_SHARED_SECRET=
|
|
38
|
-
XYTARA_BOLT_ENABLED=false
|
|
39
|
-
XYTARA_BOLT_SHARED_SECRET=
|
|
40
|
-
XYTARA_BOLT_NETWORK=mainnet
|
|
41
|
-
XYTARA_BOLT_PROOF_MODE=spv_or_block_header_verifiable
|
|
42
|
-
XYTARA_BOLT_MAX_AGE_SECONDS=300
|
|
43
|
-
XYTARA_MPP_ENABLED=false
|
|
44
|
-
XYTARA_MPP_SHARED_SECRET=
|
|
45
|
-
XYTARA_MPP_PROVIDER=stripe_tempo_compatible
|
|
46
|
-
XYTARA_MPP_SETTLEMENT_FAMILY=cards_or_stablecoin_or_lightning
|
|
47
|
-
XYTARA_MPP_MAX_AGE_SECONDS=300
|
|
48
|
-
XYTARA_NETWORK_DNS_RESULT_ORDER=verbatim
|
|
49
|
-
XYTARA_NETWORK_PREFERRED_IP_FAMILY=auto
|
|
50
|
-
XYTARA_EXTERNAL_EXECUTION_IP_FAMILY=auto
|
|
51
|
-
XYTARA_CALLBACK_IP_FAMILY=auto
|
|
52
|
-
XYTARA_SETTLEMENT_IP_FAMILY=auto
|
|
53
|
-
XYTARA_STATE_FILE=./var/xytara/runtime-state.json
|
|
54
|
-
XYTARA_STATE_SNAPSHOT_INTERVAL_MS=5000
|
|
55
|
-
XYTARA_SUPABASE_URL=
|
|
56
|
-
XYTARA_SUPABASE_SERVICE_ROLE_KEY=
|
|
57
|
-
XYTARA_SUPABASE_STATE_TABLE=xytara_runtime_state
|
|
58
|
-
XYTARA_SUPABASE_STATE_KEY=default
|
|
1
|
+
XYTARA_HOST=127.0.0.1
|
|
2
|
+
XYTARA_PORT=4320
|
|
3
|
+
XYTARA_BASE_URL=http://127.0.0.1:4320
|
|
4
|
+
XYTARA_PAYMENT_VERIFICATION_MODE=presence
|
|
5
|
+
XYTARA_PAYMENT_MAX_AGE_SECONDS=300
|
|
6
|
+
XYTARA_WALLET_REGISTRY_JSON=[]
|
|
7
|
+
XYTARA_TREASURY_DESTINATION_ID=
|
|
8
|
+
XYTARA_TREASURY_DESTINATION_KIND=
|
|
9
|
+
XYTARA_TREASURY_ACCOUNT_ID=
|
|
10
|
+
XYTARA_TREASURY_EXTERNAL_REF=
|
|
11
|
+
XYTARA_TREASURY_DESTINATIONS_JSON={}
|
|
12
|
+
XYTARA_BSV_TERANODE_NETWORK=mainnet
|
|
13
|
+
XYTARA_BSV_TERANODE_RPC_URL=
|
|
14
|
+
XYTARA_BSV_TERANODE_MODE=opreturn
|
|
15
|
+
XYTARA_BSV_TERANODE_REQUIRED_CONFIRMATIONS=1
|
|
16
|
+
XYTARA_BSV_TERANODE_MERCHANT_ADDRESS=
|
|
17
|
+
XYTARA_BSV_TERANODE_MERCHANT_PAYMAIL=
|
|
18
|
+
XYTARA_BSV_TERANODE_MERCHANT_LABEL=naxytra-runtime
|
|
19
|
+
XYTARA_BSV_TERANODE_USE_METANET=false
|
|
20
|
+
XYTARA_BSV_TERANODE_SATS_PER_USD_CENT=100
|
|
21
|
+
XYTARA_BSV_TERANODE_SETTLEMENT_RUNTIME_MODE=mock
|
|
22
|
+
XYTARA_CREDIT_BRIDGE_BEARER_TOKEN=
|
|
23
|
+
XYTARA_ACCOUNT_AUTH_BEARER_TOKEN=
|
|
24
|
+
XYTARA_CALLBACK_DELIVERY_ENABLED=true
|
|
25
|
+
XYTARA_CALLBACK_SIGNING_SECRET=
|
|
26
|
+
XYTARA_CALLBACK_TIMEOUT_MS=5000
|
|
27
|
+
XYTARA_CALLBACK_MAX_ATTEMPTS=5
|
|
28
|
+
XYTARA_CALLBACK_RETRY_BASE_MS=2000
|
|
29
|
+
XYTARA_RUNTIME_WORKER_INTERVAL_MS=500
|
|
30
|
+
XYTARA_SETTLEMENT_REFRESH_INTERVAL_MS=1500
|
|
31
|
+
XYTARA_RATE_LIMIT_ENABLED=true
|
|
32
|
+
XYTARA_RATE_LIMIT_WINDOW_MS=60000
|
|
33
|
+
XYTARA_RATE_LIMIT_MAX_REQUESTS=600
|
|
34
|
+
XYTARA_EXTERNAL_EXECUTION_REQUIRED=false
|
|
35
|
+
XYTARA_EXECUTION_TARGETS_JSON=[]
|
|
36
|
+
XYTARA_L402_ENABLED=false
|
|
37
|
+
XYTARA_L402_SHARED_SECRET=
|
|
38
|
+
XYTARA_BOLT_ENABLED=false
|
|
39
|
+
XYTARA_BOLT_SHARED_SECRET=
|
|
40
|
+
XYTARA_BOLT_NETWORK=mainnet
|
|
41
|
+
XYTARA_BOLT_PROOF_MODE=spv_or_block_header_verifiable
|
|
42
|
+
XYTARA_BOLT_MAX_AGE_SECONDS=300
|
|
43
|
+
XYTARA_MPP_ENABLED=false
|
|
44
|
+
XYTARA_MPP_SHARED_SECRET=
|
|
45
|
+
XYTARA_MPP_PROVIDER=stripe_tempo_compatible
|
|
46
|
+
XYTARA_MPP_SETTLEMENT_FAMILY=cards_or_stablecoin_or_lightning
|
|
47
|
+
XYTARA_MPP_MAX_AGE_SECONDS=300
|
|
48
|
+
XYTARA_NETWORK_DNS_RESULT_ORDER=verbatim
|
|
49
|
+
XYTARA_NETWORK_PREFERRED_IP_FAMILY=auto
|
|
50
|
+
XYTARA_EXTERNAL_EXECUTION_IP_FAMILY=auto
|
|
51
|
+
XYTARA_CALLBACK_IP_FAMILY=auto
|
|
52
|
+
XYTARA_SETTLEMENT_IP_FAMILY=auto
|
|
53
|
+
XYTARA_STATE_FILE=./var/xytara/runtime-state.json
|
|
54
|
+
XYTARA_STATE_SNAPSHOT_INTERVAL_MS=5000
|
|
55
|
+
XYTARA_SUPABASE_URL=
|
|
56
|
+
XYTARA_SUPABASE_SERVICE_ROLE_KEY=
|
|
57
|
+
XYTARA_SUPABASE_STATE_TABLE=xytara_runtime_state
|
|
58
|
+
XYTARA_SUPABASE_STATE_KEY=default
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# xytara production env checklist
|
|
2
|
+
# Copy values from here into your real .env.production.
|
|
3
|
+
# Do not commit live secrets.
|
|
4
|
+
|
|
5
|
+
# 1. Persistent runtime state
|
|
6
|
+
XYTARA_STATE_FILE=
|
|
7
|
+
XYTARA_SUPABASE_URL=
|
|
8
|
+
XYTARA_SUPABASE_SERVICE_ROLE_KEY=
|
|
9
|
+
|
|
10
|
+
# 2. Payment verification
|
|
11
|
+
XYTARA_PAYMENT_VERIFICATION_MODE=local_signed
|
|
12
|
+
XYTARA_PAYMENT_MAX_AGE_SECONDS=300
|
|
13
|
+
XYTARA_WALLET_REGISTRY_JSON=
|
|
14
|
+
|
|
15
|
+
# 3. Operator security
|
|
16
|
+
XYTARA_CREDIT_BRIDGE_BEARER_TOKEN=
|
|
17
|
+
XYTARA_ACCOUNT_AUTH_BEARER_TOKEN=
|
|
18
|
+
XYTARA_CALLBACK_DELIVERY_ENABLED=true
|
|
19
|
+
XYTARA_CALLBACK_SIGNING_SECRET=
|
|
20
|
+
XYTARA_CHECKOUT_WEBHOOK_SECRET=
|
|
21
|
+
XYTARA_L402_ENABLED=false
|
|
22
|
+
XYTARA_L402_SHARED_SECRET=
|
|
23
|
+
XYTARA_BOLT_ENABLED=false
|
|
24
|
+
XYTARA_BOLT_SHARED_SECRET=
|
|
25
|
+
XYTARA_BOLT_NETWORK=mainnet
|
|
26
|
+
XYTARA_BOLT_PROOF_MODE=spv_or_block_header_verifiable
|
|
27
|
+
XYTARA_BOLT_MAX_AGE_SECONDS=300
|
|
28
|
+
XYTARA_MPP_ENABLED=false
|
|
29
|
+
XYTARA_MPP_SHARED_SECRET=
|
|
30
|
+
XYTARA_MPP_PROVIDER=stripe_tempo_compatible
|
|
31
|
+
XYTARA_MPP_SETTLEMENT_FAMILY=cards_or_stablecoin_or_lightning
|
|
32
|
+
XYTARA_MPP_MAX_AGE_SECONDS=300
|
|
33
|
+
XYTARA_NETWORK_DNS_RESULT_ORDER=verbatim
|
|
34
|
+
XYTARA_NETWORK_PREFERRED_IP_FAMILY=auto
|
|
35
|
+
XYTARA_EXTERNAL_EXECUTION_IP_FAMILY=auto
|
|
36
|
+
XYTARA_CALLBACK_IP_FAMILY=auto
|
|
37
|
+
XYTARA_SETTLEMENT_IP_FAMILY=auto
|
|
38
|
+
XYTARA_CALLBACK_TIMEOUT_MS=5000
|
|
39
|
+
XYTARA_CALLBACK_MAX_ATTEMPTS=5
|
|
40
|
+
XYTARA_CALLBACK_RETRY_BASE_MS=2000
|
|
41
|
+
|
|
42
|
+
# 4. Runtime worker and abuse controls
|
|
43
|
+
XYTARA_RUNTIME_WORKER_INTERVAL_MS=500
|
|
44
|
+
XYTARA_SETTLEMENT_REFRESH_INTERVAL_MS=1500
|
|
45
|
+
XYTARA_RATE_LIMIT_ENABLED=true
|
|
46
|
+
XYTARA_RATE_LIMIT_WINDOW_MS=60000
|
|
47
|
+
XYTARA_RATE_LIMIT_MAX_REQUESTS=600
|
|
48
|
+
|
|
49
|
+
# 5. Provider-backed execution
|
|
50
|
+
# Set to true if live launch requires external execution targets to be present.
|
|
51
|
+
XYTARA_EXTERNAL_EXECUTION_REQUIRED=true
|
|
52
|
+
XYTARA_EXECUTION_TARGETS_JSON=
|
|
53
|
+
|
|
54
|
+
# 6. Native BSV settlement
|
|
55
|
+
XYTARA_BSV_TERANODE_NETWORK=mainnet
|
|
56
|
+
XYTARA_BSV_TERANODE_SETTLEMENT_RUNTIME_MODE=observe
|
|
57
|
+
XYTARA_BSV_TERANODE_MERCHANT_ADDRESS=
|
|
58
|
+
XYTARA_BSV_TERANODE_MERCHANT_PAYMAIL=
|
|
59
|
+
XYTARA_BSV_TERANODE_RPC_URL=
|
|
60
|
+
XYTARA_BSV_TERANODE_RPC_API_KEY=
|
|
61
|
+
XYTARA_BSV_TERANODE_RPC_AUTH_HEADER=authorization
|
|
62
|
+
XYTARA_BSV_TERANODE_RPC_AUTH_SCHEME=
|
|
63
|
+
|
|
64
|
+
# 7. Treasury destinations
|
|
65
|
+
XYTARA_TREASURY_DESTINATIONS_PATH=./TREASURY_DESTINATIONS.production.json
|
|
66
|
+
|
|
67
|
+
# 8. Recommended production notes
|
|
68
|
+
# - Fill either XYTARA_STATE_FILE or the XYTARA_SUPABASE_* pair.
|
|
69
|
+
# - Fill either XYTARA_BSV_TERANODE_MERCHANT_ADDRESS or XYTARA_BSV_TERANODE_MERCHANT_PAYMAIL.
|
|
70
|
+
# - If XYTARA_BSV_TERANODE_SETTLEMENT_RUNTIME_MODE=arc, RPC URL and API key are required.
|
|
71
|
+
# - XYTARA_WALLET_REGISTRY_JSON should contain real wallet ids/secrets/account ids.
|
|
72
|
+
# - XYTARA_EXECUTION_TARGETS_JSON should contain real provider endpoints for every provider-backed lane you plan to sell.
|
|
73
|
+
# - XYTARA_CHECKOUT_WEBHOOK_SECRET is required when hosted-checkout ingress is enabled.
|
|
74
|
+
# - If XYTARA_L402_ENABLED=true, set XYTARA_L402_SHARED_SECRET.
|
|
75
|
+
# - If XYTARA_BOLT_ENABLED=true, set XYTARA_BOLT_SHARED_SECRET.
|
|
76
|
+
# - If XYTARA_MPP_ENABLED=true, set XYTARA_MPP_SHARED_SECRET.
|
|
77
|
+
# - Use the IP family settings only if you want to prefer IPv4 or IPv6 for outbound execution, callbacks, or settlement transport.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# xytara production environment template
|
|
2
|
+
|
|
3
|
+
# Persistent runtime state
|
|
4
|
+
XYTARA_STATE_FILE=./data/xytara-state.json
|
|
5
|
+
|
|
6
|
+
# Payment verification and admission defaults
|
|
7
|
+
XYTARA_PAYMENT_VERIFICATION_MODE=local_signed
|
|
8
|
+
XYTARA_PAYMENT_MAX_AGE_SECONDS=300
|
|
9
|
+
|
|
10
|
+
# Credit/auth operator controls
|
|
11
|
+
XYTARA_CREDIT_BRIDGE_BEARER_TOKEN=replace-with-credit-bridge-token
|
|
12
|
+
XYTARA_ACCOUNT_AUTH_BEARER_TOKEN=replace-with-account-auth-token
|
|
13
|
+
XYTARA_CALLBACK_DELIVERY_ENABLED=true
|
|
14
|
+
XYTARA_CALLBACK_SIGNING_SECRET=replace-with-callback-signing-secret
|
|
15
|
+
XYTARA_CALLBACK_TIMEOUT_MS=5000
|
|
16
|
+
XYTARA_CALLBACK_MAX_ATTEMPTS=5
|
|
17
|
+
XYTARA_CALLBACK_RETRY_BASE_MS=2000
|
|
18
|
+
XYTARA_RUNTIME_WORKER_INTERVAL_MS=500
|
|
19
|
+
XYTARA_SETTLEMENT_REFRESH_INTERVAL_MS=1500
|
|
20
|
+
XYTARA_RATE_LIMIT_ENABLED=true
|
|
21
|
+
XYTARA_RATE_LIMIT_WINDOW_MS=60000
|
|
22
|
+
XYTARA_RATE_LIMIT_MAX_REQUESTS=600
|
|
23
|
+
XYTARA_WALLET_REGISTRY_JSON=[{"wallet_id":"replace-with-wallet-id","secret":"replace-with-wallet-secret","account_id":"replace-with-account-id"}]
|
|
24
|
+
XYTARA_EXTERNAL_EXECUTION_REQUIRED=false
|
|
25
|
+
# Populate this with real provider-backed execution targets for the capabilities you sell live.
|
|
26
|
+
# Each entry should match by task_ref, tool_name, or integration_id and point to a real endpoint.
|
|
27
|
+
XYTARA_EXECUTION_TARGETS_JSON=[]
|
|
28
|
+
XYTARA_L402_ENABLED=true
|
|
29
|
+
XYTARA_L402_SHARED_SECRET=replace-with-l402-shared-secret
|
|
30
|
+
XYTARA_BOLT_ENABLED=false
|
|
31
|
+
XYTARA_BOLT_SHARED_SECRET=replace-with-bolt-shared-secret-if-enabled
|
|
32
|
+
XYTARA_BOLT_NETWORK=mainnet
|
|
33
|
+
XYTARA_BOLT_PROOF_MODE=spv_or_block_header_verifiable
|
|
34
|
+
XYTARA_BOLT_MAX_AGE_SECONDS=300
|
|
35
|
+
XYTARA_MPP_ENABLED=false
|
|
36
|
+
XYTARA_MPP_SHARED_SECRET=replace-with-mpp-shared-secret-if-enabled
|
|
37
|
+
XYTARA_MPP_PROVIDER=stripe_tempo_compatible
|
|
38
|
+
XYTARA_MPP_SETTLEMENT_FAMILY=cards_or_stablecoin_or_lightning
|
|
39
|
+
XYTARA_MPP_MAX_AGE_SECONDS=300
|
|
40
|
+
XYTARA_NETWORK_DNS_RESULT_ORDER=verbatim
|
|
41
|
+
XYTARA_NETWORK_PREFERRED_IP_FAMILY=auto
|
|
42
|
+
XYTARA_EXTERNAL_EXECUTION_IP_FAMILY=auto
|
|
43
|
+
XYTARA_CALLBACK_IP_FAMILY=auto
|
|
44
|
+
XYTARA_SETTLEMENT_IP_FAMILY=auto
|
|
45
|
+
|
|
46
|
+
# BSV / teranode runtime settlement
|
|
47
|
+
XYTARA_BSV_TERANODE_NETWORK=mainnet
|
|
48
|
+
XYTARA_BSV_TERANODE_SETTLEMENT_RUNTIME_MODE=observe
|
|
49
|
+
XYTARA_BSV_TERANODE_MERCHANT_ADDRESS=replace-with-bsv-address-or-paymail
|
|
50
|
+
|
|
51
|
+
# Multi-rail treasury destinations
|
|
52
|
+
# Create TREASURY_DESTINATIONS.production.json from TREASURY_DESTINATIONS.production.template.json
|
|
53
|
+
# and point xytara to it here.
|
|
54
|
+
XYTARA_TREASURY_DESTINATIONS_PATH=./TREASURY_DESTINATIONS.production.json
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
name: Publish MCP Executor
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
workflow_dispatch:
|
|
5
|
+
push:
|
|
6
|
+
branches:
|
|
7
|
+
- main
|
|
8
|
+
paths:
|
|
9
|
+
- "services/mcp-execution-target/server.json"
|
|
10
|
+
- "services/mcp-execution-target/server.js"
|
|
11
|
+
- "services/mcp-execution-target/README.md"
|
|
12
|
+
- "services/mcp-execution-target/DISCOVERY_REGISTRY_PLAYBOOK.md"
|
|
13
|
+
|
|
14
|
+
jobs:
|
|
15
|
+
publish:
|
|
16
|
+
runs-on: ubuntu-latest
|
|
17
|
+
defaults:
|
|
18
|
+
run:
|
|
19
|
+
working-directory: services/mcp-execution-target
|
|
20
|
+
steps:
|
|
21
|
+
- name: Checkout
|
|
22
|
+
uses: actions/checkout@v4
|
|
23
|
+
|
|
24
|
+
- name: Verify public surfaces
|
|
25
|
+
run: |
|
|
26
|
+
curl --fail --silent --show-error https://xytara-mcp-executor.onrender.com/health > /tmp/mcp-health.json
|
|
27
|
+
curl --fail --silent --show-error https://xytara-mcp-executor.onrender.com/server.json > /tmp/mcp-server-card.json
|
|
28
|
+
curl --fail --silent --show-error https://xytara-mcp-executor.onrender.com/mcp > /tmp/mcp-discovery.json
|
|
29
|
+
|
|
30
|
+
- name: Download MCP publisher
|
|
31
|
+
run: |
|
|
32
|
+
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
|
|
33
|
+
chmod +x mcp-publisher
|
|
34
|
+
|
|
35
|
+
- name: Login with domain auth
|
|
36
|
+
env:
|
|
37
|
+
MCP_PRIVATE_KEY: ${{ secrets.MCP_PRIVATE_KEY }}
|
|
38
|
+
run: |
|
|
39
|
+
test -n "$MCP_PRIVATE_KEY"
|
|
40
|
+
./mcp-publisher login http --domain naxytra.com --private-key "$MCP_PRIVATE_KEY"
|
|
41
|
+
|
|
42
|
+
- name: Publish remote server
|
|
43
|
+
run: ./mcp-publisher publish
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# xytara Adapter Partner Path
|
|
2
|
+
|
|
3
|
+
Use this path if you are an outside ecosystem partner deciding whether to build and promote an adapter on `xytara`.
|
|
4
|
+
|
|
5
|
+
## Why build here
|
|
6
|
+
|
|
7
|
+
- you can start from a public minimal adapter instead of inventing the contract from scratch
|
|
8
|
+
- you can validate and review the same artifacts operators will later inspect
|
|
9
|
+
- you can see promotion blockers and valid actions as data
|
|
10
|
+
- you do not need private exceptions to become a trusted integration
|
|
11
|
+
|
|
12
|
+
## Fastest first path
|
|
13
|
+
|
|
14
|
+
1. Read `ADAPTER_START_HERE.md`.
|
|
15
|
+
2. Read `ADAPTER_PROMOTION_START_HERE.md`.
|
|
16
|
+
3. Run:
|
|
17
|
+
- `npm run verify:adapters`
|
|
18
|
+
- `node scripts/registry_cli.js review-bundle --file adapters/examples/minimal-third-party-execution.submission-bundle.json`
|
|
19
|
+
- `node scripts/registry_cli.js promotion-workflow --integration partner.execution.minimal_echo`
|
|
20
|
+
4. Inspect:
|
|
21
|
+
- `/v1/adapter-pack/summary`
|
|
22
|
+
- `/v1/adapter-promotion/summary`
|
|
23
|
+
- `/v1/integrations/promotion-readiness`
|
|
24
|
+
- `/v1/integrations/promotion-workflow`
|
|
25
|
+
- `/v1/integrations/promotion-actions`
|
|
26
|
+
|
|
27
|
+
## What first success looks like
|
|
28
|
+
|
|
29
|
+
First success is not “production default on day one.”
|
|
30
|
+
|
|
31
|
+
First success is:
|
|
32
|
+
|
|
33
|
+
1. copy the minimal starter
|
|
34
|
+
2. validate it locally
|
|
35
|
+
3. produce a reviewable submission bundle
|
|
36
|
+
4. inspect the next promotion action without private coordination
|
|
37
|
+
5. understand exactly what still blocks broader trust
|
|
38
|
+
|
|
39
|
+
## Trust path
|
|
40
|
+
|
|
41
|
+
The intended public maturity path is:
|
|
42
|
+
|
|
43
|
+
1. `starter_example`
|
|
44
|
+
2. `staging_registered`
|
|
45
|
+
3. `review_ready`
|
|
46
|
+
4. `default_eligible`
|
|
47
|
+
5. `production_default_ready`
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# xytara Adapter Promotion Start Here
|
|
2
|
+
|
|
3
|
+
Use this path if you already have a third-party adapter starter and want to move it toward trusted runtime posture.
|
|
4
|
+
|
|
5
|
+
## Recommended order
|
|
6
|
+
|
|
7
|
+
1. Start from `ADAPTER_START_HERE.md`.
|
|
8
|
+
2. Review the minimal starter bundle:
|
|
9
|
+
- `node scripts/registry_cli.js review-bundle --file adapters/examples/minimal-third-party-execution.submission-bundle.json`
|
|
10
|
+
3. Inspect its readiness:
|
|
11
|
+
- `node scripts/registry_cli.js promotion-readiness --integration partner.execution.minimal_echo`
|
|
12
|
+
4. Inspect the next promotion step:
|
|
13
|
+
- `node scripts/registry_cli.js promotion-workflow --integration partner.execution.minimal_echo`
|
|
14
|
+
5. Inspect all valid actions now:
|
|
15
|
+
- `node scripts/registry_cli.js promotion-action-set --integration partner.execution.minimal_echo`
|
|
16
|
+
6. Preview one concrete action:
|
|
17
|
+
- `node scripts/registry_cli.js promotion-action-preview --integration partner.execution.minimal_echo --action complete_certification`
|
|
18
|
+
|
|
19
|
+
## Promotion states
|
|
20
|
+
|
|
21
|
+
The public maturity path should stay explicit:
|
|
22
|
+
|
|
23
|
+
1. `starter_example`
|
|
24
|
+
2. `staging_registered`
|
|
25
|
+
3. `review_ready`
|
|
26
|
+
4. `default_eligible`
|
|
27
|
+
5. `production_default_ready`
|
|
28
|
+
|
|
29
|
+
## What review should answer
|
|
30
|
+
|
|
31
|
+
- Is the integration review-ready right now?
|
|
32
|
+
- What blockers still prevent default eligibility?
|
|
33
|
+
- What certification gaps still need evidence?
|
|
34
|
+
- What action is valid now, and what would it change?
|
|
35
|
+
|
|
36
|
+
## Key public surfaces
|
|
37
|
+
|
|
38
|
+
- `/v1/integrations/promotion-readiness`
|
|
39
|
+
- `/v1/integrations/promotion-workflow`
|
|
40
|
+
- `/v1/integrations/promotion-actions`
|
|
41
|
+
- `/v1/integrations/:integration_id/promotion-readiness`
|
|
42
|
+
- `/v1/integrations/:integration_id/promotion-workflow`
|
|
43
|
+
- `/v1/integrations/:integration_id/promotion-actions`
|
|
44
|
+
- `/v1/integrations/promotion-actions/preview`
|
package/ADAPTER_START_HERE.md
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
# xytara Adapter Start Here
|
|
2
|
-
|
|
3
|
-
Use this path if you want to build a third-party adapter against public `xytara`.
|
|
4
|
-
|
|
5
|
-
## Recommended order
|
|
6
|
-
|
|
7
|
-
1. Read `adapters/AUTHORING_GUIDE.md`.
|
|
8
|
-
2. Read `adapters/ONBOARDING_POSTURE.md`.
|
|
9
|
-
3. Read `adapters/THIRD_PARTY_SUBMISSION_PROCESS.md`.
|
|
10
|
-
4. Run `npm run verify:adapters`.
|
|
11
|
-
5. Validate and review one example bundle:
|
|
12
|
-
- `node scripts/registry_cli.js validate-bundle --example protocol`
|
|
13
|
-
- `node scripts/registry_cli.js review-bundle --example protocol`
|
|
14
|
-
6. Inspect promotion posture:
|
|
15
|
-
- `node scripts/registry_cli.js promotion-readiness --integration partner.protocol.acme_mcp`
|
|
16
|
-
- `node scripts/registry_cli.js promotion-action-set --integration partner.protocol.acme_mcp`
|
|
17
|
-
7. When you want the explicit staged-to-trusted walkthrough, continue with:
|
|
18
|
-
- `ADAPTER_PROMOTION_START_HERE.md`
|
|
19
|
-
|
|
20
|
-
## Fastest copy-and-adapt starter
|
|
21
|
-
|
|
22
|
-
If you want the shortest third-party starter path, copy these and rename them:
|
|
23
|
-
|
|
24
|
-
- `adapters/examples/minimal-third-party-execution-adapter.manifest.json`
|
|
25
|
-
- `adapters/examples/minimal-third-party-execution-adapter.js`
|
|
26
|
-
- `adapters/examples/minimal-third-party-execution-registration.record.json`
|
|
27
|
-
- `adapters/examples/minimal-third-party-execution.certification-pack.json`
|
|
28
|
-
- `adapters/examples/minimal-third-party-execution.submission-bundle.json`
|
|
29
|
-
|
|
30
|
-
## Adapter classes
|
|
31
|
-
|
|
32
|
-
- `execution_adapter`
|
|
33
|
-
- `payment_rail_adapter`
|
|
34
|
-
- `settlement_adapter`
|
|
35
|
-
- `agent_protocol_adapter`
|
|
36
|
-
- `identity_registry_adapter`
|
|
37
|
-
|
|
38
|
-
## Artifact stack
|
|
39
|
-
|
|
40
|
-
Every serious third-party integration should converge on:
|
|
41
|
-
|
|
42
|
-
1. adapter manifest
|
|
43
|
-
2. registration record
|
|
44
|
-
3. certification pack
|
|
45
|
-
4. submission bundle
|
|
46
|
-
5. submission bundle set when multiple integrations are reviewed together
|
|
47
|
-
6. registry snapshot for normalized review/import posture
|
|
48
|
-
|
|
49
|
-
## Public review surfaces
|
|
50
|
-
|
|
51
|
-
- `/v1/integrations/summary`
|
|
52
|
-
- `/v1/integrations/promotion-readiness`
|
|
53
|
-
- `/v1/integrations/promotion-actions`
|
|
54
|
-
- `/v1/integrations/review/submission-bundle`
|
|
55
|
-
- `/v1/integrations/review/submission-bundle-set`
|
|
56
|
-
- `/v1/integrations/review/registry-snapshot`
|
|
1
|
+
# xytara Adapter Start Here
|
|
2
|
+
|
|
3
|
+
Use this path if you want to build a third-party adapter against public `xytara`.
|
|
4
|
+
|
|
5
|
+
## Recommended order
|
|
6
|
+
|
|
7
|
+
1. Read `adapters/AUTHORING_GUIDE.md`.
|
|
8
|
+
2. Read `adapters/ONBOARDING_POSTURE.md`.
|
|
9
|
+
3. Read `adapters/THIRD_PARTY_SUBMISSION_PROCESS.md`.
|
|
10
|
+
4. Run `npm run verify:adapters`.
|
|
11
|
+
5. Validate and review one example bundle:
|
|
12
|
+
- `node scripts/registry_cli.js validate-bundle --example protocol`
|
|
13
|
+
- `node scripts/registry_cli.js review-bundle --example protocol`
|
|
14
|
+
6. Inspect promotion posture:
|
|
15
|
+
- `node scripts/registry_cli.js promotion-readiness --integration partner.protocol.acme_mcp`
|
|
16
|
+
- `node scripts/registry_cli.js promotion-action-set --integration partner.protocol.acme_mcp`
|
|
17
|
+
7. When you want the explicit staged-to-trusted walkthrough, continue with:
|
|
18
|
+
- `ADAPTER_PROMOTION_START_HERE.md`
|
|
19
|
+
|
|
20
|
+
## Fastest copy-and-adapt starter
|
|
21
|
+
|
|
22
|
+
If you want the shortest third-party starter path, copy these and rename them:
|
|
23
|
+
|
|
24
|
+
- `adapters/examples/minimal-third-party-execution-adapter.manifest.json`
|
|
25
|
+
- `adapters/examples/minimal-third-party-execution-adapter.js`
|
|
26
|
+
- `adapters/examples/minimal-third-party-execution-registration.record.json`
|
|
27
|
+
- `adapters/examples/minimal-third-party-execution.certification-pack.json`
|
|
28
|
+
- `adapters/examples/minimal-third-party-execution.submission-bundle.json`
|
|
29
|
+
|
|
30
|
+
## Adapter classes
|
|
31
|
+
|
|
32
|
+
- `execution_adapter`
|
|
33
|
+
- `payment_rail_adapter`
|
|
34
|
+
- `settlement_adapter`
|
|
35
|
+
- `agent_protocol_adapter`
|
|
36
|
+
- `identity_registry_adapter`
|
|
37
|
+
|
|
38
|
+
## Artifact stack
|
|
39
|
+
|
|
40
|
+
Every serious third-party integration should converge on:
|
|
41
|
+
|
|
42
|
+
1. adapter manifest
|
|
43
|
+
2. registration record
|
|
44
|
+
3. certification pack
|
|
45
|
+
4. submission bundle
|
|
46
|
+
5. submission bundle set when multiple integrations are reviewed together
|
|
47
|
+
6. registry snapshot for normalized review/import posture
|
|
48
|
+
|
|
49
|
+
## Public review surfaces
|
|
50
|
+
|
|
51
|
+
- `/v1/integrations/summary`
|
|
52
|
+
- `/v1/integrations/promotion-readiness`
|
|
53
|
+
- `/v1/integrations/promotion-actions`
|
|
54
|
+
- `/v1/integrations/review/submission-bundle`
|
|
55
|
+
- `/v1/integrations/review/submission-bundle-set`
|
|
56
|
+
- `/v1/integrations/review/registry-snapshot`
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_notes": [
|
|
3
|
+
"Fill this privately if you want to bind a BOLT-style or UTXO-SPV-verifiable payment front into xytara.",
|
|
4
|
+
"This is an operator worksheet for payment-front binding and settlement-proof mapping."
|
|
5
|
+
],
|
|
6
|
+
"binding_id": "bolt_primary",
|
|
7
|
+
"enabled": false,
|
|
8
|
+
"front_protocol": "bolt_utxo_spv",
|
|
9
|
+
"settlement_family": "utxo_native",
|
|
10
|
+
"proof_family": "spv_or_block_header_proof",
|
|
11
|
+
"gateway_base_url": "",
|
|
12
|
+
"gateway_auth_token": "",
|
|
13
|
+
"gateway_payment_verify_path": "/verify-payment",
|
|
14
|
+
"gateway_proof_verify_path": "/verify-proof",
|
|
15
|
+
"gateway_quote_issue_path": "/quote",
|
|
16
|
+
"supported_task_refs": [
|
|
17
|
+
"trust.verify",
|
|
18
|
+
"settlement.submit",
|
|
19
|
+
"adapter.mcp.invoke"
|
|
20
|
+
],
|
|
21
|
+
"account_id": "",
|
|
22
|
+
"treasury_ref": "",
|
|
23
|
+
"reporting_ref": "",
|
|
24
|
+
"chain_id": "",
|
|
25
|
+
"network": "",
|
|
26
|
+
"notes_for_runtime_mapping": [
|
|
27
|
+
"Bind BOLT-style fronts to xytara as payment and settlement-proof inputs into the same runtime core.",
|
|
28
|
+
"Keep execution, proof, and operator accounting unified after payment/proof verification succeeds.",
|
|
29
|
+
"Use explicit runtime mapping for quote binding, transaction acceptance, and settlement proof continuity."
|
|
30
|
+
]
|
|
31
|
+
}
|
package/CARRIED_HANDOFF_DEMO.md
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
# xytara Carried Handoff Demo
|
|
2
|
-
|
|
3
|
-
This is the fastest concrete cross-repo path after the phase program closed.
|
|
4
|
-
|
|
5
|
-
The goal is simple:
|
|
6
|
-
|
|
7
|
-
1. export a result-package handoff from `xytara`
|
|
8
|
-
2. review it with `xoonya`
|
|
9
|
-
3. run the proof-side continuation
|
|
10
|
-
|
|
11
|
-
## 1. Export A Real Handoff Bundle
|
|
12
|
-
|
|
13
|
-
From the `xytara` repo root, run:
|
|
14
|
-
|
|
15
|
-
```bash
|
|
16
|
-
node examples/export_carried_handoff.js
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
This writes:
|
|
20
|
-
|
|
21
|
-
```text
|
|
22
|
-
examples/generated.carried-handoff.json
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
The file is already shaped for `xoonya-review`.
|
|
26
|
-
|
|
27
|
-
## 2. Review It In xoonya
|
|
28
|
-
|
|
29
|
-
From the `xoonya` repo root, run:
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
xoonya-review --file ../xytara/examples/generated.carried-handoff.json --summary
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
Or run the packaged example:
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
node examples/review_carried_handoff.js --file ../xytara/examples/generated.carried-handoff.json
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
## 3. What This Proves
|
|
42
|
-
|
|
43
|
-
This is the clearest public adoption story now that the phase program is complete:
|
|
44
|
-
|
|
45
|
-
- `xytara` does discovery, execution, and handoff export
|
|
46
|
-
- `xoonya` does carried review and proof-side followthrough
|
|
47
|
-
- the cross-repo seam is an inspectable bundle, not an undocumented internal jump
|
|
48
|
-
|
|
49
|
-
## 4. Related Surfaces
|
|
50
|
-
|
|
51
|
-
Runtime side:
|
|
52
|
-
|
|
53
|
-
- `POST /v1/transaction-center/result-packages/export`
|
|
54
|
-
- `GET /v1/transaction-center/result-package/export-template`
|
|
55
|
-
|
|
56
|
-
Proof side:
|
|
57
|
-
|
|
58
|
-
- `POST /v1/proof-center/result-package-handoff/review/summary`
|
|
59
|
-
- `POST /v1/proof-center/result-package-handoff/run`
|
|
60
|
-
- `xoonya-review --file ./handoff.json --summary`
|
|
1
|
+
# xytara Carried Handoff Demo
|
|
2
|
+
|
|
3
|
+
This is the fastest concrete cross-repo path after the phase program closed.
|
|
4
|
+
|
|
5
|
+
The goal is simple:
|
|
6
|
+
|
|
7
|
+
1. export a result-package handoff from `xytara`
|
|
8
|
+
2. review it with `xoonya`
|
|
9
|
+
3. run the proof-side continuation
|
|
10
|
+
|
|
11
|
+
## 1. Export A Real Handoff Bundle
|
|
12
|
+
|
|
13
|
+
From the `xytara` repo root, run:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
node examples/export_carried_handoff.js
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
This writes:
|
|
20
|
+
|
|
21
|
+
```text
|
|
22
|
+
examples/generated.carried-handoff.json
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
The file is already shaped for `xoonya-review`.
|
|
26
|
+
|
|
27
|
+
## 2. Review It In xoonya
|
|
28
|
+
|
|
29
|
+
From the `xoonya` repo root, run:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
xoonya-review --file ../xytara/examples/generated.carried-handoff.json --summary
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Or run the packaged example:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
node examples/review_carried_handoff.js --file ../xytara/examples/generated.carried-handoff.json
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## 3. What This Proves
|
|
42
|
+
|
|
43
|
+
This is the clearest public adoption story now that the phase program is complete:
|
|
44
|
+
|
|
45
|
+
- `xytara` does discovery, execution, and handoff export
|
|
46
|
+
- `xoonya` does carried review and proof-side followthrough
|
|
47
|
+
- the cross-repo seam is an inspectable bundle, not an undocumented internal jump
|
|
48
|
+
|
|
49
|
+
## 4. Related Surfaces
|
|
50
|
+
|
|
51
|
+
Runtime side:
|
|
52
|
+
|
|
53
|
+
- `POST /v1/transaction-center/result-packages/export`
|
|
54
|
+
- `GET /v1/transaction-center/result-package/export-template`
|
|
55
|
+
|
|
56
|
+
Proof side:
|
|
57
|
+
|
|
58
|
+
- `POST /v1/proof-center/result-package-handoff/review/summary`
|
|
59
|
+
- `POST /v1/proof-center/result-package-handoff/run`
|
|
60
|
+
- `xoonya-review --file ./handoff.json --summary`
|