@xagent/x-cli 1.1.92 → 1.1.93

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- Test comment for PR creation -->
2
2
 
3
- ## 1.1.92 – Logo Assets & NPM Publication Complete
3
+ ## 1.1.93 – Logo Assets & NPM Publication Complete
4
4
 
5
5
  ✅ **Live on NPM**: [@xagent/one-shot](https://www.npmjs.com/package/@xagent/one-shot) - Fully published and ready for global installation
6
6
 
package/dist/index.js CHANGED
@@ -16731,8 +16731,8 @@ var init_package = __esm({
16731
16731
  package_default = {
16732
16732
  type: "module",
16733
16733
  name: "@xagent/one-shot",
16734
- version: "1.1.92",
16735
- description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
16734
+ version: "1.1.93",
16735
+ description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
16736
16736
  main: "dist/index.js",
16737
16737
  module: "dist/index.js",
16738
16738
  types: "dist/index.d.ts",
@@ -16760,6 +16760,8 @@ var init_package = __esm({
16760
16760
  "dev:site": "cd apps/site && npm run start",
16761
16761
  "build:site": "cd apps/site && npm run build",
16762
16762
  "sync:docs": "cd apps/site && node src/scripts/sync-agent-docs.js",
16763
+ "update-agent-docs-auto": "tsx ./scripts/update-agent-docs-auto.mjs",
16764
+ "docs-workflow-test": "npm run update-agent-docs-auto && npm run sync:docs",
16763
16765
  "smart-push": "./scripts/smart-push.sh",
16764
16766
  push: "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1",
16765
16767
  "git-push": "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1"
@@ -22333,8 +22335,8 @@ var require_package = __commonJS({
22333
22335
  module.exports = {
22334
22336
  type: "module",
22335
22337
  name: "@xagent/one-shot",
22336
- version: "1.1.92",
22337
- description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal.",
22338
+ version: "1.1.93",
22339
+ description: "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
22338
22340
  main: "dist/index.js",
22339
22341
  module: "dist/index.js",
22340
22342
  types: "dist/index.d.ts",
@@ -22362,6 +22364,8 @@ var require_package = __commonJS({
22362
22364
  "dev:site": "cd apps/site && npm run start",
22363
22365
  "build:site": "cd apps/site && npm run build",
22364
22366
  "sync:docs": "cd apps/site && node src/scripts/sync-agent-docs.js",
22367
+ "update-agent-docs-auto": "tsx ./scripts/update-agent-docs-auto.mjs",
22368
+ "docs-workflow-test": "npm run update-agent-docs-auto && npm run sync:docs",
22365
22369
  "smart-push": "./scripts/smart-push.sh",
22366
22370
  push: "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1",
22367
22371
  "git-push": "echo '\u{1F6A8} BLOCKED: Use npm run smart-push instead' && echo '\u{1F4A1} Direct git push bypasses automation' && exit 1"