@hyperdrive.bot/gut 0.2.0 → 0.2.1
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 +12 -6
- package/package.json +2 -2
- package/oclif.manifest.json +0 -2465
package/oclif.manifest.json
DELETED
|
@@ -1,2465 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"commands": {
|
|
3
|
-
"add": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {
|
|
6
|
-
"path": {
|
|
7
|
-
"default": ".",
|
|
8
|
-
"description": "Path(s) to stage",
|
|
9
|
-
"name": "path",
|
|
10
|
-
"required": false
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"description": "Stage changes in focused entities",
|
|
14
|
-
"examples": [
|
|
15
|
-
"<%= config.bin %> <%= command.id %>",
|
|
16
|
-
"<%= config.bin %> <%= command.id %> .",
|
|
17
|
-
"<%= config.bin %> <%= command.id %> src/",
|
|
18
|
-
"<%= config.bin %> <%= command.id %> --all"
|
|
19
|
-
],
|
|
20
|
-
"flags": {
|
|
21
|
-
"all": {
|
|
22
|
-
"char": "A",
|
|
23
|
-
"description": "Stage all changes (equivalent to git add -A)",
|
|
24
|
-
"name": "all",
|
|
25
|
-
"allowNo": false,
|
|
26
|
-
"type": "boolean"
|
|
27
|
-
},
|
|
28
|
-
"patch": {
|
|
29
|
-
"char": "p",
|
|
30
|
-
"description": "Interactive staging",
|
|
31
|
-
"name": "patch",
|
|
32
|
-
"allowNo": false,
|
|
33
|
-
"type": "boolean"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"hasDynamicHelp": false,
|
|
37
|
-
"hiddenAliases": [],
|
|
38
|
-
"id": "add",
|
|
39
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
40
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
41
|
-
"pluginType": "core",
|
|
42
|
-
"strict": true,
|
|
43
|
-
"isESM": true,
|
|
44
|
-
"relativePath": [
|
|
45
|
-
"dist",
|
|
46
|
-
"commands",
|
|
47
|
-
"add.js"
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
"affected": {
|
|
51
|
-
"aliases": [],
|
|
52
|
-
"args": {
|
|
53
|
-
"entity": {
|
|
54
|
-
"description": "Entity to analyze (uses current focus if not provided)",
|
|
55
|
-
"name": "entity",
|
|
56
|
-
"required": false
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"description": "Detect entities potentially affected by changes in current focus",
|
|
60
|
-
"examples": [
|
|
61
|
-
"<%= config.bin %> <%= command.id %>",
|
|
62
|
-
"<%= config.bin %> <%= command.id %> my-app",
|
|
63
|
-
"<%= config.bin %> <%= command.id %> --since HEAD~5",
|
|
64
|
-
"<%= config.bin %> <%= command.id %> --include-tests"
|
|
65
|
-
],
|
|
66
|
-
"flags": {
|
|
67
|
-
"include-docs": {
|
|
68
|
-
"description": "Include documentation changes in analysis",
|
|
69
|
-
"name": "include-docs",
|
|
70
|
-
"allowNo": false,
|
|
71
|
-
"type": "boolean"
|
|
72
|
-
},
|
|
73
|
-
"include-tests": {
|
|
74
|
-
"description": "Include test file changes in analysis",
|
|
75
|
-
"name": "include-tests",
|
|
76
|
-
"allowNo": false,
|
|
77
|
-
"type": "boolean"
|
|
78
|
-
},
|
|
79
|
-
"since": {
|
|
80
|
-
"char": "s",
|
|
81
|
-
"description": "Git reference to compare against",
|
|
82
|
-
"name": "since",
|
|
83
|
-
"default": "HEAD~1",
|
|
84
|
-
"hasDynamicHelp": false,
|
|
85
|
-
"multiple": false,
|
|
86
|
-
"type": "option"
|
|
87
|
-
},
|
|
88
|
-
"verbose": {
|
|
89
|
-
"char": "v",
|
|
90
|
-
"description": "Show detailed analysis",
|
|
91
|
-
"name": "verbose",
|
|
92
|
-
"allowNo": false,
|
|
93
|
-
"type": "boolean"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"hasDynamicHelp": false,
|
|
97
|
-
"hiddenAliases": [],
|
|
98
|
-
"id": "affected",
|
|
99
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
100
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
101
|
-
"pluginType": "core",
|
|
102
|
-
"strict": true,
|
|
103
|
-
"isESM": true,
|
|
104
|
-
"relativePath": [
|
|
105
|
-
"dist",
|
|
106
|
-
"commands",
|
|
107
|
-
"affected.js"
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
"audit": {
|
|
111
|
-
"aliases": [],
|
|
112
|
-
"args": {},
|
|
113
|
-
"description": "Access and change audit across workspace",
|
|
114
|
-
"examples": [
|
|
115
|
-
"<%= config.bin %> <%= command.id %>",
|
|
116
|
-
"<%= config.bin %> <%= command.id %> --entity mindtools",
|
|
117
|
-
"<%= config.bin %> <%= command.id %> --security",
|
|
118
|
-
"<%= config.bin %> <%= command.id %> --compliance"
|
|
119
|
-
],
|
|
120
|
-
"flags": {
|
|
121
|
-
"access": {
|
|
122
|
-
"char": "a",
|
|
123
|
-
"description": "audit access patterns and permissions",
|
|
124
|
-
"name": "access",
|
|
125
|
-
"allowNo": false,
|
|
126
|
-
"type": "boolean"
|
|
127
|
-
},
|
|
128
|
-
"changes": {
|
|
129
|
-
"description": "audit recent changes and activity",
|
|
130
|
-
"name": "changes",
|
|
131
|
-
"allowNo": false,
|
|
132
|
-
"type": "boolean"
|
|
133
|
-
},
|
|
134
|
-
"compliance": {
|
|
135
|
-
"char": "c",
|
|
136
|
-
"description": "focus on compliance audit",
|
|
137
|
-
"name": "compliance",
|
|
138
|
-
"allowNo": false,
|
|
139
|
-
"type": "boolean"
|
|
140
|
-
},
|
|
141
|
-
"entity": {
|
|
142
|
-
"char": "e",
|
|
143
|
-
"description": "audit specific entity",
|
|
144
|
-
"name": "entity",
|
|
145
|
-
"hasDynamicHelp": false,
|
|
146
|
-
"multiple": false,
|
|
147
|
-
"type": "option"
|
|
148
|
-
},
|
|
149
|
-
"json": {
|
|
150
|
-
"description": "output as JSON",
|
|
151
|
-
"name": "json",
|
|
152
|
-
"allowNo": false,
|
|
153
|
-
"type": "boolean"
|
|
154
|
-
},
|
|
155
|
-
"security": {
|
|
156
|
-
"char": "s",
|
|
157
|
-
"description": "focus on security audit",
|
|
158
|
-
"name": "security",
|
|
159
|
-
"allowNo": false,
|
|
160
|
-
"type": "boolean"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"hasDynamicHelp": false,
|
|
164
|
-
"hiddenAliases": [],
|
|
165
|
-
"id": "audit",
|
|
166
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
167
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
168
|
-
"pluginType": "core",
|
|
169
|
-
"strict": true,
|
|
170
|
-
"isESM": true,
|
|
171
|
-
"relativePath": [
|
|
172
|
-
"dist",
|
|
173
|
-
"commands",
|
|
174
|
-
"audit.js"
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
|
-
"back": {
|
|
178
|
-
"aliases": [],
|
|
179
|
-
"args": {},
|
|
180
|
-
"description": "Navigate back to the previous focus",
|
|
181
|
-
"examples": [
|
|
182
|
-
"<%= config.bin %> <%= command.id %>"
|
|
183
|
-
],
|
|
184
|
-
"flags": {},
|
|
185
|
-
"hasDynamicHelp": false,
|
|
186
|
-
"hiddenAliases": [],
|
|
187
|
-
"id": "back",
|
|
188
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
189
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
190
|
-
"pluginType": "core",
|
|
191
|
-
"strict": true,
|
|
192
|
-
"isESM": true,
|
|
193
|
-
"relativePath": [
|
|
194
|
-
"dist",
|
|
195
|
-
"commands",
|
|
196
|
-
"back.js"
|
|
197
|
-
]
|
|
198
|
-
},
|
|
199
|
-
"checkout": {
|
|
200
|
-
"aliases": [],
|
|
201
|
-
"args": {
|
|
202
|
-
"branch": {
|
|
203
|
-
"description": "Branch name to checkout or create",
|
|
204
|
-
"name": "branch",
|
|
205
|
-
"required": true
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"description": "Checkout or create branches in focused repositories",
|
|
209
|
-
"examples": [
|
|
210
|
-
"<%= config.bin %> <%= command.id %> main",
|
|
211
|
-
"<%= config.bin %> <%= command.id %> -b feature/new-feature",
|
|
212
|
-
"<%= config.bin %> <%= command.id %> -b PRD-123 --from main"
|
|
213
|
-
],
|
|
214
|
-
"flags": {
|
|
215
|
-
"create-branch": {
|
|
216
|
-
"char": "b",
|
|
217
|
-
"description": "Create a new branch",
|
|
218
|
-
"name": "create-branch",
|
|
219
|
-
"allowNo": false,
|
|
220
|
-
"type": "boolean"
|
|
221
|
-
},
|
|
222
|
-
"force": {
|
|
223
|
-
"char": "f",
|
|
224
|
-
"description": "Force checkout (discard local changes)",
|
|
225
|
-
"name": "force",
|
|
226
|
-
"allowNo": false,
|
|
227
|
-
"type": "boolean"
|
|
228
|
-
},
|
|
229
|
-
"from": {
|
|
230
|
-
"description": "Base branch to create from (use with -b)",
|
|
231
|
-
"name": "from",
|
|
232
|
-
"required": false,
|
|
233
|
-
"hasDynamicHelp": false,
|
|
234
|
-
"multiple": false,
|
|
235
|
-
"type": "option"
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
"hasDynamicHelp": false,
|
|
239
|
-
"hiddenAliases": [],
|
|
240
|
-
"id": "checkout",
|
|
241
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
242
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
243
|
-
"pluginType": "core",
|
|
244
|
-
"strict": true,
|
|
245
|
-
"isESM": true,
|
|
246
|
-
"relativePath": [
|
|
247
|
-
"dist",
|
|
248
|
-
"commands",
|
|
249
|
-
"checkout.js"
|
|
250
|
-
]
|
|
251
|
-
},
|
|
252
|
-
"commit": {
|
|
253
|
-
"aliases": [],
|
|
254
|
-
"args": {},
|
|
255
|
-
"description": "Commit changes in focused repositories",
|
|
256
|
-
"examples": [
|
|
257
|
-
"<%= config.bin %> <%= command.id %> -m \"Fix bug\"",
|
|
258
|
-
"<%= config.bin %> <%= command.id %> --message \"Add feature\"",
|
|
259
|
-
"<%= config.bin %> <%= command.id %> -a -u -m \"Ship WIP across workspace\"",
|
|
260
|
-
"<%= config.bin %> <%= command.id %>"
|
|
261
|
-
],
|
|
262
|
-
"flags": {
|
|
263
|
-
"all": {
|
|
264
|
-
"char": "a",
|
|
265
|
-
"description": "Stage all changes before committing",
|
|
266
|
-
"name": "all",
|
|
267
|
-
"allowNo": false,
|
|
268
|
-
"type": "boolean"
|
|
269
|
-
},
|
|
270
|
-
"amend": {
|
|
271
|
-
"description": "Amend the previous commit",
|
|
272
|
-
"name": "amend",
|
|
273
|
-
"allowNo": false,
|
|
274
|
-
"type": "boolean"
|
|
275
|
-
},
|
|
276
|
-
"include-untracked": {
|
|
277
|
-
"char": "u",
|
|
278
|
-
"description": "Also commit in discovered .git repos not registered as entities (e.g. super-repo root, nested repos). Fails closed on main/master/live/prod.",
|
|
279
|
-
"name": "include-untracked",
|
|
280
|
-
"allowNo": false,
|
|
281
|
-
"type": "boolean"
|
|
282
|
-
},
|
|
283
|
-
"message": {
|
|
284
|
-
"char": "m",
|
|
285
|
-
"description": "Commit message",
|
|
286
|
-
"name": "message",
|
|
287
|
-
"required": false,
|
|
288
|
-
"hasDynamicHelp": false,
|
|
289
|
-
"multiple": false,
|
|
290
|
-
"type": "option"
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
"hasDynamicHelp": false,
|
|
294
|
-
"hiddenAliases": [],
|
|
295
|
-
"id": "commit",
|
|
296
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
297
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
298
|
-
"pluginType": "core",
|
|
299
|
-
"strict": true,
|
|
300
|
-
"isESM": true,
|
|
301
|
-
"relativePath": [
|
|
302
|
-
"dist",
|
|
303
|
-
"commands",
|
|
304
|
-
"commit.js"
|
|
305
|
-
]
|
|
306
|
-
},
|
|
307
|
-
"context": {
|
|
308
|
-
"aliases": [],
|
|
309
|
-
"args": {},
|
|
310
|
-
"description": "Show current focus context with entity details",
|
|
311
|
-
"examples": [
|
|
312
|
-
"<%= config.bin %> <%= command.id %>",
|
|
313
|
-
"<%= config.bin %> <%= command.id %> --json",
|
|
314
|
-
"<%= config.bin %> <%= command.id %> --json --all"
|
|
315
|
-
],
|
|
316
|
-
"flags": {
|
|
317
|
-
"all": {
|
|
318
|
-
"description": "Include all registered entities, not just focused ones (implies --json or adds to text output)",
|
|
319
|
-
"name": "all",
|
|
320
|
-
"allowNo": false,
|
|
321
|
-
"type": "boolean"
|
|
322
|
-
},
|
|
323
|
-
"json": {
|
|
324
|
-
"description": "Emit structured JSON for programmatic consumption (includes per-entity branch + hasUncommitted)",
|
|
325
|
-
"name": "json",
|
|
326
|
-
"allowNo": false,
|
|
327
|
-
"type": "boolean"
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
"hasDynamicHelp": false,
|
|
331
|
-
"hiddenAliases": [],
|
|
332
|
-
"id": "context",
|
|
333
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
334
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
335
|
-
"pluginType": "core",
|
|
336
|
-
"strict": true,
|
|
337
|
-
"isESM": true,
|
|
338
|
-
"relativePath": [
|
|
339
|
-
"dist",
|
|
340
|
-
"commands",
|
|
341
|
-
"context.js"
|
|
342
|
-
]
|
|
343
|
-
},
|
|
344
|
-
"contexts": {
|
|
345
|
-
"aliases": [],
|
|
346
|
-
"args": {},
|
|
347
|
-
"description": "List all available contexts and focus history",
|
|
348
|
-
"examples": [
|
|
349
|
-
"<%= config.bin %> <%= command.id %>"
|
|
350
|
-
],
|
|
351
|
-
"flags": {},
|
|
352
|
-
"hasDynamicHelp": false,
|
|
353
|
-
"hiddenAliases": [],
|
|
354
|
-
"id": "contexts",
|
|
355
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
356
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
357
|
-
"pluginType": "core",
|
|
358
|
-
"strict": true,
|
|
359
|
-
"isESM": true,
|
|
360
|
-
"relativePath": [
|
|
361
|
-
"dist",
|
|
362
|
-
"commands",
|
|
363
|
-
"contexts.js"
|
|
364
|
-
]
|
|
365
|
-
},
|
|
366
|
-
"deps": {
|
|
367
|
-
"aliases": [],
|
|
368
|
-
"args": {
|
|
369
|
-
"entity": {
|
|
370
|
-
"description": "Entity name to analyze dependencies for",
|
|
371
|
-
"name": "entity",
|
|
372
|
-
"required": false
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
"description": "Show dependencies of current focus or specified entity",
|
|
376
|
-
"examples": [
|
|
377
|
-
"<%= config.bin %> <%= command.id %>",
|
|
378
|
-
"<%= config.bin %> <%= command.id %> mindtools"
|
|
379
|
-
],
|
|
380
|
-
"flags": {},
|
|
381
|
-
"hasDynamicHelp": false,
|
|
382
|
-
"hiddenAliases": [],
|
|
383
|
-
"id": "deps",
|
|
384
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
385
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
386
|
-
"pluginType": "core",
|
|
387
|
-
"strict": true,
|
|
388
|
-
"isESM": true,
|
|
389
|
-
"relativePath": [
|
|
390
|
-
"dist",
|
|
391
|
-
"commands",
|
|
392
|
-
"deps.js"
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
"extract": {
|
|
396
|
-
"aliases": [],
|
|
397
|
-
"args": {
|
|
398
|
-
"folderPath": {
|
|
399
|
-
"description": "Path to the folder to extract from the current repository",
|
|
400
|
-
"name": "folderPath",
|
|
401
|
-
"required": true
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"description": "Extract a folder from the current repository into its own repository with full git history",
|
|
405
|
-
"examples": [
|
|
406
|
-
"<%= config.bin %> <%= command.id %> packages/my-package --gitlab-token <token> --project-path my-group/my-package",
|
|
407
|
-
"<%= config.bin %> <%= command.id %> src/components --gitlab-token <token> --project-path my-group/frontend/components --target-path .",
|
|
408
|
-
"<%= config.bin %> <%= command.id %> libs/shared --gitlab-token <token> --project-path company/backend/libs/shared-utils"
|
|
409
|
-
],
|
|
410
|
-
"flags": {
|
|
411
|
-
"dry-run": {
|
|
412
|
-
"description": "Show what would be done without actually doing it",
|
|
413
|
-
"name": "dry-run",
|
|
414
|
-
"allowNo": false,
|
|
415
|
-
"type": "boolean"
|
|
416
|
-
},
|
|
417
|
-
"force": {
|
|
418
|
-
"char": "f",
|
|
419
|
-
"description": "Force extraction even if target directory exists",
|
|
420
|
-
"name": "force",
|
|
421
|
-
"allowNo": false,
|
|
422
|
-
"type": "boolean"
|
|
423
|
-
},
|
|
424
|
-
"gitlab-token": {
|
|
425
|
-
"description": "GitLab personal access token for creating projects",
|
|
426
|
-
"name": "gitlab-token",
|
|
427
|
-
"required": false,
|
|
428
|
-
"hasDynamicHelp": false,
|
|
429
|
-
"multiple": false,
|
|
430
|
-
"type": "option"
|
|
431
|
-
},
|
|
432
|
-
"gitlab-url": {
|
|
433
|
-
"description": "GitLab instance URL",
|
|
434
|
-
"name": "gitlab-url",
|
|
435
|
-
"default": "https://gitlab.com",
|
|
436
|
-
"hasDynamicHelp": false,
|
|
437
|
-
"multiple": false,
|
|
438
|
-
"type": "option"
|
|
439
|
-
},
|
|
440
|
-
"keep-temp": {
|
|
441
|
-
"description": "Keep temporary directory after extraction",
|
|
442
|
-
"name": "keep-temp",
|
|
443
|
-
"allowNo": false,
|
|
444
|
-
"type": "boolean"
|
|
445
|
-
},
|
|
446
|
-
"project-path": {
|
|
447
|
-
"description": "GitLab project path (group/project-name)",
|
|
448
|
-
"name": "project-path",
|
|
449
|
-
"required": false,
|
|
450
|
-
"hasDynamicHelp": false,
|
|
451
|
-
"multiple": false,
|
|
452
|
-
"type": "option"
|
|
453
|
-
},
|
|
454
|
-
"target-path": {
|
|
455
|
-
"description": "Target path in the new repository (default: same as source folder)",
|
|
456
|
-
"name": "target-path",
|
|
457
|
-
"default": ".",
|
|
458
|
-
"hasDynamicHelp": false,
|
|
459
|
-
"multiple": false,
|
|
460
|
-
"type": "option"
|
|
461
|
-
},
|
|
462
|
-
"temp-dir": {
|
|
463
|
-
"description": "Custom temporary directory path",
|
|
464
|
-
"name": "temp-dir",
|
|
465
|
-
"hasDynamicHelp": false,
|
|
466
|
-
"multiple": false,
|
|
467
|
-
"type": "option"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"hasDynamicHelp": false,
|
|
471
|
-
"hiddenAliases": [],
|
|
472
|
-
"id": "extract",
|
|
473
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
474
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
475
|
-
"pluginType": "core",
|
|
476
|
-
"strict": true,
|
|
477
|
-
"isESM": true,
|
|
478
|
-
"relativePath": [
|
|
479
|
-
"dist",
|
|
480
|
-
"commands",
|
|
481
|
-
"extract.js"
|
|
482
|
-
]
|
|
483
|
-
},
|
|
484
|
-
"focus": {
|
|
485
|
-
"aliases": [],
|
|
486
|
-
"args": {
|
|
487
|
-
"entityName": {
|
|
488
|
-
"description": "Entity name (when first arg is entity type)",
|
|
489
|
-
"name": "entityName",
|
|
490
|
-
"required": false
|
|
491
|
-
},
|
|
492
|
-
"entityTypeOrName": {
|
|
493
|
-
"description": "Entity type (client/prospect/company/initiative) or entity name",
|
|
494
|
-
"name": "entityTypeOrName",
|
|
495
|
-
"required": false
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
"description": "Set focus on one or more entities with optional type and mode",
|
|
499
|
-
"examples": [
|
|
500
|
-
"<%= config.bin %> <%= command.id %> my-app",
|
|
501
|
-
"<%= config.bin %> <%= command.id %> client mindtools",
|
|
502
|
-
"<%= config.bin %> <%= command.id %> client mindtools --mode delivery",
|
|
503
|
-
"<%= config.bin %> <%= command.id %> prospect jazida --mode research",
|
|
504
|
-
"<%= config.bin %> <%= command.id %> my-app auth-service",
|
|
505
|
-
"<%= config.bin %> <%= command.id %> --clear"
|
|
506
|
-
],
|
|
507
|
-
"flags": {
|
|
508
|
-
"add": {
|
|
509
|
-
"char": "a",
|
|
510
|
-
"description": "add to current focus instead of replacing",
|
|
511
|
-
"name": "add",
|
|
512
|
-
"allowNo": false,
|
|
513
|
-
"type": "boolean"
|
|
514
|
-
},
|
|
515
|
-
"clear": {
|
|
516
|
-
"char": "c",
|
|
517
|
-
"description": "clear current focus",
|
|
518
|
-
"exclusive": [
|
|
519
|
-
"add",
|
|
520
|
-
"mode"
|
|
521
|
-
],
|
|
522
|
-
"name": "clear",
|
|
523
|
-
"allowNo": false,
|
|
524
|
-
"type": "boolean"
|
|
525
|
-
},
|
|
526
|
-
"duration": {
|
|
527
|
-
"char": "d",
|
|
528
|
-
"description": "focus duration (e.g., 2h, 90m)",
|
|
529
|
-
"name": "duration",
|
|
530
|
-
"hasDynamicHelp": false,
|
|
531
|
-
"multiple": false,
|
|
532
|
-
"type": "option"
|
|
533
|
-
},
|
|
534
|
-
"mode": {
|
|
535
|
-
"char": "m",
|
|
536
|
-
"description": "focus mode (delivery, strategy, audit, debug, research, proposal)",
|
|
537
|
-
"name": "mode",
|
|
538
|
-
"hasDynamicHelp": false,
|
|
539
|
-
"multiple": false,
|
|
540
|
-
"options": [
|
|
541
|
-
"delivery",
|
|
542
|
-
"strategy",
|
|
543
|
-
"audit",
|
|
544
|
-
"debug",
|
|
545
|
-
"research",
|
|
546
|
-
"proposal"
|
|
547
|
-
],
|
|
548
|
-
"type": "option"
|
|
549
|
-
},
|
|
550
|
-
"remember": {
|
|
551
|
-
"char": "r",
|
|
552
|
-
"description": "remember current focus before switching",
|
|
553
|
-
"name": "remember",
|
|
554
|
-
"allowNo": false,
|
|
555
|
-
"type": "boolean"
|
|
556
|
-
}
|
|
557
|
-
},
|
|
558
|
-
"hasDynamicHelp": false,
|
|
559
|
-
"hiddenAliases": [],
|
|
560
|
-
"id": "focus",
|
|
561
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
562
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
563
|
-
"pluginType": "core",
|
|
564
|
-
"strict": false,
|
|
565
|
-
"isESM": true,
|
|
566
|
-
"relativePath": [
|
|
567
|
-
"dist",
|
|
568
|
-
"commands",
|
|
569
|
-
"focus.js"
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
"graph": {
|
|
573
|
-
"aliases": [],
|
|
574
|
-
"args": {},
|
|
575
|
-
"description": "Visualize repository relationships and dependencies",
|
|
576
|
-
"examples": [
|
|
577
|
-
"<%= config.bin %> <%= command.id %>",
|
|
578
|
-
"<%= config.bin %> <%= command.id %> --format ascii",
|
|
579
|
-
"<%= config.bin %> <%= command.id %> --focus-only"
|
|
580
|
-
],
|
|
581
|
-
"flags": {
|
|
582
|
-
"depth": {
|
|
583
|
-
"char": "d",
|
|
584
|
-
"description": "maximum depth of relationships to show",
|
|
585
|
-
"name": "depth",
|
|
586
|
-
"default": 2,
|
|
587
|
-
"hasDynamicHelp": false,
|
|
588
|
-
"multiple": false,
|
|
589
|
-
"type": "option"
|
|
590
|
-
},
|
|
591
|
-
"focus-only": {
|
|
592
|
-
"description": "show only focused entities and their relationships",
|
|
593
|
-
"name": "focus-only",
|
|
594
|
-
"allowNo": false,
|
|
595
|
-
"type": "boolean"
|
|
596
|
-
},
|
|
597
|
-
"format": {
|
|
598
|
-
"char": "f",
|
|
599
|
-
"description": "output format",
|
|
600
|
-
"name": "format",
|
|
601
|
-
"default": "ascii",
|
|
602
|
-
"hasDynamicHelp": false,
|
|
603
|
-
"multiple": false,
|
|
604
|
-
"options": [
|
|
605
|
-
"ascii",
|
|
606
|
-
"dot",
|
|
607
|
-
"json"
|
|
608
|
-
],
|
|
609
|
-
"type": "option"
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"hasDynamicHelp": false,
|
|
613
|
-
"hiddenAliases": [],
|
|
614
|
-
"id": "graph",
|
|
615
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
616
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
617
|
-
"pluginType": "core",
|
|
618
|
-
"strict": true,
|
|
619
|
-
"isESM": true,
|
|
620
|
-
"relativePath": [
|
|
621
|
-
"dist",
|
|
622
|
-
"commands",
|
|
623
|
-
"graph.js"
|
|
624
|
-
]
|
|
625
|
-
},
|
|
626
|
-
"init": {
|
|
627
|
-
"aliases": [],
|
|
628
|
-
"args": {},
|
|
629
|
-
"description": "Initialize a gut workspace",
|
|
630
|
-
"examples": [
|
|
631
|
-
"<%= config.bin %> <%= command.id %>",
|
|
632
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
633
|
-
],
|
|
634
|
-
"flags": {
|
|
635
|
-
"force": {
|
|
636
|
-
"char": "f",
|
|
637
|
-
"description": "force initialization even if already initialized",
|
|
638
|
-
"name": "force",
|
|
639
|
-
"allowNo": false,
|
|
640
|
-
"type": "boolean"
|
|
641
|
-
},
|
|
642
|
-
"workspace": {
|
|
643
|
-
"char": "w",
|
|
644
|
-
"description": "workspace root directory",
|
|
645
|
-
"name": "workspace",
|
|
646
|
-
"default": "/builds/JOkrpDV8M/0/dev_squad/repo/cli/gut",
|
|
647
|
-
"hasDynamicHelp": false,
|
|
648
|
-
"multiple": false,
|
|
649
|
-
"type": "option"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
"hasDynamicHelp": false,
|
|
653
|
-
"hiddenAliases": [],
|
|
654
|
-
"id": "init",
|
|
655
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
656
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
657
|
-
"pluginType": "core",
|
|
658
|
-
"strict": true,
|
|
659
|
-
"isESM": true,
|
|
660
|
-
"relativePath": [
|
|
661
|
-
"dist",
|
|
662
|
-
"commands",
|
|
663
|
-
"init.js"
|
|
664
|
-
]
|
|
665
|
-
},
|
|
666
|
-
"insights": {
|
|
667
|
-
"aliases": [],
|
|
668
|
-
"args": {},
|
|
669
|
-
"description": "Display analytics and insights about the workspace",
|
|
670
|
-
"examples": [
|
|
671
|
-
"<%= config.bin %> <%= command.id %>",
|
|
672
|
-
"<%= config.bin %> <%= command.id %> --detailed",
|
|
673
|
-
"<%= config.bin %> <%= command.id %> --format json"
|
|
674
|
-
],
|
|
675
|
-
"flags": {
|
|
676
|
-
"detailed": {
|
|
677
|
-
"char": "d",
|
|
678
|
-
"description": "Show detailed statistics for each entity",
|
|
679
|
-
"name": "detailed",
|
|
680
|
-
"allowNo": false,
|
|
681
|
-
"type": "boolean"
|
|
682
|
-
},
|
|
683
|
-
"format": {
|
|
684
|
-
"char": "f",
|
|
685
|
-
"description": "Output format",
|
|
686
|
-
"name": "format",
|
|
687
|
-
"default": "table",
|
|
688
|
-
"hasDynamicHelp": false,
|
|
689
|
-
"multiple": false,
|
|
690
|
-
"options": [
|
|
691
|
-
"table",
|
|
692
|
-
"json",
|
|
693
|
-
"summary"
|
|
694
|
-
],
|
|
695
|
-
"type": "option"
|
|
696
|
-
},
|
|
697
|
-
"include-ignored": {
|
|
698
|
-
"description": "Include gitignored files in statistics",
|
|
699
|
-
"name": "include-ignored",
|
|
700
|
-
"allowNo": false,
|
|
701
|
-
"type": "boolean"
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"hasDynamicHelp": false,
|
|
705
|
-
"hiddenAliases": [],
|
|
706
|
-
"id": "insights",
|
|
707
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
708
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
709
|
-
"pluginType": "core",
|
|
710
|
-
"strict": true,
|
|
711
|
-
"isESM": true,
|
|
712
|
-
"relativePath": [
|
|
713
|
-
"dist",
|
|
714
|
-
"commands",
|
|
715
|
-
"insights.js"
|
|
716
|
-
]
|
|
717
|
-
},
|
|
718
|
-
"patterns": {
|
|
719
|
-
"aliases": [],
|
|
720
|
-
"args": {},
|
|
721
|
-
"description": "Show learned patterns for current context or entities",
|
|
722
|
-
"examples": [
|
|
723
|
-
"<%= config.bin %> <%= command.id %>",
|
|
724
|
-
"<%= config.bin %> <%= command.id %> --entity mindtools",
|
|
725
|
-
"<%= config.bin %> <%= command.id %> --type client",
|
|
726
|
-
"<%= config.bin %> <%= command.id %> --mode strategy"
|
|
727
|
-
],
|
|
728
|
-
"flags": {
|
|
729
|
-
"entity": {
|
|
730
|
-
"char": "e",
|
|
731
|
-
"description": "show patterns for specific entity",
|
|
732
|
-
"name": "entity",
|
|
733
|
-
"hasDynamicHelp": false,
|
|
734
|
-
"multiple": false,
|
|
735
|
-
"type": "option"
|
|
736
|
-
},
|
|
737
|
-
"json": {
|
|
738
|
-
"description": "output as JSON",
|
|
739
|
-
"name": "json",
|
|
740
|
-
"allowNo": false,
|
|
741
|
-
"type": "boolean"
|
|
742
|
-
},
|
|
743
|
-
"mode": {
|
|
744
|
-
"char": "m",
|
|
745
|
-
"description": "show patterns for focus mode",
|
|
746
|
-
"name": "mode",
|
|
747
|
-
"hasDynamicHelp": false,
|
|
748
|
-
"multiple": false,
|
|
749
|
-
"options": [
|
|
750
|
-
"delivery",
|
|
751
|
-
"strategy",
|
|
752
|
-
"audit",
|
|
753
|
-
"debug",
|
|
754
|
-
"research",
|
|
755
|
-
"proposal"
|
|
756
|
-
],
|
|
757
|
-
"type": "option"
|
|
758
|
-
},
|
|
759
|
-
"type": {
|
|
760
|
-
"char": "t",
|
|
761
|
-
"description": "show patterns for entity type",
|
|
762
|
-
"name": "type",
|
|
763
|
-
"hasDynamicHelp": false,
|
|
764
|
-
"multiple": false,
|
|
765
|
-
"options": [
|
|
766
|
-
"client",
|
|
767
|
-
"prospect",
|
|
768
|
-
"company",
|
|
769
|
-
"initiative",
|
|
770
|
-
"system"
|
|
771
|
-
],
|
|
772
|
-
"type": "option"
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
"hasDynamicHelp": false,
|
|
776
|
-
"hiddenAliases": [],
|
|
777
|
-
"id": "patterns",
|
|
778
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
779
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
780
|
-
"pluginType": "core",
|
|
781
|
-
"strict": true,
|
|
782
|
-
"isESM": true,
|
|
783
|
-
"relativePath": [
|
|
784
|
-
"dist",
|
|
785
|
-
"commands",
|
|
786
|
-
"patterns.js"
|
|
787
|
-
]
|
|
788
|
-
},
|
|
789
|
-
"pull": {
|
|
790
|
-
"aliases": [],
|
|
791
|
-
"args": {},
|
|
792
|
-
"description": "Pull changes from remote repositories",
|
|
793
|
-
"examples": [
|
|
794
|
-
"<%= config.bin %> <%= command.id %>",
|
|
795
|
-
"<%= config.bin %> <%= command.id %> --rebase",
|
|
796
|
-
"<%= config.bin %> <%= command.id %> --all"
|
|
797
|
-
],
|
|
798
|
-
"flags": {
|
|
799
|
-
"all": {
|
|
800
|
-
"description": "Fetch all remotes",
|
|
801
|
-
"name": "all",
|
|
802
|
-
"allowNo": false,
|
|
803
|
-
"type": "boolean"
|
|
804
|
-
},
|
|
805
|
-
"no-commit": {
|
|
806
|
-
"description": "Perform merge but do not commit",
|
|
807
|
-
"name": "no-commit",
|
|
808
|
-
"allowNo": false,
|
|
809
|
-
"type": "boolean"
|
|
810
|
-
},
|
|
811
|
-
"rebase": {
|
|
812
|
-
"char": "r",
|
|
813
|
-
"description": "Rebase instead of merge",
|
|
814
|
-
"name": "rebase",
|
|
815
|
-
"allowNo": false,
|
|
816
|
-
"type": "boolean"
|
|
817
|
-
}
|
|
818
|
-
},
|
|
819
|
-
"hasDynamicHelp": false,
|
|
820
|
-
"hiddenAliases": [],
|
|
821
|
-
"id": "pull",
|
|
822
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
823
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
824
|
-
"pluginType": "core",
|
|
825
|
-
"strict": true,
|
|
826
|
-
"isESM": true,
|
|
827
|
-
"relativePath": [
|
|
828
|
-
"dist",
|
|
829
|
-
"commands",
|
|
830
|
-
"pull.js"
|
|
831
|
-
]
|
|
832
|
-
},
|
|
833
|
-
"push": {
|
|
834
|
-
"aliases": [],
|
|
835
|
-
"args": {},
|
|
836
|
-
"description": "Push commits to remote repositories",
|
|
837
|
-
"examples": [
|
|
838
|
-
"<%= config.bin %> <%= command.id %>",
|
|
839
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
840
|
-
"<%= config.bin %> <%= command.id %> --set-upstream"
|
|
841
|
-
],
|
|
842
|
-
"flags": {
|
|
843
|
-
"force": {
|
|
844
|
-
"char": "f",
|
|
845
|
-
"description": "Force push (use with caution)",
|
|
846
|
-
"name": "force",
|
|
847
|
-
"allowNo": false,
|
|
848
|
-
"type": "boolean"
|
|
849
|
-
},
|
|
850
|
-
"set-upstream": {
|
|
851
|
-
"char": "u",
|
|
852
|
-
"description": "Set upstream branch",
|
|
853
|
-
"name": "set-upstream",
|
|
854
|
-
"allowNo": false,
|
|
855
|
-
"type": "boolean"
|
|
856
|
-
},
|
|
857
|
-
"tags": {
|
|
858
|
-
"description": "Push tags",
|
|
859
|
-
"name": "tags",
|
|
860
|
-
"allowNo": false,
|
|
861
|
-
"type": "boolean"
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
|
-
"hasDynamicHelp": false,
|
|
865
|
-
"hiddenAliases": [],
|
|
866
|
-
"id": "push",
|
|
867
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
868
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
869
|
-
"pluginType": "core",
|
|
870
|
-
"strict": true,
|
|
871
|
-
"isESM": true,
|
|
872
|
-
"relativePath": [
|
|
873
|
-
"dist",
|
|
874
|
-
"commands",
|
|
875
|
-
"push.js"
|
|
876
|
-
]
|
|
877
|
-
},
|
|
878
|
-
"quick-setup": {
|
|
879
|
-
"aliases": [],
|
|
880
|
-
"args": {},
|
|
881
|
-
"description": "Automated workspace setup based on common patterns",
|
|
882
|
-
"examples": [
|
|
883
|
-
"<%= config.bin %> <%= command.id %>",
|
|
884
|
-
"<%= config.bin %> <%= command.id %> --auto",
|
|
885
|
-
"<%= config.bin %> <%= command.id %> --profile monorepo",
|
|
886
|
-
"<%= config.bin %> <%= command.id %> --scan-depth 3"
|
|
887
|
-
],
|
|
888
|
-
"flags": {
|
|
889
|
-
"auto": {
|
|
890
|
-
"char": "a",
|
|
891
|
-
"description": "Auto-detect and configure without prompts",
|
|
892
|
-
"name": "auto",
|
|
893
|
-
"allowNo": false,
|
|
894
|
-
"type": "boolean"
|
|
895
|
-
},
|
|
896
|
-
"clone-missing": {
|
|
897
|
-
"description": "Clone missing repositories if found",
|
|
898
|
-
"name": "clone-missing",
|
|
899
|
-
"allowNo": false,
|
|
900
|
-
"type": "boolean"
|
|
901
|
-
},
|
|
902
|
-
"profile": {
|
|
903
|
-
"char": "p",
|
|
904
|
-
"description": "Use specific setup profile",
|
|
905
|
-
"name": "profile",
|
|
906
|
-
"hasDynamicHelp": false,
|
|
907
|
-
"multiple": false,
|
|
908
|
-
"options": [
|
|
909
|
-
"monorepo",
|
|
910
|
-
"microservices",
|
|
911
|
-
"fullstack",
|
|
912
|
-
"library"
|
|
913
|
-
],
|
|
914
|
-
"type": "option"
|
|
915
|
-
},
|
|
916
|
-
"scan-depth": {
|
|
917
|
-
"description": "Directory depth to scan for entities",
|
|
918
|
-
"name": "scan-depth",
|
|
919
|
-
"default": 2,
|
|
920
|
-
"hasDynamicHelp": false,
|
|
921
|
-
"multiple": false,
|
|
922
|
-
"type": "option"
|
|
923
|
-
}
|
|
924
|
-
},
|
|
925
|
-
"hasDynamicHelp": false,
|
|
926
|
-
"hiddenAliases": [],
|
|
927
|
-
"id": "quick-setup",
|
|
928
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
929
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
930
|
-
"pluginType": "core",
|
|
931
|
-
"strict": true,
|
|
932
|
-
"isESM": true,
|
|
933
|
-
"relativePath": [
|
|
934
|
-
"dist",
|
|
935
|
-
"commands",
|
|
936
|
-
"quick-setup.js"
|
|
937
|
-
]
|
|
938
|
-
},
|
|
939
|
-
"recent": {
|
|
940
|
-
"aliases": [],
|
|
941
|
-
"args": {},
|
|
942
|
-
"description": "Show recent focus history",
|
|
943
|
-
"examples": [
|
|
944
|
-
"<%= config.bin %> <%= command.id %>",
|
|
945
|
-
"<%= config.bin %> <%= command.id %> --limit 10"
|
|
946
|
-
],
|
|
947
|
-
"flags": {
|
|
948
|
-
"limit": {
|
|
949
|
-
"char": "l",
|
|
950
|
-
"description": "Number of recent items to show",
|
|
951
|
-
"name": "limit",
|
|
952
|
-
"default": 5,
|
|
953
|
-
"hasDynamicHelp": false,
|
|
954
|
-
"multiple": false,
|
|
955
|
-
"type": "option"
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"hasDynamicHelp": false,
|
|
959
|
-
"hiddenAliases": [],
|
|
960
|
-
"id": "recent",
|
|
961
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
962
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
963
|
-
"pluginType": "core",
|
|
964
|
-
"strict": true,
|
|
965
|
-
"isESM": true,
|
|
966
|
-
"relativePath": [
|
|
967
|
-
"dist",
|
|
968
|
-
"commands",
|
|
969
|
-
"recent.js"
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
"related": {
|
|
973
|
-
"aliases": [],
|
|
974
|
-
"args": {
|
|
975
|
-
"entity": {
|
|
976
|
-
"description": "Entity name (uses current focus if not provided)",
|
|
977
|
-
"name": "entity",
|
|
978
|
-
"required": false
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
"description": "Find entities related to a specific entity or current focus",
|
|
982
|
-
"examples": [
|
|
983
|
-
"<%= config.bin %> <%= command.id %> my-app",
|
|
984
|
-
"<%= config.bin %> <%= command.id %> --threshold 0.3",
|
|
985
|
-
"<%= config.bin %> <%= command.id %> --type dependencies"
|
|
986
|
-
],
|
|
987
|
-
"flags": {
|
|
988
|
-
"detailed": {
|
|
989
|
-
"char": "d",
|
|
990
|
-
"description": "Show detailed relation information",
|
|
991
|
-
"name": "detailed",
|
|
992
|
-
"allowNo": false,
|
|
993
|
-
"type": "boolean"
|
|
994
|
-
},
|
|
995
|
-
"threshold": {
|
|
996
|
-
"char": "t",
|
|
997
|
-
"description": "Minimum relation score (0-1)",
|
|
998
|
-
"name": "threshold",
|
|
999
|
-
"default": "0.2",
|
|
1000
|
-
"hasDynamicHelp": false,
|
|
1001
|
-
"multiple": false,
|
|
1002
|
-
"type": "option"
|
|
1003
|
-
},
|
|
1004
|
-
"type": {
|
|
1005
|
-
"description": "Type of relation to check",
|
|
1006
|
-
"name": "type",
|
|
1007
|
-
"default": "all",
|
|
1008
|
-
"hasDynamicHelp": false,
|
|
1009
|
-
"multiple": false,
|
|
1010
|
-
"options": [
|
|
1011
|
-
"all",
|
|
1012
|
-
"dependencies",
|
|
1013
|
-
"git",
|
|
1014
|
-
"files"
|
|
1015
|
-
],
|
|
1016
|
-
"type": "option"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
"hasDynamicHelp": false,
|
|
1020
|
-
"hiddenAliases": [],
|
|
1021
|
-
"id": "related",
|
|
1022
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1023
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1024
|
-
"pluginType": "core",
|
|
1025
|
-
"strict": true,
|
|
1026
|
-
"isESM": true,
|
|
1027
|
-
"relativePath": [
|
|
1028
|
-
"dist",
|
|
1029
|
-
"commands",
|
|
1030
|
-
"related.js"
|
|
1031
|
-
]
|
|
1032
|
-
},
|
|
1033
|
-
"repos": {
|
|
1034
|
-
"aliases": [],
|
|
1035
|
-
"args": {},
|
|
1036
|
-
"description": "List accessible repositories in the workspace",
|
|
1037
|
-
"examples": [
|
|
1038
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1039
|
-
"<%= config.bin %> <%= command.id %> --type client",
|
|
1040
|
-
"<%= config.bin %> <%= command.id %> --status",
|
|
1041
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
1042
|
-
],
|
|
1043
|
-
"flags": {
|
|
1044
|
-
"accessible": {
|
|
1045
|
-
"char": "a",
|
|
1046
|
-
"description": "show only accessible repositories (with valid paths)",
|
|
1047
|
-
"name": "accessible",
|
|
1048
|
-
"allowNo": false,
|
|
1049
|
-
"type": "boolean"
|
|
1050
|
-
},
|
|
1051
|
-
"json": {
|
|
1052
|
-
"description": "output as JSON",
|
|
1053
|
-
"name": "json",
|
|
1054
|
-
"allowNo": false,
|
|
1055
|
-
"type": "boolean"
|
|
1056
|
-
},
|
|
1057
|
-
"status": {
|
|
1058
|
-
"char": "s",
|
|
1059
|
-
"description": "show git status for each repository",
|
|
1060
|
-
"name": "status",
|
|
1061
|
-
"allowNo": false,
|
|
1062
|
-
"type": "boolean"
|
|
1063
|
-
},
|
|
1064
|
-
"type": {
|
|
1065
|
-
"char": "t",
|
|
1066
|
-
"description": "filter by entity type",
|
|
1067
|
-
"name": "type",
|
|
1068
|
-
"hasDynamicHelp": false,
|
|
1069
|
-
"multiple": false,
|
|
1070
|
-
"options": [
|
|
1071
|
-
"client",
|
|
1072
|
-
"prospect",
|
|
1073
|
-
"company",
|
|
1074
|
-
"initiative",
|
|
1075
|
-
"system",
|
|
1076
|
-
"delivery",
|
|
1077
|
-
"module",
|
|
1078
|
-
"service",
|
|
1079
|
-
"tool"
|
|
1080
|
-
],
|
|
1081
|
-
"type": "option"
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
"hasDynamicHelp": false,
|
|
1085
|
-
"hiddenAliases": [],
|
|
1086
|
-
"id": "repos",
|
|
1087
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1088
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1089
|
-
"pluginType": "core",
|
|
1090
|
-
"strict": true,
|
|
1091
|
-
"isESM": true,
|
|
1092
|
-
"relativePath": [
|
|
1093
|
-
"dist",
|
|
1094
|
-
"commands",
|
|
1095
|
-
"repos.js"
|
|
1096
|
-
]
|
|
1097
|
-
},
|
|
1098
|
-
"stack": {
|
|
1099
|
-
"aliases": [],
|
|
1100
|
-
"args": {},
|
|
1101
|
-
"description": "Show and manage the focus stack",
|
|
1102
|
-
"examples": [
|
|
1103
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1104
|
-
"<%= config.bin %> <%= command.id %> --clear"
|
|
1105
|
-
],
|
|
1106
|
-
"flags": {
|
|
1107
|
-
"clear": {
|
|
1108
|
-
"char": "c",
|
|
1109
|
-
"description": "clear the focus stack",
|
|
1110
|
-
"name": "clear",
|
|
1111
|
-
"allowNo": false,
|
|
1112
|
-
"type": "boolean"
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1115
|
-
"hasDynamicHelp": false,
|
|
1116
|
-
"hiddenAliases": [],
|
|
1117
|
-
"id": "stack",
|
|
1118
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1119
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1120
|
-
"pluginType": "core",
|
|
1121
|
-
"strict": true,
|
|
1122
|
-
"isESM": true,
|
|
1123
|
-
"relativePath": [
|
|
1124
|
-
"dist",
|
|
1125
|
-
"commands",
|
|
1126
|
-
"stack.js"
|
|
1127
|
-
]
|
|
1128
|
-
},
|
|
1129
|
-
"status": {
|
|
1130
|
-
"aliases": [],
|
|
1131
|
-
"args": {},
|
|
1132
|
-
"description": "Show git status for focused entities",
|
|
1133
|
-
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1135
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
1136
|
-
"<%= config.bin %> <%= command.id %> --verbose"
|
|
1137
|
-
],
|
|
1138
|
-
"flags": {
|
|
1139
|
-
"all": {
|
|
1140
|
-
"char": "a",
|
|
1141
|
-
"description": "show status for all entities",
|
|
1142
|
-
"name": "all",
|
|
1143
|
-
"allowNo": false,
|
|
1144
|
-
"type": "boolean"
|
|
1145
|
-
},
|
|
1146
|
-
"json": {
|
|
1147
|
-
"description": "output as JSON",
|
|
1148
|
-
"name": "json",
|
|
1149
|
-
"allowNo": false,
|
|
1150
|
-
"type": "boolean"
|
|
1151
|
-
},
|
|
1152
|
-
"verbose": {
|
|
1153
|
-
"char": "v",
|
|
1154
|
-
"description": "show detailed status",
|
|
1155
|
-
"name": "verbose",
|
|
1156
|
-
"allowNo": false,
|
|
1157
|
-
"type": "boolean"
|
|
1158
|
-
}
|
|
1159
|
-
},
|
|
1160
|
-
"hasDynamicHelp": false,
|
|
1161
|
-
"hiddenAliases": [],
|
|
1162
|
-
"id": "status",
|
|
1163
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1164
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1165
|
-
"pluginType": "core",
|
|
1166
|
-
"strict": true,
|
|
1167
|
-
"isESM": true,
|
|
1168
|
-
"relativePath": [
|
|
1169
|
-
"dist",
|
|
1170
|
-
"commands",
|
|
1171
|
-
"status.js"
|
|
1172
|
-
]
|
|
1173
|
-
},
|
|
1174
|
-
"sync": {
|
|
1175
|
-
"aliases": [],
|
|
1176
|
-
"args": {},
|
|
1177
|
-
"description": "Synchronize repositories with remote (fetch, merge/rebase, push)",
|
|
1178
|
-
"examples": [
|
|
1179
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1180
|
-
"<%= config.bin %> <%= command.id %> --rebase",
|
|
1181
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
1182
|
-
],
|
|
1183
|
-
"flags": {
|
|
1184
|
-
"force": {
|
|
1185
|
-
"char": "f",
|
|
1186
|
-
"description": "Force push after sync",
|
|
1187
|
-
"name": "force",
|
|
1188
|
-
"allowNo": false,
|
|
1189
|
-
"type": "boolean"
|
|
1190
|
-
},
|
|
1191
|
-
"no-push": {
|
|
1192
|
-
"description": "Skip the push step",
|
|
1193
|
-
"name": "no-push",
|
|
1194
|
-
"allowNo": false,
|
|
1195
|
-
"type": "boolean"
|
|
1196
|
-
},
|
|
1197
|
-
"rebase": {
|
|
1198
|
-
"char": "r",
|
|
1199
|
-
"description": "Use rebase instead of merge",
|
|
1200
|
-
"name": "rebase",
|
|
1201
|
-
"allowNo": false,
|
|
1202
|
-
"type": "boolean"
|
|
1203
|
-
}
|
|
1204
|
-
},
|
|
1205
|
-
"hasDynamicHelp": false,
|
|
1206
|
-
"hiddenAliases": [],
|
|
1207
|
-
"id": "sync",
|
|
1208
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1209
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1210
|
-
"pluginType": "core",
|
|
1211
|
-
"strict": true,
|
|
1212
|
-
"isESM": true,
|
|
1213
|
-
"relativePath": [
|
|
1214
|
-
"dist",
|
|
1215
|
-
"commands",
|
|
1216
|
-
"sync.js"
|
|
1217
|
-
]
|
|
1218
|
-
},
|
|
1219
|
-
"unfocus": {
|
|
1220
|
-
"aliases": [],
|
|
1221
|
-
"args": {},
|
|
1222
|
-
"description": "Clear the current focus",
|
|
1223
|
-
"examples": [
|
|
1224
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1225
|
-
],
|
|
1226
|
-
"flags": {},
|
|
1227
|
-
"hasDynamicHelp": false,
|
|
1228
|
-
"hiddenAliases": [],
|
|
1229
|
-
"id": "unfocus",
|
|
1230
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1231
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1232
|
-
"pluginType": "core",
|
|
1233
|
-
"strict": true,
|
|
1234
|
-
"isESM": true,
|
|
1235
|
-
"relativePath": [
|
|
1236
|
-
"dist",
|
|
1237
|
-
"commands",
|
|
1238
|
-
"unfocus.js"
|
|
1239
|
-
]
|
|
1240
|
-
},
|
|
1241
|
-
"used-by": {
|
|
1242
|
-
"aliases": [],
|
|
1243
|
-
"args": {
|
|
1244
|
-
"entity": {
|
|
1245
|
-
"description": "Entity name to analyze usage for",
|
|
1246
|
-
"name": "entity",
|
|
1247
|
-
"required": false
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
|
-
"description": "Show what entities depend on current focus or specified entity",
|
|
1251
|
-
"examples": [
|
|
1252
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1253
|
-
"<%= config.bin %> <%= command.id %> api"
|
|
1254
|
-
],
|
|
1255
|
-
"flags": {},
|
|
1256
|
-
"hasDynamicHelp": false,
|
|
1257
|
-
"hiddenAliases": [],
|
|
1258
|
-
"id": "used-by",
|
|
1259
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1260
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1261
|
-
"pluginType": "core",
|
|
1262
|
-
"strict": true,
|
|
1263
|
-
"isESM": true,
|
|
1264
|
-
"relativePath": [
|
|
1265
|
-
"dist",
|
|
1266
|
-
"commands",
|
|
1267
|
-
"used-by.js"
|
|
1268
|
-
]
|
|
1269
|
-
},
|
|
1270
|
-
"workspace": {
|
|
1271
|
-
"aliases": [],
|
|
1272
|
-
"args": {
|
|
1273
|
-
"action": {
|
|
1274
|
-
"description": "Action to perform (init, structure, generate-metadata)",
|
|
1275
|
-
"name": "action",
|
|
1276
|
-
"options": [
|
|
1277
|
-
"init",
|
|
1278
|
-
"structure",
|
|
1279
|
-
"generate-metadata"
|
|
1280
|
-
],
|
|
1281
|
-
"required": true
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
"description": "Manage workspace structure and entity metadata",
|
|
1285
|
-
"examples": [
|
|
1286
|
-
"<%= config.bin %> <%= command.id %> init",
|
|
1287
|
-
"<%= config.bin %> <%= command.id %> structure",
|
|
1288
|
-
"<%= config.bin %> <%= command.id %> generate-metadata"
|
|
1289
|
-
],
|
|
1290
|
-
"flags": {
|
|
1291
|
-
"entity-type": {
|
|
1292
|
-
"char": "t",
|
|
1293
|
-
"description": "entity type for metadata generation",
|
|
1294
|
-
"name": "entity-type",
|
|
1295
|
-
"hasDynamicHelp": false,
|
|
1296
|
-
"multiple": false,
|
|
1297
|
-
"options": [
|
|
1298
|
-
"client",
|
|
1299
|
-
"prospect",
|
|
1300
|
-
"company",
|
|
1301
|
-
"initiative",
|
|
1302
|
-
"system"
|
|
1303
|
-
],
|
|
1304
|
-
"type": "option"
|
|
1305
|
-
},
|
|
1306
|
-
"force": {
|
|
1307
|
-
"char": "f",
|
|
1308
|
-
"description": "force overwrite existing files",
|
|
1309
|
-
"name": "force",
|
|
1310
|
-
"allowNo": false,
|
|
1311
|
-
"type": "boolean"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
"hasDynamicHelp": false,
|
|
1315
|
-
"hiddenAliases": [],
|
|
1316
|
-
"id": "workspace",
|
|
1317
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1318
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1319
|
-
"pluginType": "core",
|
|
1320
|
-
"strict": true,
|
|
1321
|
-
"isESM": true,
|
|
1322
|
-
"relativePath": [
|
|
1323
|
-
"dist",
|
|
1324
|
-
"commands",
|
|
1325
|
-
"workspace.js"
|
|
1326
|
-
]
|
|
1327
|
-
},
|
|
1328
|
-
"auth:login": {
|
|
1329
|
-
"aliases": [],
|
|
1330
|
-
"args": {},
|
|
1331
|
-
"description": "Authenticate with Gut using OAuth 2.0 PKCE flow",
|
|
1332
|
-
"examples": [
|
|
1333
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1334
|
-
"<%= config.bin %> <%= command.id %> --domain acme.hyperdrive.bot",
|
|
1335
|
-
"<%= config.bin %> <%= command.id %> --port 9876"
|
|
1336
|
-
],
|
|
1337
|
-
"flags": {
|
|
1338
|
-
"domain": {
|
|
1339
|
-
"char": "d",
|
|
1340
|
-
"description": "Tenant domain (e.g., acme.hyperdrive.bot)",
|
|
1341
|
-
"name": "domain",
|
|
1342
|
-
"hasDynamicHelp": false,
|
|
1343
|
-
"multiple": false,
|
|
1344
|
-
"type": "option"
|
|
1345
|
-
},
|
|
1346
|
-
"port": {
|
|
1347
|
-
"char": "p",
|
|
1348
|
-
"description": "Local callback server port",
|
|
1349
|
-
"name": "port",
|
|
1350
|
-
"default": 8766,
|
|
1351
|
-
"hasDynamicHelp": false,
|
|
1352
|
-
"multiple": false,
|
|
1353
|
-
"type": "option"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
"hasDynamicHelp": false,
|
|
1357
|
-
"hiddenAliases": [],
|
|
1358
|
-
"id": "auth:login",
|
|
1359
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1360
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1361
|
-
"pluginType": "core",
|
|
1362
|
-
"strict": true,
|
|
1363
|
-
"enableJsonFlag": false,
|
|
1364
|
-
"isESM": true,
|
|
1365
|
-
"relativePath": [
|
|
1366
|
-
"dist",
|
|
1367
|
-
"commands",
|
|
1368
|
-
"auth",
|
|
1369
|
-
"login.js"
|
|
1370
|
-
]
|
|
1371
|
-
},
|
|
1372
|
-
"auth:logout": {
|
|
1373
|
-
"aliases": [],
|
|
1374
|
-
"args": {},
|
|
1375
|
-
"description": "Remove stored credentials and logout",
|
|
1376
|
-
"examples": [
|
|
1377
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1378
|
-
],
|
|
1379
|
-
"flags": {},
|
|
1380
|
-
"hasDynamicHelp": false,
|
|
1381
|
-
"hiddenAliases": [],
|
|
1382
|
-
"id": "auth:logout",
|
|
1383
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1384
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1385
|
-
"pluginType": "core",
|
|
1386
|
-
"strict": true,
|
|
1387
|
-
"enableJsonFlag": false,
|
|
1388
|
-
"isESM": true,
|
|
1389
|
-
"relativePath": [
|
|
1390
|
-
"dist",
|
|
1391
|
-
"commands",
|
|
1392
|
-
"auth",
|
|
1393
|
-
"logout.js"
|
|
1394
|
-
]
|
|
1395
|
-
},
|
|
1396
|
-
"auth:status": {
|
|
1397
|
-
"aliases": [],
|
|
1398
|
-
"args": {},
|
|
1399
|
-
"description": "Show current authentication status",
|
|
1400
|
-
"examples": [
|
|
1401
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1402
|
-
"<%= config.bin %> <%= command.id %> --verbose"
|
|
1403
|
-
],
|
|
1404
|
-
"flags": {
|
|
1405
|
-
"verbose": {
|
|
1406
|
-
"char": "v",
|
|
1407
|
-
"description": "Show detailed credential information",
|
|
1408
|
-
"name": "verbose",
|
|
1409
|
-
"allowNo": false,
|
|
1410
|
-
"type": "boolean"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"hasDynamicHelp": false,
|
|
1414
|
-
"hiddenAliases": [],
|
|
1415
|
-
"id": "auth:status",
|
|
1416
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1417
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1418
|
-
"pluginType": "core",
|
|
1419
|
-
"strict": true,
|
|
1420
|
-
"enableJsonFlag": false,
|
|
1421
|
-
"isESM": true,
|
|
1422
|
-
"relativePath": [
|
|
1423
|
-
"dist",
|
|
1424
|
-
"commands",
|
|
1425
|
-
"auth",
|
|
1426
|
-
"status.js"
|
|
1427
|
-
]
|
|
1428
|
-
},
|
|
1429
|
-
"claude:init": {
|
|
1430
|
-
"aliases": [],
|
|
1431
|
-
"args": {},
|
|
1432
|
-
"description": "Scaffold Claude Code configuration for gut",
|
|
1433
|
-
"examples": [
|
|
1434
|
-
"<%= config.bin %> claude init",
|
|
1435
|
-
"<%= config.bin %> claude init --dry-run",
|
|
1436
|
-
"<%= config.bin %> claude init --force"
|
|
1437
|
-
],
|
|
1438
|
-
"flags": {
|
|
1439
|
-
"dry-run": {
|
|
1440
|
-
"description": "Preview changes without writing files",
|
|
1441
|
-
"name": "dry-run",
|
|
1442
|
-
"allowNo": false,
|
|
1443
|
-
"type": "boolean"
|
|
1444
|
-
},
|
|
1445
|
-
"force": {
|
|
1446
|
-
"char": "f",
|
|
1447
|
-
"description": "Overwrite existing gut section and command files",
|
|
1448
|
-
"name": "force",
|
|
1449
|
-
"allowNo": false,
|
|
1450
|
-
"type": "boolean"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"hasDynamicHelp": false,
|
|
1454
|
-
"hiddenAliases": [],
|
|
1455
|
-
"id": "claude:init",
|
|
1456
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1457
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1458
|
-
"pluginType": "core",
|
|
1459
|
-
"strict": true,
|
|
1460
|
-
"isESM": true,
|
|
1461
|
-
"relativePath": [
|
|
1462
|
-
"dist",
|
|
1463
|
-
"commands",
|
|
1464
|
-
"claude",
|
|
1465
|
-
"init.js"
|
|
1466
|
-
]
|
|
1467
|
-
},
|
|
1468
|
-
"entity:add": {
|
|
1469
|
-
"aliases": [],
|
|
1470
|
-
"args": {
|
|
1471
|
-
"name": {
|
|
1472
|
-
"description": "Entity name",
|
|
1473
|
-
"name": "name",
|
|
1474
|
-
"required": true
|
|
1475
|
-
},
|
|
1476
|
-
"type": {
|
|
1477
|
-
"description": "Entity type",
|
|
1478
|
-
"name": "type",
|
|
1479
|
-
"options": [
|
|
1480
|
-
"client",
|
|
1481
|
-
"prospect",
|
|
1482
|
-
"company",
|
|
1483
|
-
"initiative",
|
|
1484
|
-
"system",
|
|
1485
|
-
"delivery",
|
|
1486
|
-
"module",
|
|
1487
|
-
"service",
|
|
1488
|
-
"tool"
|
|
1489
|
-
],
|
|
1490
|
-
"required": true
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
"description": "Add a new entity to the workspace",
|
|
1494
|
-
"examples": [
|
|
1495
|
-
"<%= config.bin %> <%= command.id %> delivery my-app --path ./apps/my-app",
|
|
1496
|
-
"<%= config.bin %> <%= command.id %> module my-lib --path ./libs/my-lib --remote git@github.com:org/my-lib.git"
|
|
1497
|
-
],
|
|
1498
|
-
"flags": {
|
|
1499
|
-
"description": {
|
|
1500
|
-
"char": "d",
|
|
1501
|
-
"description": "entity description",
|
|
1502
|
-
"name": "description",
|
|
1503
|
-
"hasDynamicHelp": false,
|
|
1504
|
-
"multiple": false,
|
|
1505
|
-
"type": "option"
|
|
1506
|
-
},
|
|
1507
|
-
"path": {
|
|
1508
|
-
"char": "p",
|
|
1509
|
-
"description": "path to entity",
|
|
1510
|
-
"name": "path",
|
|
1511
|
-
"required": true,
|
|
1512
|
-
"hasDynamicHelp": false,
|
|
1513
|
-
"multiple": false,
|
|
1514
|
-
"type": "option"
|
|
1515
|
-
},
|
|
1516
|
-
"remote": {
|
|
1517
|
-
"char": "r",
|
|
1518
|
-
"description": "git remote URL",
|
|
1519
|
-
"name": "remote",
|
|
1520
|
-
"hasDynamicHelp": false,
|
|
1521
|
-
"multiple": false,
|
|
1522
|
-
"type": "option"
|
|
1523
|
-
},
|
|
1524
|
-
"repo": {
|
|
1525
|
-
"description": "repository name (for GitLab/GitHub)",
|
|
1526
|
-
"name": "repo",
|
|
1527
|
-
"hasDynamicHelp": false,
|
|
1528
|
-
"multiple": false,
|
|
1529
|
-
"type": "option"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
"hasDynamicHelp": false,
|
|
1533
|
-
"hiddenAliases": [],
|
|
1534
|
-
"id": "entity:add",
|
|
1535
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1536
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1537
|
-
"pluginType": "core",
|
|
1538
|
-
"strict": true,
|
|
1539
|
-
"isESM": true,
|
|
1540
|
-
"relativePath": [
|
|
1541
|
-
"dist",
|
|
1542
|
-
"commands",
|
|
1543
|
-
"entity",
|
|
1544
|
-
"add.js"
|
|
1545
|
-
]
|
|
1546
|
-
},
|
|
1547
|
-
"entity:clone-all": {
|
|
1548
|
-
"aliases": [],
|
|
1549
|
-
"args": {},
|
|
1550
|
-
"description": "Clone all configured entities from their repositories",
|
|
1551
|
-
"examples": [
|
|
1552
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1553
|
-
"<%= config.bin %> <%= command.id %> --parallel",
|
|
1554
|
-
"<%= config.bin %> <%= command.id %> --branch develop",
|
|
1555
|
-
"<%= config.bin %> <%= command.id %> --skip-existing"
|
|
1556
|
-
],
|
|
1557
|
-
"flags": {
|
|
1558
|
-
"branch": {
|
|
1559
|
-
"char": "b",
|
|
1560
|
-
"description": "Branch to clone for all entities (auto-detects workspace branch, falls back to master)",
|
|
1561
|
-
"name": "branch",
|
|
1562
|
-
"hasDynamicHelp": false,
|
|
1563
|
-
"multiple": false,
|
|
1564
|
-
"type": "option"
|
|
1565
|
-
},
|
|
1566
|
-
"depth": {
|
|
1567
|
-
"char": "d",
|
|
1568
|
-
"description": "Create shallow clones with specified depth",
|
|
1569
|
-
"name": "depth",
|
|
1570
|
-
"hasDynamicHelp": false,
|
|
1571
|
-
"multiple": false,
|
|
1572
|
-
"type": "option"
|
|
1573
|
-
},
|
|
1574
|
-
"force": {
|
|
1575
|
-
"char": "f",
|
|
1576
|
-
"description": "Force clone even if directories exist",
|
|
1577
|
-
"name": "force",
|
|
1578
|
-
"allowNo": false,
|
|
1579
|
-
"type": "boolean"
|
|
1580
|
-
},
|
|
1581
|
-
"parallel": {
|
|
1582
|
-
"char": "p",
|
|
1583
|
-
"description": "Clone entities in parallel",
|
|
1584
|
-
"name": "parallel",
|
|
1585
|
-
"allowNo": false,
|
|
1586
|
-
"type": "boolean"
|
|
1587
|
-
},
|
|
1588
|
-
"skip-existing": {
|
|
1589
|
-
"description": "Skip entities that already exist",
|
|
1590
|
-
"name": "skip-existing",
|
|
1591
|
-
"allowNo": false,
|
|
1592
|
-
"type": "boolean"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
"hasDynamicHelp": false,
|
|
1596
|
-
"hiddenAliases": [],
|
|
1597
|
-
"id": "entity:clone-all",
|
|
1598
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1599
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1600
|
-
"pluginType": "core",
|
|
1601
|
-
"strict": true,
|
|
1602
|
-
"isESM": true,
|
|
1603
|
-
"relativePath": [
|
|
1604
|
-
"dist",
|
|
1605
|
-
"commands",
|
|
1606
|
-
"entity",
|
|
1607
|
-
"clone-all.js"
|
|
1608
|
-
]
|
|
1609
|
-
},
|
|
1610
|
-
"entity:clone": {
|
|
1611
|
-
"aliases": [],
|
|
1612
|
-
"args": {
|
|
1613
|
-
"name": {
|
|
1614
|
-
"description": "Name of the entity to clone",
|
|
1615
|
-
"name": "name",
|
|
1616
|
-
"required": true
|
|
1617
|
-
}
|
|
1618
|
-
},
|
|
1619
|
-
"description": "Clone a specific entity from its repository",
|
|
1620
|
-
"examples": [
|
|
1621
|
-
"<%= config.bin %> <%= command.id %> my-app",
|
|
1622
|
-
"<%= config.bin %> <%= command.id %> my-app --branch develop",
|
|
1623
|
-
"<%= config.bin %> <%= command.id %> my-app --depth 1"
|
|
1624
|
-
],
|
|
1625
|
-
"flags": {
|
|
1626
|
-
"branch": {
|
|
1627
|
-
"char": "b",
|
|
1628
|
-
"description": "Branch to clone (auto-detects workspace branch, falls back to master)",
|
|
1629
|
-
"name": "branch",
|
|
1630
|
-
"hasDynamicHelp": false,
|
|
1631
|
-
"multiple": false,
|
|
1632
|
-
"type": "option"
|
|
1633
|
-
},
|
|
1634
|
-
"depth": {
|
|
1635
|
-
"char": "d",
|
|
1636
|
-
"description": "Create a shallow clone with specified depth",
|
|
1637
|
-
"name": "depth",
|
|
1638
|
-
"hasDynamicHelp": false,
|
|
1639
|
-
"multiple": false,
|
|
1640
|
-
"type": "option"
|
|
1641
|
-
},
|
|
1642
|
-
"force": {
|
|
1643
|
-
"char": "f",
|
|
1644
|
-
"description": "Force clone even if directory exists",
|
|
1645
|
-
"name": "force",
|
|
1646
|
-
"allowNo": false,
|
|
1647
|
-
"type": "boolean"
|
|
1648
|
-
},
|
|
1649
|
-
"path": {
|
|
1650
|
-
"char": "p",
|
|
1651
|
-
"description": "Custom path to clone to (relative to workspace)",
|
|
1652
|
-
"name": "path",
|
|
1653
|
-
"hasDynamicHelp": false,
|
|
1654
|
-
"multiple": false,
|
|
1655
|
-
"type": "option"
|
|
1656
|
-
}
|
|
1657
|
-
},
|
|
1658
|
-
"hasDynamicHelp": false,
|
|
1659
|
-
"hiddenAliases": [],
|
|
1660
|
-
"id": "entity:clone",
|
|
1661
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1662
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1663
|
-
"pluginType": "core",
|
|
1664
|
-
"strict": true,
|
|
1665
|
-
"isESM": true,
|
|
1666
|
-
"relativePath": [
|
|
1667
|
-
"dist",
|
|
1668
|
-
"commands",
|
|
1669
|
-
"entity",
|
|
1670
|
-
"clone.js"
|
|
1671
|
-
]
|
|
1672
|
-
},
|
|
1673
|
-
"entity:list": {
|
|
1674
|
-
"aliases": [],
|
|
1675
|
-
"args": {},
|
|
1676
|
-
"description": "List all configured entities",
|
|
1677
|
-
"examples": [
|
|
1678
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1679
|
-
"<%= config.bin %> <%= command.id %> --type delivery",
|
|
1680
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
1681
|
-
],
|
|
1682
|
-
"flags": {
|
|
1683
|
-
"json": {
|
|
1684
|
-
"description": "output as JSON",
|
|
1685
|
-
"name": "json",
|
|
1686
|
-
"allowNo": false,
|
|
1687
|
-
"type": "boolean"
|
|
1688
|
-
},
|
|
1689
|
-
"type": {
|
|
1690
|
-
"char": "t",
|
|
1691
|
-
"description": "filter by entity type",
|
|
1692
|
-
"name": "type",
|
|
1693
|
-
"hasDynamicHelp": false,
|
|
1694
|
-
"multiple": false,
|
|
1695
|
-
"options": [
|
|
1696
|
-
"client",
|
|
1697
|
-
"company",
|
|
1698
|
-
"delivery",
|
|
1699
|
-
"initiative",
|
|
1700
|
-
"module",
|
|
1701
|
-
"prospect",
|
|
1702
|
-
"service",
|
|
1703
|
-
"system",
|
|
1704
|
-
"tool"
|
|
1705
|
-
],
|
|
1706
|
-
"type": "option"
|
|
1707
|
-
},
|
|
1708
|
-
"verbose": {
|
|
1709
|
-
"char": "v",
|
|
1710
|
-
"description": "show detailed information",
|
|
1711
|
-
"name": "verbose",
|
|
1712
|
-
"allowNo": false,
|
|
1713
|
-
"type": "boolean"
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
|
-
"hasDynamicHelp": false,
|
|
1717
|
-
"hiddenAliases": [],
|
|
1718
|
-
"id": "entity:list",
|
|
1719
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1720
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1721
|
-
"pluginType": "core",
|
|
1722
|
-
"strict": true,
|
|
1723
|
-
"isESM": true,
|
|
1724
|
-
"relativePath": [
|
|
1725
|
-
"dist",
|
|
1726
|
-
"commands",
|
|
1727
|
-
"entity",
|
|
1728
|
-
"list.js"
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
"entity:remove": {
|
|
1732
|
-
"aliases": [],
|
|
1733
|
-
"args": {
|
|
1734
|
-
"name": {
|
|
1735
|
-
"description": "Entity name to remove",
|
|
1736
|
-
"name": "name",
|
|
1737
|
-
"required": true
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
"description": "Remove an entity from the workspace configuration",
|
|
1741
|
-
"examples": [
|
|
1742
|
-
"<%= config.bin %> <%= command.id %> my-app",
|
|
1743
|
-
"<%= config.bin %> <%= command.id %> my-app --force"
|
|
1744
|
-
],
|
|
1745
|
-
"flags": {
|
|
1746
|
-
"force": {
|
|
1747
|
-
"char": "f",
|
|
1748
|
-
"description": "skip confirmation prompt",
|
|
1749
|
-
"name": "force",
|
|
1750
|
-
"allowNo": false,
|
|
1751
|
-
"type": "boolean"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
"hasDynamicHelp": false,
|
|
1755
|
-
"hiddenAliases": [],
|
|
1756
|
-
"id": "entity:remove",
|
|
1757
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1758
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1759
|
-
"pluginType": "core",
|
|
1760
|
-
"strict": true,
|
|
1761
|
-
"isESM": true,
|
|
1762
|
-
"relativePath": [
|
|
1763
|
-
"dist",
|
|
1764
|
-
"commands",
|
|
1765
|
-
"entity",
|
|
1766
|
-
"remove.js"
|
|
1767
|
-
]
|
|
1768
|
-
},
|
|
1769
|
-
"worktree:create": {
|
|
1770
|
-
"aliases": [],
|
|
1771
|
-
"args": {
|
|
1772
|
-
"name": {
|
|
1773
|
-
"description": "Branch name for the worktree",
|
|
1774
|
-
"name": "name",
|
|
1775
|
-
"required": true
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
"description": "Create mirrored worktrees for super-repo and focused entities",
|
|
1779
|
-
"examples": [
|
|
1780
|
-
"<%= config.bin %> worktree create workflow/deploy-batch",
|
|
1781
|
-
"<%= config.bin %> worktree create workflow/deploy-batch --from master --install",
|
|
1782
|
-
"<%= config.bin %> worktree create feature/story-42 --base-dir /home/user/worktrees",
|
|
1783
|
-
"<%= config.bin %> worktree create seo-lake --entity serverless-api:feature/seo-lake --entity sign",
|
|
1784
|
-
"GUT_WORKTREE_DIR=/tmp/gut-worktrees <%= config.bin %> worktree create feature/ci-run"
|
|
1785
|
-
],
|
|
1786
|
-
"flags": {
|
|
1787
|
-
"base-dir": {
|
|
1788
|
-
"description": "Root directory for worktrees (default: ~/.local/share/gut/worktrees, override via GUT_WORKTREE_DIR env var; explicit --base-dir wins)",
|
|
1789
|
-
"name": "base-dir",
|
|
1790
|
-
"default": "/root/.local/share/gut/worktrees",
|
|
1791
|
-
"hasDynamicHelp": false,
|
|
1792
|
-
"multiple": false,
|
|
1793
|
-
"type": "option"
|
|
1794
|
-
},
|
|
1795
|
-
"entity": {
|
|
1796
|
-
"description": "Entity to include, optionally pinned to a branch via \"name:branch\". Repeatable. Overrides current focus when provided.",
|
|
1797
|
-
"name": "entity",
|
|
1798
|
-
"hasDynamicHelp": false,
|
|
1799
|
-
"multiple": true,
|
|
1800
|
-
"type": "option"
|
|
1801
|
-
},
|
|
1802
|
-
"from": {
|
|
1803
|
-
"description": "Base branch to create from (defaults to current branch)",
|
|
1804
|
-
"name": "from",
|
|
1805
|
-
"hasDynamicHelp": false,
|
|
1806
|
-
"multiple": false,
|
|
1807
|
-
"type": "option"
|
|
1808
|
-
},
|
|
1809
|
-
"install": {
|
|
1810
|
-
"description": "Run pnpm install after creation",
|
|
1811
|
-
"name": "install",
|
|
1812
|
-
"allowNo": false,
|
|
1813
|
-
"type": "boolean"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
"hasDynamicHelp": false,
|
|
1817
|
-
"hiddenAliases": [],
|
|
1818
|
-
"id": "worktree:create",
|
|
1819
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1820
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1821
|
-
"pluginType": "core",
|
|
1822
|
-
"strict": true,
|
|
1823
|
-
"isESM": true,
|
|
1824
|
-
"relativePath": [
|
|
1825
|
-
"dist",
|
|
1826
|
-
"commands",
|
|
1827
|
-
"worktree",
|
|
1828
|
-
"create.js"
|
|
1829
|
-
]
|
|
1830
|
-
},
|
|
1831
|
-
"worktree:gc": {
|
|
1832
|
-
"aliases": [],
|
|
1833
|
-
"args": {},
|
|
1834
|
-
"description": "Remove worktrees older than a given duration (garbage collection)",
|
|
1835
|
-
"examples": [
|
|
1836
|
-
"<%= config.bin %> worktree gc --older-than 7d",
|
|
1837
|
-
"<%= config.bin %> worktree gc --older-than 14d --force",
|
|
1838
|
-
"<%= config.bin %> worktree gc --older-than 7d --dry-run"
|
|
1839
|
-
],
|
|
1840
|
-
"flags": {
|
|
1841
|
-
"dry-run": {
|
|
1842
|
-
"char": "n",
|
|
1843
|
-
"description": "List candidates without removing anything",
|
|
1844
|
-
"name": "dry-run",
|
|
1845
|
-
"allowNo": false,
|
|
1846
|
-
"type": "boolean"
|
|
1847
|
-
},
|
|
1848
|
-
"force": {
|
|
1849
|
-
"char": "f",
|
|
1850
|
-
"description": "Remove even worktrees with uncommitted changes",
|
|
1851
|
-
"name": "force",
|
|
1852
|
-
"allowNo": false,
|
|
1853
|
-
"type": "boolean"
|
|
1854
|
-
},
|
|
1855
|
-
"older-than": {
|
|
1856
|
-
"char": "o",
|
|
1857
|
-
"description": "Duration threshold (e.g. '7d', '24h', '30m', '90s')",
|
|
1858
|
-
"name": "older-than",
|
|
1859
|
-
"required": true,
|
|
1860
|
-
"hasDynamicHelp": false,
|
|
1861
|
-
"multiple": false,
|
|
1862
|
-
"type": "option"
|
|
1863
|
-
}
|
|
1864
|
-
},
|
|
1865
|
-
"hasDynamicHelp": false,
|
|
1866
|
-
"hiddenAliases": [],
|
|
1867
|
-
"id": "worktree:gc",
|
|
1868
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1869
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1870
|
-
"pluginType": "core",
|
|
1871
|
-
"strict": true,
|
|
1872
|
-
"isESM": true,
|
|
1873
|
-
"relativePath": [
|
|
1874
|
-
"dist",
|
|
1875
|
-
"commands",
|
|
1876
|
-
"worktree",
|
|
1877
|
-
"gc.js"
|
|
1878
|
-
]
|
|
1879
|
-
},
|
|
1880
|
-
"worktree:list": {
|
|
1881
|
-
"aliases": [],
|
|
1882
|
-
"args": {},
|
|
1883
|
-
"description": "List all active worktrees with metadata and staleness detection",
|
|
1884
|
-
"examples": [
|
|
1885
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1886
|
-
],
|
|
1887
|
-
"flags": {},
|
|
1888
|
-
"hasDynamicHelp": false,
|
|
1889
|
-
"hiddenAliases": [],
|
|
1890
|
-
"id": "worktree:list",
|
|
1891
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1892
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1893
|
-
"pluginType": "core",
|
|
1894
|
-
"strict": true,
|
|
1895
|
-
"isESM": true,
|
|
1896
|
-
"relativePath": [
|
|
1897
|
-
"dist",
|
|
1898
|
-
"commands",
|
|
1899
|
-
"worktree",
|
|
1900
|
-
"list.js"
|
|
1901
|
-
]
|
|
1902
|
-
},
|
|
1903
|
-
"worktree:prune": {
|
|
1904
|
-
"aliases": [],
|
|
1905
|
-
"args": {},
|
|
1906
|
-
"description": "Remove worktree records whose paths no longer exist on disk",
|
|
1907
|
-
"examples": [
|
|
1908
|
-
"<%= config.bin %> worktree prune"
|
|
1909
|
-
],
|
|
1910
|
-
"flags": {},
|
|
1911
|
-
"hasDynamicHelp": false,
|
|
1912
|
-
"hiddenAliases": [],
|
|
1913
|
-
"id": "worktree:prune",
|
|
1914
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1915
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1916
|
-
"pluginType": "core",
|
|
1917
|
-
"strict": true,
|
|
1918
|
-
"isESM": true,
|
|
1919
|
-
"relativePath": [
|
|
1920
|
-
"dist",
|
|
1921
|
-
"commands",
|
|
1922
|
-
"worktree",
|
|
1923
|
-
"prune.js"
|
|
1924
|
-
]
|
|
1925
|
-
},
|
|
1926
|
-
"worktree:remove": {
|
|
1927
|
-
"aliases": [],
|
|
1928
|
-
"args": {
|
|
1929
|
-
"name": {
|
|
1930
|
-
"description": "Worktree name to remove",
|
|
1931
|
-
"name": "name",
|
|
1932
|
-
"required": true
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
"description": "Remove a worktree and all entity worktrees",
|
|
1936
|
-
"examples": [
|
|
1937
|
-
"<%= config.bin %> worktree remove workflow/batch",
|
|
1938
|
-
"<%= config.bin %> worktree remove workflow/batch --force"
|
|
1939
|
-
],
|
|
1940
|
-
"flags": {
|
|
1941
|
-
"force": {
|
|
1942
|
-
"char": "f",
|
|
1943
|
-
"description": "Remove even with uncommitted changes",
|
|
1944
|
-
"name": "force",
|
|
1945
|
-
"allowNo": false,
|
|
1946
|
-
"type": "boolean"
|
|
1947
|
-
}
|
|
1948
|
-
},
|
|
1949
|
-
"hasDynamicHelp": false,
|
|
1950
|
-
"hiddenAliases": [],
|
|
1951
|
-
"id": "worktree:remove",
|
|
1952
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1953
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1954
|
-
"pluginType": "core",
|
|
1955
|
-
"strict": true,
|
|
1956
|
-
"isESM": true,
|
|
1957
|
-
"relativePath": [
|
|
1958
|
-
"dist",
|
|
1959
|
-
"commands",
|
|
1960
|
-
"worktree",
|
|
1961
|
-
"remove.js"
|
|
1962
|
-
]
|
|
1963
|
-
},
|
|
1964
|
-
"worktree:status": {
|
|
1965
|
-
"aliases": [],
|
|
1966
|
-
"args": {
|
|
1967
|
-
"name": {
|
|
1968
|
-
"description": "Worktree name (shows all if omitted)",
|
|
1969
|
-
"name": "name",
|
|
1970
|
-
"required": false
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
"description": "Show per-entity git status for worktrees",
|
|
1974
|
-
"examples": [
|
|
1975
|
-
"<%= config.bin %> worktree status",
|
|
1976
|
-
"<%= config.bin %> worktree status workflow/deploy-batch"
|
|
1977
|
-
],
|
|
1978
|
-
"flags": {},
|
|
1979
|
-
"hasDynamicHelp": false,
|
|
1980
|
-
"hiddenAliases": [],
|
|
1981
|
-
"id": "worktree:status",
|
|
1982
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
1983
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
1984
|
-
"pluginType": "core",
|
|
1985
|
-
"strict": true,
|
|
1986
|
-
"isESM": true,
|
|
1987
|
-
"relativePath": [
|
|
1988
|
-
"dist",
|
|
1989
|
-
"commands",
|
|
1990
|
-
"worktree",
|
|
1991
|
-
"status.js"
|
|
1992
|
-
]
|
|
1993
|
-
},
|
|
1994
|
-
"ticket:config": {
|
|
1995
|
-
"aliases": [],
|
|
1996
|
-
"args": {},
|
|
1997
|
-
"description": "Configure ticket source (JIRA, GitHub, etc.) for this tenant",
|
|
1998
|
-
"examples": [
|
|
1999
|
-
"<%= config.bin %> ticket config --show",
|
|
2000
|
-
"<%= config.bin %> ticket config --type jira --url https://company.atlassian.net --secret-arn arn:aws:secretsmanager:..."
|
|
2001
|
-
],
|
|
2002
|
-
"flags": {
|
|
2003
|
-
"secret-arn": {
|
|
2004
|
-
"description": "AWS Secrets Manager ARN for credentials",
|
|
2005
|
-
"name": "secret-arn",
|
|
2006
|
-
"hasDynamicHelp": false,
|
|
2007
|
-
"multiple": false,
|
|
2008
|
-
"type": "option"
|
|
2009
|
-
},
|
|
2010
|
-
"json": {
|
|
2011
|
-
"char": "j",
|
|
2012
|
-
"description": "output as JSON",
|
|
2013
|
-
"name": "json",
|
|
2014
|
-
"allowNo": false,
|
|
2015
|
-
"type": "boolean"
|
|
2016
|
-
},
|
|
2017
|
-
"show": {
|
|
2018
|
-
"description": "show current configuration",
|
|
2019
|
-
"name": "show",
|
|
2020
|
-
"allowNo": false,
|
|
2021
|
-
"type": "boolean"
|
|
2022
|
-
},
|
|
2023
|
-
"type": {
|
|
2024
|
-
"description": "source type",
|
|
2025
|
-
"name": "type",
|
|
2026
|
-
"hasDynamicHelp": false,
|
|
2027
|
-
"multiple": false,
|
|
2028
|
-
"options": [
|
|
2029
|
-
"jira",
|
|
2030
|
-
"github",
|
|
2031
|
-
"linear"
|
|
2032
|
-
],
|
|
2033
|
-
"type": "option"
|
|
2034
|
-
},
|
|
2035
|
-
"url": {
|
|
2036
|
-
"description": "base URL (e.g., https://company.atlassian.net)",
|
|
2037
|
-
"name": "url",
|
|
2038
|
-
"hasDynamicHelp": false,
|
|
2039
|
-
"multiple": false,
|
|
2040
|
-
"type": "option"
|
|
2041
|
-
}
|
|
2042
|
-
},
|
|
2043
|
-
"hasDynamicHelp": false,
|
|
2044
|
-
"hiddenAliases": [],
|
|
2045
|
-
"id": "ticket:config",
|
|
2046
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2047
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2048
|
-
"pluginType": "core",
|
|
2049
|
-
"strict": true,
|
|
2050
|
-
"isESM": true,
|
|
2051
|
-
"relativePath": [
|
|
2052
|
-
"dist",
|
|
2053
|
-
"commands",
|
|
2054
|
-
"ticket",
|
|
2055
|
-
"config.js"
|
|
2056
|
-
]
|
|
2057
|
-
},
|
|
2058
|
-
"ticket:focus": {
|
|
2059
|
-
"aliases": [],
|
|
2060
|
-
"args": {
|
|
2061
|
-
"ticketId": {
|
|
2062
|
-
"description": "ticket ID to focus on (e.g., PROJ-1234)",
|
|
2063
|
-
"name": "ticketId",
|
|
2064
|
-
"required": true
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
"description": "Focus on a ticket - downloads manifest and clones required entities",
|
|
2068
|
-
"examples": [
|
|
2069
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234",
|
|
2070
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --checkout",
|
|
2071
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --manifest-only",
|
|
2072
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --output ./my-ticket"
|
|
2073
|
-
],
|
|
2074
|
-
"flags": {
|
|
2075
|
-
"checkout": {
|
|
2076
|
-
"char": "c",
|
|
2077
|
-
"description": "checkout the ticket branch after cloning",
|
|
2078
|
-
"name": "checkout",
|
|
2079
|
-
"allowNo": false,
|
|
2080
|
-
"type": "boolean"
|
|
2081
|
-
},
|
|
2082
|
-
"json": {
|
|
2083
|
-
"char": "j",
|
|
2084
|
-
"description": "output as JSON",
|
|
2085
|
-
"name": "json",
|
|
2086
|
-
"allowNo": false,
|
|
2087
|
-
"type": "boolean"
|
|
2088
|
-
},
|
|
2089
|
-
"manifest-only": {
|
|
2090
|
-
"char": "m",
|
|
2091
|
-
"description": "only download manifest, do not clone entities",
|
|
2092
|
-
"name": "manifest-only",
|
|
2093
|
-
"allowNo": false,
|
|
2094
|
-
"type": "boolean"
|
|
2095
|
-
},
|
|
2096
|
-
"output": {
|
|
2097
|
-
"char": "o",
|
|
2098
|
-
"description": "output directory for manifest (default: focus/)",
|
|
2099
|
-
"name": "output",
|
|
2100
|
-
"hasDynamicHelp": false,
|
|
2101
|
-
"multiple": false,
|
|
2102
|
-
"type": "option"
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
"hasDynamicHelp": false,
|
|
2106
|
-
"hiddenAliases": [],
|
|
2107
|
-
"id": "ticket:focus",
|
|
2108
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2109
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2110
|
-
"pluginType": "core",
|
|
2111
|
-
"strict": true,
|
|
2112
|
-
"isESM": true,
|
|
2113
|
-
"relativePath": [
|
|
2114
|
-
"dist",
|
|
2115
|
-
"commands",
|
|
2116
|
-
"ticket",
|
|
2117
|
-
"focus.js"
|
|
2118
|
-
]
|
|
2119
|
-
},
|
|
2120
|
-
"ticket:get": {
|
|
2121
|
-
"aliases": [],
|
|
2122
|
-
"args": {
|
|
2123
|
-
"ticketId": {
|
|
2124
|
-
"description": "ticket ID (e.g., PROJ-1234)",
|
|
2125
|
-
"name": "ticketId",
|
|
2126
|
-
"required": true
|
|
2127
|
-
}
|
|
2128
|
-
},
|
|
2129
|
-
"description": "Get details for a gut ticket",
|
|
2130
|
-
"examples": [
|
|
2131
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234",
|
|
2132
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --json"
|
|
2133
|
-
],
|
|
2134
|
-
"flags": {
|
|
2135
|
-
"json": {
|
|
2136
|
-
"char": "j",
|
|
2137
|
-
"description": "output as JSON",
|
|
2138
|
-
"name": "json",
|
|
2139
|
-
"allowNo": false,
|
|
2140
|
-
"type": "boolean"
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
"hasDynamicHelp": false,
|
|
2144
|
-
"hiddenAliases": [],
|
|
2145
|
-
"id": "ticket:get",
|
|
2146
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2147
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2148
|
-
"pluginType": "core",
|
|
2149
|
-
"strict": true,
|
|
2150
|
-
"isESM": true,
|
|
2151
|
-
"relativePath": [
|
|
2152
|
-
"dist",
|
|
2153
|
-
"commands",
|
|
2154
|
-
"ticket",
|
|
2155
|
-
"get.js"
|
|
2156
|
-
]
|
|
2157
|
-
},
|
|
2158
|
-
"ticket:hint": {
|
|
2159
|
-
"aliases": [],
|
|
2160
|
-
"args": {
|
|
2161
|
-
"hint": {
|
|
2162
|
-
"description": "hint text to add (if not provided, will prompt)",
|
|
2163
|
-
"name": "hint",
|
|
2164
|
-
"required": false
|
|
2165
|
-
},
|
|
2166
|
-
"ticketId": {
|
|
2167
|
-
"description": "ticket ID to add hint to",
|
|
2168
|
-
"name": "ticketId",
|
|
2169
|
-
"required": true
|
|
2170
|
-
}
|
|
2171
|
-
},
|
|
2172
|
-
"description": "Add a hint to a blocked or needs_clarity ticket to help AI retry",
|
|
2173
|
-
"examples": [
|
|
2174
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 \"The auth token is in the Authorization header\"",
|
|
2175
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --editor",
|
|
2176
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234"
|
|
2177
|
-
],
|
|
2178
|
-
"flags": {
|
|
2179
|
-
"editor": {
|
|
2180
|
-
"char": "e",
|
|
2181
|
-
"description": "open editor for hint text",
|
|
2182
|
-
"name": "editor",
|
|
2183
|
-
"allowNo": false,
|
|
2184
|
-
"type": "boolean"
|
|
2185
|
-
},
|
|
2186
|
-
"given-by": {
|
|
2187
|
-
"char": "g",
|
|
2188
|
-
"description": "identifier of who is giving the hint",
|
|
2189
|
-
"name": "given-by",
|
|
2190
|
-
"default": "human",
|
|
2191
|
-
"hasDynamicHelp": false,
|
|
2192
|
-
"multiple": false,
|
|
2193
|
-
"type": "option"
|
|
2194
|
-
},
|
|
2195
|
-
"json": {
|
|
2196
|
-
"char": "j",
|
|
2197
|
-
"description": "output as JSON",
|
|
2198
|
-
"name": "json",
|
|
2199
|
-
"allowNo": false,
|
|
2200
|
-
"type": "boolean"
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
"hasDynamicHelp": false,
|
|
2204
|
-
"hiddenAliases": [],
|
|
2205
|
-
"id": "ticket:hint",
|
|
2206
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2207
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2208
|
-
"pluginType": "core",
|
|
2209
|
-
"strict": true,
|
|
2210
|
-
"isESM": true,
|
|
2211
|
-
"relativePath": [
|
|
2212
|
-
"dist",
|
|
2213
|
-
"commands",
|
|
2214
|
-
"ticket",
|
|
2215
|
-
"hint.js"
|
|
2216
|
-
]
|
|
2217
|
-
},
|
|
2218
|
-
"ticket": {
|
|
2219
|
-
"aliases": [],
|
|
2220
|
-
"args": {},
|
|
2221
|
-
"description": "Manage gut tickets from the ADHB (Autonomous Development with Human Backstop) system",
|
|
2222
|
-
"examples": [
|
|
2223
|
-
"<%= config.bin %> ticket list",
|
|
2224
|
-
"<%= config.bin %> ticket get PROJ-1234",
|
|
2225
|
-
"<%= config.bin %> ticket focus PROJ-1234",
|
|
2226
|
-
"<%= config.bin %> ticket hint PROJ-1234 \"Check the config file\"",
|
|
2227
|
-
"<%= config.bin %> ticket sync PROJ-1234",
|
|
2228
|
-
"<%= config.bin %> ticket update PROJ-1234 --status in_progress"
|
|
2229
|
-
],
|
|
2230
|
-
"flags": {
|
|
2231
|
-
"help": {
|
|
2232
|
-
"char": "h",
|
|
2233
|
-
"description": "Show CLI help.",
|
|
2234
|
-
"name": "help",
|
|
2235
|
-
"allowNo": false,
|
|
2236
|
-
"type": "boolean"
|
|
2237
|
-
}
|
|
2238
|
-
},
|
|
2239
|
-
"hasDynamicHelp": false,
|
|
2240
|
-
"hiddenAliases": [],
|
|
2241
|
-
"id": "ticket",
|
|
2242
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2243
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2244
|
-
"pluginType": "core",
|
|
2245
|
-
"strict": true,
|
|
2246
|
-
"isESM": true,
|
|
2247
|
-
"relativePath": [
|
|
2248
|
-
"dist",
|
|
2249
|
-
"commands",
|
|
2250
|
-
"ticket",
|
|
2251
|
-
"index.js"
|
|
2252
|
-
]
|
|
2253
|
-
},
|
|
2254
|
-
"ticket:list": {
|
|
2255
|
-
"aliases": [],
|
|
2256
|
-
"args": {},
|
|
2257
|
-
"description": "List gut tickets",
|
|
2258
|
-
"examples": [
|
|
2259
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2260
|
-
"<%= config.bin %> <%= command.id %> --status ready",
|
|
2261
|
-
"<%= config.bin %> <%= command.id %> --status blocked --limit 10",
|
|
2262
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
2263
|
-
],
|
|
2264
|
-
"flags": {
|
|
2265
|
-
"json": {
|
|
2266
|
-
"char": "j",
|
|
2267
|
-
"description": "output as JSON",
|
|
2268
|
-
"name": "json",
|
|
2269
|
-
"allowNo": false,
|
|
2270
|
-
"type": "boolean"
|
|
2271
|
-
},
|
|
2272
|
-
"limit": {
|
|
2273
|
-
"char": "l",
|
|
2274
|
-
"description": "maximum number of tickets to show",
|
|
2275
|
-
"name": "limit",
|
|
2276
|
-
"default": 20,
|
|
2277
|
-
"hasDynamicHelp": false,
|
|
2278
|
-
"multiple": false,
|
|
2279
|
-
"type": "option"
|
|
2280
|
-
},
|
|
2281
|
-
"status": {
|
|
2282
|
-
"char": "s",
|
|
2283
|
-
"description": "filter by status (enriching, needs_clarity, ready, in_progress, testing, in_review, blocked, ready_to_merge, deploying, validating, done)",
|
|
2284
|
-
"name": "status",
|
|
2285
|
-
"hasDynamicHelp": false,
|
|
2286
|
-
"multiple": false,
|
|
2287
|
-
"options": [
|
|
2288
|
-
"enriching",
|
|
2289
|
-
"needs_clarity",
|
|
2290
|
-
"ready",
|
|
2291
|
-
"in_progress",
|
|
2292
|
-
"testing",
|
|
2293
|
-
"in_review",
|
|
2294
|
-
"blocked",
|
|
2295
|
-
"ready_to_merge",
|
|
2296
|
-
"deploying",
|
|
2297
|
-
"validating",
|
|
2298
|
-
"done"
|
|
2299
|
-
],
|
|
2300
|
-
"type": "option"
|
|
2301
|
-
}
|
|
2302
|
-
},
|
|
2303
|
-
"hasDynamicHelp": false,
|
|
2304
|
-
"hiddenAliases": [],
|
|
2305
|
-
"id": "ticket:list",
|
|
2306
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2307
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2308
|
-
"pluginType": "core",
|
|
2309
|
-
"strict": true,
|
|
2310
|
-
"isESM": true,
|
|
2311
|
-
"relativePath": [
|
|
2312
|
-
"dist",
|
|
2313
|
-
"commands",
|
|
2314
|
-
"ticket",
|
|
2315
|
-
"list.js"
|
|
2316
|
-
]
|
|
2317
|
-
},
|
|
2318
|
-
"ticket:sync": {
|
|
2319
|
-
"aliases": [],
|
|
2320
|
-
"args": {
|
|
2321
|
-
"ticketId": {
|
|
2322
|
-
"description": "ticket ID to sync (e.g., PROJ-1234)",
|
|
2323
|
-
"name": "ticketId",
|
|
2324
|
-
"required": true
|
|
2325
|
-
}
|
|
2326
|
-
},
|
|
2327
|
-
"description": "Sync ticket state with external source (JIRA, GitHub, etc.)\n\nFor pull direction:\n - If ticket exists in gut: updates from source\n - If ticket doesn't exist: creates it and queues enrichment\n\nFor push direction:\n - Updates source system with gut ticket state",
|
|
2328
|
-
"examples": [
|
|
2329
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234",
|
|
2330
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --direction push",
|
|
2331
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --direction pull",
|
|
2332
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --direction pull --no-enrich"
|
|
2333
|
-
],
|
|
2334
|
-
"flags": {
|
|
2335
|
-
"direction": {
|
|
2336
|
-
"char": "d",
|
|
2337
|
-
"description": "sync direction (push: gut -> source, pull: source -> gut)",
|
|
2338
|
-
"name": "direction",
|
|
2339
|
-
"default": "push",
|
|
2340
|
-
"hasDynamicHelp": false,
|
|
2341
|
-
"multiple": false,
|
|
2342
|
-
"options": [
|
|
2343
|
-
"push",
|
|
2344
|
-
"pull"
|
|
2345
|
-
],
|
|
2346
|
-
"type": "option"
|
|
2347
|
-
},
|
|
2348
|
-
"json": {
|
|
2349
|
-
"char": "j",
|
|
2350
|
-
"description": "output as JSON",
|
|
2351
|
-
"name": "json",
|
|
2352
|
-
"allowNo": false,
|
|
2353
|
-
"type": "boolean"
|
|
2354
|
-
},
|
|
2355
|
-
"no-enrich": {
|
|
2356
|
-
"description": "skip enrichment queue when pulling new tickets",
|
|
2357
|
-
"name": "no-enrich",
|
|
2358
|
-
"allowNo": false,
|
|
2359
|
-
"type": "boolean"
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
"hasDynamicHelp": false,
|
|
2363
|
-
"hiddenAliases": [],
|
|
2364
|
-
"id": "ticket:sync",
|
|
2365
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2366
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2367
|
-
"pluginType": "core",
|
|
2368
|
-
"strict": true,
|
|
2369
|
-
"isESM": true,
|
|
2370
|
-
"relativePath": [
|
|
2371
|
-
"dist",
|
|
2372
|
-
"commands",
|
|
2373
|
-
"ticket",
|
|
2374
|
-
"sync.js"
|
|
2375
|
-
]
|
|
2376
|
-
},
|
|
2377
|
-
"ticket:update": {
|
|
2378
|
-
"aliases": [],
|
|
2379
|
-
"args": {
|
|
2380
|
-
"ticketId": {
|
|
2381
|
-
"description": "ticket ID to update",
|
|
2382
|
-
"name": "ticketId",
|
|
2383
|
-
"required": true
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
|
-
"description": "Update a ticket status or confidence",
|
|
2387
|
-
"examples": [
|
|
2388
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --status in_progress",
|
|
2389
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --status testing --confidence 85",
|
|
2390
|
-
"<%= config.bin %> <%= command.id %> PROJ-1234 --phase implementation"
|
|
2391
|
-
],
|
|
2392
|
-
"flags": {
|
|
2393
|
-
"confidence": {
|
|
2394
|
-
"char": "c",
|
|
2395
|
-
"description": "new confidence score (0-100)",
|
|
2396
|
-
"name": "confidence",
|
|
2397
|
-
"hasDynamicHelp": false,
|
|
2398
|
-
"multiple": false,
|
|
2399
|
-
"type": "option"
|
|
2400
|
-
},
|
|
2401
|
-
"json": {
|
|
2402
|
-
"char": "j",
|
|
2403
|
-
"description": "output as JSON",
|
|
2404
|
-
"name": "json",
|
|
2405
|
-
"allowNo": false,
|
|
2406
|
-
"type": "boolean"
|
|
2407
|
-
},
|
|
2408
|
-
"phase": {
|
|
2409
|
-
"char": "p",
|
|
2410
|
-
"description": "new workflow phase",
|
|
2411
|
-
"name": "phase",
|
|
2412
|
-
"hasDynamicHelp": false,
|
|
2413
|
-
"multiple": false,
|
|
2414
|
-
"options": [
|
|
2415
|
-
"enrichment",
|
|
2416
|
-
"planning",
|
|
2417
|
-
"implementation",
|
|
2418
|
-
"testing",
|
|
2419
|
-
"review",
|
|
2420
|
-
"merge",
|
|
2421
|
-
"deployment",
|
|
2422
|
-
"validation"
|
|
2423
|
-
],
|
|
2424
|
-
"type": "option"
|
|
2425
|
-
},
|
|
2426
|
-
"status": {
|
|
2427
|
-
"char": "s",
|
|
2428
|
-
"description": "new ticket status (enriching, needs_clarity, ready, in_progress, testing, in_review, blocked, ready_to_merge, deploying, validating, done)",
|
|
2429
|
-
"name": "status",
|
|
2430
|
-
"hasDynamicHelp": false,
|
|
2431
|
-
"multiple": false,
|
|
2432
|
-
"options": [
|
|
2433
|
-
"enriching",
|
|
2434
|
-
"needs_clarity",
|
|
2435
|
-
"ready",
|
|
2436
|
-
"in_progress",
|
|
2437
|
-
"testing",
|
|
2438
|
-
"in_review",
|
|
2439
|
-
"blocked",
|
|
2440
|
-
"ready_to_merge",
|
|
2441
|
-
"deploying",
|
|
2442
|
-
"validating",
|
|
2443
|
-
"done"
|
|
2444
|
-
],
|
|
2445
|
-
"type": "option"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
"hasDynamicHelp": false,
|
|
2449
|
-
"hiddenAliases": [],
|
|
2450
|
-
"id": "ticket:update",
|
|
2451
|
-
"pluginAlias": "@hyperdrive.bot/gut",
|
|
2452
|
-
"pluginName": "@hyperdrive.bot/gut",
|
|
2453
|
-
"pluginType": "core",
|
|
2454
|
-
"strict": true,
|
|
2455
|
-
"isESM": true,
|
|
2456
|
-
"relativePath": [
|
|
2457
|
-
"dist",
|
|
2458
|
-
"commands",
|
|
2459
|
-
"ticket",
|
|
2460
|
-
"update.js"
|
|
2461
|
-
]
|
|
2462
|
-
}
|
|
2463
|
-
},
|
|
2464
|
-
"version": "0.2.0"
|
|
2465
|
-
}
|