xytara 2.8.0 → 2.9.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 +1 -1
- package/RELEASE_NOTES.md +12 -0
- package/lib/announcement_pack.js +1 -1
- package/lib/ecosystem_entry.js +1 -1
- package/lib/launch_narrative.js +1 -1
- package/lib/outreach_message_pack.js +1 -1
- package/lib/outreach_proof.js +1 -1
- package/lib/outreach_target_pack.js +1 -1
- package/lib/phase_1_ecosystem_pack.js +1 -1
- package/lib/phase_1_openai_codex_pack.js +1 -1
- package/lib/phase_1_openai_codex_runtime_pack.js +1 -1
- package/lib/release_history.js +12 -0
- package/lib/release_pack.js +2 -2
- package/lib/soft_launch_pack.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -778,7 +778,7 @@ node examples/quickstart.js
|
|
|
778
778
|
For a direct one-line machine run against a live service, use the bundled CLI:
|
|
779
779
|
|
|
780
780
|
```bash
|
|
781
|
-
xytara-run --
|
|
781
|
+
xytara first-run --run-quote --account ACCOUNT_REF --pretty
|
|
782
782
|
```
|
|
783
783
|
|
|
784
784
|
The quickstart exercises:
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# xytara 2.9.0 Release Notes
|
|
2
|
+
|
|
3
|
+
`xytara` 2.9.0 is the public-polish release line for canonical Naxytra product URLs and safer first-contact runtime guidance.
|
|
4
|
+
|
|
5
|
+
Highlights:
|
|
6
|
+
|
|
7
|
+
- moves the package homepage and funding URL to `https://naxytra.com/xytara`
|
|
8
|
+
- removes standalone product-domain assumptions from current launch guidance
|
|
9
|
+
- replaces older wallet-secret and txid-led first-contact examples with the quote-first `xytara first-run --run-quote` path
|
|
10
|
+
- keeps the 2.8.0 release-boundary hardening around provider promotion, treasury claims, pricing guardrails, and read-only operator observability intact
|
|
11
|
+
- prepares the synchronized Naxytra 2.9.0 line for a cleaner public website, npm, and release verification pass
|
|
12
|
+
|
|
1
13
|
# xytara 2.8.0 Release Notes
|
|
2
14
|
|
|
3
15
|
`xytara` 2.8.0 is the release-boundary hardening line for live-provider promotion discipline, treasury/operator public-claim safety, and pricing experiment guardrails.
|
package/lib/announcement_pack.js
CHANGED
|
@@ -9,7 +9,7 @@ function buildAnnouncementPack() {
|
|
|
9
9
|
category: "machine-commerce-announcement-pack",
|
|
10
10
|
public_quickstart: {
|
|
11
11
|
install: "npm install xytara",
|
|
12
|
-
first_cli: "xytara-run --
|
|
12
|
+
first_cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty",
|
|
13
13
|
first_release_view: "xytara-release --center --summary",
|
|
14
14
|
first_http: "/v1/release-center/summary"
|
|
15
15
|
},
|
package/lib/ecosystem_entry.js
CHANGED
|
@@ -13,7 +13,7 @@ function buildEcosystemEntryPack() {
|
|
|
13
13
|
why_now: "needs a first paid machine capability path with governed execution and proof-aware followthrough",
|
|
14
14
|
first_path_ref: "scenario.direct_pay.trust_verify",
|
|
15
15
|
first_http_entrypoint: "/v1/release-pack/scenarios/summary",
|
|
16
|
-
first_cli_entrypoint: "xytara-run --
|
|
16
|
+
first_cli_entrypoint: "xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
audience_ref: "marketplace_or_tool_author",
|
package/lib/launch_narrative.js
CHANGED
|
@@ -17,7 +17,7 @@ function buildLaunchNarrativePack() {
|
|
|
17
17
|
first_proof_to_run: {
|
|
18
18
|
path_ref: "scenario.direct_pay.trust_verify",
|
|
19
19
|
why_this_first: "smallest strong-signal run that shows paid machine execution, inspectable records, and proof-aware followthrough",
|
|
20
|
-
cli: "xytara-run --
|
|
20
|
+
cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
21
21
|
},
|
|
22
22
|
first_success_looks_like: [
|
|
23
23
|
"one capability is discovered and quoted",
|
|
@@ -47,7 +47,7 @@ function buildOutreachMessagePack() {
|
|
|
47
47
|
"xytara-release --center --summary",
|
|
48
48
|
"xytara-release --adapter-partners --summary",
|
|
49
49
|
"xytara-release --outreach-proof --summary",
|
|
50
|
-
"xytara-run --
|
|
50
|
+
"xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
51
51
|
]
|
|
52
52
|
};
|
|
53
53
|
}
|
package/lib/outreach_proof.js
CHANGED
|
@@ -33,7 +33,7 @@ function buildOutreachProofPack() {
|
|
|
33
33
|
credible_public_proof_path: {
|
|
34
34
|
path_ref: "scenario.direct_pay.trust_verify",
|
|
35
35
|
why_credible: "smallest public run that already aligns with the demonstrated live payment and settlement posture",
|
|
36
|
-
cli: "xytara-run --
|
|
36
|
+
cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
37
37
|
},
|
|
38
38
|
trust_today_vs_later: {
|
|
39
39
|
trust_today: [
|
|
@@ -12,7 +12,7 @@ function buildOutreachTargetPack() {
|
|
|
12
12
|
target_ref: "agent_builders",
|
|
13
13
|
why_now: "need a first paid capability path with governed execution and proof-aware followthrough",
|
|
14
14
|
first_artifact: "/v1/release-center/summary",
|
|
15
|
-
first_cli: "xytara-run --
|
|
15
|
+
first_cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
target_ref: "adapter_authors",
|
|
@@ -20,7 +20,7 @@ function buildPhase1EcosystemPack() {
|
|
|
20
20
|
],
|
|
21
21
|
first_cli: [
|
|
22
22
|
"xytara-release --center --summary",
|
|
23
|
-
"xytara-run --
|
|
23
|
+
"xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
{
|
|
@@ -28,7 +28,7 @@ function buildPhase1OpenaiCodexPack() {
|
|
|
28
28
|
first_commands: [
|
|
29
29
|
"xytara-release --center --summary",
|
|
30
30
|
"xytara-release --phase-1-openai-codex --summary",
|
|
31
|
-
"xytara-run --
|
|
31
|
+
"xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
32
32
|
]
|
|
33
33
|
},
|
|
34
34
|
done_means: [
|
|
@@ -19,7 +19,7 @@ function buildPhase1OpenaiCodexRuntimePack() {
|
|
|
19
19
|
],
|
|
20
20
|
first_cli_sequence: [
|
|
21
21
|
"xytara-release --phase-1-openai-codex-runtime --summary",
|
|
22
|
-
"xytara-run --
|
|
22
|
+
"xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
23
23
|
],
|
|
24
24
|
expected_signals: [
|
|
25
25
|
"quote and spend-aware execution result",
|
package/lib/release_history.js
CHANGED
|
@@ -10,6 +10,18 @@ function buildReleaseHistory() {
|
|
|
10
10
|
current_version: packageJson.version,
|
|
11
11
|
release_track: "public_release",
|
|
12
12
|
history: [
|
|
13
|
+
{
|
|
14
|
+
version: "2.9.0",
|
|
15
|
+
channel: "public_release",
|
|
16
|
+
maturity_posture: "public_polish",
|
|
17
|
+
headline: "public-polish release with canonical Naxytra product URLs and safer quote-first runtime first contact",
|
|
18
|
+
milestone_refs: [
|
|
19
|
+
"canonical_naxytra_product_url",
|
|
20
|
+
"standalone_product_domain_guard",
|
|
21
|
+
"quote_first_public_first_contact",
|
|
22
|
+
"release_summary_secretless_first_contact"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
13
25
|
{
|
|
14
26
|
version: "2.8.0",
|
|
15
27
|
channel: "public_release",
|
package/lib/release_pack.js
CHANGED
|
@@ -172,7 +172,7 @@ function buildScenarioPack() {
|
|
|
172
172
|
"run xytara-run for trust.verify",
|
|
173
173
|
"inspect transaction, payment, and settlement records"
|
|
174
174
|
],
|
|
175
|
-
entrypoint: "xytara-run --
|
|
175
|
+
entrypoint: "xytara first-run --run-quote --account ACCOUNT_REF --pretty",
|
|
176
176
|
surfaces: [
|
|
177
177
|
"/v1/catalog/summary",
|
|
178
178
|
"/x402/commands/execute",
|
|
@@ -349,7 +349,7 @@ function buildReleasePack() {
|
|
|
349
349
|
},
|
|
350
350
|
first_contact: {
|
|
351
351
|
install: "npm install xytara",
|
|
352
|
-
direct_run_cli: "xytara-run --
|
|
352
|
+
direct_run_cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty",
|
|
353
353
|
discovery_surface: "/v1/catalog/summary",
|
|
354
354
|
transaction_center_surface: "/v1/transaction-center/summary",
|
|
355
355
|
economics_surface: "/v1/transaction-center/economics/summary",
|
package/lib/soft_launch_pack.js
CHANGED
|
@@ -39,7 +39,7 @@ function buildSoftLaunchPack() {
|
|
|
39
39
|
outreach_proof: "/v1/outreach-proof/summary",
|
|
40
40
|
adapter_partners: "/v1/adapter-partners/summary",
|
|
41
41
|
first_cli: "xytara-release --center --summary",
|
|
42
|
-
first_run_cli: "xytara-run --
|
|
42
|
+
first_run_cli: "xytara first-run --run-quote --account ACCOUNT_REF --pretty"
|
|
43
43
|
},
|
|
44
44
|
outreach_sequence: [
|
|
45
45
|
"send the short pitch and first proof path to a small builder set",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xytara",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "Agent-commerce runtime for quote, pay, execute, deliver, meter, and integrate.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"type": "commonjs",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
|
-
"homepage": "https://
|
|
13
|
+
"homepage": "https://naxytra.com/xytara",
|
|
14
14
|
"funding": {
|
|
15
15
|
"type": "individual",
|
|
16
|
-
"url": "https://
|
|
16
|
+
"url": "https://naxytra.com/xytara"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"agent-commerce",
|