@enterpriseai/cli 3.9.0 → 3.10.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.
Files changed (82) hide show
  1. package/README.md +14 -14
  2. package/dist/commands/deploy.d.ts +5 -2
  3. package/dist/commands/deploy.d.ts.map +1 -1
  4. package/dist/commands/deploy.js +75 -15
  5. package/dist/commands/deploy.js.map +1 -1
  6. package/dist/commands/init.d.ts.map +1 -1
  7. package/dist/commands/init.js +4 -3
  8. package/dist/commands/init.js.map +1 -1
  9. package/dist/commands/template.js +1 -1
  10. package/dist/commands/template.js.map +1 -1
  11. package/dist/commands/user.js +93 -7
  12. package/dist/commands/user.js.map +1 -1
  13. package/dist/commands/verify.d.ts +2 -0
  14. package/dist/commands/verify.d.ts.map +1 -1
  15. package/dist/commands/verify.js +13 -4
  16. package/dist/commands/verify.js.map +1 -1
  17. package/dist/commands/vertical.d.ts.map +1 -1
  18. package/dist/commands/vertical.js +155 -3
  19. package/dist/commands/vertical.js.map +1 -1
  20. package/dist/lib/api.d.ts +2 -0
  21. package/dist/lib/api.d.ts.map +1 -1
  22. package/dist/lib/api.js +4 -0
  23. package/dist/lib/api.js.map +1 -1
  24. package/dist/lib/error-guidance/catalog.d.ts +48 -0
  25. package/dist/lib/error-guidance/catalog.d.ts.map +1 -1
  26. package/dist/lib/error-guidance/catalog.js +65 -4
  27. package/dist/lib/error-guidance/catalog.js.map +1 -1
  28. package/dist/lib/gofer-refresh.d.ts +2 -0
  29. package/dist/lib/gofer-refresh.d.ts.map +1 -1
  30. package/dist/lib/gofer-refresh.js +4 -4
  31. package/dist/lib/gofer-refresh.js.map +1 -1
  32. package/dist/lib/project-manifest.js +4 -4
  33. package/dist/lib/project-manifest.js.map +1 -1
  34. package/dist/lib/runtime-contract.d.ts +3 -0
  35. package/dist/lib/runtime-contract.d.ts.map +1 -1
  36. package/dist/lib/runtime-contract.js +7 -0
  37. package/dist/lib/runtime-contract.js.map +1 -1
  38. package/dist/lib/update-check.d.ts +2 -2
  39. package/dist/lib/update-check.d.ts.map +1 -1
  40. package/dist/lib/update-check.js +1 -1
  41. package/dist/lib/update-check.js.map +1 -1
  42. package/dist/lib/update-maintenance.js +1 -1
  43. package/dist/lib/update-maintenance.js.map +1 -1
  44. package/package.json +4 -4
  45. package/resources/gofer/.gofer-version +1 -1
  46. package/resources/gofer/agents-skills/0_gofer_start/SKILL.md +6 -6
  47. package/resources/gofer/agents-skills/1_gofer_research/SKILL.md +5 -5
  48. package/resources/gofer/agents-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
  49. package/resources/gofer/agents-skills/gofer_eai_first_run/SKILL.md +2 -2
  50. package/resources/gofer/claude-commands/0_gofer_start.md +6 -6
  51. package/resources/gofer/claude-commands/1_gofer_research.md +5 -5
  52. package/resources/gofer/claude-commands/gofer_bootstrap_workspace.md +1 -1
  53. package/resources/gofer/claude-commands/gofer_eai_first_run.md +2 -2
  54. package/resources/gofer/commands/0_gofer_start.md +6 -6
  55. package/resources/gofer/commands/1_gofer_research.md +5 -5
  56. package/resources/gofer/commands/gofer_bootstrap_workspace.md +1 -1
  57. package/resources/gofer/commands/gofer_eai_first_run.md +2 -2
  58. package/resources/gofer/copilot-prompts/0_gofer_start.prompt.md +6 -6
  59. package/resources/gofer/copilot-prompts/1_gofer_research.prompt.md +5 -5
  60. package/resources/gofer/copilot-prompts/gofer_bootstrap_workspace.prompt.md +1 -1
  61. package/resources/gofer/copilot-prompts/gofer_eai_first_run.prompt.md +2 -2
  62. package/resources/gofer/gemini/commands/gofer/0_gofer_start.md +6 -6
  63. package/resources/gofer/gemini/commands/gofer/1_gofer_research.md +5 -5
  64. package/resources/gofer/gemini/commands/gofer/gofer_bootstrap_workspace.md +1 -1
  65. package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.md +2 -2
  66. package/resources/gofer/gemini/extension.json +7 -7
  67. package/resources/gofer/node-scripts/generate-commands.mjs +1 -1
  68. package/resources/gofer/node-scripts/package-agent-plugin.mjs +2 -2
  69. package/resources/gofer/references/platform/eai-app-template.md +1 -1
  70. package/resources/gofer/references/platform/eai-config-driven-ui.md +1 -1
  71. package/resources/gofer/references/platform/eai-error-catalog.yaml +1 -1
  72. package/resources/gofer/references/platform/vertical-template.md +1 -1
  73. package/resources/gofer/specify-commands/0_gofer_start.md +6 -6
  74. package/resources/gofer/specify-commands/1_gofer_research.md +5 -5
  75. package/resources/gofer/specify-commands/gofer_bootstrap_workspace.md +1 -1
  76. package/resources/gofer/specify-commands/gofer_eai_first_run.md +2 -2
  77. package/resources/gofer/system-skills/0_gofer_start/SKILL.md +6 -6
  78. package/resources/gofer/system-skills/1_gofer_research/SKILL.md +5 -5
  79. package/resources/gofer/system-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
  80. package/resources/gofer/system-skills/gofer_eai_first_run/SKILL.md +2 -2
  81. package/resources/gofer/templates/eai-preflight-template.md +5 -5
  82. package/resources/linked-sources.json +2 -2
