hookstack-cli 0.1.49 → 0.1.51
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/bin/cli +12 -12
- package/package.json +1 -1
package/bin/cli
CHANGED
|
@@ -191,28 +191,28 @@ async function interactiveInstall(slugs, args) {
|
|
|
191
191
|
options: [
|
|
192
192
|
{
|
|
193
193
|
value: 'project',
|
|
194
|
-
label: 'This project',
|
|
195
|
-
hint: '
|
|
194
|
+
label: 'Claude Code - This project',
|
|
195
|
+
hint: '<repo>/.claude',
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
value: 'global',
|
|
199
|
-
label: '
|
|
200
|
-
hint: '~/.claude
|
|
199
|
+
label: 'Claude Code - Profile',
|
|
200
|
+
hint: '~/.claude/',
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
|
-
value: 'codex-
|
|
204
|
-
label: 'Codex
|
|
205
|
-
hint: '
|
|
203
|
+
value: 'codex-project',
|
|
204
|
+
label: 'Codex - This project',
|
|
205
|
+
hint: '<repo>/.codex/',
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
value: 'codex-
|
|
209
|
-
label: 'Codex
|
|
210
|
-
hint: '
|
|
208
|
+
value: 'codex-profile',
|
|
209
|
+
label: 'Codex - Profile',
|
|
210
|
+
hint: '~/.codex/',
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
value: 'copilot',
|
|
214
|
-
label: 'GitHub Copilot project',
|
|
215
|
-
hint: '
|
|
214
|
+
label: 'GitHub Copilot - This project',
|
|
215
|
+
hint: '<repo>/.claude/ Copilot compatible',
|
|
216
216
|
},
|
|
217
217
|
],
|
|
218
218
|
initialValue: scope,
|