@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.
- package/README.md +14 -14
- package/dist/commands/deploy.d.ts +5 -2
- package/dist/commands/deploy.d.ts.map +1 -1
- package/dist/commands/deploy.js +75 -15
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +4 -3
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/commands/template.js.map +1 -1
- package/dist/commands/user.js +93 -7
- package/dist/commands/user.js.map +1 -1
- package/dist/commands/verify.d.ts +2 -0
- package/dist/commands/verify.d.ts.map +1 -1
- package/dist/commands/verify.js +13 -4
- package/dist/commands/verify.js.map +1 -1
- package/dist/commands/vertical.d.ts.map +1 -1
- package/dist/commands/vertical.js +155 -3
- package/dist/commands/vertical.js.map +1 -1
- package/dist/lib/api.d.ts +2 -0
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/api.js +4 -0
- package/dist/lib/api.js.map +1 -1
- package/dist/lib/error-guidance/catalog.d.ts +48 -0
- package/dist/lib/error-guidance/catalog.d.ts.map +1 -1
- package/dist/lib/error-guidance/catalog.js +65 -4
- package/dist/lib/error-guidance/catalog.js.map +1 -1
- package/dist/lib/gofer-refresh.d.ts +2 -0
- package/dist/lib/gofer-refresh.d.ts.map +1 -1
- package/dist/lib/gofer-refresh.js +4 -4
- package/dist/lib/gofer-refresh.js.map +1 -1
- package/dist/lib/project-manifest.js +4 -4
- package/dist/lib/project-manifest.js.map +1 -1
- package/dist/lib/runtime-contract.d.ts +3 -0
- package/dist/lib/runtime-contract.d.ts.map +1 -1
- package/dist/lib/runtime-contract.js +7 -0
- package/dist/lib/runtime-contract.js.map +1 -1
- package/dist/lib/update-check.d.ts +2 -2
- package/dist/lib/update-check.d.ts.map +1 -1
- package/dist/lib/update-check.js +1 -1
- package/dist/lib/update-check.js.map +1 -1
- package/dist/lib/update-maintenance.js +1 -1
- package/dist/lib/update-maintenance.js.map +1 -1
- package/package.json +4 -4
- package/resources/gofer/.gofer-version +1 -1
- package/resources/gofer/agents-skills/0_gofer_start/SKILL.md +6 -6
- package/resources/gofer/agents-skills/1_gofer_research/SKILL.md +5 -5
- package/resources/gofer/agents-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
- package/resources/gofer/agents-skills/gofer_eai_first_run/SKILL.md +2 -2
- package/resources/gofer/claude-commands/0_gofer_start.md +6 -6
- package/resources/gofer/claude-commands/1_gofer_research.md +5 -5
- package/resources/gofer/claude-commands/gofer_bootstrap_workspace.md +1 -1
- package/resources/gofer/claude-commands/gofer_eai_first_run.md +2 -2
- package/resources/gofer/commands/0_gofer_start.md +6 -6
- package/resources/gofer/commands/1_gofer_research.md +5 -5
- package/resources/gofer/commands/gofer_bootstrap_workspace.md +1 -1
- package/resources/gofer/commands/gofer_eai_first_run.md +2 -2
- package/resources/gofer/copilot-prompts/0_gofer_start.prompt.md +6 -6
- package/resources/gofer/copilot-prompts/1_gofer_research.prompt.md +5 -5
- package/resources/gofer/copilot-prompts/gofer_bootstrap_workspace.prompt.md +1 -1
- package/resources/gofer/copilot-prompts/gofer_eai_first_run.prompt.md +2 -2
- package/resources/gofer/gemini/commands/gofer/0_gofer_start.md +6 -6
- package/resources/gofer/gemini/commands/gofer/1_gofer_research.md +5 -5
- package/resources/gofer/gemini/commands/gofer/gofer_bootstrap_workspace.md +1 -1
- package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.md +2 -2
- package/resources/gofer/gemini/extension.json +7 -7
- package/resources/gofer/node-scripts/generate-commands.mjs +1 -1
- package/resources/gofer/node-scripts/package-agent-plugin.mjs +2 -2
- package/resources/gofer/references/platform/eai-app-template.md +1 -1
- package/resources/gofer/references/platform/eai-config-driven-ui.md +1 -1
- package/resources/gofer/references/platform/eai-error-catalog.yaml +1 -1
- package/resources/gofer/references/platform/vertical-template.md +1 -1
- package/resources/gofer/specify-commands/0_gofer_start.md +6 -6
- package/resources/gofer/specify-commands/1_gofer_research.md +5 -5
- package/resources/gofer/specify-commands/gofer_bootstrap_workspace.md +1 -1
- package/resources/gofer/specify-commands/gofer_eai_first_run.md +2 -2
- package/resources/gofer/system-skills/0_gofer_start/SKILL.md +6 -6
- package/resources/gofer/system-skills/1_gofer_research/SKILL.md +5 -5
- package/resources/gofer/system-skills/gofer_bootstrap_workspace/SKILL.md +1 -1
- package/resources/gofer/system-skills/gofer_eai_first_run/SKILL.md +2 -2
- package/resources/gofer/templates/eai-preflight-template.md +5 -5
- 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-
|
|
91
|
-
- EAI API reference: `https://eai-
|
|
92
|
-
- EAI static registry: `https://eai-
|
|
93
|
-
- EAI scenario library: `https://eai-
|
|
94
|
-
- EAI app template: `https://github.com/eai-
|
|
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-
|
|
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-
|
|
459
|
-
`https://eai-
|
|
460
|
-
`https://eai-
|
|
461
|
-
`https://eai-
|
|
462
|
-
`https://github.com/eai-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
35
|
-
- EAI API reference: https://eai-
|
|
36
|
-
- EAI static registry: https://eai-
|
|
37
|
-
- EAI scenario library: https://eai-
|
|
38
|
-
- EAI app template: https://github.com/eai-
|
|
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-
|
|
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-
|
|
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",
|