@@ -87,11 +87,11 @@ the EAI Gofer app-delivery path before continuing.
87
87
 
88
88
  Use current public EAI documentation as the safe source of truth:
89
89
 
90
- - EAI CLI docs: `https://eai-tools.github.io/eai/docs/overview`
91
- - EAI API reference: `https://eai-tools.github.io/eai/docs/api-reference`
92
- - EAI static registry: `https://eai-tools.github.io/eai/registry/`
93
- - EAI scenario library: `https://eai-tools.github.io/eai/scenarios`
94
- - EAI app template: `https://github.com/eai-tools/eai-app-template`
90
+ - EAI CLI docs: `https://eai-support.github.io/eai/docs/overview`
91
+ - EAI API reference: `https://eai-support.github.io/eai/docs/api-reference`
92
+ - EAI static registry: `https://eai-support.github.io/eai/registry/`
93
+ - EAI scenario library: `https://eai-support.github.io/eai/scenarios`
94
+ - EAI app template: `https://github.com/eai-support/eai-app-template`
95
95
 
96
96
  ### EAI Platform And Azure App Stack Policy
97
97
 
@@ -152,7 +152,7 @@ with an unrelated non-EAI stack.
152
152
  ```bash
153
153
  npm install -g eai-cli
154
154
  # If npmjs is unavailable:
155
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
155
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
156
156
  eai --version
157
157
  ```
158
158
  - On Windows, use the same npm commands in PowerShell and avoid shell
@@ -455,11 +455,11 @@ explicitly `enterpriseai`, generate:
455
455
  4. `{FEATURE_DIR}/eai-preflight.md` (EAI app delivery only, created by
456
456
  `/0_gofer_start` when possible and updated here when missing or stale)
457
457
  - Verify the safe public EAI source set used for research:
