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.
Files changed (2) hide show
  1. package/bin/cli +12 -12
  2. 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: './.claude — committed with your repo',
194
+ label: 'Claude Code - This project',
195
+ hint: '<repo>/.claude',
196
196
  },
197
197
  {
198
198
  value: 'global',
199
- label: 'All my projects',
200
- hint: '~/.claude — every project on this machine',
199
+ label: 'Claude Code - Profile',
200
+ hint: '~/.claude/',
201
201
  },
202
202
  {
203
- value: 'codex-profile',
204
- label: 'Codex profile',
205
- hint: '~/.codex/hooks.json — every project (OpenAI Codex)',
203
+ value: 'codex-project',
204
+ label: 'Codex - This project',
205
+ hint: '<repo>/.codex/',
206
206
  },
207
207
  {
208
- value: 'codex-project',
209
- label: 'Codex project',
210
- hint: './.codex/hooks.json — committed with your repo',
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: './.claude — paths adapted for Copilot',
214
+ label: 'GitHub Copilot - This project',
215
+ hint: '<repo>/.claude/ Copilot compatible',
216
216
  },
217
217
  ],
218
218
  initialValue: scope,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookstack-cli",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "description": "CLI installer for the Hookstack catalogue of Claude Code hooks",
5
5
  "type": "module",
6
6
  "bin": {