xytara 2.10.0 → 2.11.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/RELEASE_NOTES.md +7 -7
- package/START_HERE.md +1 -1
- package/bin/xytara-first-run.js +2 -2
- package/bin/xytara.js +1 -1
- package/lib/release_history.js +13 -1
- package/package.json +1 -1
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# xytara 2.
|
|
1
|
+
# xytara 2.11.0 Release Notes
|
|
2
2
|
|
|
3
|
-
`xytara` 2.
|
|
3
|
+
`xytara` 2.11.0 is the lowercase-brand-convention line for aligned npm, GitHub, website, code, documentation, and public-copy surfaces.
|
|
4
4
|
|
|
5
5
|
Highlights:
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
- keeps the canonical `https://naxytra.com/xytara` public product URL and
|
|
11
|
-
-
|
|
7
|
+
- normalizes visible `xytara`, `xoonya`, and `naxytra` product references to the lowercase convention across package docs, CLI copy, release history, and public-facing strings
|
|
8
|
+
- preserves the quote-first first-run path, adapter-depth boundaries, pricing guardrails, treasury public-claim safety, and read-only operator observability boundaries
|
|
9
|
+
- keeps `RELEASE_NOTES.md` scoped to the current release so npm and GitHub release notes stay clean
|
|
10
|
+
- keeps the canonical `https://naxytra.com/xytara` public product URL and synchronized naxytra release posture intact
|
|
11
|
+
- verifies the lowercase convention through the release candidate, full package verifier, umbrella pre-deploy gates, and clean-consumer release smoke
|
package/START_HERE.md
CHANGED
|
@@ -40,7 +40,7 @@ xytara first-run --run-quote --account ACCOUNT_REF --pretty
|
|
|
40
40
|
The underlying command is:
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
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
|
|
43
|
+
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
44
|
```
|
|
45
45
|
|
|
46
46
|
Then execute with direct signed payment or a credits-first funded account:
|
package/bin/xytara-first-run.js
CHANGED
|
@@ -6,7 +6,7 @@ const { spawnSync } = require("child_process");
|
|
|
6
6
|
|
|
7
7
|
const DEFAULT_SERVICE_URL = "https://xytara.onrender.com";
|
|
8
8
|
const DEFAULT_KIT_URL = "https://www.naxytra.com/v1/first-run-kit";
|
|
9
|
-
const DEFAULT_TEXT = "Summarize the
|
|
9
|
+
const DEFAULT_TEXT = "Summarize the naxytra first-run path in one sentence.";
|
|
10
10
|
const ACCOUNT_PLACEHOLDER = "ACCOUNT_REF";
|
|
11
11
|
|
|
12
12
|
function buildDefaultMcpBody(text) {
|
|
@@ -126,7 +126,7 @@ function printUsage() {
|
|
|
126
126
|
" --run-quote Execute the safe quote-only path",
|
|
127
127
|
" --execute-with-credits Execute the default task with account credits",
|
|
128
128
|
" --account ACCOUNT_REF Account ref for quote or credits-first execution",
|
|
129
|
-
` --url <service_url>
|
|
129
|
+
` --url <service_url> xytara service URL, default ${DEFAULT_SERVICE_URL}`,
|
|
130
130
|
" --text <text> Text for the default summarize task",
|
|
131
131
|
" --pretty Pretty-print JSON output",
|
|
132
132
|
" --help Show this help message"
|
package/bin/xytara.js
CHANGED
|
@@ -40,7 +40,7 @@ function printStartHere() {
|
|
|
40
40
|
"1. Open https://www.naxytra.com/v1/first-run-path",
|
|
41
41
|
"2. Open https://www.naxytra.com/v1/first-run-kit for copyable commands.",
|
|
42
42
|
"3. Quote safely first:",
|
|
43
|
-
" 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
|
|
43
|
+
" 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
44
|
"4. Execute with direct signed payment or credits-first on a funded account.",
|
|
45
45
|
"5. Hand the result into xoonya for proof review and verification.",
|
|
46
46
|
"",
|
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.11.0",
|
|
15
|
+
channel: "public_release",
|
|
16
|
+
maturity_posture: "brand_convention_aligned",
|
|
17
|
+
headline: "lowercase-brand-convention release aligning npm, GitHub, website, code, documentation, and public-copy surfaces",
|
|
18
|
+
milestone_refs: [
|
|
19
|
+
"lowercase_product_name_convention",
|
|
20
|
+
"public_copy_brand_alignment",
|
|
21
|
+
"cli_and_release_surface_alignment",
|
|
22
|
+
"synchronized_2_11_release_prep"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
13
25
|
{
|
|
14
26
|
version: "2.10.0",
|
|
15
27
|
channel: "public_release",
|
|
@@ -26,7 +38,7 @@ function buildReleaseHistory() {
|
|
|
26
38
|
version: "2.9.0",
|
|
27
39
|
channel: "public_release",
|
|
28
40
|
maturity_posture: "public_polish",
|
|
29
|
-
headline: "public-polish release with canonical
|
|
41
|
+
headline: "public-polish release with canonical naxytra product URLs and safer quote-first runtime first contact",
|
|
30
42
|
milestone_refs: [
|
|
31
43
|
"canonical_naxytra_product_url",
|
|
32
44
|
"standalone_product_domain_guard",
|