458
- `https://eai-tools.github.io/eai/docs/overview`,
459
- `https://eai-tools.github.io/eai/docs/api-reference`,
460
- `https://eai-tools.github.io/eai/registry/`,
461
- `https://eai-tools.github.io/eai/scenarios`, and
462
- `https://github.com/eai-tools/eai-app-template`.
458
+ `https://eai-support.github.io/eai/docs/overview`,
459
+ `https://eai-support.github.io/eai/docs/api-reference`,
460
+ `https://eai-support.github.io/eai/registry/`,
461
+ `https://eai-support.github.io/eai/scenarios`, and
462
+ `https://github.com/eai-support/eai-app-template`.
463
463
  - Record whether `eai --describe` found the expected scaffolding,
464
464
  authentication, tenant, app, resource schema, workflow
465
465
  readiness, block catalog, diagnostics, Gofer-refresh, and template-check
@@ -48,7 +48,7 @@ Use the first source that exists:
48
48
  3. Download the latest public bundle zip and extract it to a temporary folder:
49
49
 
50
50
  ```bash
51
- curl -fsSL https://eai-tools.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
51
+ curl -fsSL https://eai-support.github.io/eai-gofer/releases/eai-gofer-agent-plugin-latest.zip \
52
52
  -o /tmp/eai-gofer-agent-plugin-latest.zip
53
53
  rm -rf /tmp/eai-gofer-bootstrap
54
54
  mkdir -p /tmp/eai-gofer-bootstrap
@@ -91,14 +91,14 @@ If `eai` is missing, or if the user asks to update it, ask for approval and run:
91
91
  ```bash
92
92
  npm install -g eai-cli
93
93
  # If npmjs is unavailable:
94
- npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
94
+ npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-support.github.io/eai/registry/
95
95
  eai --version
96
96
  ```
97
97
 
98
98
  Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
99
99
 
100
100
  Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
101
- `https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
101
+ `https://eai-support.github.io/eai/registry/`, do not rewrite it. If it points
102
102
  somewhere else, show the current value and ask before changing it.
103
103
 
104
104
  If `eai` is already installed, run:
@@ -31,11 +31,11 @@ updated: '{{iso_timestamp}}'
31
31
 
32
32
  ## Safe Public Sources Used
33
33
 
34
- - EAI CLI overview: https://eai-tools.github.io/eai/docs/overview
35
- - EAI API reference: https://eai-tools.github.io/eai/docs/api-reference
36
- - EAI static registry: https://eai-tools.github.io/eai/registry/
37
- - EAI scenario library: https://eai-tools.github.io/eai/scenarios
38
- - EAI app template: https://github.com/eai-tools/eai-app-template
34
+ - EAI CLI overview: https://eai-support.github.io/eai/docs/overview
35
+ - EAI API reference: https://eai-support.github.io/eai/docs/api-reference
36
+ - EAI static registry: https://eai-support.github.io/eai/registry/
37
+ - EAI scenario library: https://eai-support.github.io/eai/scenarios
38
+ - EAI app template: https://github.com/eai-support/eai-app-template
39
39
 
40
40
  ## Commands Run
41
41
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "gofer": {
4
- "repo": "https://github.com/eai-tools/eai-gofer.git",
4
+ "repo": "https://github.com/eai-support/eai-gofer.git",
5
5
  "commit": "7601cf2011c3f91509c647c6818afa292935c2d0",
6
6
  "describe": "v3.7.1"
7
7
  },
8
8
  "appTemplate": {
9
- "repo": "https://github.com/eai-tools/eai-app-template.git",
9
+ "repo": "https://github.com/eai-support/eai-app-template.git",
10
10
  "commit": "e53aa75d0a20580934d49672a135bc360eb0e84b",
11
11
  "packageLockSha256": "87014ca5785379be633b0cc2284d6da499295333773b69317007f20c7189a6f6",
12
12
  "enterpriseRegistry": "https://enterpriseaigroup.github.io/enterpriseai-packages/registry",