eai-cli 0.0.0-bootstrap.0 → 3.6.8
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 +9 -1
- package/dist/commands/provision.d.ts.map +1 -1
- package/dist/commands/provision.js +2 -1
- package/dist/commands/provision.js.map +1 -1
- package/dist/commands/verify.d.ts.map +1 -1
- package/dist/commands/verify.js +14 -14
- package/dist/commands/verify.js.map +1 -1
- package/dist/lib/agent-guide.d.ts.map +1 -1
- package/dist/lib/agent-guide.js +2 -1
- package/dist/lib/agent-guide.js.map +1 -1
- package/dist/lib/api.d.ts +2 -2
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/api.js +4 -4
- package/dist/lib/api.js.map +1 -1
- package/dist/lib/error-guidance/catalog.d.ts +49 -0
- package/dist/lib/error-guidance/catalog.d.ts.map +1 -1
- package/dist/lib/error-guidance/catalog.js +110 -0
- package/dist/lib/error-guidance/catalog.js.map +1 -1
- package/package.json +6 -3
- package/resources/gofer/agents-skills/0_gofer_start/SKILL.md +4 -3
- package/resources/gofer/agents-skills/gofer_eai_first_run/SKILL.md +5 -4
- package/resources/gofer/claude-commands/0_gofer_start.md +4 -3
- package/resources/gofer/claude-commands/gofer_eai_first_run.md +5 -4
- package/resources/gofer/commands/0_gofer_start.md +4 -3
- package/resources/gofer/commands/gofer_eai_first_run.md +5 -4
- package/resources/gofer/copilot-prompts/0_gofer_start.prompt.md +4 -3
- package/resources/gofer/copilot-prompts/gofer_eai_first_run.prompt.md +5 -4
- package/resources/gofer/gemini/commands/gofer/0_gofer_start.md +4 -3
- package/resources/gofer/gemini/commands/gofer/gofer_eai_first_run.md +5 -4
- package/resources/gofer/references/platform/eai-error-catalog.yaml +2 -2
- package/resources/gofer/specify-commands/0_gofer_start.md +4 -3
- package/resources/gofer/specify-commands/gofer_eai_first_run.md +5 -4
- package/resources/gofer/system-skills/0_gofer_start/SKILL.md +4 -3
- package/resources/gofer/system-skills/gofer_eai_first_run/SKILL.md +5 -4
|
@@ -64,7 +64,7 @@ Run only safe read/check commands first:
|
|
|
64
64
|
| Node.js | `node --version` | `node --version` |
|
|
65
65
|
| npm | `npm --version` | `npm --version` |
|
|
66
66
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
67
|
-
| Registry | `npm config get @
|
|
67
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
68
68
|
|
|
69
69
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
70
70
|
surprising platform path:
|
|
@@ -84,14 +84,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
84
84
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
npm
|
|
88
|
-
|
|
87
|
+
npm install -g eai-cli
|
|
88
|
+
# If npmjs is unavailable:
|
|
89
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
89
90
|
eai --version
|
|
90
91
|
```
|
|
91
92
|
|
|
92
93
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
95
96
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
96
97
|
somewhere else, show the current value and ask before changing it.
|
|
97
98
|
|
|
@@ -159,11 +159,12 @@ with an unrelated non-EAI stack.
|
|
|
159
159
|
updating the Gofer plugin.
|
|
160
160
|
3. **Install or update the EAI CLI when needed**
|
|
161
161
|
- Check `git --version`, `node --version`, `npm --version`, `npm config get
|
|
162
|
-
@
|
|
162
|
+
@enterpriseai:registry`, and `eai --version`.
|
|
163
163
|
- If `eai` is missing and the user approves, install it:
|
|
164
164
|
```bash
|
|
165
|
-
npm
|
|
166
|
-
|
|
165
|
+
npm install -g eai-cli
|
|
166
|
+
# If npmjs is unavailable:
|
|
167
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
167
168
|
eai --version
|
|
168
169
|
```
|
|
169
170
|
- On Windows, use the same npm commands in PowerShell and avoid shell
|
|
@@ -64,7 +64,7 @@ Run only safe read/check commands first:
|
|
|
64
64
|
| Node.js | `node --version` | `node --version` |
|
|
65
65
|
| npm | `npm --version` | `npm --version` |
|
|
66
66
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
67
|
-
| Registry | `npm config get @
|
|
67
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
68
68
|
|
|
69
69
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
70
70
|
surprising platform path:
|
|
@@ -84,14 +84,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
84
84
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
npm
|
|
88
|
-
|
|
87
|
+
npm install -g eai-cli
|
|
88
|
+
# If npmjs is unavailable:
|
|
89
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
89
90
|
eai --version
|
|
90
91
|
```
|
|
91
92
|
|
|
92
93
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
95
96
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
96
97
|
somewhere else, show the current value and ask before changing it.
|
|
97
98
|
|
|
@@ -157,11 +157,12 @@ with an unrelated non-EAI stack.
|
|
|
157
157
|
updating the Gofer plugin.
|
|
158
158
|
3. **Install or update the EAI CLI when needed**
|
|
159
159
|
- Check `git --version`, `node --version`, `npm --version`, `npm config get
|
|
160
|
-
@
|
|
160
|
+
@enterpriseai:registry`, and `eai --version`.
|
|
161
161
|
- If `eai` is missing and the user approves, install it:
|
|
162
162
|
```bash
|
|
163
|
-
npm
|
|
164
|
-
|
|
163
|
+
npm install -g eai-cli
|
|
164
|
+
# If npmjs is unavailable:
|
|
165
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
165
166
|
eai --version
|
|
166
167
|
```
|
|
167
168
|
- On Windows, use the same npm commands in PowerShell and avoid shell
|
|
@@ -82,7 +82,7 @@ Run only safe read/check commands first:
|
|
|
82
82
|
| Node.js | `node --version` | `node --version` |
|
|
83
83
|
| npm | `npm --version` | `npm --version` |
|
|
84
84
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
85
|
-
| Registry | `npm config get @
|
|
85
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
86
86
|
|
|
87
87
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
88
88
|
surprising platform path:
|
|
@@ -102,14 +102,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
102
102
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
103
103
|
|
|
104
104
|
```bash
|
|
105
|
-
npm
|
|
106
|
-
|
|
105
|
+
npm install -g eai-cli
|
|
106
|
+
# If npmjs is unavailable:
|
|
107
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
107
108
|
eai --version
|
|
108
109
|
```
|
|
109
110
|
|
|
110
111
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
111
112
|
|
|
112
|
-
|
|
113
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
113
114
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
114
115
|
somewhere else, show the current value and ask before changing it.
|
|
115
116
|
|
|
@@ -142,11 +142,12 @@ with an unrelated non-EAI stack.
|
|
|
142
142
|
updating the Gofer plugin.
|
|
143
143
|
3. **Install or update the EAI CLI when needed**
|
|
144
144
|
- Check `git --version`, `node --version`, `npm --version`, `npm config get
|
|
145
|
-
@
|
|
145
|
+
@enterpriseai:registry`, and `eai --version`.
|
|
146
146
|
- If `eai` is missing and the user approves, install it:
|
|
147
147
|
```bash
|
|
148
|
-
npm
|
|
149
|
-
|
|
148
|
+
npm install -g eai-cli
|
|
149
|
+
# If npmjs is unavailable:
|
|
150
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
150
151
|
eai --version
|
|
151
152
|
```
|
|
152
153
|
- On Windows, use the same npm commands in PowerShell and avoid shell
|
|
@@ -64,7 +64,7 @@ Run only safe read/check commands first:
|
|
|
64
64
|
| Node.js | `node --version` | `node --version` |
|
|
65
65
|
| npm | `npm --version` | `npm --version` |
|
|
66
66
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
67
|
-
| Registry | `npm config get @
|
|
67
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
68
68
|
|
|
69
69
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
70
70
|
surprising platform path:
|
|
@@ -84,14 +84,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
84
84
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
npm
|
|
88
|
-
|
|
87
|
+
npm install -g eai-cli
|
|
88
|
+
# If npmjs is unavailable:
|
|
89
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
89
90
|
eai --version
|
|
90
91
|
```
|
|
91
92
|
|
|
92
93
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
95
96
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
96
97
|
somewhere else, show the current value and ask before changing it.
|
|
97
98
|
|
|
@@ -8,8 +8,8 @@ catalog:
|
|
|
8
8
|
meaning: EAI CLI is not installed or not on PATH.
|
|
9
9
|
likelyCause: Local workstation or container is missing the CLI.
|
|
10
10
|
recovery:
|
|
11
|
-
- 'npm
|
|
12
|
-
- 'npm install -g @eai-tools/
|
|
11
|
+
- 'npm install -g eai-cli'
|
|
12
|
+
- 'If npmjs is unavailable: npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/'
|
|
13
13
|
- 'eai --version'
|
|
14
14
|
nextGate: cli_installed
|
|
15
15
|
- errorId: EAI_CLI_OUTDATED
|
|
@@ -159,11 +159,12 @@ with an unrelated non-EAI stack.
|
|
|
159
159
|
updating the Gofer plugin.
|
|
160
160
|
3. **Install or update the EAI CLI when needed**
|
|
161
161
|
- Check `git --version`, `node --version`, `npm --version`, `npm config get
|
|
162
|
-
@
|
|
162
|
+
@enterpriseai:registry`, and `eai --version`.
|
|
163
163
|
- If `eai` is missing and the user approves, install it:
|
|
164
164
|
```bash
|
|
165
|
-
npm
|
|
166
|
-
|
|
165
|
+
npm install -g eai-cli
|
|
166
|
+
# If npmjs is unavailable:
|
|
167
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
167
168
|
eai --version
|
|
168
169
|
```
|
|
169
170
|
- On Windows, use the same npm commands in PowerShell and avoid shell
|
|
@@ -64,7 +64,7 @@ Run only safe read/check commands first:
|
|
|
64
64
|
| Node.js | `node --version` | `node --version` |
|
|
65
65
|
| npm | `npm --version` | `npm --version` |
|
|
66
66
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
67
|
-
| Registry | `npm config get @
|
|
67
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
68
68
|
|
|
69
69
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
70
70
|
surprising platform path:
|
|
@@ -84,14 +84,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
84
84
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
|
-
npm
|
|
88
|
-
|
|
87
|
+
npm install -g eai-cli
|
|
88
|
+
# If npmjs is unavailable:
|
|
89
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
89
90
|
eai --version
|
|
90
91
|
```
|
|
91
92
|
|
|
92
93
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
93
94
|
|
|
94
|
-
|
|
95
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
95
96
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
96
97
|
somewhere else, show the current value and ask before changing it.
|
|
97
98
|
|
|
@@ -147,11 +147,12 @@ with an unrelated non-EAI stack.
|
|
|
147
147
|
updating the Gofer plugin.
|
|
148
148
|
3. **Install or update the EAI CLI when needed**
|
|
149
149
|
- Check `git --version`, `node --version`, `npm --version`, `npm config get
|
|
150
|
-
@
|
|
150
|
+
@enterpriseai:registry`, and `eai --version`.
|
|
151
151
|
- If `eai` is missing and the user approves, install it:
|
|
152
152
|
```bash
|
|
153
|
-
npm
|
|
154
|
-
|
|
153
|
+
npm install -g eai-cli
|
|
154
|
+
# If npmjs is unavailable:
|
|
155
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
155
156
|
eai --version
|
|
156
157
|
```
|
|
157
158
|
- On Windows, use the same npm commands in PowerShell and avoid shell
|
|
@@ -69,7 +69,7 @@ Run only safe read/check commands first:
|
|
|
69
69
|
| Node.js | `node --version` | `node --version` |
|
|
70
70
|
| npm | `npm --version` | `npm --version` |
|
|
71
71
|
| EAI CLI | `eai --version` | `eai --version` |
|
|
72
|
-
| Registry | `npm config get @
|
|
72
|
+
| Registry | `npm config get @enterpriseai:registry` | `npm config get @enterpriseai:registry` |
|
|
73
73
|
|
|
74
74
|
If Git, Node.js, or npm is missing, ask before installing. Use the least
|
|
75
75
|
surprising platform path:
|
|
@@ -89,14 +89,15 @@ or assume Git Bash exists unless it was detected.
|
|
|
89
89
|
If `eai` is missing, or if the user asks to update it, ask for approval and run:
|
|
90
90
|
|
|
91
91
|
```bash
|
|
92
|
-
npm
|
|
93
|
-
|
|
92
|
+
npm install -g eai-cli
|
|
93
|
+
# If npmjs is unavailable:
|
|
94
|
+
npm install -g @enterpriseai/cli --@enterpriseai:registry=https://eai-tools.github.io/eai/registry/
|
|
94
95
|
eai --version
|
|
95
96
|
```
|
|
96
97
|
|
|
97
98
|
Use the same commands in PowerShell. Do not edit `.npmrc` by shell redirection.
|
|
98
99
|
|
|
99
|
-
|
|
100
|
+
Use the static fallback command only when npmjs is unavailable. If `npm config get @enterpriseai:registry` already equals
|
|
100
101
|
`https://eai-tools.github.io/eai/registry/`, do not rewrite it. If it points
|
|
101
102
|
somewhere else, show the current value and ask before changing it.
|
|
102
103
|
|