xytara 2.13.0 → 2.15.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/README.md +39 -0
- package/RELEASE_NOTES.md +8 -5
- package/START_HERE.md +23 -0
- package/XYTARA_ADAPTER_PROTOCOL_TRUTH_MODEL.md +75 -0
- package/XYTARA_DEFAULT_PATH_MODEL.md +84 -0
- package/XYTARA_EXECUTION_TRUTH_MODEL.md +171 -0
- package/XYTARA_PAYMENT_RAIL_TRUTH_MODEL.md +68 -0
- package/index.js +38 -0
- package/lib/adapter_protocol_truth_contract.js +229 -0
- package/lib/checkout_event_security.js +1 -1
- package/lib/commerce_checkout.js +48 -16
- package/lib/default_path_contract.js +412 -0
- package/lib/delivery_summary_contract.js +1 -1
- package/lib/execution_truth_contract.js +221 -0
- package/lib/full_catalog_contract.js +12 -0
- package/lib/go_live_operator_pack.js +46 -3
- package/lib/lifecycle_continuity_contract.js +115 -0
- package/lib/payment_rail_truth_contract.js +324 -0
- package/lib/release_history.js +27 -0
- package/package.json +7 -2
- package/scripts/verify_lifecycle_continuity.js +96 -0
- package/scripts/verify_service.js +80 -0
- package/server.js +146 -0
package/README.md
CHANGED
|
@@ -58,6 +58,45 @@ The shortest public runtime loop is:
|
|
|
58
58
|
- inspect results and economic state
|
|
59
59
|
- hand off into `xoonya` when proof or review is required
|
|
60
60
|
|
|
61
|
+
The frozen runtime-side fact model for that loop is documented in:
|
|
62
|
+
|
|
63
|
+
- [XYTARA_EXECUTION_TRUTH_MODEL.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_naxytra/naxytra/xytara/XYTARA_EXECUTION_TRUTH_MODEL.md)
|
|
64
|
+
|
|
65
|
+
Machine-readable execution-truth surfaces:
|
|
66
|
+
|
|
67
|
+
- `GET /v1/execution-truth`
|
|
68
|
+
- `GET /v1/execution-truth/summary`
|
|
69
|
+
|
|
70
|
+
The frozen multi-surface default-path model for `3.0.0` closeout is documented in:
|
|
71
|
+
|
|
72
|
+
- [XYTARA_DEFAULT_PATH_MODEL.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_naxytra/naxytra/xytara/XYTARA_DEFAULT_PATH_MODEL.md)
|
|
73
|
+
|
|
74
|
+
Machine-readable default-path surfaces:
|
|
75
|
+
|
|
76
|
+
- `GET /v1/default-path`
|
|
77
|
+
- `GET /v1/default-path/summary`
|
|
78
|
+
- `GET /v1/default-path/:surface_id`
|
|
79
|
+
|
|
80
|
+
The frozen payment-and-rail claim model for `3.0.0` closeout is documented in:
|
|
81
|
+
|
|
82
|
+
- [XYTARA_PAYMENT_RAIL_TRUTH_MODEL.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_naxytra/naxytra/xytara/XYTARA_PAYMENT_RAIL_TRUTH_MODEL.md)
|
|
83
|
+
|
|
84
|
+
Machine-readable payment-and-rail truth surfaces:
|
|
85
|
+
|
|
86
|
+
- `GET /v1/payment-rail-truth`
|
|
87
|
+
- `GET /v1/payment-rail-truth/summary`
|
|
88
|
+
- `GET /v1/payment-rail-truth/:profile_id`
|
|
89
|
+
|
|
90
|
+
The frozen adapter-and-protocol claim model for `3.0.0` closeout is documented in:
|
|
91
|
+
|
|
92
|
+
- [XYTARA_ADAPTER_PROTOCOL_TRUTH_MODEL.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_naxytra/naxytra/xytara/XYTARA_ADAPTER_PROTOCOL_TRUTH_MODEL.md)
|
|
93
|
+
|
|
94
|
+
Machine-readable adapter-and-protocol truth surfaces:
|
|
95
|
+
|
|
96
|
+
- `GET /v1/adapter-protocol-truth`
|
|
97
|
+
- `GET /v1/adapter-protocol-truth/summary`
|
|
98
|
+
- `GET /v1/adapter-protocol-truth/:profile_id`
|
|
99
|
+
|
|
61
100
|
The current runtime breadth already includes:
|
|
62
101
|
|
|
63
102
|
- discovery and workflow lookup
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
`xytara` 2.
|
|
1
|
+
`xytara` 2.15.0 is the final intermediary closeout release for frozen runtime truth surfaces and clearer first-contact truth before the final major closeout.
|
|
2
2
|
|
|
3
|
-
This release keeps the synchronized public truth bundle intact while
|
|
3
|
+
This release keeps the synchronized public truth bundle intact while freezing the runtime-side truth models, tightening umbrella first-contact alignment, and turning the public runtime story into one coherent final intermediary step before the final major closeout.
|
|
4
4
|
|
|
5
5
|
Highlights:
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- freezes `/v1/execution-truth` and `/v1/execution-truth/summary` as the named runtime fact boundary
|
|
8
|
+
- freezes `/v1/default-path` and `/v1/default-path/summary` as the named multi-surface runtime entry boundary
|
|
9
|
+
- freezes `/v1/payment-rail-truth` and `/v1/payment-rail-truth/summary` as the named payment and settlement-claim boundary
|
|
10
|
+
- freezes `/v1/adapter-protocol-truth` and `/v1/adapter-protocol-truth/summary` as the named first-party front and bounded bridge boundary
|
|
11
|
+
- keeps provider-runtime journeys, delivery summary, runtime durability, and revenue-launch paths publicly inspectable inside the stronger runtime truth story
|
|
9
12
|
- preserves adapter-depth boundaries, pricing guardrails, treasury public-claim safety, and read-only operator observability boundaries
|
|
10
|
-
- keeps the live public catalog, full-catalog claim, and public proof surfaces aligned with the release line so operators and outside builders see the same truth
|
|
13
|
+
- keeps the live public catalog, full-catalog claim, first-run path, release kit, and public proof surfaces aligned with the release line so operators and outside builders see the same truth
|
|
11
14
|
- keeps the canonical `https://naxytra.com/xytara` public product URL and synchronized naxytra release posture intact
|
|
12
15
|
- verifies the release candidate, full package verifier, umbrella pre-deploy gates, and clean-consumer release smoke
|
package/START_HERE.md
CHANGED
|
@@ -4,6 +4,8 @@ This is the shortest reliable path for understanding and using the public `xytar
|
|
|
4
4
|
|
|
5
5
|
The phase program is now complete, so this file is the right starting point for a closed and release-shaped runtime rather than an in-flight milestone build.
|
|
6
6
|
|
|
7
|
+
The next public release path is intentionally intermediary and is now centered on the paired `2.15.0` final intermediary closeout milestone documented in [RELEASE_2_15_0_FINAL_INTERMEDIARY_CLOSEOUT_PLAN.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_naxytra/naxytra/docs/release/RELEASE_2_15_0_FINAL_INTERMEDIARY_CLOSEOUT_PLAN.md) and [PUBLISH_PLAN.md](C:/Users/Yoga/Desktop/workspace/vscode_workspace_public/naxytra/xytara/PUBLISH_PLAN.md). That release is meant to freeze the runtime-side public truth surfaces before the final `3.0.0` consolidation.
|
|
8
|
+
|
|
7
9
|
## 1. Understand The Role
|
|
8
10
|
|
|
9
11
|
`xytara` is the transaction-side half of the public stack.
|
|
@@ -43,6 +45,27 @@ The underlying command is:
|
|
|
43
45
|
xytara-run --url https://xytara.onrender.com --account ACCOUNT_REF --task adapter.mcp.invoke --command mcp.invoke:summarize --body-json "{\"tool_name\":\"summarize\",\"arguments\":{\"text\":\"Summarize the naxytra first-run path in one sentence.\"}}" --quote-only --pretty
|
|
44
46
|
```
|
|
45
47
|
|
|
48
|
+
If you want the frozen machine-readable default-path contract behind those starter commands, inspect:
|
|
49
|
+
|
|
50
|
+
```text
|
|
51
|
+
GET /v1/default-path
|
|
52
|
+
GET /v1/default-path/summary
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
If you want the frozen machine-readable payment and rail claim boundary behind those execution paths, inspect:
|
|
56
|
+
|
|
57
|
+
```text
|
|
58
|
+
GET /v1/payment-rail-truth
|
|
59
|
+
GET /v1/payment-rail-truth/summary
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
If you want the frozen machine-readable adapter and protocol front claim boundary behind those execution paths, inspect:
|
|
63
|
+
|
|
64
|
+
```text
|
|
65
|
+
GET /v1/adapter-protocol-truth
|
|
66
|
+
GET /v1/adapter-protocol-truth/summary
|
|
67
|
+
```
|
|
68
|
+
|
|
46
69
|
Then execute with direct signed payment or a credits-first funded account:
|
|
47
70
|
|
|
48
71
|
```bash
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# xytara Adapter And Protocol Truth Model
|
|
2
|
+
|
|
3
|
+
For `3.0.0`, `xytara` must be both protocol-usable and adapter-extensible.
|
|
4
|
+
|
|
5
|
+
But it also has to stay honest about what kind of front each surface actually is.
|
|
6
|
+
|
|
7
|
+
## Core Rule
|
|
8
|
+
|
|
9
|
+
There are three different truths:
|
|
10
|
+
|
|
11
|
+
1. first-party default entry fronts
|
|
12
|
+
2. built-in supported but nondefault protocol breadth
|
|
13
|
+
3. partner or adapter-extension surfaces
|
|
14
|
+
|
|
15
|
+
They must not be collapsed into one vague “supported everywhere” claim.
|
|
16
|
+
|
|
17
|
+
## Launch Defaults
|
|
18
|
+
|
|
19
|
+
The frozen protocol-entry posture is:
|
|
20
|
+
|
|
21
|
+
- `mcp` is the primary default tool front
|
|
22
|
+
- `a2a` is a first-party supported negotiation/settlement front
|
|
23
|
+
- `a2c` is a first-party supported session/tooling front
|
|
24
|
+
|
|
25
|
+
## Built-In Supported Breadth
|
|
26
|
+
|
|
27
|
+
The current built-in supported bridge breadth includes:
|
|
28
|
+
|
|
29
|
+
- `acp`
|
|
30
|
+
- `grpc`
|
|
31
|
+
- `mqtt`
|
|
32
|
+
- `kafka`
|
|
33
|
+
- `nats`
|
|
34
|
+
- `ros2`
|
|
35
|
+
- `webhook_event_bus`
|
|
36
|
+
|
|
37
|
+
These may be supported and inspectable without being promoted into the main default path.
|
|
38
|
+
|
|
39
|
+
## Partner And Adapter Extension Truth
|
|
40
|
+
|
|
41
|
+
Third-party or staging fronts are part of the product surface, but they are not launch defaults.
|
|
42
|
+
|
|
43
|
+
They can be:
|
|
44
|
+
|
|
45
|
+
- discoverable
|
|
46
|
+
- reviewable
|
|
47
|
+
- staging-registered
|
|
48
|
+
- promotion-ready
|
|
49
|
+
|
|
50
|
+
They must not be described as first-party default protocol truth until their promotion state supports it.
|
|
51
|
+
|
|
52
|
+
## Provider-Live Discipline
|
|
53
|
+
|
|
54
|
+
Where a front depends on provider-bound execution depth, `xytara` must only claim the bindings listed in:
|
|
55
|
+
|
|
56
|
+
- `GET /v1/adapter-depth`
|
|
57
|
+
- `GET /v1/providers`
|
|
58
|
+
- `GET /v1/providers/journeys`
|
|
59
|
+
|
|
60
|
+
This is especially important for `mcp`-backed provider paths.
|
|
61
|
+
|
|
62
|
+
## Machine-Readable Surfaces
|
|
63
|
+
|
|
64
|
+
- `GET /v1/adapter-protocol-truth`
|
|
65
|
+
- `GET /v1/adapter-protocol-truth/summary`
|
|
66
|
+
- `GET /v1/adapter-protocol-truth/:profile_id`
|
|
67
|
+
|
|
68
|
+
## Launch Standard
|
|
69
|
+
|
|
70
|
+
For `3.0.0`, the public claim is truthful only if:
|
|
71
|
+
|
|
72
|
+
- default fronts are callable and documented as defaults
|
|
73
|
+
- supported nondefault bridge fronts are clearly marked as such
|
|
74
|
+
- partner and staging fronts stay explicitly bounded
|
|
75
|
+
- unlisted provider or tool depth is never implied
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# xytara Default Path Model
|
|
2
|
+
|
|
3
|
+
`xytara` is supposed to feel immediate from whatever surface the caller is already using.
|
|
4
|
+
|
|
5
|
+
For `3.0.0`, that means the public runtime story cannot only exist as separate lane packs. It needs one frozen answer to:
|
|
6
|
+
|
|
7
|
+
- how a caller discovers work
|
|
8
|
+
- how they quote before irreversible spend
|
|
9
|
+
- how they pay using the posture that fits their surface
|
|
10
|
+
- how they execute without switching stacks
|
|
11
|
+
- how the deliverable comes back where they already are
|
|
12
|
+
- how the result remains proof-ready for `xoonya`
|
|
13
|
+
|
|
14
|
+
## Core Rule
|
|
15
|
+
|
|
16
|
+
All supported public entry surfaces must converge on one runtime spine:
|
|
17
|
+
|
|
18
|
+
`discover -> quote -> fund -> execute -> deliver -> prove -> inspect`
|
|
19
|
+
|
|
20
|
+
Surface-specific ergonomics are allowed.
|
|
21
|
+
Surface-specific truth models are not.
|
|
22
|
+
|
|
23
|
+
## Supported Surface Families
|
|
24
|
+
|
|
25
|
+
The frozen `3.0.0` default-path model covers:
|
|
26
|
+
|
|
27
|
+
- CLI and terminal
|
|
28
|
+
- direct API
|
|
29
|
+
- browser and hosted checkout
|
|
30
|
+
- chat window and agent runtime
|
|
31
|
+
- service-to-service and automation
|
|
32
|
+
|
|
33
|
+
## What Changes Across Surfaces
|
|
34
|
+
|
|
35
|
+
What may change:
|
|
36
|
+
|
|
37
|
+
- the first entrypoint
|
|
38
|
+
- the payment front
|
|
39
|
+
- whether the caller receives output in stdout, JSON, callback form, or hosted workflow form
|
|
40
|
+
|
|
41
|
+
What must not change:
|
|
42
|
+
|
|
43
|
+
- quote-first safety
|
|
44
|
+
- runtime execution truth
|
|
45
|
+
- delivery truth
|
|
46
|
+
- result-package and proof-handoff posture
|
|
47
|
+
- operator inspection and reconciliation continuity
|
|
48
|
+
|
|
49
|
+
## Runtime And Proof Split
|
|
50
|
+
|
|
51
|
+
`xytara` owns:
|
|
52
|
+
|
|
53
|
+
- quote and payment admission
|
|
54
|
+
- execution
|
|
55
|
+
- delivery
|
|
56
|
+
- runtime lifecycle
|
|
57
|
+
- settlement/reconciliation linkage
|
|
58
|
+
- proof-ready handoff artifacts
|
|
59
|
+
|
|
60
|
+
`xoonya` owns:
|
|
61
|
+
|
|
62
|
+
- proof semantics
|
|
63
|
+
- verification truth
|
|
64
|
+
- review and governance followthrough
|
|
65
|
+
|
|
66
|
+
So the default path must end with a stable `xytara -> xoonya` handoff, not a dead-end runtime response.
|
|
67
|
+
|
|
68
|
+
## Public Machine-Readable Surfaces
|
|
69
|
+
|
|
70
|
+
- `GET /v1/default-path`
|
|
71
|
+
- `GET /v1/default-path/summary`
|
|
72
|
+
- `GET /v1/default-path/:surface_id`
|
|
73
|
+
|
|
74
|
+
## Launch Standard
|
|
75
|
+
|
|
76
|
+
For `3.0.0`, this model is considered real only if:
|
|
77
|
+
|
|
78
|
+
- each listed surface has a callable first path
|
|
79
|
+
- each listed surface can produce or inspect a quote before irreversible spend
|
|
80
|
+
- each listed surface can execute through the shared runtime engine
|
|
81
|
+
- each listed surface can return or expose the deliverable without breaking the runtime truth model
|
|
82
|
+
- each listed surface can continue into proof-ready followthrough
|
|
83
|
+
|
|
84
|
+
That is the minimum bar for a truthful universal machine-engine claim.
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
# xytara Execution Truth Model
|
|
2
|
+
|
|
3
|
+
Status: active closeout contract
|
|
4
|
+
|
|
5
|
+
Version: `xytara-execution-truth-model/v1`
|
|
6
|
+
|
|
7
|
+
## Purpose
|
|
8
|
+
|
|
9
|
+
This document freezes the runtime-side execution-truth model for `xytara`.
|
|
10
|
+
|
|
11
|
+
It answers the closeout question:
|
|
12
|
+
|
|
13
|
+
> What is the canonical hot-state fact model that `xytara` owns before proof followthrough moves into `xoonya`?
|
|
14
|
+
|
|
15
|
+
The answer is:
|
|
16
|
+
|
|
17
|
+
- `xytara` owns the runtime-side truth of quote, payment, execution, delivery, settlement linkage, treasury linkage, and proof handoff
|
|
18
|
+
- `xoonya` owns proof semantics, proof verification semantics, and native proof truth
|
|
19
|
+
|
|
20
|
+
## Core Doctrine
|
|
21
|
+
|
|
22
|
+
`xytara` execution truth is not one isolated blob.
|
|
23
|
+
|
|
24
|
+
It is a linked runtime-side object model:
|
|
25
|
+
|
|
26
|
+
1. `quote`
|
|
27
|
+
2. `transaction`
|
|
28
|
+
3. `receipt`
|
|
29
|
+
4. `delivery`
|
|
30
|
+
5. `settlement`
|
|
31
|
+
6. `proof_handoff`
|
|
32
|
+
|
|
33
|
+
These objects together form the canonical `xytara` fact spine.
|
|
34
|
+
|
|
35
|
+
## Object Roles
|
|
36
|
+
|
|
37
|
+
### 1. Quote
|
|
38
|
+
|
|
39
|
+
The quote is the priced pre-execution offer.
|
|
40
|
+
|
|
41
|
+
It binds:
|
|
42
|
+
|
|
43
|
+
- account
|
|
44
|
+
- amount
|
|
45
|
+
- currency
|
|
46
|
+
- capability scope
|
|
47
|
+
- adapter/settlement posture
|
|
48
|
+
|
|
49
|
+
It must exist before irreversible paid execution.
|
|
50
|
+
|
|
51
|
+
### 2. Transaction
|
|
52
|
+
|
|
53
|
+
The transaction is the primary hot-state execution record.
|
|
54
|
+
|
|
55
|
+
It carries:
|
|
56
|
+
|
|
57
|
+
- payment state
|
|
58
|
+
- settlement state
|
|
59
|
+
- treasury state
|
|
60
|
+
- execution state
|
|
61
|
+
- timing
|
|
62
|
+
- remediation state
|
|
63
|
+
|
|
64
|
+
This is the main runtime object for "what happened."
|
|
65
|
+
|
|
66
|
+
### 3. Receipt
|
|
67
|
+
|
|
68
|
+
The receipt is the runtime completion record with a proof pointer.
|
|
69
|
+
|
|
70
|
+
It carries:
|
|
71
|
+
|
|
72
|
+
- execution summary
|
|
73
|
+
- payment/settlement/treasury mirrors
|
|
74
|
+
- timing
|
|
75
|
+
- remediation
|
|
76
|
+
- `proof_ref`
|
|
77
|
+
|
|
78
|
+
It is not the proof core.
|
|
79
|
+
|
|
80
|
+
It is the runtime-side completion artifact that points into proof followthrough.
|
|
81
|
+
|
|
82
|
+
### 4. Delivery
|
|
83
|
+
|
|
84
|
+
The delivery record captures:
|
|
85
|
+
|
|
86
|
+
- where the result went
|
|
87
|
+
- whether it was direct or callback-driven
|
|
88
|
+
- callback retry/queue/failure state
|
|
89
|
+
- output and proof refs
|
|
90
|
+
|
|
91
|
+
This is part of runtime truth, not a proof-side side note.
|
|
92
|
+
|
|
93
|
+
### 5. Settlement
|
|
94
|
+
|
|
95
|
+
Settlement truth is linked to execution truth, but it is not identical to execution success.
|
|
96
|
+
|
|
97
|
+
`xytara` must preserve:
|
|
98
|
+
|
|
99
|
+
- settlement reference
|
|
100
|
+
- mode
|
|
101
|
+
- adapter
|
|
102
|
+
- binding hash
|
|
103
|
+
- finality posture where available
|
|
104
|
+
|
|
105
|
+
without collapsing execution success into chain finality or treasury consequence.
|
|
106
|
+
|
|
107
|
+
### 6. Proof Handoff
|
|
108
|
+
|
|
109
|
+
`xytara` emits proof-compatible facts and references.
|
|
110
|
+
|
|
111
|
+
That handoff includes:
|
|
112
|
+
|
|
113
|
+
- `receipt.proof_ref`
|
|
114
|
+
- `receipt.execution_summary`
|
|
115
|
+
- `transaction.execution.results_by_task_id`
|
|
116
|
+
- `delivery.proof_ref`
|
|
117
|
+
|
|
118
|
+
`xoonya` then owns proof review, verification, continuity, and governance followthrough.
|
|
119
|
+
|
|
120
|
+
## Layer Sequence
|
|
121
|
+
|
|
122
|
+
The frozen runtime sequence is:
|
|
123
|
+
|
|
124
|
+
1. quote
|
|
125
|
+
2. pay or authorize
|
|
126
|
+
3. execute
|
|
127
|
+
4. deliver
|
|
128
|
+
5. settle and reconcile
|
|
129
|
+
6. hand off into proof followthrough
|
|
130
|
+
|
|
131
|
+
This sequence may run synchronously or asynchronously, but the truth model does not change.
|
|
132
|
+
|
|
133
|
+
## Non-Negotiable Invariants
|
|
134
|
+
|
|
135
|
+
The following invariants define the closeout standard:
|
|
136
|
+
|
|
137
|
+
1. Quote precedes irreversible paid execution.
|
|
138
|
+
2. Transaction is the canonical hot-state execution record.
|
|
139
|
+
3. Receipt is the runtime completion record, not the proof core.
|
|
140
|
+
4. Delivery truth remains first-class and inspectable.
|
|
141
|
+
5. Settlement truth remains linked but distinct from execution success.
|
|
142
|
+
6. Treasury consequence remains reconstructible from runtime artifacts.
|
|
143
|
+
7. `xytara` emits proof-compatible facts without redefining `xoonya` proof semantics.
|
|
144
|
+
|
|
145
|
+
## Public Surfaces
|
|
146
|
+
|
|
147
|
+
The machine-readable execution-truth surface is:
|
|
148
|
+
|
|
149
|
+
- `GET /v1/execution-truth`
|
|
150
|
+
- `GET /v1/execution-truth/summary`
|
|
151
|
+
|
|
152
|
+
Supporting public surfaces include:
|
|
153
|
+
|
|
154
|
+
- `GET /v1/capability-registry/execution-truth`
|
|
155
|
+
- `GET /v1/lifecycle-continuity`
|
|
156
|
+
- `GET /v1/deliveries`
|
|
157
|
+
- `GET /v1/revenue-launch/paths`
|
|
158
|
+
- `GET /v1/providers/journeys`
|
|
159
|
+
- `POST /v1/transaction-center/result-packages/export`
|
|
160
|
+
|
|
161
|
+
Proof followthrough boundary:
|
|
162
|
+
|
|
163
|
+
- `https://xoonya.onrender.com/v1/proof-center/result-package-handoff/run`
|
|
164
|
+
|
|
165
|
+
## Closeout Meaning
|
|
166
|
+
|
|
167
|
+
For `3.0.0`, this model means:
|
|
168
|
+
|
|
169
|
+
- the execution side is no longer only implied by multiple adjacent artifacts
|
|
170
|
+
- the runtime-side fact model is explicit and frozen
|
|
171
|
+
- outside builders and operators can understand where execution truth ends and proof truth begins
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# xytara Payment And Rail Truth Model
|
|
2
|
+
|
|
3
|
+
For `3.0.0`, `xytara` needs a payment story that is both broad and honest.
|
|
4
|
+
|
|
5
|
+
That means one public rule:
|
|
6
|
+
|
|
7
|
+
- payment fronts can be callable and live
|
|
8
|
+
- settlement families can be runtime-ready
|
|
9
|
+
- but a specific treasury landing rail is only a public live claim when it is explicitly configured and allowed
|
|
10
|
+
|
|
11
|
+
## Core Distinction
|
|
12
|
+
|
|
13
|
+
There are two different truths:
|
|
14
|
+
|
|
15
|
+
1. payment and execution truth
|
|
16
|
+
2. treasury landing claim truth
|
|
17
|
+
|
|
18
|
+
The first answers:
|
|
19
|
+
|
|
20
|
+
- can the caller quote?
|
|
21
|
+
- can they pay through a supported front?
|
|
22
|
+
- can the work execute right away?
|
|
23
|
+
- can the result continue into proof followthrough?
|
|
24
|
+
|
|
25
|
+
The second answers:
|
|
26
|
+
|
|
27
|
+
- which exact rail can we publicly say is already a live landing destination?
|
|
28
|
+
|
|
29
|
+
Those are related, but they are not the same.
|
|
30
|
+
|
|
31
|
+
## Launch Defaults
|
|
32
|
+
|
|
33
|
+
The frozen `3.0.0` default posture is:
|
|
34
|
+
|
|
35
|
+
- machine-native default front: `x402`
|
|
36
|
+
- repeat-use default front: `account_credits`
|
|
37
|
+
- human/browser default front: hosted checkout
|
|
38
|
+
- optional permissionless fronts: `l402`, `bolt`
|
|
39
|
+
- native settlement center: `bsv_teranode`
|
|
40
|
+
|
|
41
|
+
## Claim Discipline
|
|
42
|
+
|
|
43
|
+
`xytara` may publicly claim:
|
|
44
|
+
|
|
45
|
+
- callable payment fronts
|
|
46
|
+
- funded runtime execution
|
|
47
|
+
- proof-ready followthrough
|
|
48
|
+
- supported settlement families
|
|
49
|
+
|
|
50
|
+
`xytara` must not publicly claim:
|
|
51
|
+
|
|
52
|
+
- a specific rail as live treasury landing truth unless `public_claim_allowed` is true for that rail
|
|
53
|
+
- operator-only custody or landing refs on public surfaces
|
|
54
|
+
- adapter-ready fronts as first-party launch defaults
|
|
55
|
+
|
|
56
|
+
## Machine-Readable Surfaces
|
|
57
|
+
|
|
58
|
+
- `GET /v1/payment-rail-truth`
|
|
59
|
+
- `GET /v1/payment-rail-truth/summary`
|
|
60
|
+
- `GET /v1/payment-rail-truth/:profile_id`
|
|
61
|
+
|
|
62
|
+
## Why This Matters
|
|
63
|
+
|
|
64
|
+
This keeps the `3.0.0` claim clean:
|
|
65
|
+
|
|
66
|
+
- we can truthfully say users can pay through multiple comfortable fronts
|
|
67
|
+
- we can truthfully say execution and proof followthrough are real
|
|
68
|
+
- we do not overclaim live treasury landing breadth where real operator configuration is still the deciding factor
|
package/index.js
CHANGED
|
@@ -45,6 +45,30 @@ const {
|
|
|
45
45
|
getProviderRuntimeJourneyDetail,
|
|
46
46
|
summarizeProviderRuntimeJourneyPack
|
|
47
47
|
} = require("./lib/provider_runtime_journey_contract");
|
|
48
|
+
const {
|
|
49
|
+
buildExecutionTruthModelPack,
|
|
50
|
+
summarizeExecutionTruthModelPack
|
|
51
|
+
} = require("./lib/execution_truth_contract");
|
|
52
|
+
const {
|
|
53
|
+
buildDefaultPathPack,
|
|
54
|
+
summarizeDefaultPathPack,
|
|
55
|
+
getDefaultPathSurfaceDetail
|
|
56
|
+
} = require("./lib/default_path_contract");
|
|
57
|
+
const {
|
|
58
|
+
buildPaymentRailTruthPack,
|
|
59
|
+
summarizePaymentRailTruthPack,
|
|
60
|
+
getPaymentRailTruthProfileDetail
|
|
61
|
+
} = require("./lib/payment_rail_truth_contract");
|
|
62
|
+
const {
|
|
63
|
+
buildAdapterProtocolTruthPack,
|
|
64
|
+
summarizeAdapterProtocolTruthPack,
|
|
65
|
+
getAdapterProtocolTruthProfileDetail
|
|
66
|
+
} = require("./lib/adapter_protocol_truth_contract");
|
|
67
|
+
const {
|
|
68
|
+
buildLifecycleContinuityPack,
|
|
69
|
+
getLifecycleContinuityStageDetail,
|
|
70
|
+
summarizeLifecycleContinuityPack
|
|
71
|
+
} = require("./lib/lifecycle_continuity_contract");
|
|
48
72
|
const {
|
|
49
73
|
buildFirstRunConversionPack,
|
|
50
74
|
getFirstRunConversionDetail,
|
|
@@ -226,6 +250,20 @@ module.exports = {
|
|
|
226
250
|
buildProviderRuntimeJourneyPack,
|
|
227
251
|
getProviderRuntimeJourneyDetail,
|
|
228
252
|
summarizeProviderRuntimeJourneyPack,
|
|
253
|
+
buildExecutionTruthModelPack,
|
|
254
|
+
summarizeExecutionTruthModelPack,
|
|
255
|
+
buildDefaultPathPack,
|
|
256
|
+
summarizeDefaultPathPack,
|
|
257
|
+
getDefaultPathSurfaceDetail,
|
|
258
|
+
buildPaymentRailTruthPack,
|
|
259
|
+
summarizePaymentRailTruthPack,
|
|
260
|
+
getPaymentRailTruthProfileDetail,
|
|
261
|
+
buildAdapterProtocolTruthPack,
|
|
262
|
+
summarizeAdapterProtocolTruthPack,
|
|
263
|
+
getAdapterProtocolTruthProfileDetail,
|
|
264
|
+
buildLifecycleContinuityPack,
|
|
265
|
+
getLifecycleContinuityStageDetail,
|
|
266
|
+
summarizeLifecycleContinuityPack,
|
|
229
267
|
buildFirstRunConversionPack,
|
|
230
268
|
getFirstRunConversionDetail,
|
|
231
269
|
summarizeFirstRunConversionPack,
|