claude-autopm 3.0.1 ā 3.0.2
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/package.json +1 -1
- package/packages/plugin-pm/plugin.json +425 -47
- package/scripts/add-wrapper-scripts.js +66 -0
package/package.json
CHANGED
|
@@ -17,7 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"size": "~25 KB (gzipped)",
|
|
19
19
|
"required": false,
|
|
20
|
-
"tags": [
|
|
20
|
+
"tags": [
|
|
21
|
+
"project-management",
|
|
22
|
+
"agile",
|
|
23
|
+
"workflows",
|
|
24
|
+
"automation"
|
|
25
|
+
]
|
|
21
26
|
},
|
|
22
27
|
"scripts": [
|
|
23
28
|
{
|
|
@@ -27,7 +32,11 @@
|
|
|
27
32
|
"type": "utility",
|
|
28
33
|
"executable": true,
|
|
29
34
|
"category": "analytics",
|
|
30
|
-
"tags": [
|
|
35
|
+
"tags": [
|
|
36
|
+
"analytics",
|
|
37
|
+
"metrics",
|
|
38
|
+
"reporting"
|
|
39
|
+
]
|
|
31
40
|
},
|
|
32
41
|
{
|
|
33
42
|
"name": "blocked",
|
|
@@ -36,7 +45,11 @@
|
|
|
36
45
|
"type": "workflow",
|
|
37
46
|
"executable": true,
|
|
38
47
|
"category": "issue-management",
|
|
39
|
-
"tags": [
|
|
48
|
+
"tags": [
|
|
49
|
+
"blocked",
|
|
50
|
+
"dependencies",
|
|
51
|
+
"workflow"
|
|
52
|
+
],
|
|
40
53
|
"wrapper": "scripts/pm/blocked.sh"
|
|
41
54
|
},
|
|
42
55
|
{
|
|
@@ -46,7 +59,11 @@
|
|
|
46
59
|
"type": "utility",
|
|
47
60
|
"executable": true,
|
|
48
61
|
"category": "maintenance",
|
|
49
|
-
"tags": [
|
|
62
|
+
"tags": [
|
|
63
|
+
"cleanup",
|
|
64
|
+
"maintenance",
|
|
65
|
+
"automation"
|
|
66
|
+
]
|
|
50
67
|
},
|
|
51
68
|
{
|
|
52
69
|
"name": "context-create",
|
|
@@ -55,7 +72,11 @@
|
|
|
55
72
|
"type": "workflow",
|
|
56
73
|
"executable": true,
|
|
57
74
|
"category": "context-management",
|
|
58
|
-
"tags": [
|
|
75
|
+
"tags": [
|
|
76
|
+
"context",
|
|
77
|
+
"workflow",
|
|
78
|
+
"initialization"
|
|
79
|
+
]
|
|
59
80
|
},
|
|
60
81
|
{
|
|
61
82
|
"name": "context-prime",
|
|
@@ -64,7 +85,11 @@
|
|
|
64
85
|
"type": "workflow",
|
|
65
86
|
"executable": true,
|
|
66
87
|
"category": "context-management",
|
|
67
|
-
"tags": [
|
|
88
|
+
"tags": [
|
|
89
|
+
"context",
|
|
90
|
+
"setup",
|
|
91
|
+
"initialization"
|
|
92
|
+
]
|
|
68
93
|
},
|
|
69
94
|
{
|
|
70
95
|
"name": "context-update",
|
|
@@ -73,7 +98,11 @@
|
|
|
73
98
|
"type": "workflow",
|
|
74
99
|
"executable": true,
|
|
75
100
|
"category": "context-management",
|
|
76
|
-
"tags": [
|
|
101
|
+
"tags": [
|
|
102
|
+
"context",
|
|
103
|
+
"update",
|
|
104
|
+
"workflow"
|
|
105
|
+
]
|
|
77
106
|
},
|
|
78
107
|
{
|
|
79
108
|
"name": "context",
|
|
@@ -82,7 +111,11 @@
|
|
|
82
111
|
"type": "workflow",
|
|
83
112
|
"executable": true,
|
|
84
113
|
"category": "context-management",
|
|
85
|
-
"tags": [
|
|
114
|
+
"tags": [
|
|
115
|
+
"context",
|
|
116
|
+
"management",
|
|
117
|
+
"workflow"
|
|
118
|
+
]
|
|
86
119
|
},
|
|
87
120
|
{
|
|
88
121
|
"name": "epic-close",
|
|
@@ -91,7 +124,11 @@
|
|
|
91
124
|
"type": "workflow",
|
|
92
125
|
"executable": true,
|
|
93
126
|
"category": "epic-management",
|
|
94
|
-
"tags": [
|
|
127
|
+
"tags": [
|
|
128
|
+
"epic",
|
|
129
|
+
"close",
|
|
130
|
+
"workflow"
|
|
131
|
+
]
|
|
95
132
|
},
|
|
96
133
|
{
|
|
97
134
|
"name": "epic-edit",
|
|
@@ -100,7 +137,11 @@
|
|
|
100
137
|
"type": "workflow",
|
|
101
138
|
"executable": true,
|
|
102
139
|
"category": "epic-management",
|
|
103
|
-
"tags": [
|
|
140
|
+
"tags": [
|
|
141
|
+
"epic",
|
|
142
|
+
"edit",
|
|
143
|
+
"workflow"
|
|
144
|
+
]
|
|
104
145
|
},
|
|
105
146
|
{
|
|
106
147
|
"name": "epic-list",
|
|
@@ -109,7 +150,11 @@
|
|
|
109
150
|
"type": "utility",
|
|
110
151
|
"executable": true,
|
|
111
152
|
"category": "epic-management",
|
|
112
|
-
"tags": [
|
|
153
|
+
"tags": [
|
|
154
|
+
"epic",
|
|
155
|
+
"list",
|
|
156
|
+
"query"
|
|
157
|
+
],
|
|
113
158
|
"wrapper": "scripts/pm/epic-list.sh"
|
|
114
159
|
},
|
|
115
160
|
{
|
|
@@ -119,7 +164,11 @@
|
|
|
119
164
|
"type": "utility",
|
|
120
165
|
"executable": true,
|
|
121
166
|
"category": "epic-management",
|
|
122
|
-
"tags": [
|
|
167
|
+
"tags": [
|
|
168
|
+
"epic",
|
|
169
|
+
"show",
|
|
170
|
+
"query"
|
|
171
|
+
],
|
|
123
172
|
"wrapper": "scripts/pm/epic-show.sh"
|
|
124
173
|
},
|
|
125
174
|
{
|
|
@@ -129,7 +178,11 @@
|
|
|
129
178
|
"type": "workflow",
|
|
130
179
|
"executable": true,
|
|
131
180
|
"category": "epic-management",
|
|
132
|
-
"tags": [
|
|
181
|
+
"tags": [
|
|
182
|
+
"epic",
|
|
183
|
+
"split",
|
|
184
|
+
"refactor"
|
|
185
|
+
]
|
|
133
186
|
},
|
|
134
187
|
{
|
|
135
188
|
"name": "epic-start",
|
|
@@ -143,7 +196,11 @@
|
|
|
143
196
|
],
|
|
144
197
|
"main": "epic-start.js",
|
|
145
198
|
"category": "epic-management",
|
|
146
|
-
"tags": [
|
|
199
|
+
"tags": [
|
|
200
|
+
"epic",
|
|
201
|
+
"start",
|
|
202
|
+
"initialization"
|
|
203
|
+
]
|
|
147
204
|
},
|
|
148
205
|
{
|
|
149
206
|
"name": "epic-status",
|
|
@@ -152,13 +209,17 @@
|
|
|
152
209
|
"type": "utility",
|
|
153
210
|
"executable": true,
|
|
154
211
|
"category": "epic-management",
|
|
155
|
-
"tags": [
|
|
212
|
+
"tags": [
|
|
213
|
+
"epic",
|
|
214
|
+
"status",
|
|
215
|
+
"progress"
|
|
216
|
+
],
|
|
156
217
|
"wrapper": "scripts/pm/epic-status.sh"
|
|
157
218
|
},
|
|
158
219
|
{
|
|
159
|
-
"name": "epic-sync",
|
|
220
|
+
"name": "epic-sync-scripts",
|
|
160
221
|
"subdirectory": "scripts/pm/epic-sync/",
|
|
161
|
-
"description": "
|
|
222
|
+
"description": "Epic sync modular scripts (subdirectory)",
|
|
162
223
|
"type": "workflow",
|
|
163
224
|
"files": [
|
|
164
225
|
"create-epic-issue.sh",
|
|
@@ -169,8 +230,26 @@
|
|
|
169
230
|
],
|
|
170
231
|
"main": "create-epic-issue.sh",
|
|
171
232
|
"category": "epic-management",
|
|
172
|
-
"tags": [
|
|
173
|
-
|
|
233
|
+
"tags": [
|
|
234
|
+
"epic",
|
|
235
|
+
"sync",
|
|
236
|
+
"github",
|
|
237
|
+
"integration"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "epic-sync",
|
|
242
|
+
"file": "scripts/pm/epic-sync.sh",
|
|
243
|
+
"description": "Epic sync orchestration script (main wrapper)",
|
|
244
|
+
"type": "workflow",
|
|
245
|
+
"executable": true,
|
|
246
|
+
"category": "epic-management",
|
|
247
|
+
"tags": [
|
|
248
|
+
"epic",
|
|
249
|
+
"sync",
|
|
250
|
+
"github",
|
|
251
|
+
"orchestration"
|
|
252
|
+
]
|
|
174
253
|
},
|
|
175
254
|
{
|
|
176
255
|
"name": "help",
|
|
@@ -179,7 +258,11 @@
|
|
|
179
258
|
"type": "utility",
|
|
180
259
|
"executable": true,
|
|
181
260
|
"category": "documentation",
|
|
182
|
-
"tags": [
|
|
261
|
+
"tags": [
|
|
262
|
+
"help",
|
|
263
|
+
"documentation",
|
|
264
|
+
"usage"
|
|
265
|
+
],
|
|
183
266
|
"wrapper": "scripts/pm/help.sh"
|
|
184
267
|
},
|
|
185
268
|
{
|
|
@@ -189,7 +272,11 @@
|
|
|
189
272
|
"type": "utility",
|
|
190
273
|
"executable": true,
|
|
191
274
|
"category": "workflow",
|
|
192
|
-
"tags": [
|
|
275
|
+
"tags": [
|
|
276
|
+
"progress",
|
|
277
|
+
"workflow",
|
|
278
|
+
"status"
|
|
279
|
+
],
|
|
193
280
|
"wrapper": "scripts/pm/in-progress.sh"
|
|
194
281
|
},
|
|
195
282
|
{
|
|
@@ -199,7 +286,11 @@
|
|
|
199
286
|
"type": "workflow",
|
|
200
287
|
"executable": true,
|
|
201
288
|
"category": "initialization",
|
|
202
|
-
"tags": [
|
|
289
|
+
"tags": [
|
|
290
|
+
"init",
|
|
291
|
+
"setup",
|
|
292
|
+
"configuration"
|
|
293
|
+
],
|
|
203
294
|
"wrapper": "scripts/pm/init.sh"
|
|
204
295
|
},
|
|
205
296
|
{
|
|
@@ -209,7 +300,11 @@
|
|
|
209
300
|
"type": "workflow",
|
|
210
301
|
"executable": true,
|
|
211
302
|
"category": "issue-management",
|
|
212
|
-
"tags": [
|
|
303
|
+
"tags": [
|
|
304
|
+
"issue",
|
|
305
|
+
"close",
|
|
306
|
+
"workflow"
|
|
307
|
+
]
|
|
213
308
|
},
|
|
214
309
|
{
|
|
215
310
|
"name": "issue-edit",
|
|
@@ -218,7 +313,11 @@
|
|
|
218
313
|
"type": "workflow",
|
|
219
314
|
"executable": true,
|
|
220
315
|
"category": "issue-management",
|
|
221
|
-
"tags": [
|
|
316
|
+
"tags": [
|
|
317
|
+
"issue",
|
|
318
|
+
"edit",
|
|
319
|
+
"workflow"
|
|
320
|
+
]
|
|
222
321
|
},
|
|
223
322
|
{
|
|
224
323
|
"name": "issue-show",
|
|
@@ -227,7 +326,11 @@
|
|
|
227
326
|
"type": "utility",
|
|
228
327
|
"executable": true,
|
|
229
328
|
"category": "issue-management",
|
|
230
|
-
"tags": [
|
|
329
|
+
"tags": [
|
|
330
|
+
"issue",
|
|
331
|
+
"show",
|
|
332
|
+
"query"
|
|
333
|
+
]
|
|
231
334
|
},
|
|
232
335
|
{
|
|
233
336
|
"name": "issue-start",
|
|
@@ -236,7 +339,11 @@
|
|
|
236
339
|
"type": "workflow",
|
|
237
340
|
"executable": true,
|
|
238
341
|
"category": "issue-management",
|
|
239
|
-
"tags": [
|
|
342
|
+
"tags": [
|
|
343
|
+
"issue",
|
|
344
|
+
"start",
|
|
345
|
+
"workflow"
|
|
346
|
+
]
|
|
240
347
|
},
|
|
241
348
|
{
|
|
242
349
|
"name": "issue-sync",
|
|
@@ -252,7 +359,12 @@
|
|
|
252
359
|
],
|
|
253
360
|
"main": "preflight-validation.sh",
|
|
254
361
|
"category": "issue-management",
|
|
255
|
-
"tags": [
|
|
362
|
+
"tags": [
|
|
363
|
+
"issue",
|
|
364
|
+
"sync",
|
|
365
|
+
"github",
|
|
366
|
+
"integration"
|
|
367
|
+
]
|
|
256
368
|
},
|
|
257
369
|
{
|
|
258
370
|
"name": "lib",
|
|
@@ -266,7 +378,11 @@
|
|
|
266
378
|
],
|
|
267
379
|
"exported": true,
|
|
268
380
|
"category": "library",
|
|
269
|
-
"tags": [
|
|
381
|
+
"tags": [
|
|
382
|
+
"library",
|
|
383
|
+
"utilities",
|
|
384
|
+
"helpers"
|
|
385
|
+
]
|
|
270
386
|
},
|
|
271
387
|
{
|
|
272
388
|
"name": "next",
|
|
@@ -275,7 +391,11 @@
|
|
|
275
391
|
"type": "workflow",
|
|
276
392
|
"executable": true,
|
|
277
393
|
"category": "workflow",
|
|
278
|
-
"tags": [
|
|
394
|
+
"tags": [
|
|
395
|
+
"next",
|
|
396
|
+
"workflow",
|
|
397
|
+
"planning"
|
|
398
|
+
],
|
|
279
399
|
"wrapper": "scripts/pm/next.sh"
|
|
280
400
|
},
|
|
281
401
|
{
|
|
@@ -285,7 +405,11 @@
|
|
|
285
405
|
"type": "utility",
|
|
286
406
|
"executable": true,
|
|
287
407
|
"category": "optimization",
|
|
288
|
-
"tags": [
|
|
408
|
+
"tags": [
|
|
409
|
+
"optimize",
|
|
410
|
+
"performance",
|
|
411
|
+
"improvement"
|
|
412
|
+
]
|
|
289
413
|
},
|
|
290
414
|
{
|
|
291
415
|
"name": "pr-create",
|
|
@@ -294,7 +418,11 @@
|
|
|
294
418
|
"type": "workflow",
|
|
295
419
|
"executable": true,
|
|
296
420
|
"category": "pull-requests",
|
|
297
|
-
"tags": [
|
|
421
|
+
"tags": [
|
|
422
|
+
"pr",
|
|
423
|
+
"pull-request",
|
|
424
|
+
"github"
|
|
425
|
+
]
|
|
298
426
|
},
|
|
299
427
|
{
|
|
300
428
|
"name": "pr-list",
|
|
@@ -303,7 +431,11 @@
|
|
|
303
431
|
"type": "utility",
|
|
304
432
|
"executable": true,
|
|
305
433
|
"category": "pull-requests",
|
|
306
|
-
"tags": [
|
|
434
|
+
"tags": [
|
|
435
|
+
"pr",
|
|
436
|
+
"list",
|
|
437
|
+
"query"
|
|
438
|
+
]
|
|
307
439
|
},
|
|
308
440
|
{
|
|
309
441
|
"name": "prd-list",
|
|
@@ -312,7 +444,11 @@
|
|
|
312
444
|
"type": "utility",
|
|
313
445
|
"executable": true,
|
|
314
446
|
"category": "documentation",
|
|
315
|
-
"tags": [
|
|
447
|
+
"tags": [
|
|
448
|
+
"prd",
|
|
449
|
+
"list",
|
|
450
|
+
"documentation"
|
|
451
|
+
],
|
|
316
452
|
"wrapper": "scripts/pm/prd-list.sh"
|
|
317
453
|
},
|
|
318
454
|
{
|
|
@@ -322,7 +458,11 @@
|
|
|
322
458
|
"type": "workflow",
|
|
323
459
|
"executable": true,
|
|
324
460
|
"category": "documentation",
|
|
325
|
-
"tags": [
|
|
461
|
+
"tags": [
|
|
462
|
+
"prd",
|
|
463
|
+
"create",
|
|
464
|
+
"documentation"
|
|
465
|
+
]
|
|
326
466
|
},
|
|
327
467
|
{
|
|
328
468
|
"name": "prd-parse",
|
|
@@ -331,7 +471,11 @@
|
|
|
331
471
|
"type": "workflow",
|
|
332
472
|
"executable": true,
|
|
333
473
|
"category": "documentation",
|
|
334
|
-
"tags": [
|
|
474
|
+
"tags": [
|
|
475
|
+
"prd",
|
|
476
|
+
"parse",
|
|
477
|
+
"analysis"
|
|
478
|
+
]
|
|
335
479
|
},
|
|
336
480
|
{
|
|
337
481
|
"name": "prd-status",
|
|
@@ -340,7 +484,11 @@
|
|
|
340
484
|
"type": "utility",
|
|
341
485
|
"executable": true,
|
|
342
486
|
"category": "documentation",
|
|
343
|
-
"tags": [
|
|
487
|
+
"tags": [
|
|
488
|
+
"prd",
|
|
489
|
+
"status",
|
|
490
|
+
"progress"
|
|
491
|
+
],
|
|
344
492
|
"wrapper": "scripts/pm/prd-status.sh"
|
|
345
493
|
},
|
|
346
494
|
{
|
|
@@ -350,7 +498,11 @@
|
|
|
350
498
|
"type": "workflow",
|
|
351
499
|
"executable": true,
|
|
352
500
|
"category": "release",
|
|
353
|
-
"tags": [
|
|
501
|
+
"tags": [
|
|
502
|
+
"release",
|
|
503
|
+
"automation",
|
|
504
|
+
"publishing"
|
|
505
|
+
]
|
|
354
506
|
},
|
|
355
507
|
{
|
|
356
508
|
"name": "search",
|
|
@@ -359,7 +511,11 @@
|
|
|
359
511
|
"type": "utility",
|
|
360
512
|
"executable": true,
|
|
361
513
|
"category": "search",
|
|
362
|
-
"tags": [
|
|
514
|
+
"tags": [
|
|
515
|
+
"search",
|
|
516
|
+
"query",
|
|
517
|
+
"find"
|
|
518
|
+
],
|
|
363
519
|
"wrapper": "scripts/pm/search.sh"
|
|
364
520
|
},
|
|
365
521
|
{
|
|
@@ -369,7 +525,11 @@
|
|
|
369
525
|
"type": "utility",
|
|
370
526
|
"executable": true,
|
|
371
527
|
"category": "reporting",
|
|
372
|
-
"tags": [
|
|
528
|
+
"tags": [
|
|
529
|
+
"standup",
|
|
530
|
+
"reporting",
|
|
531
|
+
"status"
|
|
532
|
+
],
|
|
373
533
|
"wrapper": "scripts/pm/standup.sh"
|
|
374
534
|
},
|
|
375
535
|
{
|
|
@@ -379,7 +539,11 @@
|
|
|
379
539
|
"type": "utility",
|
|
380
540
|
"executable": true,
|
|
381
541
|
"category": "reporting",
|
|
382
|
-
"tags": [
|
|
542
|
+
"tags": [
|
|
543
|
+
"status",
|
|
544
|
+
"dashboard",
|
|
545
|
+
"overview"
|
|
546
|
+
],
|
|
383
547
|
"wrapper": "scripts/pm/status.sh"
|
|
384
548
|
},
|
|
385
549
|
{
|
|
@@ -389,7 +553,11 @@
|
|
|
389
553
|
"type": "workflow",
|
|
390
554
|
"executable": true,
|
|
391
555
|
"category": "synchronization",
|
|
392
|
-
"tags": [
|
|
556
|
+
"tags": [
|
|
557
|
+
"sync",
|
|
558
|
+
"batch",
|
|
559
|
+
"github"
|
|
560
|
+
]
|
|
393
561
|
},
|
|
394
562
|
{
|
|
395
563
|
"name": "sync",
|
|
@@ -398,7 +566,11 @@
|
|
|
398
566
|
"type": "workflow",
|
|
399
567
|
"executable": true,
|
|
400
568
|
"category": "synchronization",
|
|
401
|
-
"tags": [
|
|
569
|
+
"tags": [
|
|
570
|
+
"sync",
|
|
571
|
+
"github",
|
|
572
|
+
"integration"
|
|
573
|
+
]
|
|
402
574
|
},
|
|
403
575
|
{
|
|
404
576
|
"name": "template-list",
|
|
@@ -407,7 +579,11 @@
|
|
|
407
579
|
"type": "utility",
|
|
408
580
|
"executable": true,
|
|
409
581
|
"category": "templates",
|
|
410
|
-
"tags": [
|
|
582
|
+
"tags": [
|
|
583
|
+
"template",
|
|
584
|
+
"list",
|
|
585
|
+
"documentation"
|
|
586
|
+
]
|
|
411
587
|
},
|
|
412
588
|
{
|
|
413
589
|
"name": "template-new",
|
|
@@ -416,7 +592,11 @@
|
|
|
416
592
|
"type": "workflow",
|
|
417
593
|
"executable": true,
|
|
418
594
|
"category": "templates",
|
|
419
|
-
"tags": [
|
|
595
|
+
"tags": [
|
|
596
|
+
"template",
|
|
597
|
+
"create",
|
|
598
|
+
"documentation"
|
|
599
|
+
]
|
|
420
600
|
},
|
|
421
601
|
{
|
|
422
602
|
"name": "validate",
|
|
@@ -425,7 +605,11 @@
|
|
|
425
605
|
"type": "utility",
|
|
426
606
|
"executable": true,
|
|
427
607
|
"category": "validation",
|
|
428
|
-
"tags": [
|
|
608
|
+
"tags": [
|
|
609
|
+
"validate",
|
|
610
|
+
"quality",
|
|
611
|
+
"integrity"
|
|
612
|
+
],
|
|
429
613
|
"wrapper": "scripts/pm/validate.sh"
|
|
430
614
|
},
|
|
431
615
|
{
|
|
@@ -435,7 +619,193 @@
|
|
|
435
619
|
"type": "workflow",
|
|
436
620
|
"executable": true,
|
|
437
621
|
"category": "workflow",
|
|
438
|
-
"tags": [
|
|
622
|
+
"tags": [
|
|
623
|
+
"planning",
|
|
624
|
+
"workflow",
|
|
625
|
+
"ai"
|
|
626
|
+
]
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"name": "blocked",
|
|
630
|
+
"file": "scripts/pm/blocked.sh",
|
|
631
|
+
"description": "Blocked wrapper script",
|
|
632
|
+
"type": "workflow",
|
|
633
|
+
"executable": true,
|
|
634
|
+
"category": "pm-workflow",
|
|
635
|
+
"tags": [
|
|
636
|
+
"pm",
|
|
637
|
+
"workflow",
|
|
638
|
+
"automation"
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "epic-list",
|
|
643
|
+
"file": "scripts/pm/epic-list.sh",
|
|
644
|
+
"description": "Epic List wrapper script",
|
|
645
|
+
"type": "workflow",
|
|
646
|
+
"executable": true,
|
|
647
|
+
"category": "pm-workflow",
|
|
648
|
+
"tags": [
|
|
649
|
+
"pm",
|
|
650
|
+
"epic",
|
|
651
|
+
"automation"
|
|
652
|
+
]
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "epic-show",
|
|
656
|
+
"file": "scripts/pm/epic-show.sh",
|
|
657
|
+
"description": "Epic Show wrapper script",
|
|
658
|
+
"type": "workflow",
|
|
659
|
+
"executable": true,
|
|
660
|
+
"category": "pm-workflow",
|
|
661
|
+
"tags": [
|
|
662
|
+
"pm",
|
|
663
|
+
"epic",
|
|
664
|
+
"automation"
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "epic-status",
|
|
669
|
+
"file": "scripts/pm/epic-status.sh",
|
|
670
|
+
"description": "Epic Status wrapper script",
|
|
671
|
+
"type": "workflow",
|
|
672
|
+
"executable": true,
|
|
673
|
+
"category": "pm-workflow",
|
|
674
|
+
"tags": [
|
|
675
|
+
"pm",
|
|
676
|
+
"epic",
|
|
677
|
+
"automation"
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "help",
|
|
682
|
+
"file": "scripts/pm/help.sh",
|
|
683
|
+
"description": "Help wrapper script",
|
|
684
|
+
"type": "workflow",
|
|
685
|
+
"executable": true,
|
|
686
|
+
"category": "pm-workflow",
|
|
687
|
+
"tags": [
|
|
688
|
+
"pm",
|
|
689
|
+
"workflow",
|
|
690
|
+
"automation"
|
|
691
|
+
]
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "in-progress",
|
|
695
|
+
"file": "scripts/pm/in-progress.sh",
|
|
696
|
+
"description": "In Progress wrapper script",
|
|
697
|
+
"type": "workflow",
|
|
698
|
+
"executable": true,
|
|
699
|
+
"category": "pm-workflow",
|
|
700
|
+
"tags": [
|
|
701
|
+
"pm",
|
|
702
|
+
"workflow",
|
|
703
|
+
"automation"
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "init",
|
|
708
|
+
"file": "scripts/pm/init.sh",
|
|
709
|
+
"description": "Init wrapper script",
|
|
710
|
+
"type": "workflow",
|
|
711
|
+
"executable": true,
|
|
712
|
+
"category": "pm-workflow",
|
|
713
|
+
"tags": [
|
|
714
|
+
"pm",
|
|
715
|
+
"workflow",
|
|
716
|
+
"automation"
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "next",
|
|
721
|
+
"file": "scripts/pm/next.sh",
|
|
722
|
+
"description": "Next wrapper script",
|
|
723
|
+
"type": "workflow",
|
|
724
|
+
"executable": true,
|
|
725
|
+
"category": "pm-workflow",
|
|
726
|
+
"tags": [
|
|
727
|
+
"pm",
|
|
728
|
+
"workflow",
|
|
729
|
+
"automation"
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "prd-list",
|
|
734
|
+
"file": "scripts/pm/prd-list.sh",
|
|
735
|
+
"description": "Prd List wrapper script",
|
|
736
|
+
"type": "workflow",
|
|
737
|
+
"executable": true,
|
|
738
|
+
"category": "pm-workflow",
|
|
739
|
+
"tags": [
|
|
740
|
+
"pm",
|
|
741
|
+
"workflow",
|
|
742
|
+
"automation"
|
|
743
|
+
]
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "prd-status",
|
|
747
|
+
"file": "scripts/pm/prd-status.sh",
|
|
748
|
+
"description": "Prd Status wrapper script",
|
|
749
|
+
"type": "workflow",
|
|
750
|
+
"executable": true,
|
|
751
|
+
"category": "pm-workflow",
|
|
752
|
+
"tags": [
|
|
753
|
+
"pm",
|
|
754
|
+
"workflow",
|
|
755
|
+
"automation"
|
|
756
|
+
]
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "search",
|
|
760
|
+
"file": "scripts/pm/search.sh",
|
|
761
|
+
"description": "Search wrapper script",
|
|
762
|
+
"type": "workflow",
|
|
763
|
+
"executable": true,
|
|
764
|
+
"category": "pm-workflow",
|
|
765
|
+
"tags": [
|
|
766
|
+
"pm",
|
|
767
|
+
"workflow",
|
|
768
|
+
"automation"
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "standup",
|
|
773
|
+
"file": "scripts/pm/standup.sh",
|
|
774
|
+
"description": "Standup wrapper script",
|
|
775
|
+
"type": "workflow",
|
|
776
|
+
"executable": true,
|
|
777
|
+
"category": "pm-workflow",
|
|
778
|
+
"tags": [
|
|
779
|
+
"pm",
|
|
780
|
+
"workflow",
|
|
781
|
+
"automation"
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "status",
|
|
786
|
+
"file": "scripts/pm/status.sh",
|
|
787
|
+
"description": "Status wrapper script",
|
|
788
|
+
"type": "workflow",
|
|
789
|
+
"executable": true,
|
|
790
|
+
"category": "pm-workflow",
|
|
791
|
+
"tags": [
|
|
792
|
+
"pm",
|
|
793
|
+
"workflow",
|
|
794
|
+
"automation"
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "validate",
|
|
799
|
+
"file": "scripts/pm/validate.sh",
|
|
800
|
+
"description": "Validate wrapper script",
|
|
801
|
+
"type": "workflow",
|
|
802
|
+
"executable": true,
|
|
803
|
+
"category": "pm-workflow",
|
|
804
|
+
"tags": [
|
|
805
|
+
"pm",
|
|
806
|
+
"workflow",
|
|
807
|
+
"automation"
|
|
808
|
+
]
|
|
439
809
|
}
|
|
440
810
|
],
|
|
441
811
|
"commands": [
|
|
@@ -449,7 +819,15 @@
|
|
|
449
819
|
"github": "GitHub workflow commands (1)"
|
|
450
820
|
},
|
|
451
821
|
"discovery": "auto",
|
|
452
|
-
"tags": [
|
|
822
|
+
"tags": [
|
|
823
|
+
"pm",
|
|
824
|
+
"workflows",
|
|
825
|
+
"epic",
|
|
826
|
+
"task",
|
|
827
|
+
"issue",
|
|
828
|
+
"azure",
|
|
829
|
+
"github"
|
|
830
|
+
]
|
|
453
831
|
}
|
|
454
832
|
],
|
|
455
833
|
"features": {
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Add missing wrapper scripts to plugin.json
|
|
4
|
+
*
|
|
5
|
+
* This script finds all .sh wrapper scripts and ensures they have
|
|
6
|
+
* corresponding entries in plugin.json as standalone scripts.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
const fs = require('fs');
|
|
10
|
+
const path = require('path');
|
|
11
|
+
|
|
12
|
+
const pluginJsonPath = path.join(__dirname, '..', 'packages', 'plugin-pm', 'plugin.json');
|
|
13
|
+
const scriptsDir = path.join(__dirname, '..', 'packages', 'plugin-pm', 'scripts', 'pm');
|
|
14
|
+
|
|
15
|
+
// Read plugin.json
|
|
16
|
+
const pluginJson = JSON.parse(fs.readFileSync(pluginJsonPath, 'utf8'));
|
|
17
|
+
|
|
18
|
+
// Get all .sh files
|
|
19
|
+
const shellScripts = fs.readdirSync(scriptsDir)
|
|
20
|
+
.filter(file => file.endsWith('.sh'))
|
|
21
|
+
.map(file => path.basename(file, '.sh'));
|
|
22
|
+
|
|
23
|
+
console.log(`Found ${shellScripts.length} shell scripts:`, shellScripts);
|
|
24
|
+
|
|
25
|
+
// Find which ones are missing as standalone entries
|
|
26
|
+
const existingScripts = new Set(
|
|
27
|
+
pluginJson.scripts
|
|
28
|
+
.filter(s => s.file && s.file.includes('.sh'))
|
|
29
|
+
.map(s => path.basename(s.file, '.sh'))
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
console.log(`\nExisting standalone entries:`, Array.from(existingScripts));
|
|
33
|
+
|
|
34
|
+
const missingScripts = shellScripts.filter(name => !existingScripts.has(name));
|
|
35
|
+
|
|
36
|
+
console.log(`\nMissing standalone entries:`, missingScripts);
|
|
37
|
+
|
|
38
|
+
if (missingScripts.length === 0) {
|
|
39
|
+
console.log('\nā
All wrapper scripts already have standalone entries!');
|
|
40
|
+
process.exit(0);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// Add missing scripts
|
|
44
|
+
const newEntries = missingScripts.map(name => ({
|
|
45
|
+
name: name,
|
|
46
|
+
file: `scripts/pm/${name}.sh`,
|
|
47
|
+
description: `${name.split('-').map(w => w.charAt(0).toUpperCase() + w.slice(1)).join(' ')} wrapper script`,
|
|
48
|
+
type: 'workflow',
|
|
49
|
+
executable: true,
|
|
50
|
+
category: 'pm-workflow',
|
|
51
|
+
tags: ['pm', name.includes('epic') ? 'epic' : 'workflow', 'automation']
|
|
52
|
+
}));
|
|
53
|
+
|
|
54
|
+
console.log(`\nš Adding ${newEntries.length} new entries...`);
|
|
55
|
+
|
|
56
|
+
// Insert new entries after existing scripts
|
|
57
|
+
pluginJson.scripts.push(...newEntries);
|
|
58
|
+
|
|
59
|
+
// Write back
|
|
60
|
+
fs.writeFileSync(pluginJsonPath, JSON.stringify(pluginJson, null, 2) + '\n', 'utf8');
|
|
61
|
+
|
|
62
|
+
console.log(`\nā
Updated plugin.json with ${newEntries.length} new wrapper script entries`);
|
|
63
|
+
console.log(`\nAdded scripts:`);
|
|
64
|
+
newEntries.forEach(entry => {
|
|
65
|
+
console.log(` - ${entry.name} (${entry.file})`);
|
|
66
|
+
});
|