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.
- package/.env.example +5 -1
- package/ADAPTER_START_HERE.md +56 -0
- package/CARRIED_HANDOFF_DEMO.md +60 -0
- package/EXAMPLE_PATHS.md +53 -0
- package/OPERATIONS_RUNBOOK.md +65 -0
- package/OPERATOR_START_HERE.md +63 -0
- package/PARTNER_READY_PATH.md +71 -0
- package/PROGRAM_COMPLETE_RELEASE.md +63 -0
- package/PROGRAM_STATUS.md +57 -0
- package/PUBLIC_DEMO_SCRIPT.md +78 -0
- package/PUBLISH_PLAN.md +7 -5
- package/README.md +66 -0
- package/RELEASE_CHECKLIST.md +8 -2
- package/RELEASE_NOTES.md +12 -3
- package/START_HERE.md +32 -0
- package/SUPABASE_RUNTIME_STATE_SETUP.md +61 -0
- package/WHY_XYTARA_XOONYA.md +63 -0
- package/adapters/examples/minimal-third-party-execution-adapter.js +61 -0
- package/adapters/examples/minimal-third-party-execution-adapter.manifest.json +79 -0
- package/adapters/examples/minimal-third-party-execution-registration.record.json +26 -0
- package/adapters/examples/minimal-third-party-execution.certification-pack.json +22 -0
- package/adapters/examples/minimal-third-party-execution.submission-bundle.json +126 -0
- package/bin/xytara-release.js +1251 -1
- package/examples/adapter_review_walkthrough.js +53 -0
- package/examples/export_carried_handoff.js +80 -0
- package/examples/funded_runtime_walkthrough.js +70 -0
- package/examples/partner_launch_walkthrough.js +43 -0
- package/examples/quickstart.js +3255 -0
- package/index.js +7 -1
- package/lib/adapter_pack.js +118 -0
- package/lib/adapter_partner_pack.js +89 -0
- package/lib/adapter_promotion_pack.js +89 -0
- package/lib/outreach_copy_pack.js +51 -0
- package/lib/outreach_message_pack.js +71 -0
- package/lib/outreach_target_pack.js +60 -0
- package/lib/phase_10_closeout_pack.js +45 -0
- package/lib/phase_10_completion_pack.js +76 -0
- package/lib/phase_10_decision_record_pack.js +54 -0
- package/lib/phase_10_decision_resolution_pack.js +53 -0
- package/lib/phase_10_demand_signal_adapters_runtime_pack.js +74 -0
- package/lib/phase_10_ecosystem_backlog_triage_runtime_pack.js +74 -0
- package/lib/phase_10_freeze_baseline_pack.js +67 -0
- package/lib/phase_10_freeze_review_pack.js +64 -0
- package/lib/phase_10_gate_pack.js +57 -0
- package/lib/phase_10_long_tail_continuity_pack.js +80 -0
- package/lib/phase_10_long_tail_ecosystem_pack.js +66 -0
- package/lib/phase_10_niche_extension_registry_runtime_pack.js +74 -0
- package/lib/phase_1_claude_mcp_pack.js +60 -0
- package/lib/phase_1_claude_mcp_runtime_pack.js +52 -0
- package/lib/phase_1_ecosystem_pack.js +67 -0
- package/lib/phase_1_openai_codex_pack.js +60 -0
- package/lib/phase_1_openai_codex_runtime_pack.js +52 -0
- package/lib/phase_2_base_runtime_pack.js +71 -0
- package/lib/phase_2_base_usdc_runtime_pack.js +72 -0
- package/lib/phase_2_closeout_pack.js +65 -0
- package/lib/phase_2_completion_pack.js +113 -0
- package/lib/phase_2_decision_record_pack.js +66 -0
- package/lib/phase_2_decision_resolution_pack.js +69 -0
- package/lib/phase_2_eth_runtime_pack.js +70 -0
- package/lib/phase_2_evm_base_runtime_pack.js +73 -0
- package/lib/phase_2_evm_runtime_pack.js +71 -0
- package/lib/phase_2_flip_preview_pack.js +60 -0
- package/lib/phase_2_freeze_review_pack.js +99 -0
- package/lib/phase_2_gate_pack.js +77 -0
- package/lib/phase_2_payment_rails_pack.js +71 -0
- package/lib/phase_2_usdc_runtime_pack.js +71 -0
- package/lib/phase_3_brc_runtime_pack.js +81 -0
- package/lib/phase_3_bsv_teranode_runtime_pack.js +83 -0
- package/lib/phase_3_closeout_pack.js +62 -0
- package/lib/phase_3_completion_pack.js +94 -0
- package/lib/phase_3_decision_record_pack.js +64 -0
- package/lib/phase_3_decision_resolution_pack.js +69 -0
- package/lib/phase_3_freeze_baseline_pack.js +67 -0
- package/lib/phase_3_freeze_review_pack.js +80 -0
- package/lib/phase_3_gate_pack.js +76 -0
- package/lib/phase_3_metanet_runtime_pack.js +81 -0
- package/lib/phase_3_native_bsv_pack.js +91 -0
- package/lib/phase_3_native_continuity_pack.js +82 -0
- package/lib/phase_4_attestation_runtime_pack.js +75 -0
- package/lib/phase_4_closeout_pack.js +45 -0
- package/lib/phase_4_completion_pack.js +94 -0
- package/lib/phase_4_decision_record_pack.js +54 -0
- package/lib/phase_4_decision_resolution_pack.js +45 -0
- package/lib/phase_4_erc8004_runtime_pack.js +76 -0
- package/lib/phase_4_freeze_baseline_pack.js +67 -0
- package/lib/phase_4_freeze_review_pack.js +68 -0
- package/lib/phase_4_gate_pack.js +58 -0
- package/lib/phase_4_identity_registry_runtime_pack.js +75 -0
- package/lib/phase_4_identity_trust_pack.js +73 -0
- package/lib/phase_4_trust_continuity_pack.js +86 -0
- package/lib/phase_5_antelope_runtime_pack.js +76 -0
- package/lib/phase_5_closeout_pack.js +44 -0
- package/lib/phase_5_completion_pack.js +82 -0
- package/lib/phase_5_decision_record_pack.js +54 -0
- package/lib/phase_5_decision_resolution_pack.js +45 -0
- package/lib/phase_5_freeze_baseline_pack.js +67 -0
- package/lib/phase_5_freeze_review_pack.js +68 -0
- package/lib/phase_5_gate_pack.js +58 -0
- package/lib/phase_5_major_rails_continuity_pack.js +86 -0
- package/lib/phase_5_major_rails_pack.js +74 -0
- package/lib/phase_5_proton_xpr_runtime_pack.js +76 -0
- package/lib/phase_5_solana_runtime_pack.js +76 -0
- package/lib/phase_6_autogen_runtime_pack.js +72 -0
- package/lib/phase_6_closeout_pack.js +46 -0
- package/lib/phase_6_completion_pack.js +77 -0
- package/lib/phase_6_decision_record_pack.js +54 -0
- package/lib/phase_6_decision_resolution_pack.js +53 -0
- package/lib/phase_6_framework_continuity_pack.js +81 -0
- package/lib/phase_6_framework_runtime_pack.js +68 -0
- package/lib/phase_6_freeze_baseline_pack.js +68 -0
- package/lib/phase_6_freeze_review_pack.js +65 -0
- package/lib/phase_6_gate_pack.js +59 -0
- package/lib/phase_6_langchain_runtime_pack.js +72 -0
- package/lib/phase_6_langgraph_runtime_pack.js +72 -0
- package/lib/phase_6_semantic_kernel_runtime_pack.js +72 -0
- package/lib/phase_7_closeout_pack.js +45 -0
- package/lib/phase_7_completion_pack.js +85 -0
- package/lib/phase_7_decision_record_pack.js +53 -0
- package/lib/phase_7_decision_resolution_pack.js +53 -0
- package/lib/phase_7_event_system_continuity_pack.js +89 -0
- package/lib/phase_7_event_system_pack.js +76 -0
- package/lib/phase_7_freeze_baseline_pack.js +74 -0
- package/lib/phase_7_freeze_review_pack.js +65 -0
- package/lib/phase_7_gate_pack.js +58 -0
- package/lib/phase_7_kafka_runtime_pack.js +74 -0
- package/lib/phase_7_mqtt_runtime_pack.js +74 -0
- package/lib/phase_7_nats_runtime_pack.js +74 -0
- package/lib/phase_7_webhook_event_bus_runtime_pack.js +74 -0
- package/lib/phase_8_closeout_pack.js +46 -0
- package/lib/phase_8_completion_pack.js +82 -0
- package/lib/phase_8_decision_record_pack.js +54 -0
- package/lib/phase_8_decision_resolution_pack.js +53 -0
- package/lib/phase_8_external_receipt_import_runtime_pack.js +74 -0
- package/lib/phase_8_external_result_import_runtime_pack.js +74 -0
- package/lib/phase_8_freeze_baseline_pack.js +71 -0
- package/lib/phase_8_freeze_review_pack.js +64 -0
- package/lib/phase_8_gate_pack.js +58 -0
- package/lib/phase_8_proof_bridge_continuity_pack.js +86 -0
- package/lib/phase_8_proof_bridges_pack.js +72 -0
- package/lib/phase_8_proof_bundle_normalization_runtime_pack.js +74 -0
- package/lib/phase_9_closeout_pack.js +46 -0
- package/lib/phase_9_completion_pack.js +82 -0
- package/lib/phase_9_custody_refs_runtime_pack.js +74 -0
- package/lib/phase_9_decision_record_pack.js +54 -0
- package/lib/phase_9_decision_resolution_pack.js +53 -0
- package/lib/phase_9_freeze_baseline_pack.js +71 -0
- package/lib/phase_9_freeze_review_pack.js +64 -0
- package/lib/phase_9_gate_pack.js +58 -0
- package/lib/phase_9_operator_accounting_bridges_runtime_pack.js +74 -0
- package/lib/phase_9_treasury_connectivity_pack.js +72 -0
- package/lib/phase_9_treasury_continuity_pack.js +86 -0
- package/lib/phase_9_treasury_destinations_runtime_pack.js +74 -0
- package/lib/phase_program_pack.js +120 -0
- package/lib/release_center.js +970 -0
- package/lib/release_history.js +1 -1
- package/lib/runtime_state_store.js +212 -27
- package/lib/soft_launch_pack.js +78 -0
- package/package.json +13 -1
- package/server.js +2055 -252
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase1ClaudeMcpPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-1-claude-mcp-pack",
|
|
10
|
+
phase_ref: "phase_1",
|
|
11
|
+
ecosystem_ref: "claude_anthropic_mcp",
|
|
12
|
+
status: "active",
|
|
13
|
+
adoption_wedge: "adapter-first paid tool execution for MCP-style capability providers",
|
|
14
|
+
main_repo_weight: "xytara_heavy",
|
|
15
|
+
scope: {
|
|
16
|
+
adapter_posture: [
|
|
17
|
+
"MCP-friendly capability exposure",
|
|
18
|
+
"third-party adapter onboarding",
|
|
19
|
+
"promotion and trust progression",
|
|
20
|
+
"partner-facing integration path"
|
|
21
|
+
],
|
|
22
|
+
first_surfaces: [
|
|
23
|
+
"/v1/adapter-pack/summary",
|
|
24
|
+
"/v1/adapter-promotion/summary",
|
|
25
|
+
"/v1/adapter-partners/summary",
|
|
26
|
+
"/v1/release-center/summary"
|
|
27
|
+
],
|
|
28
|
+
first_commands: [
|
|
29
|
+
"xytara-release --adapter-partners --summary",
|
|
30
|
+
"xytara-release --adapter-promotion --summary",
|
|
31
|
+
"xytara-release --phase-1-claude-mcp --summary"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
done_means: [
|
|
35
|
+
"outside adapter authors can see how to enter xytara without reading scattered internal docs",
|
|
36
|
+
"the MCP-facing trust path is visible from starter to promotion and partner posture",
|
|
37
|
+
"Phase 1 adapter posture is explicit in public product surfaces"
|
|
38
|
+
]
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function summarizePhase1ClaudeMcpPack() {
|
|
43
|
+
const pack = buildPhase1ClaudeMcpPack();
|
|
44
|
+
return {
|
|
45
|
+
ok: true,
|
|
46
|
+
product: pack.product,
|
|
47
|
+
category: pack.category,
|
|
48
|
+
phase_ref: pack.phase_ref,
|
|
49
|
+
ecosystem_ref: pack.ecosystem_ref,
|
|
50
|
+
surface_count: pack.scope.first_surfaces.length,
|
|
51
|
+
command_count: pack.scope.first_commands.length,
|
|
52
|
+
done_mean_count: pack.done_means.length,
|
|
53
|
+
first_surface: pack.scope.first_surfaces[0] || null
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
module.exports = {
|
|
58
|
+
buildPhase1ClaudeMcpPack,
|
|
59
|
+
summarizePhase1ClaudeMcpPack
|
|
60
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase1ClaudeMcpRuntimePack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-1-claude-mcp-runtime-pack",
|
|
10
|
+
phase_ref: "phase_1",
|
|
11
|
+
ecosystem_ref: "claude_anthropic_mcp",
|
|
12
|
+
posture: "runtime_path",
|
|
13
|
+
first_path: {
|
|
14
|
+
purpose: "run an MCP-style paid tool invocation through xytara with adapter and promotion-aware posture",
|
|
15
|
+
first_http_sequence: [
|
|
16
|
+
"/v1/adapter-pack/summary",
|
|
17
|
+
"/v1/adapter-promotion/summary",
|
|
18
|
+
"/v1/mcp/tools/invoke"
|
|
19
|
+
],
|
|
20
|
+
first_cli_sequence: [
|
|
21
|
+
"xytara-release --phase-1-claude-mcp-runtime --summary",
|
|
22
|
+
"xytara-release --adapter-partners --summary"
|
|
23
|
+
],
|
|
24
|
+
expected_signals: [
|
|
25
|
+
"MCP-oriented invocation path is visible from adapter surfaces into runtime execution",
|
|
26
|
+
"promotion and partner posture are linked to the runtime lane instead of sitting beside it",
|
|
27
|
+
"paid tool execution can be framed as an adapter-ready machine-commerce path"
|
|
28
|
+
],
|
|
29
|
+
followthrough_ref: "https://xoonya.onrender.com/v1/phases/phase-1/claude-mcp/proof/summary"
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function summarizePhase1ClaudeMcpRuntimePack() {
|
|
35
|
+
const pack = buildPhase1ClaudeMcpRuntimePack();
|
|
36
|
+
return {
|
|
37
|
+
ok: true,
|
|
38
|
+
product: pack.product,
|
|
39
|
+
category: pack.category,
|
|
40
|
+
phase_ref: pack.phase_ref,
|
|
41
|
+
ecosystem_ref: pack.ecosystem_ref,
|
|
42
|
+
http_step_count: pack.first_path.first_http_sequence.length,
|
|
43
|
+
cli_step_count: pack.first_path.first_cli_sequence.length,
|
|
44
|
+
signal_count: pack.first_path.expected_signals.length,
|
|
45
|
+
first_http_step: pack.first_path.first_http_sequence[0] || null
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
module.exports = {
|
|
50
|
+
buildPhase1ClaudeMcpRuntimePack,
|
|
51
|
+
summarizePhase1ClaudeMcpRuntimePack
|
|
52
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase1EcosystemPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-1-ecosystem-pack",
|
|
10
|
+
phase_ref: "phase_1",
|
|
11
|
+
ecosystems: [
|
|
12
|
+
{
|
|
13
|
+
ecosystem_ref: "openai_codex",
|
|
14
|
+
status: "active",
|
|
15
|
+
main_repo_weight: "xytara_heavy",
|
|
16
|
+
goal: "direct agent and tool invocation posture for paid capability execution and reusable credits",
|
|
17
|
+
first_artifacts: [
|
|
18
|
+
"/v1/release-center/summary",
|
|
19
|
+
"/v1/release-pack/scenarios/summary"
|
|
20
|
+
],
|
|
21
|
+
first_cli: [
|
|
22
|
+
"xytara-release --center --summary",
|
|
23
|
+
"xytara-run --url https://xytara.onrender.com --account acct_demo --command \"cli-run\" --task trust.verify --body-json '{\"subject_id\":\"subject-1\"}' --wallet-id merchant_wallet_main --wallet-secret YOUR_LOCAL_SIGNED_SECRET --txid YOUR_BSV_TXID"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
ecosystem_ref: "claude_anthropic_mcp",
|
|
28
|
+
status: "active",
|
|
29
|
+
main_repo_weight: "xytara_heavy",
|
|
30
|
+
goal: "tool and adapter posture for MCP-style capability providers with explicit promotion and review",
|
|
31
|
+
first_artifacts: [
|
|
32
|
+
"/v1/adapter-pack/summary",
|
|
33
|
+
"/v1/adapter-promotion/summary",
|
|
34
|
+
"/v1/adapter-partners/summary"
|
|
35
|
+
],
|
|
36
|
+
first_cli: [
|
|
37
|
+
"xytara-release --adapter-partners --summary",
|
|
38
|
+
"xytara-release --adapter-promotion --summary"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
done_means: [
|
|
43
|
+
"outside builders can see a direct first path for OpenAI/Codex-style runtime use",
|
|
44
|
+
"outside builders can see a direct first path for Claude/MCP-style adapter use",
|
|
45
|
+
"the phase is encoded into release-facing surfaces instead of living only in planning notes"
|
|
46
|
+
]
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function summarizePhase1EcosystemPack() {
|
|
51
|
+
const pack = buildPhase1EcosystemPack();
|
|
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
|
+
active_count: pack.ecosystems.filter((entry) => entry.status === "active").length,
|
|
59
|
+
done_mean_count: pack.done_means.length,
|
|
60
|
+
first_ecosystem: pack.ecosystems[0] ? pack.ecosystems[0].ecosystem_ref : null
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
module.exports = {
|
|
65
|
+
buildPhase1EcosystemPack,
|
|
66
|
+
summarizePhase1EcosystemPack
|
|
67
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase1OpenaiCodexPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-1-openai-codex-pack",
|
|
10
|
+
phase_ref: "phase_1",
|
|
11
|
+
ecosystem_ref: "openai_codex",
|
|
12
|
+
status: "active",
|
|
13
|
+
adoption_wedge: "transaction-aware paid capability execution for tool-using agents",
|
|
14
|
+
main_repo_weight: "xytara_heavy",
|
|
15
|
+
scope: {
|
|
16
|
+
runtime_posture: [
|
|
17
|
+
"direct agent and tool invocation",
|
|
18
|
+
"quote and payment-aware execution",
|
|
19
|
+
"credits-first repeat usage",
|
|
20
|
+
"result package followthrough"
|
|
21
|
+
],
|
|
22
|
+
first_surfaces: [
|
|
23
|
+
"/v1/release-center/summary",
|
|
24
|
+
"/v1/release-pack/scenarios/summary",
|
|
25
|
+
"/v1/outreach-proof/summary",
|
|
26
|
+
"/v1/announcement-pack/summary"
|
|
27
|
+
],
|
|
28
|
+
first_commands: [
|
|
29
|
+
"xytara-release --center --summary",
|
|
30
|
+
"xytara-release --phase-1-openai-codex --summary",
|
|
31
|
+
"xytara-run --url https://xytara.onrender.com --account acct_demo --command \"cli-run\" --task trust.verify --body-json '{\"subject_id\":\"subject-1\"}' --wallet-id merchant_wallet_main --wallet-secret YOUR_LOCAL_SIGNED_SECRET --txid YOUR_BSV_TXID"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
done_means: [
|
|
35
|
+
"outside builders can see where xytara fits relative to agent runtimes instead of mistaking it for a generic framework",
|
|
36
|
+
"the first OpenAI/Codex path is clear enough to try from one CLI and one release-center route",
|
|
37
|
+
"Phase 1 runtime posture is explicit in public product surfaces"
|
|
38
|
+
]
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function summarizePhase1OpenaiCodexPack() {
|
|
43
|
+
const pack = buildPhase1OpenaiCodexPack();
|
|
44
|
+
return {
|
|
45
|
+
ok: true,
|
|
46
|
+
product: pack.product,
|
|
47
|
+
category: pack.category,
|
|
48
|
+
phase_ref: pack.phase_ref,
|
|
49
|
+
ecosystem_ref: pack.ecosystem_ref,
|
|
50
|
+
surface_count: pack.scope.first_surfaces.length,
|
|
51
|
+
command_count: pack.scope.first_commands.length,
|
|
52
|
+
done_mean_count: pack.done_means.length,
|
|
53
|
+
first_surface: pack.scope.first_surfaces[0] || null
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
module.exports = {
|
|
58
|
+
buildPhase1OpenaiCodexPack,
|
|
59
|
+
summarizePhase1OpenaiCodexPack
|
|
60
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase1OpenaiCodexRuntimePack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-1-openai-codex-runtime-pack",
|
|
10
|
+
phase_ref: "phase_1",
|
|
11
|
+
ecosystem_ref: "openai_codex",
|
|
12
|
+
posture: "runtime_path",
|
|
13
|
+
first_path: {
|
|
14
|
+
purpose: "run a paid capability call through xytara from an OpenAI/Codex-style tool-using agent flow",
|
|
15
|
+
first_http_sequence: [
|
|
16
|
+
"/v1/release-center/summary",
|
|
17
|
+
"/v1/release-pack/scenarios/summary",
|
|
18
|
+
"/x402/commands/execute"
|
|
19
|
+
],
|
|
20
|
+
first_cli_sequence: [
|
|
21
|
+
"xytara-release --phase-1-openai-codex-runtime --summary",
|
|
22
|
+
"xytara-run --url https://xytara.onrender.com --account acct_demo --command \"cli-run\" --task trust.verify --body-json '{\"subject_id\":\"subject-1\"}' --wallet-id merchant_wallet_main --wallet-secret YOUR_LOCAL_SIGNED_SECRET --txid YOUR_BSV_TXID"
|
|
23
|
+
],
|
|
24
|
+
expected_signals: [
|
|
25
|
+
"quote and spend-aware execution result",
|
|
26
|
+
"runtime result package ready for proof followthrough",
|
|
27
|
+
"metered and replayable machine transaction path"
|
|
28
|
+
],
|
|
29
|
+
followthrough_ref: "https://xoonya.onrender.com/v1/phases/phase-1/openai-codex/proof/summary"
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function summarizePhase1OpenaiCodexRuntimePack() {
|
|
35
|
+
const pack = buildPhase1OpenaiCodexRuntimePack();
|
|
36
|
+
return {
|
|
37
|
+
ok: true,
|
|
38
|
+
product: pack.product,
|
|
39
|
+
category: pack.category,
|
|
40
|
+
phase_ref: pack.phase_ref,
|
|
41
|
+
ecosystem_ref: pack.ecosystem_ref,
|
|
42
|
+
http_step_count: pack.first_path.first_http_sequence.length,
|
|
43
|
+
cli_step_count: pack.first_path.first_cli_sequence.length,
|
|
44
|
+
signal_count: pack.first_path.expected_signals.length,
|
|
45
|
+
first_http_step: pack.first_path.first_http_sequence[0] || null
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
module.exports = {
|
|
50
|
+
buildPhase1OpenaiCodexRuntimePack,
|
|
51
|
+
summarizePhase1OpenaiCodexRuntimePack
|
|
52
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase2BaseRuntimePack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-2-base-runtime-pack",
|
|
10
|
+
phase_ref: "phase_2",
|
|
11
|
+
ecosystem_refs: ["base"],
|
|
12
|
+
posture: "runtime_path",
|
|
13
|
+
settlement_shape: {
|
|
14
|
+
payment_asset: "base-native-or-tokenized-value",
|
|
15
|
+
rail_family: "evm_l2",
|
|
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
|
+
"Base runtime lane is public and inspectable",
|
|
25
|
+
"L2 settlement posture stays visible at the lane level",
|
|
26
|
+
"operator surfaces remain available from the Base lane",
|
|
27
|
+
"the lane stays consistent with the broader EVM/Base family"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
first_path: {
|
|
31
|
+
purpose: "show the Base-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/base/summary",
|
|
35
|
+
"/v1/integrations/settlement-modes"
|
|
36
|
+
],
|
|
37
|
+
first_cli_sequence: [
|
|
38
|
+
"xytara-release --phase-2-base-runtime --summary",
|
|
39
|
+
"xytara-release --phase-2-base-usdc-runtime --summary"
|
|
40
|
+
],
|
|
41
|
+
expected_signals: [
|
|
42
|
+
"Base has a dedicated runtime-facing lane instead of appearing only inside combined EVM language",
|
|
43
|
+
"the L2-specific settlement posture is visible without breaking the shared EVM model",
|
|
44
|
+
"the path stays compatible with the same operator and release-center surfaces"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function summarizePhase2BaseRuntimePack() {
|
|
51
|
+
const pack = buildPhase2BaseRuntimePack();
|
|
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
|
+
buildPhase2BaseRuntimePack,
|
|
70
|
+
summarizePhase2BaseRuntimePack
|
|
71
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase2BaseUsdcRuntimePack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-2-base-usdc-runtime-pack",
|
|
10
|
+
phase_ref: "phase_2",
|
|
11
|
+
ecosystem_refs: ["base", "usdc"],
|
|
12
|
+
posture: "runtime_path",
|
|
13
|
+
settlement_shape: {
|
|
14
|
+
payment_assets: ["base-native-or-tokenized-value", "usdc"],
|
|
15
|
+
rail_family: "evm_l2_and_stablecoin",
|
|
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
|
+
"combined Base plus USDC lane is public and inspectable",
|
|
25
|
+
"both payment assets stay visible on the lane",
|
|
26
|
+
"settlement mode stays attached to the combined path",
|
|
27
|
+
"operator surfaces remain available while Base and USDC also stand alone"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
first_path: {
|
|
31
|
+
purpose: "show the first concrete Base + USDC machine-commerce runtime lane inside Phase 2",
|
|
32
|
+
first_http_sequence: [
|
|
33
|
+
"/v1/phases/phase-2/evm-base/summary",
|
|
34
|
+
"/v1/integrations/settlement-modes",
|
|
35
|
+
"/v1/release-center/summary"
|
|
36
|
+
],
|
|
37
|
+
first_cli_sequence: [
|
|
38
|
+
"xytara-release --phase-2-base-usdc-runtime --summary",
|
|
39
|
+
"xytara-release --phase-2-evm-base-runtime --summary"
|
|
40
|
+
],
|
|
41
|
+
expected_signals: [
|
|
42
|
+
"Base + USDC are visible as the first concrete public split inside the broader EVM lane",
|
|
43
|
+
"Phase 2 starts to separate rail-specific runtime posture from generic multi-rail language",
|
|
44
|
+
"the path stays compatible with the same release-center and settlement-mode inspection surfaces"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
function summarizePhase2BaseUsdcRuntimePack() {
|
|
51
|
+
const pack = buildPhase2BaseUsdcRuntimePack();
|
|
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
|
+
payment_asset_count: pack.settlement_shape.payment_assets.length,
|
|
60
|
+
completion_check_count: pack.completion_shape.completion_checks.length,
|
|
61
|
+
http_step_count: pack.first_path.first_http_sequence.length,
|
|
62
|
+
cli_step_count: pack.first_path.first_cli_sequence.length,
|
|
63
|
+
signal_count: pack.first_path.expected_signals.length,
|
|
64
|
+
operator_surface_count: pack.settlement_shape.operator_surfaces.length,
|
|
65
|
+
first_http_step: pack.first_path.first_http_sequence[0] || null
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
module.exports = {
|
|
70
|
+
buildPhase2BaseUsdcRuntimePack,
|
|
71
|
+
summarizePhase2BaseUsdcRuntimePack
|
|
72
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase2CloseoutPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-2-closeout-pack",
|
|
10
|
+
phase_ref: "phase_2",
|
|
11
|
+
posture: "closeout_complete",
|
|
12
|
+
closeout: {
|
|
13
|
+
current_decision: "ready_for_phase_3",
|
|
14
|
+
blocking_actions: [],
|
|
15
|
+
action_sequence: [
|
|
16
|
+
"review phase-2 completion summary",
|
|
17
|
+
"review phase-2 freeze-review summary",
|
|
18
|
+
"confirm the current runtime lane shape as frozen baseline",
|
|
19
|
+
"record the gate review outcome",
|
|
20
|
+
"flip ready_for_next_phase deliberately"
|
|
21
|
+
],
|
|
22
|
+
completion_signals: [
|
|
23
|
+
"freeze decision has been recorded",
|
|
24
|
+
"gate review has been recorded",
|
|
25
|
+
"phase-2 gate summary shows zero unsatisfied gate conditions"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
sources: {
|
|
29
|
+
completion_summary: "/v1/phases/phase-2/completion/summary",
|
|
30
|
+
freeze_review_summary: "/v1/phases/phase-2/freeze-review/summary",
|
|
31
|
+
gate_summary: "/v1/phases/phase-2/gate/summary"
|
|
32
|
+
},
|
|
33
|
+
first_path: {
|
|
34
|
+
purpose: "show the recorded closeout path that moved Phase 2 into ready-for-next-phase state",
|
|
35
|
+
first_http_sequence: [
|
|
36
|
+
"/v1/phases/phase-2/gate/summary",
|
|
37
|
+
"/v1/phases/phase-2/closeout/summary",
|
|
38
|
+
"/v1/release-center/summary"
|
|
39
|
+
],
|
|
40
|
+
first_cli_sequence: [
|
|
41
|
+
"xytara-release --phase-2-closeout --summary",
|
|
42
|
+
"xytara-release --phase-2-gate --summary"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function summarizePhase2CloseoutPack() {
|
|
49
|
+
const pack = buildPhase2CloseoutPack();
|
|
50
|
+
return {
|
|
51
|
+
ok: true,
|
|
52
|
+
product: pack.product,
|
|
53
|
+
category: pack.category,
|
|
54
|
+
phase_ref: pack.phase_ref,
|
|
55
|
+
blocking_action_count: pack.closeout.blocking_actions.length,
|
|
56
|
+
action_step_count: pack.closeout.action_sequence.length,
|
|
57
|
+
completion_signal_count: pack.closeout.completion_signals.length,
|
|
58
|
+
current_decision: pack.closeout.current_decision
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
module.exports = {
|
|
63
|
+
buildPhase2CloseoutPack,
|
|
64
|
+
summarizePhase2CloseoutPack
|
|
65
|
+
};
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase2CompletionPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-2-completion-pack",
|
|
10
|
+
phase_ref: "phase_2",
|
|
11
|
+
posture: "completion_complete",
|
|
12
|
+
coverage: {
|
|
13
|
+
ecosystem_refs: ["evm", "base", "eth", "usdc"],
|
|
14
|
+
lane_refs: [
|
|
15
|
+
"/v1/phases/phase-2/evm/summary",
|
|
16
|
+
"/v1/phases/phase-2/evm-base/summary",
|
|
17
|
+
"/v1/phases/phase-2/base/summary",
|
|
18
|
+
"/v1/phases/phase-2/usdc/summary",
|
|
19
|
+
"/v1/phases/phase-2/base-usdc/summary",
|
|
20
|
+
"/v1/phases/phase-2/eth/summary"
|
|
21
|
+
],
|
|
22
|
+
payment_assets: ["evm-native-or-tokenized-value", "base-native-or-tokenized-value", "eth", "usdc"],
|
|
23
|
+
settlement_modes: ["ethereum_evm"],
|
|
24
|
+
operator_surfaces: [
|
|
25
|
+
"/v1/integrations/settlement-modes",
|
|
26
|
+
"/v1/release-center/summary",
|
|
27
|
+
"/v1/publish-plan/summary"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
completion: {
|
|
31
|
+
checks: [
|
|
32
|
+
"broad Phase 2 rail pack is public and inspectable",
|
|
33
|
+
"all current Phase 2 runtime lanes are public and inspectable",
|
|
34
|
+
"combined Base plus USDC lane remains public alongside standalone Base and USDC lanes",
|
|
35
|
+
"payment-asset coverage is visible at phase level and on the combined lane",
|
|
36
|
+
"settlement-mode and operator surfaces remain attached to the rail family",
|
|
37
|
+
"release-center summary reflects Phase 2 breadth and completion coverage"
|
|
38
|
+
],
|
|
39
|
+
readiness_criteria: [
|
|
40
|
+
{
|
|
41
|
+
ref: "criterion.phase_surface_public",
|
|
42
|
+
label: "Phase 2 broad summary is live and inspectable",
|
|
43
|
+
satisfied: true
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
ref: "criterion.runtime_lane_coverage",
|
|
47
|
+
label: "All planned current runtime lanes are live and inspectable",
|
|
48
|
+
satisfied: true
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
ref: "criterion.asset_coverage_visible",
|
|
52
|
+
label: "Asset coverage is visible at both phase and combined-lane level",
|
|
53
|
+
satisfied: true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
ref: "criterion.operator_surfaces_attached",
|
|
57
|
+
label: "Settlement and operator surfaces remain attached to the rail family",
|
|
58
|
+
satisfied: true
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
ref: "criterion.freeze_shape_confirmed",
|
|
62
|
+
label: "The final Phase 2 lane shape is explicitly frozen",
|
|
63
|
+
satisfied: true
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
ref: "criterion.next_phase_gate_reviewed",
|
|
67
|
+
label: "A final freeze review has been recorded before opening Phase 3",
|
|
68
|
+
satisfied: true
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
ready_for_next_phase: true,
|
|
72
|
+
remaining_focus: []
|
|
73
|
+
},
|
|
74
|
+
first_path: {
|
|
75
|
+
purpose: "review whether Phase 2 is complete as a machine-commerce program slice rather than just enumerated",
|
|
76
|
+
first_http_sequence: [
|
|
77
|
+
"/v1/phases/phase-2/summary",
|
|
78
|
+
"/v1/phases/phase-2/completion/summary",
|
|
79
|
+
"/v1/release-center/summary"
|
|
80
|
+
],
|
|
81
|
+
first_cli_sequence: [
|
|
82
|
+
"xytara-release --phase-2-completion --summary",
|
|
83
|
+
"xytara-release --phase-2 --summary"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
function summarizePhase2CompletionPack() {
|
|
90
|
+
const pack = buildPhase2CompletionPack();
|
|
91
|
+
return {
|
|
92
|
+
ok: true,
|
|
93
|
+
product: pack.product,
|
|
94
|
+
category: pack.category,
|
|
95
|
+
phase_ref: pack.phase_ref,
|
|
96
|
+
ecosystem_count: pack.coverage.ecosystem_refs.length,
|
|
97
|
+
lane_count: pack.coverage.lane_refs.length,
|
|
98
|
+
payment_asset_count: pack.coverage.payment_assets.length,
|
|
99
|
+
settlement_mode_count: pack.coverage.settlement_modes.length,
|
|
100
|
+
operator_surface_count: pack.coverage.operator_surfaces.length,
|
|
101
|
+
completion_check_count: pack.completion.checks.length,
|
|
102
|
+
readiness_criteria_count: pack.completion.readiness_criteria.length,
|
|
103
|
+
satisfied_criteria_count: pack.completion.readiness_criteria.filter((criterion) => criterion.satisfied === true).length,
|
|
104
|
+
unsatisfied_criteria_count: pack.completion.readiness_criteria.filter((criterion) => criterion.satisfied !== true).length,
|
|
105
|
+
remaining_focus_count: pack.completion.remaining_focus.length,
|
|
106
|
+
ready_for_next_phase: pack.completion.ready_for_next_phase
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
module.exports = {
|
|
111
|
+
buildPhase2CompletionPack,
|
|
112
|
+
summarizePhase2CompletionPack
|
|
113
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const packageJson = require("../package.json");
|
|
4
|
+
|
|
5
|
+
function buildPhase2DecisionRecordPack() {
|
|
6
|
+
return {
|
|
7
|
+
ok: true,
|
|
8
|
+
product: packageJson.name,
|
|
9
|
+
category: "machine-commerce-phase-2-decision-record-pack",
|
|
10
|
+
phase_ref: "phase_2",
|
|
11
|
+
posture: "decision_recorded",
|
|
12
|
+
records: {
|
|
13
|
+
freeze_decision: {
|
|
14
|
+
status: "recorded",
|
|
15
|
+
description: "record the final runtime lane shape as the frozen Phase 2 baseline"
|
|
16
|
+
},
|
|
17
|
+
gate_review: {
|
|
18
|
+
status: "recorded",
|
|
19
|
+
description: "record the final review that authorizes the move to Phase 3"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
record_steps: [
|
|
23
|
+
"confirm the current runtime lane family is the final Phase 2 shape",
|
|
24
|
+
"record the freeze decision",
|
|
25
|
+
"record the gate review outcome",
|
|
26
|
+
"recheck phase-2 gate summary for zero unsatisfied conditions"
|
|
27
|
+
],
|
|
28
|
+
outputs: [
|
|
29
|
+
"freeze decision status is recorded",
|
|
30
|
+
"gate review status is recorded",
|
|
31
|
+
"phase-2 gate is ready to stay flipped deliberately"
|
|
32
|
+
],
|
|
33
|
+
first_path: {
|
|
34
|
+
purpose: "show the two recorded decisions that allow the Phase 2 gate to stay flipped",
|
|
35
|
+
first_http_sequence: [
|
|
36
|
+
"/v1/phases/phase-2/closeout/summary",
|
|
37
|
+
"/v1/phases/phase-2/decision-record/summary",
|
|
38
|
+
"/v1/phases/phase-2/gate/summary"
|
|
39
|
+
],
|
|
40
|
+
first_cli_sequence: [
|
|
41
|
+
"xytara-release --phase-2-decision-record --summary",
|
|
42
|
+
"xytara-release --phase-2-closeout --summary"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function summarizePhase2DecisionRecordPack() {
|
|
49
|
+
const pack = buildPhase2DecisionRecordPack();
|
|
50
|
+
return {
|
|
51
|
+
ok: true,
|
|
52
|
+
product: pack.product,
|
|
53
|
+
category: pack.category,
|
|
54
|
+
phase_ref: pack.phase_ref,
|
|
55
|
+
pending_record_count: Object.values(pack.records).filter((record) => record.status === "pending_record").length,
|
|
56
|
+
record_step_count: pack.record_steps.length,
|
|
57
|
+
output_count: pack.outputs.length,
|
|
58
|
+
freeze_decision_status: pack.records.freeze_decision.status,
|
|
59
|
+
gate_review_status: pack.records.gate_review.status
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
module.exports = {
|
|
64
|
+
buildPhase2DecisionRecordPack,
|
|
65
|
+
summarizePhase2DecisionRecordPack
|
|
66
|
+
};
|