@proletariat/cli 0.3.112 → 0.3.113
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/dist/commands/orchestrate/index.js +11 -2
- package/dist/commands/orchestrate/index.js.map +1 -1
- package/dist/commands/pr/merge.js +44 -80
- package/dist/commands/pr/merge.js.map +1 -1
- package/dist/commands/work/start.js +30 -0
- package/dist/commands/work/start.js.map +1 -1
- package/dist/lib/events/events.d.ts +19 -0
- package/dist/lib/execution/prompt-watcher.d.ts +120 -0
- package/dist/lib/execution/prompt-watcher.js +222 -0
- package/dist/lib/execution/prompt-watcher.js.map +1 -0
- package/dist/lib/execution/spawner.js +31 -0
- package/dist/lib/execution/spawner.js.map +1 -1
- package/dist/lib/orchestrate/index.d.ts +1 -1
- package/dist/lib/orchestrate/index.js +1 -1
- package/dist/lib/orchestrate/index.js.map +1 -1
- package/dist/lib/orchestrate/llm-agent.d.ts +7 -0
- package/dist/lib/orchestrate/llm-agent.js +48 -1
- package/dist/lib/orchestrate/llm-agent.js.map +1 -1
- package/dist/lib/pr/index.d.ts +9 -0
- package/dist/lib/pr/index.js +46 -0
- package/dist/lib/pr/index.js.map +1 -1
- package/dist/lib/reconcile/index.d.ts +7 -2
- package/dist/lib/reconcile/index.js +130 -8
- package/dist/lib/reconcile/index.js.map +1 -1
- package/dist/lib/reconcile/types.d.ts +18 -1
- package/oclif.manifest.json +1151 -1151
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2106,194 +2106,6 @@
|
|
|
2106
2106
|
"setup.js"
|
|
2107
2107
|
]
|
|
2108
2108
|
},
|
|
2109
|
-
"caffeinate": {
|
|
2110
|
-
"aliases": [],
|
|
2111
|
-
"args": {},
|
|
2112
|
-
"description": "Manage caffeinate to keep macOS awake",
|
|
2113
|
-
"examples": [
|
|
2114
|
-
"<%= config.bin %> caffeinate",
|
|
2115
|
-
"<%= config.bin %> caffeinate start",
|
|
2116
|
-
"<%= config.bin %> caffeinate status",
|
|
2117
|
-
"<%= config.bin %> caffeinate stop",
|
|
2118
|
-
"<%= config.bin %> caffeinate start --duration 3600",
|
|
2119
|
-
"<%= config.bin %> caffeinate start --display"
|
|
2120
|
-
],
|
|
2121
|
-
"flags": {
|
|
2122
|
-
"json": {
|
|
2123
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2124
|
-
"name": "json",
|
|
2125
|
-
"allowNo": false,
|
|
2126
|
-
"type": "boolean"
|
|
2127
|
-
},
|
|
2128
|
-
"machine": {
|
|
2129
|
-
"char": "m",
|
|
2130
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2131
|
-
"name": "machine",
|
|
2132
|
-
"allowNo": false,
|
|
2133
|
-
"type": "boolean"
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
"hasDynamicHelp": false,
|
|
2137
|
-
"hiddenAliases": [],
|
|
2138
|
-
"id": "caffeinate",
|
|
2139
|
-
"pluginAlias": "@proletariat/cli",
|
|
2140
|
-
"pluginName": "@proletariat/cli",
|
|
2141
|
-
"pluginType": "core",
|
|
2142
|
-
"strict": true,
|
|
2143
|
-
"enableJsonFlag": false,
|
|
2144
|
-
"isESM": true,
|
|
2145
|
-
"relativePath": [
|
|
2146
|
-
"dist",
|
|
2147
|
-
"commands",
|
|
2148
|
-
"caffeinate",
|
|
2149
|
-
"index.js"
|
|
2150
|
-
]
|
|
2151
|
-
},
|
|
2152
|
-
"caffeinate:start": {
|
|
2153
|
-
"aliases": [],
|
|
2154
|
-
"args": {},
|
|
2155
|
-
"description": "Start caffeinate to prevent macOS from sleeping",
|
|
2156
|
-
"examples": [
|
|
2157
|
-
"<%= config.bin %> caffeinate start",
|
|
2158
|
-
"<%= config.bin %> caffeinate start --duration 3600",
|
|
2159
|
-
"<%= config.bin %> caffeinate start --display"
|
|
2160
|
-
],
|
|
2161
|
-
"flags": {
|
|
2162
|
-
"json": {
|
|
2163
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2164
|
-
"name": "json",
|
|
2165
|
-
"allowNo": false,
|
|
2166
|
-
"type": "boolean"
|
|
2167
|
-
},
|
|
2168
|
-
"machine": {
|
|
2169
|
-
"char": "m",
|
|
2170
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2171
|
-
"name": "machine",
|
|
2172
|
-
"allowNo": false,
|
|
2173
|
-
"type": "boolean"
|
|
2174
|
-
},
|
|
2175
|
-
"duration": {
|
|
2176
|
-
"char": "t",
|
|
2177
|
-
"description": "Duration in seconds (default: indefinite)",
|
|
2178
|
-
"name": "duration",
|
|
2179
|
-
"hasDynamicHelp": false,
|
|
2180
|
-
"multiple": false,
|
|
2181
|
-
"type": "option"
|
|
2182
|
-
},
|
|
2183
|
-
"display": {
|
|
2184
|
-
"char": "d",
|
|
2185
|
-
"description": "Prevent display from sleeping (adds -d flag)",
|
|
2186
|
-
"name": "display",
|
|
2187
|
-
"allowNo": false,
|
|
2188
|
-
"type": "boolean"
|
|
2189
|
-
},
|
|
2190
|
-
"idle": {
|
|
2191
|
-
"char": "i",
|
|
2192
|
-
"description": "Prevent idle sleep (adds -i flag)",
|
|
2193
|
-
"name": "idle",
|
|
2194
|
-
"allowNo": false,
|
|
2195
|
-
"type": "boolean"
|
|
2196
|
-
},
|
|
2197
|
-
"system": {
|
|
2198
|
-
"char": "s",
|
|
2199
|
-
"description": "Prevent system sleep (adds -s flag)",
|
|
2200
|
-
"name": "system",
|
|
2201
|
-
"allowNo": false,
|
|
2202
|
-
"type": "boolean"
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
"hasDynamicHelp": false,
|
|
2206
|
-
"hiddenAliases": [],
|
|
2207
|
-
"id": "caffeinate:start",
|
|
2208
|
-
"pluginAlias": "@proletariat/cli",
|
|
2209
|
-
"pluginName": "@proletariat/cli",
|
|
2210
|
-
"pluginType": "core",
|
|
2211
|
-
"strict": true,
|
|
2212
|
-
"enableJsonFlag": false,
|
|
2213
|
-
"isESM": true,
|
|
2214
|
-
"relativePath": [
|
|
2215
|
-
"dist",
|
|
2216
|
-
"commands",
|
|
2217
|
-
"caffeinate",
|
|
2218
|
-
"start.js"
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
"caffeinate:status": {
|
|
2222
|
-
"aliases": [],
|
|
2223
|
-
"args": {},
|
|
2224
|
-
"description": "Check if caffeinate is running",
|
|
2225
|
-
"examples": [
|
|
2226
|
-
"<%= config.bin %> caffeinate status"
|
|
2227
|
-
],
|
|
2228
|
-
"flags": {
|
|
2229
|
-
"json": {
|
|
2230
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2231
|
-
"name": "json",
|
|
2232
|
-
"allowNo": false,
|
|
2233
|
-
"type": "boolean"
|
|
2234
|
-
},
|
|
2235
|
-
"machine": {
|
|
2236
|
-
"char": "m",
|
|
2237
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2238
|
-
"name": "machine",
|
|
2239
|
-
"allowNo": false,
|
|
2240
|
-
"type": "boolean"
|
|
2241
|
-
}
|
|
2242
|
-
},
|
|
2243
|
-
"hasDynamicHelp": false,
|
|
2244
|
-
"hiddenAliases": [],
|
|
2245
|
-
"id": "caffeinate:status",
|
|
2246
|
-
"pluginAlias": "@proletariat/cli",
|
|
2247
|
-
"pluginName": "@proletariat/cli",
|
|
2248
|
-
"pluginType": "core",
|
|
2249
|
-
"strict": true,
|
|
2250
|
-
"enableJsonFlag": false,
|
|
2251
|
-
"isESM": true,
|
|
2252
|
-
"relativePath": [
|
|
2253
|
-
"dist",
|
|
2254
|
-
"commands",
|
|
2255
|
-
"caffeinate",
|
|
2256
|
-
"status.js"
|
|
2257
|
-
]
|
|
2258
|
-
},
|
|
2259
|
-
"caffeinate:stop": {
|
|
2260
|
-
"aliases": [],
|
|
2261
|
-
"args": {},
|
|
2262
|
-
"description": "Stop the managed caffeinate process",
|
|
2263
|
-
"examples": [
|
|
2264
|
-
"<%= config.bin %> caffeinate stop"
|
|
2265
|
-
],
|
|
2266
|
-
"flags": {
|
|
2267
|
-
"json": {
|
|
2268
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2269
|
-
"name": "json",
|
|
2270
|
-
"allowNo": false,
|
|
2271
|
-
"type": "boolean"
|
|
2272
|
-
},
|
|
2273
|
-
"machine": {
|
|
2274
|
-
"char": "m",
|
|
2275
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2276
|
-
"name": "machine",
|
|
2277
|
-
"allowNo": false,
|
|
2278
|
-
"type": "boolean"
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
"hasDynamicHelp": false,
|
|
2282
|
-
"hiddenAliases": [],
|
|
2283
|
-
"id": "caffeinate:stop",
|
|
2284
|
-
"pluginAlias": "@proletariat/cli",
|
|
2285
|
-
"pluginName": "@proletariat/cli",
|
|
2286
|
-
"pluginType": "core",
|
|
2287
|
-
"strict": true,
|
|
2288
|
-
"enableJsonFlag": false,
|
|
2289
|
-
"isESM": true,
|
|
2290
|
-
"relativePath": [
|
|
2291
|
-
"dist",
|
|
2292
|
-
"commands",
|
|
2293
|
-
"caffeinate",
|
|
2294
|
-
"stop.js"
|
|
2295
|
-
]
|
|
2296
|
-
},
|
|
2297
2109
|
"branch:create": {
|
|
2298
2110
|
"aliases": [],
|
|
2299
2111
|
"args": {
|
|
@@ -2650,15 +2462,57 @@
|
|
|
2650
2462
|
"where.js"
|
|
2651
2463
|
]
|
|
2652
2464
|
},
|
|
2653
|
-
"
|
|
2465
|
+
"caffeinate": {
|
|
2654
2466
|
"aliases": [],
|
|
2655
2467
|
"args": {},
|
|
2656
|
-
"description": "
|
|
2468
|
+
"description": "Manage caffeinate to keep macOS awake",
|
|
2657
2469
|
"examples": [
|
|
2658
|
-
"<%= config.bin %>
|
|
2659
|
-
"<%= config.bin %>
|
|
2660
|
-
"<%= config.bin %>
|
|
2661
|
-
"<%= config.bin %>
|
|
2470
|
+
"<%= config.bin %> caffeinate",
|
|
2471
|
+
"<%= config.bin %> caffeinate start",
|
|
2472
|
+
"<%= config.bin %> caffeinate status",
|
|
2473
|
+
"<%= config.bin %> caffeinate stop",
|
|
2474
|
+
"<%= config.bin %> caffeinate start --duration 3600",
|
|
2475
|
+
"<%= config.bin %> caffeinate start --display"
|
|
2476
|
+
],
|
|
2477
|
+
"flags": {
|
|
2478
|
+
"json": {
|
|
2479
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2480
|
+
"name": "json",
|
|
2481
|
+
"allowNo": false,
|
|
2482
|
+
"type": "boolean"
|
|
2483
|
+
},
|
|
2484
|
+
"machine": {
|
|
2485
|
+
"char": "m",
|
|
2486
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2487
|
+
"name": "machine",
|
|
2488
|
+
"allowNo": false,
|
|
2489
|
+
"type": "boolean"
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
"hasDynamicHelp": false,
|
|
2493
|
+
"hiddenAliases": [],
|
|
2494
|
+
"id": "caffeinate",
|
|
2495
|
+
"pluginAlias": "@proletariat/cli",
|
|
2496
|
+
"pluginName": "@proletariat/cli",
|
|
2497
|
+
"pluginType": "core",
|
|
2498
|
+
"strict": true,
|
|
2499
|
+
"enableJsonFlag": false,
|
|
2500
|
+
"isESM": true,
|
|
2501
|
+
"relativePath": [
|
|
2502
|
+
"dist",
|
|
2503
|
+
"commands",
|
|
2504
|
+
"caffeinate",
|
|
2505
|
+
"index.js"
|
|
2506
|
+
]
|
|
2507
|
+
},
|
|
2508
|
+
"caffeinate:start": {
|
|
2509
|
+
"aliases": [],
|
|
2510
|
+
"args": {},
|
|
2511
|
+
"description": "Start caffeinate to prevent macOS from sleeping",
|
|
2512
|
+
"examples": [
|
|
2513
|
+
"<%= config.bin %> caffeinate start",
|
|
2514
|
+
"<%= config.bin %> caffeinate start --duration 3600",
|
|
2515
|
+
"<%= config.bin %> caffeinate start --display"
|
|
2662
2516
|
],
|
|
2663
2517
|
"flags": {
|
|
2664
2518
|
"json": {
|
|
@@ -2674,20 +2528,166 @@
|
|
|
2674
2528
|
"allowNo": false,
|
|
2675
2529
|
"type": "boolean"
|
|
2676
2530
|
},
|
|
2677
|
-
"
|
|
2678
|
-
"char": "
|
|
2679
|
-
"description": "
|
|
2680
|
-
"name": "
|
|
2531
|
+
"duration": {
|
|
2532
|
+
"char": "t",
|
|
2533
|
+
"description": "Duration in seconds (default: indefinite)",
|
|
2534
|
+
"name": "duration",
|
|
2681
2535
|
"hasDynamicHelp": false,
|
|
2682
2536
|
"multiple": false,
|
|
2683
2537
|
"type": "option"
|
|
2684
2538
|
},
|
|
2685
|
-
"
|
|
2686
|
-
"char": "
|
|
2687
|
-
"description": "
|
|
2688
|
-
"name": "
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2539
|
+
"display": {
|
|
2540
|
+
"char": "d",
|
|
2541
|
+
"description": "Prevent display from sleeping (adds -d flag)",
|
|
2542
|
+
"name": "display",
|
|
2543
|
+
"allowNo": false,
|
|
2544
|
+
"type": "boolean"
|
|
2545
|
+
},
|
|
2546
|
+
"idle": {
|
|
2547
|
+
"char": "i",
|
|
2548
|
+
"description": "Prevent idle sleep (adds -i flag)",
|
|
2549
|
+
"name": "idle",
|
|
2550
|
+
"allowNo": false,
|
|
2551
|
+
"type": "boolean"
|
|
2552
|
+
},
|
|
2553
|
+
"system": {
|
|
2554
|
+
"char": "s",
|
|
2555
|
+
"description": "Prevent system sleep (adds -s flag)",
|
|
2556
|
+
"name": "system",
|
|
2557
|
+
"allowNo": false,
|
|
2558
|
+
"type": "boolean"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
"hasDynamicHelp": false,
|
|
2562
|
+
"hiddenAliases": [],
|
|
2563
|
+
"id": "caffeinate:start",
|
|
2564
|
+
"pluginAlias": "@proletariat/cli",
|
|
2565
|
+
"pluginName": "@proletariat/cli",
|
|
2566
|
+
"pluginType": "core",
|
|
2567
|
+
"strict": true,
|
|
2568
|
+
"enableJsonFlag": false,
|
|
2569
|
+
"isESM": true,
|
|
2570
|
+
"relativePath": [
|
|
2571
|
+
"dist",
|
|
2572
|
+
"commands",
|
|
2573
|
+
"caffeinate",
|
|
2574
|
+
"start.js"
|
|
2575
|
+
]
|
|
2576
|
+
},
|
|
2577
|
+
"caffeinate:status": {
|
|
2578
|
+
"aliases": [],
|
|
2579
|
+
"args": {},
|
|
2580
|
+
"description": "Check if caffeinate is running",
|
|
2581
|
+
"examples": [
|
|
2582
|
+
"<%= config.bin %> caffeinate status"
|
|
2583
|
+
],
|
|
2584
|
+
"flags": {
|
|
2585
|
+
"json": {
|
|
2586
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2587
|
+
"name": "json",
|
|
2588
|
+
"allowNo": false,
|
|
2589
|
+
"type": "boolean"
|
|
2590
|
+
},
|
|
2591
|
+
"machine": {
|
|
2592
|
+
"char": "m",
|
|
2593
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2594
|
+
"name": "machine",
|
|
2595
|
+
"allowNo": false,
|
|
2596
|
+
"type": "boolean"
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
"hasDynamicHelp": false,
|
|
2600
|
+
"hiddenAliases": [],
|
|
2601
|
+
"id": "caffeinate:status",
|
|
2602
|
+
"pluginAlias": "@proletariat/cli",
|
|
2603
|
+
"pluginName": "@proletariat/cli",
|
|
2604
|
+
"pluginType": "core",
|
|
2605
|
+
"strict": true,
|
|
2606
|
+
"enableJsonFlag": false,
|
|
2607
|
+
"isESM": true,
|
|
2608
|
+
"relativePath": [
|
|
2609
|
+
"dist",
|
|
2610
|
+
"commands",
|
|
2611
|
+
"caffeinate",
|
|
2612
|
+
"status.js"
|
|
2613
|
+
]
|
|
2614
|
+
},
|
|
2615
|
+
"caffeinate:stop": {
|
|
2616
|
+
"aliases": [],
|
|
2617
|
+
"args": {},
|
|
2618
|
+
"description": "Stop the managed caffeinate process",
|
|
2619
|
+
"examples": [
|
|
2620
|
+
"<%= config.bin %> caffeinate stop"
|
|
2621
|
+
],
|
|
2622
|
+
"flags": {
|
|
2623
|
+
"json": {
|
|
2624
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2625
|
+
"name": "json",
|
|
2626
|
+
"allowNo": false,
|
|
2627
|
+
"type": "boolean"
|
|
2628
|
+
},
|
|
2629
|
+
"machine": {
|
|
2630
|
+
"char": "m",
|
|
2631
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2632
|
+
"name": "machine",
|
|
2633
|
+
"allowNo": false,
|
|
2634
|
+
"type": "boolean"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
"hasDynamicHelp": false,
|
|
2638
|
+
"hiddenAliases": [],
|
|
2639
|
+
"id": "caffeinate:stop",
|
|
2640
|
+
"pluginAlias": "@proletariat/cli",
|
|
2641
|
+
"pluginName": "@proletariat/cli",
|
|
2642
|
+
"pluginType": "core",
|
|
2643
|
+
"strict": true,
|
|
2644
|
+
"enableJsonFlag": false,
|
|
2645
|
+
"isESM": true,
|
|
2646
|
+
"relativePath": [
|
|
2647
|
+
"dist",
|
|
2648
|
+
"commands",
|
|
2649
|
+
"caffeinate",
|
|
2650
|
+
"stop.js"
|
|
2651
|
+
]
|
|
2652
|
+
},
|
|
2653
|
+
"claude": {
|
|
2654
|
+
"aliases": [],
|
|
2655
|
+
"args": {},
|
|
2656
|
+
"description": "Quick launch Claude Code for ad-hoc sessions (works anywhere)",
|
|
2657
|
+
"examples": [
|
|
2658
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2659
|
+
"<%= config.bin %> <%= command.id %> --slug debug-auth --permission-mode danger",
|
|
2660
|
+
"<%= config.bin %> <%= command.id %> --environment devcontainer --display-mode background",
|
|
2661
|
+
"<%= config.bin %> <%= command.id %> --prompt \"help me debug this function\""
|
|
2662
|
+
],
|
|
2663
|
+
"flags": {
|
|
2664
|
+
"json": {
|
|
2665
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2666
|
+
"name": "json",
|
|
2667
|
+
"allowNo": false,
|
|
2668
|
+
"type": "boolean"
|
|
2669
|
+
},
|
|
2670
|
+
"machine": {
|
|
2671
|
+
"char": "m",
|
|
2672
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2673
|
+
"name": "machine",
|
|
2674
|
+
"allowNo": false,
|
|
2675
|
+
"type": "boolean"
|
|
2676
|
+
},
|
|
2677
|
+
"slug": {
|
|
2678
|
+
"char": "s",
|
|
2679
|
+
"description": "Session name for pane/tab title",
|
|
2680
|
+
"name": "slug",
|
|
2681
|
+
"hasDynamicHelp": false,
|
|
2682
|
+
"multiple": false,
|
|
2683
|
+
"type": "option"
|
|
2684
|
+
},
|
|
2685
|
+
"permission-mode": {
|
|
2686
|
+
"char": "p",
|
|
2687
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
2688
|
+
"name": "permission-mode",
|
|
2689
|
+
"hasDynamicHelp": false,
|
|
2690
|
+
"multiple": false,
|
|
2691
2691
|
"options": [
|
|
2692
2692
|
"danger",
|
|
2693
2693
|
"safe"
|
|
@@ -3776,13 +3776,18 @@
|
|
|
3776
3776
|
"sync.js"
|
|
3777
3777
|
]
|
|
3778
3778
|
},
|
|
3779
|
-
"
|
|
3779
|
+
"execution:config": {
|
|
3780
3780
|
"aliases": [],
|
|
3781
3781
|
"args": {},
|
|
3782
|
-
"description": "
|
|
3782
|
+
"description": "View and update execution preferences",
|
|
3783
3783
|
"examples": [
|
|
3784
|
-
"<%= config.bin %>
|
|
3785
|
-
"<%= config.bin %>
|
|
3784
|
+
"<%= config.bin %> execution config # Interactive menu",
|
|
3785
|
+
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
3786
|
+
"<%= config.bin %> execution config --list # Show all settings",
|
|
3787
|
+
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
3788
|
+
"<%= config.bin %> execution config --set outputMode interactive",
|
|
3789
|
+
"<%= config.bin %> execution config --set permissionMode safe",
|
|
3790
|
+
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
3786
3791
|
],
|
|
3787
3792
|
"flags": {
|
|
3788
3793
|
"json": {
|
|
@@ -3798,45 +3803,53 @@
|
|
|
3798
3803
|
"allowNo": false,
|
|
3799
3804
|
"type": "boolean"
|
|
3800
3805
|
},
|
|
3801
|
-
"
|
|
3802
|
-
"char": "
|
|
3803
|
-
"description": "
|
|
3804
|
-
"name": "
|
|
3806
|
+
"set": {
|
|
3807
|
+
"char": "s",
|
|
3808
|
+
"description": "Set a config value (format: key value)",
|
|
3809
|
+
"name": "set",
|
|
3810
|
+
"hasDynamicHelp": false,
|
|
3811
|
+
"multiple": true,
|
|
3812
|
+
"type": "option"
|
|
3813
|
+
},
|
|
3814
|
+
"list": {
|
|
3815
|
+
"char": "l",
|
|
3816
|
+
"description": "List all configuration values",
|
|
3817
|
+
"name": "list",
|
|
3818
|
+
"allowNo": false,
|
|
3819
|
+
"type": "boolean"
|
|
3820
|
+
},
|
|
3821
|
+
"setting": {
|
|
3822
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
3823
|
+
"name": "setting",
|
|
3805
3824
|
"hasDynamicHelp": false,
|
|
3806
3825
|
"multiple": false,
|
|
3807
|
-
"options": [
|
|
3808
|
-
"submit",
|
|
3809
|
-
"list",
|
|
3810
|
-
"view"
|
|
3811
|
-
],
|
|
3812
3826
|
"type": "option"
|
|
3813
3827
|
}
|
|
3814
3828
|
},
|
|
3815
3829
|
"hasDynamicHelp": false,
|
|
3816
3830
|
"hiddenAliases": [],
|
|
3817
|
-
"id": "
|
|
3831
|
+
"id": "execution:config",
|
|
3818
3832
|
"pluginAlias": "@proletariat/cli",
|
|
3819
3833
|
"pluginName": "@proletariat/cli",
|
|
3820
3834
|
"pluginType": "core",
|
|
3821
3835
|
"strict": true,
|
|
3822
|
-
"enableJsonFlag": false,
|
|
3823
3836
|
"isESM": true,
|
|
3824
3837
|
"relativePath": [
|
|
3825
3838
|
"dist",
|
|
3826
3839
|
"commands",
|
|
3827
|
-
"
|
|
3828
|
-
"
|
|
3840
|
+
"execution",
|
|
3841
|
+
"config.js"
|
|
3829
3842
|
]
|
|
3830
3843
|
},
|
|
3831
|
-
"
|
|
3844
|
+
"execution": {
|
|
3832
3845
|
"aliases": [],
|
|
3833
3846
|
"args": {},
|
|
3834
|
-
"description": "
|
|
3847
|
+
"description": "Single execution operations (view, logs, stop)",
|
|
3835
3848
|
"examples": [
|
|
3836
3849
|
"<%= config.bin %> <%= command.id %>",
|
|
3837
|
-
"<%= config.bin %> <%= command.id %>
|
|
3838
|
-
"<%= config.bin %> <%= command.id %>
|
|
3839
|
-
"<%= config.bin %> <%= command.id %>
|
|
3850
|
+
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
3851
|
+
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
3852
|
+
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
3840
3853
|
],
|
|
3841
3854
|
"flags": {
|
|
3842
3855
|
"json": {
|
|
@@ -3851,282 +3864,27 @@
|
|
|
3851
3864
|
"name": "machine",
|
|
3852
3865
|
"allowNo": false,
|
|
3853
3866
|
"type": "boolean"
|
|
3854
|
-
},
|
|
3855
|
-
"category": {
|
|
3856
|
-
"char": "c",
|
|
3857
|
-
"description": "Filter by category (bug, feature, general)",
|
|
3858
|
-
"name": "category",
|
|
3859
|
-
"hasDynamicHelp": false,
|
|
3860
|
-
"multiple": false,
|
|
3861
|
-
"options": [
|
|
3862
|
-
"bug",
|
|
3863
|
-
"feature",
|
|
3864
|
-
"general"
|
|
3865
|
-
],
|
|
3866
|
-
"type": "option"
|
|
3867
|
-
},
|
|
3868
|
-
"state": {
|
|
3869
|
-
"char": "s",
|
|
3870
|
-
"description": "Filter by state",
|
|
3871
|
-
"name": "state",
|
|
3872
|
-
"default": "open",
|
|
3873
|
-
"hasDynamicHelp": false,
|
|
3874
|
-
"multiple": false,
|
|
3875
|
-
"options": [
|
|
3876
|
-
"open",
|
|
3877
|
-
"closed",
|
|
3878
|
-
"all"
|
|
3879
|
-
],
|
|
3880
|
-
"type": "option"
|
|
3881
|
-
},
|
|
3882
|
-
"limit": {
|
|
3883
|
-
"char": "l",
|
|
3884
|
-
"description": "Maximum number of issues to show",
|
|
3885
|
-
"name": "limit",
|
|
3886
|
-
"default": 20,
|
|
3887
|
-
"hasDynamicHelp": false,
|
|
3888
|
-
"multiple": false,
|
|
3889
|
-
"type": "option"
|
|
3890
3867
|
}
|
|
3891
3868
|
},
|
|
3892
3869
|
"hasDynamicHelp": false,
|
|
3893
3870
|
"hiddenAliases": [],
|
|
3894
|
-
"id": "
|
|
3871
|
+
"id": "execution",
|
|
3895
3872
|
"pluginAlias": "@proletariat/cli",
|
|
3896
3873
|
"pluginName": "@proletariat/cli",
|
|
3897
3874
|
"pluginType": "core",
|
|
3898
3875
|
"strict": true,
|
|
3899
|
-
"enableJsonFlag": false,
|
|
3900
3876
|
"isESM": true,
|
|
3901
3877
|
"relativePath": [
|
|
3902
3878
|
"dist",
|
|
3903
3879
|
"commands",
|
|
3904
|
-
"
|
|
3905
|
-
"
|
|
3880
|
+
"execution",
|
|
3881
|
+
"index.js"
|
|
3906
3882
|
]
|
|
3907
3883
|
},
|
|
3908
|
-
"
|
|
3884
|
+
"execution:list": {
|
|
3909
3885
|
"aliases": [],
|
|
3910
3886
|
"args": {},
|
|
3911
|
-
"description": "
|
|
3912
|
-
"examples": [
|
|
3913
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3914
|
-
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
3915
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
3916
|
-
],
|
|
3917
|
-
"flags": {
|
|
3918
|
-
"json": {
|
|
3919
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3920
|
-
"name": "json",
|
|
3921
|
-
"allowNo": false,
|
|
3922
|
-
"type": "boolean"
|
|
3923
|
-
},
|
|
3924
|
-
"machine": {
|
|
3925
|
-
"char": "m",
|
|
3926
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3927
|
-
"name": "machine",
|
|
3928
|
-
"allowNo": false,
|
|
3929
|
-
"type": "boolean"
|
|
3930
|
-
},
|
|
3931
|
-
"title": {
|
|
3932
|
-
"char": "t",
|
|
3933
|
-
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
3934
|
-
"name": "title",
|
|
3935
|
-
"hasDynamicHelp": false,
|
|
3936
|
-
"multiple": false,
|
|
3937
|
-
"type": "option"
|
|
3938
|
-
},
|
|
3939
|
-
"body": {
|
|
3940
|
-
"char": "b",
|
|
3941
|
-
"description": "Issue description [required for non-interactive]",
|
|
3942
|
-
"name": "body",
|
|
3943
|
-
"hasDynamicHelp": false,
|
|
3944
|
-
"multiple": false,
|
|
3945
|
-
"type": "option"
|
|
3946
|
-
},
|
|
3947
|
-
"category": {
|
|
3948
|
-
"char": "c",
|
|
3949
|
-
"description": "Feedback category",
|
|
3950
|
-
"name": "category",
|
|
3951
|
-
"hasDynamicHelp": false,
|
|
3952
|
-
"multiple": false,
|
|
3953
|
-
"options": [
|
|
3954
|
-
"bug",
|
|
3955
|
-
"feature",
|
|
3956
|
-
"general"
|
|
3957
|
-
],
|
|
3958
|
-
"type": "option"
|
|
3959
|
-
}
|
|
3960
|
-
},
|
|
3961
|
-
"hasDynamicHelp": false,
|
|
3962
|
-
"hiddenAliases": [],
|
|
3963
|
-
"id": "feedback:submit",
|
|
3964
|
-
"pluginAlias": "@proletariat/cli",
|
|
3965
|
-
"pluginName": "@proletariat/cli",
|
|
3966
|
-
"pluginType": "core",
|
|
3967
|
-
"strict": true,
|
|
3968
|
-
"isESM": true,
|
|
3969
|
-
"relativePath": [
|
|
3970
|
-
"dist",
|
|
3971
|
-
"commands",
|
|
3972
|
-
"feedback",
|
|
3973
|
-
"submit.js"
|
|
3974
|
-
]
|
|
3975
|
-
},
|
|
3976
|
-
"feedback:view": {
|
|
3977
|
-
"aliases": [],
|
|
3978
|
-
"args": {
|
|
3979
|
-
"number": {
|
|
3980
|
-
"description": "Issue number to view",
|
|
3981
|
-
"name": "number",
|
|
3982
|
-
"required": true
|
|
3983
|
-
}
|
|
3984
|
-
},
|
|
3985
|
-
"description": "View details of a specific feedback issue",
|
|
3986
|
-
"examples": [
|
|
3987
|
-
"<%= config.bin %> <%= command.id %> 123",
|
|
3988
|
-
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
3989
|
-
],
|
|
3990
|
-
"flags": {
|
|
3991
|
-
"json": {
|
|
3992
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3993
|
-
"name": "json",
|
|
3994
|
-
"allowNo": false,
|
|
3995
|
-
"type": "boolean"
|
|
3996
|
-
},
|
|
3997
|
-
"machine": {
|
|
3998
|
-
"char": "m",
|
|
3999
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4000
|
-
"name": "machine",
|
|
4001
|
-
"allowNo": false,
|
|
4002
|
-
"type": "boolean"
|
|
4003
|
-
}
|
|
4004
|
-
},
|
|
4005
|
-
"hasDynamicHelp": false,
|
|
4006
|
-
"hiddenAliases": [],
|
|
4007
|
-
"id": "feedback:view",
|
|
4008
|
-
"pluginAlias": "@proletariat/cli",
|
|
4009
|
-
"pluginName": "@proletariat/cli",
|
|
4010
|
-
"pluginType": "core",
|
|
4011
|
-
"strict": true,
|
|
4012
|
-
"enableJsonFlag": false,
|
|
4013
|
-
"isESM": true,
|
|
4014
|
-
"relativePath": [
|
|
4015
|
-
"dist",
|
|
4016
|
-
"commands",
|
|
4017
|
-
"feedback",
|
|
4018
|
-
"view.js"
|
|
4019
|
-
]
|
|
4020
|
-
},
|
|
4021
|
-
"execution:config": {
|
|
4022
|
-
"aliases": [],
|
|
4023
|
-
"args": {},
|
|
4024
|
-
"description": "View and update execution preferences",
|
|
4025
|
-
"examples": [
|
|
4026
|
-
"<%= config.bin %> execution config # Interactive menu",
|
|
4027
|
-
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
4028
|
-
"<%= config.bin %> execution config --list # Show all settings",
|
|
4029
|
-
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
4030
|
-
"<%= config.bin %> execution config --set outputMode interactive",
|
|
4031
|
-
"<%= config.bin %> execution config --set permissionMode safe",
|
|
4032
|
-
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
4033
|
-
],
|
|
4034
|
-
"flags": {
|
|
4035
|
-
"json": {
|
|
4036
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4037
|
-
"name": "json",
|
|
4038
|
-
"allowNo": false,
|
|
4039
|
-
"type": "boolean"
|
|
4040
|
-
},
|
|
4041
|
-
"machine": {
|
|
4042
|
-
"char": "m",
|
|
4043
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4044
|
-
"name": "machine",
|
|
4045
|
-
"allowNo": false,
|
|
4046
|
-
"type": "boolean"
|
|
4047
|
-
},
|
|
4048
|
-
"set": {
|
|
4049
|
-
"char": "s",
|
|
4050
|
-
"description": "Set a config value (format: key value)",
|
|
4051
|
-
"name": "set",
|
|
4052
|
-
"hasDynamicHelp": false,
|
|
4053
|
-
"multiple": true,
|
|
4054
|
-
"type": "option"
|
|
4055
|
-
},
|
|
4056
|
-
"list": {
|
|
4057
|
-
"char": "l",
|
|
4058
|
-
"description": "List all configuration values",
|
|
4059
|
-
"name": "list",
|
|
4060
|
-
"allowNo": false,
|
|
4061
|
-
"type": "boolean"
|
|
4062
|
-
},
|
|
4063
|
-
"setting": {
|
|
4064
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
4065
|
-
"name": "setting",
|
|
4066
|
-
"hasDynamicHelp": false,
|
|
4067
|
-
"multiple": false,
|
|
4068
|
-
"type": "option"
|
|
4069
|
-
}
|
|
4070
|
-
},
|
|
4071
|
-
"hasDynamicHelp": false,
|
|
4072
|
-
"hiddenAliases": [],
|
|
4073
|
-
"id": "execution:config",
|
|
4074
|
-
"pluginAlias": "@proletariat/cli",
|
|
4075
|
-
"pluginName": "@proletariat/cli",
|
|
4076
|
-
"pluginType": "core",
|
|
4077
|
-
"strict": true,
|
|
4078
|
-
"isESM": true,
|
|
4079
|
-
"relativePath": [
|
|
4080
|
-
"dist",
|
|
4081
|
-
"commands",
|
|
4082
|
-
"execution",
|
|
4083
|
-
"config.js"
|
|
4084
|
-
]
|
|
4085
|
-
},
|
|
4086
|
-
"execution": {
|
|
4087
|
-
"aliases": [],
|
|
4088
|
-
"args": {},
|
|
4089
|
-
"description": "Single execution operations (view, logs, stop)",
|
|
4090
|
-
"examples": [
|
|
4091
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4092
|
-
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
4093
|
-
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
4094
|
-
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
4095
|
-
],
|
|
4096
|
-
"flags": {
|
|
4097
|
-
"json": {
|
|
4098
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4099
|
-
"name": "json",
|
|
4100
|
-
"allowNo": false,
|
|
4101
|
-
"type": "boolean"
|
|
4102
|
-
},
|
|
4103
|
-
"machine": {
|
|
4104
|
-
"char": "m",
|
|
4105
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4106
|
-
"name": "machine",
|
|
4107
|
-
"allowNo": false,
|
|
4108
|
-
"type": "boolean"
|
|
4109
|
-
}
|
|
4110
|
-
},
|
|
4111
|
-
"hasDynamicHelp": false,
|
|
4112
|
-
"hiddenAliases": [],
|
|
4113
|
-
"id": "execution",
|
|
4114
|
-
"pluginAlias": "@proletariat/cli",
|
|
4115
|
-
"pluginName": "@proletariat/cli",
|
|
4116
|
-
"pluginType": "core",
|
|
4117
|
-
"strict": true,
|
|
4118
|
-
"isESM": true,
|
|
4119
|
-
"relativePath": [
|
|
4120
|
-
"dist",
|
|
4121
|
-
"commands",
|
|
4122
|
-
"execution",
|
|
4123
|
-
"index.js"
|
|
4124
|
-
]
|
|
4125
|
-
},
|
|
4126
|
-
"execution:list": {
|
|
4127
|
-
"aliases": [],
|
|
4128
|
-
"args": {},
|
|
4129
|
-
"description": "List running and recent executions",
|
|
3887
|
+
"description": "List running and recent executions",
|
|
4130
3888
|
"examples": [
|
|
4131
3889
|
"<%= config.bin %> <%= command.id %>",
|
|
4132
3890
|
"<%= config.bin %> <%= command.id %> --status running",
|
|
@@ -4369,22 +4127,13 @@
|
|
|
4369
4127
|
"view.js"
|
|
4370
4128
|
]
|
|
4371
4129
|
},
|
|
4372
|
-
"
|
|
4130
|
+
"feedback": {
|
|
4373
4131
|
"aliases": [],
|
|
4374
|
-
"args": {
|
|
4375
|
-
|
|
4376
|
-
"description": "Channel type",
|
|
4377
|
-
"name": "type",
|
|
4378
|
-
"options": [
|
|
4379
|
-
"telegram"
|
|
4380
|
-
],
|
|
4381
|
-
"required": true
|
|
4382
|
-
}
|
|
4383
|
-
},
|
|
4384
|
-
"description": "Register a messaging channel (Telegram) with the gateway",
|
|
4132
|
+
"args": {},
|
|
4133
|
+
"description": "Interactive menu for feedback and issue operations",
|
|
4385
4134
|
"examples": [
|
|
4386
|
-
"<%= config.bin %>
|
|
4387
|
-
"<%= config.bin %>
|
|
4135
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4136
|
+
"<%= config.bin %> <%= command.id %> --action submit"
|
|
4388
4137
|
],
|
|
4389
4138
|
"flags": {
|
|
4390
4139
|
"json": {
|
|
@@ -4400,16 +4149,267 @@
|
|
|
4400
4149
|
"allowNo": false,
|
|
4401
4150
|
"type": "boolean"
|
|
4402
4151
|
},
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4407
|
-
"
|
|
4408
|
-
"
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4152
|
+
"action": {
|
|
4153
|
+
"char": "a",
|
|
4154
|
+
"description": "Action to perform (submit, list, view)",
|
|
4155
|
+
"name": "action",
|
|
4156
|
+
"hasDynamicHelp": false,
|
|
4157
|
+
"multiple": false,
|
|
4158
|
+
"options": [
|
|
4159
|
+
"submit",
|
|
4160
|
+
"list",
|
|
4161
|
+
"view"
|
|
4162
|
+
],
|
|
4163
|
+
"type": "option"
|
|
4164
|
+
}
|
|
4165
|
+
},
|
|
4166
|
+
"hasDynamicHelp": false,
|
|
4167
|
+
"hiddenAliases": [],
|
|
4168
|
+
"id": "feedback",
|
|
4169
|
+
"pluginAlias": "@proletariat/cli",
|
|
4170
|
+
"pluginName": "@proletariat/cli",
|
|
4171
|
+
"pluginType": "core",
|
|
4172
|
+
"strict": true,
|
|
4173
|
+
"enableJsonFlag": false,
|
|
4174
|
+
"isESM": true,
|
|
4175
|
+
"relativePath": [
|
|
4176
|
+
"dist",
|
|
4177
|
+
"commands",
|
|
4178
|
+
"feedback",
|
|
4179
|
+
"index.js"
|
|
4180
|
+
]
|
|
4181
|
+
},
|
|
4182
|
+
"feedback:list": {
|
|
4183
|
+
"aliases": [],
|
|
4184
|
+
"args": {},
|
|
4185
|
+
"description": "List recent feedback issues from the repository",
|
|
4186
|
+
"examples": [
|
|
4187
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4188
|
+
"<%= config.bin %> <%= command.id %> --category bug",
|
|
4189
|
+
"<%= config.bin %> <%= command.id %> --state closed --limit 10",
|
|
4190
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4191
|
+
],
|
|
4192
|
+
"flags": {
|
|
4193
|
+
"json": {
|
|
4194
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4195
|
+
"name": "json",
|
|
4196
|
+
"allowNo": false,
|
|
4197
|
+
"type": "boolean"
|
|
4198
|
+
},
|
|
4199
|
+
"machine": {
|
|
4200
|
+
"char": "m",
|
|
4201
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4202
|
+
"name": "machine",
|
|
4203
|
+
"allowNo": false,
|
|
4204
|
+
"type": "boolean"
|
|
4205
|
+
},
|
|
4206
|
+
"category": {
|
|
4207
|
+
"char": "c",
|
|
4208
|
+
"description": "Filter by category (bug, feature, general)",
|
|
4209
|
+
"name": "category",
|
|
4210
|
+
"hasDynamicHelp": false,
|
|
4211
|
+
"multiple": false,
|
|
4212
|
+
"options": [
|
|
4213
|
+
"bug",
|
|
4214
|
+
"feature",
|
|
4215
|
+
"general"
|
|
4216
|
+
],
|
|
4217
|
+
"type": "option"
|
|
4218
|
+
},
|
|
4219
|
+
"state": {
|
|
4220
|
+
"char": "s",
|
|
4221
|
+
"description": "Filter by state",
|
|
4222
|
+
"name": "state",
|
|
4223
|
+
"default": "open",
|
|
4224
|
+
"hasDynamicHelp": false,
|
|
4225
|
+
"multiple": false,
|
|
4226
|
+
"options": [
|
|
4227
|
+
"open",
|
|
4228
|
+
"closed",
|
|
4229
|
+
"all"
|
|
4230
|
+
],
|
|
4231
|
+
"type": "option"
|
|
4232
|
+
},
|
|
4233
|
+
"limit": {
|
|
4234
|
+
"char": "l",
|
|
4235
|
+
"description": "Maximum number of issues to show",
|
|
4236
|
+
"name": "limit",
|
|
4237
|
+
"default": 20,
|
|
4238
|
+
"hasDynamicHelp": false,
|
|
4239
|
+
"multiple": false,
|
|
4240
|
+
"type": "option"
|
|
4241
|
+
}
|
|
4242
|
+
},
|
|
4243
|
+
"hasDynamicHelp": false,
|
|
4244
|
+
"hiddenAliases": [],
|
|
4245
|
+
"id": "feedback:list",
|
|
4246
|
+
"pluginAlias": "@proletariat/cli",
|
|
4247
|
+
"pluginName": "@proletariat/cli",
|
|
4248
|
+
"pluginType": "core",
|
|
4249
|
+
"strict": true,
|
|
4250
|
+
"enableJsonFlag": false,
|
|
4251
|
+
"isESM": true,
|
|
4252
|
+
"relativePath": [
|
|
4253
|
+
"dist",
|
|
4254
|
+
"commands",
|
|
4255
|
+
"feedback",
|
|
4256
|
+
"list.js"
|
|
4257
|
+
]
|
|
4258
|
+
},
|
|
4259
|
+
"feedback:submit": {
|
|
4260
|
+
"aliases": [],
|
|
4261
|
+
"args": {},
|
|
4262
|
+
"description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
|
|
4263
|
+
"examples": [
|
|
4264
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4265
|
+
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
4266
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4267
|
+
],
|
|
4268
|
+
"flags": {
|
|
4269
|
+
"json": {
|
|
4270
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4271
|
+
"name": "json",
|
|
4272
|
+
"allowNo": false,
|
|
4273
|
+
"type": "boolean"
|
|
4274
|
+
},
|
|
4275
|
+
"machine": {
|
|
4276
|
+
"char": "m",
|
|
4277
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4278
|
+
"name": "machine",
|
|
4279
|
+
"allowNo": false,
|
|
4280
|
+
"type": "boolean"
|
|
4281
|
+
},
|
|
4282
|
+
"title": {
|
|
4283
|
+
"char": "t",
|
|
4284
|
+
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
4285
|
+
"name": "title",
|
|
4286
|
+
"hasDynamicHelp": false,
|
|
4287
|
+
"multiple": false,
|
|
4288
|
+
"type": "option"
|
|
4289
|
+
},
|
|
4290
|
+
"body": {
|
|
4291
|
+
"char": "b",
|
|
4292
|
+
"description": "Issue description [required for non-interactive]",
|
|
4293
|
+
"name": "body",
|
|
4294
|
+
"hasDynamicHelp": false,
|
|
4295
|
+
"multiple": false,
|
|
4296
|
+
"type": "option"
|
|
4297
|
+
},
|
|
4298
|
+
"category": {
|
|
4299
|
+
"char": "c",
|
|
4300
|
+
"description": "Feedback category",
|
|
4301
|
+
"name": "category",
|
|
4302
|
+
"hasDynamicHelp": false,
|
|
4303
|
+
"multiple": false,
|
|
4304
|
+
"options": [
|
|
4305
|
+
"bug",
|
|
4306
|
+
"feature",
|
|
4307
|
+
"general"
|
|
4308
|
+
],
|
|
4309
|
+
"type": "option"
|
|
4310
|
+
}
|
|
4311
|
+
},
|
|
4312
|
+
"hasDynamicHelp": false,
|
|
4313
|
+
"hiddenAliases": [],
|
|
4314
|
+
"id": "feedback:submit",
|
|
4315
|
+
"pluginAlias": "@proletariat/cli",
|
|
4316
|
+
"pluginName": "@proletariat/cli",
|
|
4317
|
+
"pluginType": "core",
|
|
4318
|
+
"strict": true,
|
|
4319
|
+
"isESM": true,
|
|
4320
|
+
"relativePath": [
|
|
4321
|
+
"dist",
|
|
4322
|
+
"commands",
|
|
4323
|
+
"feedback",
|
|
4324
|
+
"submit.js"
|
|
4325
|
+
]
|
|
4326
|
+
},
|
|
4327
|
+
"feedback:view": {
|
|
4328
|
+
"aliases": [],
|
|
4329
|
+
"args": {
|
|
4330
|
+
"number": {
|
|
4331
|
+
"description": "Issue number to view",
|
|
4332
|
+
"name": "number",
|
|
4333
|
+
"required": true
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
"description": "View details of a specific feedback issue",
|
|
4337
|
+
"examples": [
|
|
4338
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
4339
|
+
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
4340
|
+
],
|
|
4341
|
+
"flags": {
|
|
4342
|
+
"json": {
|
|
4343
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4344
|
+
"name": "json",
|
|
4345
|
+
"allowNo": false,
|
|
4346
|
+
"type": "boolean"
|
|
4347
|
+
},
|
|
4348
|
+
"machine": {
|
|
4349
|
+
"char": "m",
|
|
4350
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4351
|
+
"name": "machine",
|
|
4352
|
+
"allowNo": false,
|
|
4353
|
+
"type": "boolean"
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4356
|
+
"hasDynamicHelp": false,
|
|
4357
|
+
"hiddenAliases": [],
|
|
4358
|
+
"id": "feedback:view",
|
|
4359
|
+
"pluginAlias": "@proletariat/cli",
|
|
4360
|
+
"pluginName": "@proletariat/cli",
|
|
4361
|
+
"pluginType": "core",
|
|
4362
|
+
"strict": true,
|
|
4363
|
+
"enableJsonFlag": false,
|
|
4364
|
+
"isESM": true,
|
|
4365
|
+
"relativePath": [
|
|
4366
|
+
"dist",
|
|
4367
|
+
"commands",
|
|
4368
|
+
"feedback",
|
|
4369
|
+
"view.js"
|
|
4370
|
+
]
|
|
4371
|
+
},
|
|
4372
|
+
"gateway:connect": {
|
|
4373
|
+
"aliases": [],
|
|
4374
|
+
"args": {
|
|
4375
|
+
"type": {
|
|
4376
|
+
"description": "Channel type",
|
|
4377
|
+
"name": "type",
|
|
4378
|
+
"options": [
|
|
4379
|
+
"telegram"
|
|
4380
|
+
],
|
|
4381
|
+
"required": true
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
"description": "Register a messaging channel (Telegram) with the gateway",
|
|
4385
|
+
"examples": [
|
|
4386
|
+
"<%= config.bin %> gateway connect telegram --token 123:abc --allow 111 --allow 222",
|
|
4387
|
+
"<%= config.bin %> gateway connect telegram --token 123:abc --allow 111,222 --name my-bot"
|
|
4388
|
+
],
|
|
4389
|
+
"flags": {
|
|
4390
|
+
"json": {
|
|
4391
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4392
|
+
"name": "json",
|
|
4393
|
+
"allowNo": false,
|
|
4394
|
+
"type": "boolean"
|
|
4395
|
+
},
|
|
4396
|
+
"machine": {
|
|
4397
|
+
"char": "m",
|
|
4398
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4399
|
+
"name": "machine",
|
|
4400
|
+
"allowNo": false,
|
|
4401
|
+
"type": "boolean"
|
|
4402
|
+
},
|
|
4403
|
+
"name": {
|
|
4404
|
+
"description": "Channel name (primary key). Defaults to the channel type.",
|
|
4405
|
+
"name": "name",
|
|
4406
|
+
"hasDynamicHelp": false,
|
|
4407
|
+
"multiple": false,
|
|
4408
|
+
"type": "option"
|
|
4409
|
+
},
|
|
4410
|
+
"token": {
|
|
4411
|
+
"description": "Telegram bot token from @BotFather",
|
|
4412
|
+
"name": "token",
|
|
4413
4413
|
"hasDynamicHelp": false,
|
|
4414
4414
|
"multiple": false,
|
|
4415
4415
|
"type": "option"
|
|
@@ -6538,10 +6538,69 @@
|
|
|
6538
6538
|
"stop.js"
|
|
6539
6539
|
]
|
|
6540
6540
|
},
|
|
6541
|
-
"
|
|
6541
|
+
"project:configure": {
|
|
6542
6542
|
"aliases": [],
|
|
6543
|
-
"args": {
|
|
6544
|
-
|
|
6543
|
+
"args": {},
|
|
6544
|
+
"description": "Configure workflow column mapping for a project",
|
|
6545
|
+
"examples": [
|
|
6546
|
+
"<%= config.bin %> <%= command.id %> --workflow",
|
|
6547
|
+
"<%= config.bin %> <%= command.id %> --workflow --show"
|
|
6548
|
+
],
|
|
6549
|
+
"flags": {
|
|
6550
|
+
"project": {
|
|
6551
|
+
"char": "P",
|
|
6552
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
6553
|
+
"name": "project",
|
|
6554
|
+
"hasDynamicHelp": false,
|
|
6555
|
+
"multiple": false,
|
|
6556
|
+
"type": "option"
|
|
6557
|
+
},
|
|
6558
|
+
"json": {
|
|
6559
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6560
|
+
"name": "json",
|
|
6561
|
+
"allowNo": false,
|
|
6562
|
+
"type": "boolean"
|
|
6563
|
+
},
|
|
6564
|
+
"machine": {
|
|
6565
|
+
"char": "m",
|
|
6566
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6567
|
+
"name": "machine",
|
|
6568
|
+
"allowNo": false,
|
|
6569
|
+
"type": "boolean"
|
|
6570
|
+
},
|
|
6571
|
+
"workflow": {
|
|
6572
|
+
"char": "w",
|
|
6573
|
+
"description": "Configure workflow column mapping",
|
|
6574
|
+
"name": "workflow",
|
|
6575
|
+
"allowNo": false,
|
|
6576
|
+
"type": "boolean"
|
|
6577
|
+
},
|
|
6578
|
+
"show": {
|
|
6579
|
+
"description": "Show current workflow mapping without prompting",
|
|
6580
|
+
"name": "show",
|
|
6581
|
+
"allowNo": false,
|
|
6582
|
+
"type": "boolean"
|
|
6583
|
+
}
|
|
6584
|
+
},
|
|
6585
|
+
"hasDynamicHelp": false,
|
|
6586
|
+
"hiddenAliases": [],
|
|
6587
|
+
"id": "project:configure",
|
|
6588
|
+
"pluginAlias": "@proletariat/cli",
|
|
6589
|
+
"pluginName": "@proletariat/cli",
|
|
6590
|
+
"pluginType": "core",
|
|
6591
|
+
"strict": true,
|
|
6592
|
+
"isESM": true,
|
|
6593
|
+
"relativePath": [
|
|
6594
|
+
"dist",
|
|
6595
|
+
"commands",
|
|
6596
|
+
"project",
|
|
6597
|
+
"configure.js"
|
|
6598
|
+
]
|
|
6599
|
+
},
|
|
6600
|
+
"pr:checks": {
|
|
6601
|
+
"aliases": [],
|
|
6602
|
+
"args": {
|
|
6603
|
+
"prNumber": {
|
|
6545
6604
|
"description": "PR number (defaults to PR for current branch)",
|
|
6546
6605
|
"name": "prNumber",
|
|
6547
6606
|
"required": false
|
|
@@ -7110,65 +7169,6 @@
|
|
|
7110
7169
|
"status.js"
|
|
7111
7170
|
]
|
|
7112
7171
|
},
|
|
7113
|
-
"project:configure": {
|
|
7114
|
-
"aliases": [],
|
|
7115
|
-
"args": {},
|
|
7116
|
-
"description": "Configure workflow column mapping for a project",
|
|
7117
|
-
"examples": [
|
|
7118
|
-
"<%= config.bin %> <%= command.id %> --workflow",
|
|
7119
|
-
"<%= config.bin %> <%= command.id %> --workflow --show"
|
|
7120
|
-
],
|
|
7121
|
-
"flags": {
|
|
7122
|
-
"project": {
|
|
7123
|
-
"char": "P",
|
|
7124
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7125
|
-
"name": "project",
|
|
7126
|
-
"hasDynamicHelp": false,
|
|
7127
|
-
"multiple": false,
|
|
7128
|
-
"type": "option"
|
|
7129
|
-
},
|
|
7130
|
-
"json": {
|
|
7131
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7132
|
-
"name": "json",
|
|
7133
|
-
"allowNo": false,
|
|
7134
|
-
"type": "boolean"
|
|
7135
|
-
},
|
|
7136
|
-
"machine": {
|
|
7137
|
-
"char": "m",
|
|
7138
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7139
|
-
"name": "machine",
|
|
7140
|
-
"allowNo": false,
|
|
7141
|
-
"type": "boolean"
|
|
7142
|
-
},
|
|
7143
|
-
"workflow": {
|
|
7144
|
-
"char": "w",
|
|
7145
|
-
"description": "Configure workflow column mapping",
|
|
7146
|
-
"name": "workflow",
|
|
7147
|
-
"allowNo": false,
|
|
7148
|
-
"type": "boolean"
|
|
7149
|
-
},
|
|
7150
|
-
"show": {
|
|
7151
|
-
"description": "Show current workflow mapping without prompting",
|
|
7152
|
-
"name": "show",
|
|
7153
|
-
"allowNo": false,
|
|
7154
|
-
"type": "boolean"
|
|
7155
|
-
}
|
|
7156
|
-
},
|
|
7157
|
-
"hasDynamicHelp": false,
|
|
7158
|
-
"hiddenAliases": [],
|
|
7159
|
-
"id": "project:configure",
|
|
7160
|
-
"pluginAlias": "@proletariat/cli",
|
|
7161
|
-
"pluginName": "@proletariat/cli",
|
|
7162
|
-
"pluginType": "core",
|
|
7163
|
-
"strict": true,
|
|
7164
|
-
"isESM": true,
|
|
7165
|
-
"relativePath": [
|
|
7166
|
-
"dist",
|
|
7167
|
-
"commands",
|
|
7168
|
-
"project",
|
|
7169
|
-
"configure.js"
|
|
7170
|
-
]
|
|
7171
|
-
},
|
|
7172
7172
|
"qa": {
|
|
7173
7173
|
"aliases": [
|
|
7174
7174
|
"explore"
|
|
@@ -7270,99 +7270,6 @@
|
|
|
7270
7270
|
"index.js"
|
|
7271
7271
|
]
|
|
7272
7272
|
},
|
|
7273
|
-
"run": {
|
|
7274
|
-
"aliases": [],
|
|
7275
|
-
"args": {
|
|
7276
|
-
"task": {
|
|
7277
|
-
"description": "Task description for the agent",
|
|
7278
|
-
"name": "task",
|
|
7279
|
-
"required": true
|
|
7280
|
-
}
|
|
7281
|
-
},
|
|
7282
|
-
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
7283
|
-
"examples": [
|
|
7284
|
-
"<%= config.bin %> run \"fix the login bug\"",
|
|
7285
|
-
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
7286
|
-
"<%= config.bin %> run -d \"fix the bug\"",
|
|
7287
|
-
"<%= config.bin %> run --runner codex \"add tests\""
|
|
7288
|
-
],
|
|
7289
|
-
"flags": {
|
|
7290
|
-
"json": {
|
|
7291
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7292
|
-
"name": "json",
|
|
7293
|
-
"allowNo": false,
|
|
7294
|
-
"type": "boolean"
|
|
7295
|
-
},
|
|
7296
|
-
"machine": {
|
|
7297
|
-
"char": "m",
|
|
7298
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7299
|
-
"name": "machine",
|
|
7300
|
-
"allowNo": false,
|
|
7301
|
-
"type": "boolean"
|
|
7302
|
-
},
|
|
7303
|
-
"runner": {
|
|
7304
|
-
"char": "r",
|
|
7305
|
-
"description": "Runner to use (claude-code, codex, pi)",
|
|
7306
|
-
"name": "runner",
|
|
7307
|
-
"hasDynamicHelp": false,
|
|
7308
|
-
"multiple": false,
|
|
7309
|
-
"type": "option"
|
|
7310
|
-
},
|
|
7311
|
-
"detached": {
|
|
7312
|
-
"char": "d",
|
|
7313
|
-
"description": "Run in background (detached)",
|
|
7314
|
-
"name": "detached",
|
|
7315
|
-
"allowNo": false,
|
|
7316
|
-
"type": "boolean"
|
|
7317
|
-
},
|
|
7318
|
-
"directory": {
|
|
7319
|
-
"description": "Working directory (default: cwd)",
|
|
7320
|
-
"name": "directory",
|
|
7321
|
-
"hasDynamicHelp": false,
|
|
7322
|
-
"multiple": false,
|
|
7323
|
-
"type": "option"
|
|
7324
|
-
},
|
|
7325
|
-
"permission-mode": {
|
|
7326
|
-
"char": "p",
|
|
7327
|
-
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
7328
|
-
"name": "permission-mode",
|
|
7329
|
-
"hasDynamicHelp": false,
|
|
7330
|
-
"multiple": false,
|
|
7331
|
-
"options": [
|
|
7332
|
-
"danger",
|
|
7333
|
-
"safe"
|
|
7334
|
-
],
|
|
7335
|
-
"type": "option"
|
|
7336
|
-
},
|
|
7337
|
-
"environment": {
|
|
7338
|
-
"char": "e",
|
|
7339
|
-
"description": "Environment to run in",
|
|
7340
|
-
"name": "environment",
|
|
7341
|
-
"hasDynamicHelp": false,
|
|
7342
|
-
"multiple": false,
|
|
7343
|
-
"options": [
|
|
7344
|
-
"host",
|
|
7345
|
-
"docker",
|
|
7346
|
-
"podman"
|
|
7347
|
-
],
|
|
7348
|
-
"type": "option"
|
|
7349
|
-
}
|
|
7350
|
-
},
|
|
7351
|
-
"hasDynamicHelp": false,
|
|
7352
|
-
"hiddenAliases": [],
|
|
7353
|
-
"id": "run",
|
|
7354
|
-
"pluginAlias": "@proletariat/cli",
|
|
7355
|
-
"pluginName": "@proletariat/cli",
|
|
7356
|
-
"pluginType": "core",
|
|
7357
|
-
"strict": true,
|
|
7358
|
-
"isESM": true,
|
|
7359
|
-
"relativePath": [
|
|
7360
|
-
"dist",
|
|
7361
|
-
"commands",
|
|
7362
|
-
"run",
|
|
7363
|
-
"index.js"
|
|
7364
|
-
]
|
|
7365
|
-
},
|
|
7366
7273
|
"repo:add": {
|
|
7367
7274
|
"aliases": [],
|
|
7368
7275
|
"args": {
|
|
@@ -7768,27 +7675,23 @@
|
|
|
7768
7675
|
"view.js"
|
|
7769
7676
|
]
|
|
7770
7677
|
},
|
|
7771
|
-
"
|
|
7678
|
+
"run": {
|
|
7772
7679
|
"aliases": [],
|
|
7773
|
-
"args": {
|
|
7774
|
-
|
|
7680
|
+
"args": {
|
|
7681
|
+
"task": {
|
|
7682
|
+
"description": "Task description for the agent",
|
|
7683
|
+
"name": "task",
|
|
7684
|
+
"required": true
|
|
7685
|
+
}
|
|
7686
|
+
},
|
|
7687
|
+
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
7775
7688
|
"examples": [
|
|
7776
|
-
"<%= config.bin %>
|
|
7777
|
-
"<%= config.bin %>
|
|
7778
|
-
"<%= config.bin %>
|
|
7779
|
-
"<%= config.bin %>
|
|
7780
|
-
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
7781
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
7689
|
+
"<%= config.bin %> run \"fix the login bug\"",
|
|
7690
|
+
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
7691
|
+
"<%= config.bin %> run -d \"fix the bug\"",
|
|
7692
|
+
"<%= config.bin %> run --runner codex \"add tests\""
|
|
7782
7693
|
],
|
|
7783
7694
|
"flags": {
|
|
7784
|
-
"project": {
|
|
7785
|
-
"char": "P",
|
|
7786
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7787
|
-
"name": "project",
|
|
7788
|
-
"hasDynamicHelp": false,
|
|
7789
|
-
"multiple": false,
|
|
7790
|
-
"type": "option"
|
|
7791
|
-
},
|
|
7792
7695
|
"json": {
|
|
7793
7696
|
"description": "Output as JSON for AI agents/scripts",
|
|
7794
7697
|
"name": "json",
|
|
@@ -7802,13 +7705,110 @@
|
|
|
7802
7705
|
"allowNo": false,
|
|
7803
7706
|
"type": "boolean"
|
|
7804
7707
|
},
|
|
7805
|
-
"
|
|
7806
|
-
"
|
|
7807
|
-
"
|
|
7808
|
-
"
|
|
7809
|
-
"
|
|
7708
|
+
"runner": {
|
|
7709
|
+
"char": "r",
|
|
7710
|
+
"description": "Runner to use (claude-code, codex, pi)",
|
|
7711
|
+
"name": "runner",
|
|
7712
|
+
"hasDynamicHelp": false,
|
|
7713
|
+
"multiple": false,
|
|
7714
|
+
"type": "option"
|
|
7810
7715
|
},
|
|
7811
|
-
"
|
|
7716
|
+
"detached": {
|
|
7717
|
+
"char": "d",
|
|
7718
|
+
"description": "Run in background (detached)",
|
|
7719
|
+
"name": "detached",
|
|
7720
|
+
"allowNo": false,
|
|
7721
|
+
"type": "boolean"
|
|
7722
|
+
},
|
|
7723
|
+
"directory": {
|
|
7724
|
+
"description": "Working directory (default: cwd)",
|
|
7725
|
+
"name": "directory",
|
|
7726
|
+
"hasDynamicHelp": false,
|
|
7727
|
+
"multiple": false,
|
|
7728
|
+
"type": "option"
|
|
7729
|
+
},
|
|
7730
|
+
"permission-mode": {
|
|
7731
|
+
"char": "p",
|
|
7732
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
7733
|
+
"name": "permission-mode",
|
|
7734
|
+
"hasDynamicHelp": false,
|
|
7735
|
+
"multiple": false,
|
|
7736
|
+
"options": [
|
|
7737
|
+
"danger",
|
|
7738
|
+
"safe"
|
|
7739
|
+
],
|
|
7740
|
+
"type": "option"
|
|
7741
|
+
},
|
|
7742
|
+
"environment": {
|
|
7743
|
+
"char": "e",
|
|
7744
|
+
"description": "Environment to run in",
|
|
7745
|
+
"name": "environment",
|
|
7746
|
+
"hasDynamicHelp": false,
|
|
7747
|
+
"multiple": false,
|
|
7748
|
+
"options": [
|
|
7749
|
+
"host",
|
|
7750
|
+
"docker",
|
|
7751
|
+
"podman"
|
|
7752
|
+
],
|
|
7753
|
+
"type": "option"
|
|
7754
|
+
}
|
|
7755
|
+
},
|
|
7756
|
+
"hasDynamicHelp": false,
|
|
7757
|
+
"hiddenAliases": [],
|
|
7758
|
+
"id": "run",
|
|
7759
|
+
"pluginAlias": "@proletariat/cli",
|
|
7760
|
+
"pluginName": "@proletariat/cli",
|
|
7761
|
+
"pluginType": "core",
|
|
7762
|
+
"strict": true,
|
|
7763
|
+
"isESM": true,
|
|
7764
|
+
"relativePath": [
|
|
7765
|
+
"dist",
|
|
7766
|
+
"commands",
|
|
7767
|
+
"run",
|
|
7768
|
+
"index.js"
|
|
7769
|
+
]
|
|
7770
|
+
},
|
|
7771
|
+
"shortcut:connect": {
|
|
7772
|
+
"aliases": [],
|
|
7773
|
+
"args": {},
|
|
7774
|
+
"description": "Connect to Shortcut workspace and configure authentication",
|
|
7775
|
+
"examples": [
|
|
7776
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7777
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
7778
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
7779
|
+
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
7780
|
+
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
7781
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
7782
|
+
],
|
|
7783
|
+
"flags": {
|
|
7784
|
+
"project": {
|
|
7785
|
+
"char": "P",
|
|
7786
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7787
|
+
"name": "project",
|
|
7788
|
+
"hasDynamicHelp": false,
|
|
7789
|
+
"multiple": false,
|
|
7790
|
+
"type": "option"
|
|
7791
|
+
},
|
|
7792
|
+
"json": {
|
|
7793
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7794
|
+
"name": "json",
|
|
7795
|
+
"allowNo": false,
|
|
7796
|
+
"type": "boolean"
|
|
7797
|
+
},
|
|
7798
|
+
"machine": {
|
|
7799
|
+
"char": "m",
|
|
7800
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7801
|
+
"name": "machine",
|
|
7802
|
+
"allowNo": false,
|
|
7803
|
+
"type": "boolean"
|
|
7804
|
+
},
|
|
7805
|
+
"check": {
|
|
7806
|
+
"description": "Only check if Shortcut credentials are valid (do not prompt)",
|
|
7807
|
+
"name": "check",
|
|
7808
|
+
"allowNo": false,
|
|
7809
|
+
"type": "boolean"
|
|
7810
|
+
},
|
|
7811
|
+
"force": {
|
|
7812
7812
|
"description": "Force re-authentication even if credentials exist",
|
|
7813
7813
|
"name": "force",
|
|
7814
7814
|
"allowNo": false,
|
|
@@ -8820,23 +8820,15 @@
|
|
|
8820
8820
|
"watch.js"
|
|
8821
8821
|
]
|
|
8822
8822
|
},
|
|
8823
|
-
"
|
|
8823
|
+
"support:book": {
|
|
8824
8824
|
"aliases": [],
|
|
8825
8825
|
"args": {},
|
|
8826
|
-
"description": "
|
|
8826
|
+
"description": "Book a call for support",
|
|
8827
8827
|
"examples": [
|
|
8828
8828
|
"<%= config.bin %> <%= command.id %>",
|
|
8829
|
-
"<%= config.bin %> <%= command.id %> --
|
|
8829
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
8830
8830
|
],
|
|
8831
8831
|
"flags": {
|
|
8832
|
-
"project": {
|
|
8833
|
-
"char": "P",
|
|
8834
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
8835
|
-
"name": "project",
|
|
8836
|
-
"hasDynamicHelp": false,
|
|
8837
|
-
"multiple": false,
|
|
8838
|
-
"type": "option"
|
|
8839
|
-
},
|
|
8840
8832
|
"json": {
|
|
8841
8833
|
"description": "Output as JSON for AI agents/scripts",
|
|
8842
8834
|
"name": "json",
|
|
@@ -8849,35 +8841,31 @@
|
|
|
8849
8841
|
"name": "machine",
|
|
8850
8842
|
"allowNo": false,
|
|
8851
8843
|
"type": "boolean"
|
|
8852
|
-
},
|
|
8853
|
-
"dry-run": {
|
|
8854
|
-
"description": "Show what would change without applying",
|
|
8855
|
-
"name": "dry-run",
|
|
8856
|
-
"allowNo": false,
|
|
8857
|
-
"type": "boolean"
|
|
8858
8844
|
}
|
|
8859
8845
|
},
|
|
8860
8846
|
"hasDynamicHelp": false,
|
|
8861
8847
|
"hiddenAliases": [],
|
|
8862
|
-
"id": "
|
|
8848
|
+
"id": "support:book",
|
|
8863
8849
|
"pluginAlias": "@proletariat/cli",
|
|
8864
8850
|
"pluginName": "@proletariat/cli",
|
|
8865
8851
|
"pluginType": "core",
|
|
8866
8852
|
"strict": true,
|
|
8853
|
+
"enableJsonFlag": false,
|
|
8867
8854
|
"isESM": true,
|
|
8868
8855
|
"relativePath": [
|
|
8869
8856
|
"dist",
|
|
8870
8857
|
"commands",
|
|
8871
|
-
"
|
|
8872
|
-
"
|
|
8858
|
+
"support",
|
|
8859
|
+
"book.js"
|
|
8873
8860
|
]
|
|
8874
8861
|
},
|
|
8875
|
-
"
|
|
8862
|
+
"support:discord": {
|
|
8876
8863
|
"aliases": [],
|
|
8877
8864
|
"args": {},
|
|
8878
|
-
"description": "
|
|
8865
|
+
"description": "Join the Discord community",
|
|
8879
8866
|
"examples": [
|
|
8880
|
-
"<%= config.bin %> <%= command.id %>"
|
|
8867
|
+
"<%= config.bin %> <%= command.id %>",
|
|
8868
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
8881
8869
|
],
|
|
8882
8870
|
"flags": {
|
|
8883
8871
|
"json": {
|
|
@@ -8896,25 +8884,27 @@
|
|
|
8896
8884
|
},
|
|
8897
8885
|
"hasDynamicHelp": false,
|
|
8898
8886
|
"hiddenAliases": [],
|
|
8899
|
-
"id": "
|
|
8887
|
+
"id": "support:discord",
|
|
8900
8888
|
"pluginAlias": "@proletariat/cli",
|
|
8901
8889
|
"pluginName": "@proletariat/cli",
|
|
8902
8890
|
"pluginType": "core",
|
|
8903
8891
|
"strict": true,
|
|
8892
|
+
"enableJsonFlag": false,
|
|
8904
8893
|
"isESM": true,
|
|
8905
8894
|
"relativePath": [
|
|
8906
8895
|
"dist",
|
|
8907
8896
|
"commands",
|
|
8908
|
-
"
|
|
8909
|
-
"
|
|
8897
|
+
"support",
|
|
8898
|
+
"discord.js"
|
|
8910
8899
|
]
|
|
8911
8900
|
},
|
|
8912
|
-
"
|
|
8901
|
+
"support:docs": {
|
|
8913
8902
|
"aliases": [],
|
|
8914
8903
|
"args": {},
|
|
8915
|
-
"description": "
|
|
8904
|
+
"description": "Open documentation in browser",
|
|
8916
8905
|
"examples": [
|
|
8917
|
-
"<%= config.bin %> <%= command.id %>"
|
|
8906
|
+
"<%= config.bin %> <%= command.id %>",
|
|
8907
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
8918
8908
|
],
|
|
8919
8909
|
"flags": {
|
|
8920
8910
|
"json": {
|
|
@@ -8933,25 +8923,31 @@
|
|
|
8933
8923
|
},
|
|
8934
8924
|
"hasDynamicHelp": false,
|
|
8935
8925
|
"hiddenAliases": [],
|
|
8936
|
-
"id": "
|
|
8926
|
+
"id": "support:docs",
|
|
8937
8927
|
"pluginAlias": "@proletariat/cli",
|
|
8938
8928
|
"pluginName": "@proletariat/cli",
|
|
8939
8929
|
"pluginType": "core",
|
|
8940
8930
|
"strict": true,
|
|
8931
|
+
"enableJsonFlag": false,
|
|
8941
8932
|
"isESM": true,
|
|
8942
8933
|
"relativePath": [
|
|
8943
8934
|
"dist",
|
|
8944
8935
|
"commands",
|
|
8945
|
-
"
|
|
8946
|
-
"
|
|
8936
|
+
"support",
|
|
8937
|
+
"docs.js"
|
|
8947
8938
|
]
|
|
8948
8939
|
},
|
|
8949
|
-
"
|
|
8940
|
+
"support": {
|
|
8950
8941
|
"aliases": [],
|
|
8951
8942
|
"args": {},
|
|
8952
|
-
"description": "
|
|
8943
|
+
"description": "Get help, troubleshoot, and connect with the community",
|
|
8953
8944
|
"examples": [
|
|
8954
|
-
"<%= config.bin %> <%= command.id %>"
|
|
8945
|
+
"<%= config.bin %> <%= command.id %>",
|
|
8946
|
+
"<%= config.bin %> <%= command.id %> book",
|
|
8947
|
+
"<%= config.bin %> <%= command.id %> docs",
|
|
8948
|
+
"<%= config.bin %> <%= command.id %> discord",
|
|
8949
|
+
"<%= config.bin %> <%= command.id %> issues",
|
|
8950
|
+
"<%= config.bin %> <%= command.id %> logs"
|
|
8955
8951
|
],
|
|
8956
8952
|
"flags": {
|
|
8957
8953
|
"json": {
|
|
@@ -8970,26 +8966,28 @@
|
|
|
8970
8966
|
},
|
|
8971
8967
|
"hasDynamicHelp": false,
|
|
8972
8968
|
"hiddenAliases": [],
|
|
8973
|
-
"id": "
|
|
8969
|
+
"id": "support",
|
|
8974
8970
|
"pluginAlias": "@proletariat/cli",
|
|
8975
8971
|
"pluginName": "@proletariat/cli",
|
|
8976
8972
|
"pluginType": "core",
|
|
8977
8973
|
"strict": true,
|
|
8974
|
+
"enableJsonFlag": false,
|
|
8978
8975
|
"isESM": true,
|
|
8979
8976
|
"relativePath": [
|
|
8980
8977
|
"dist",
|
|
8981
8978
|
"commands",
|
|
8982
|
-
"
|
|
8983
|
-
"
|
|
8979
|
+
"support",
|
|
8980
|
+
"index.js"
|
|
8984
8981
|
]
|
|
8985
8982
|
},
|
|
8986
|
-
"
|
|
8983
|
+
"support:issues": {
|
|
8987
8984
|
"aliases": [],
|
|
8988
8985
|
"args": {},
|
|
8989
|
-
"description": "
|
|
8986
|
+
"description": "Browse GitHub Issues",
|
|
8990
8987
|
"examples": [
|
|
8991
8988
|
"<%= config.bin %> <%= command.id %>",
|
|
8992
|
-
"<%= config.bin %> <%= command.id %> --
|
|
8989
|
+
"<%= config.bin %> <%= command.id %> --browser",
|
|
8990
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
8993
8991
|
],
|
|
8994
8992
|
"flags": {
|
|
8995
8993
|
"json": {
|
|
@@ -9005,39 +9003,47 @@
|
|
|
9005
9003
|
"allowNo": false,
|
|
9006
9004
|
"type": "boolean"
|
|
9007
9005
|
},
|
|
9008
|
-
"
|
|
9009
|
-
"
|
|
9010
|
-
"
|
|
9011
|
-
"
|
|
9012
|
-
"
|
|
9013
|
-
"hasDynamicHelp": false,
|
|
9014
|
-
"multiple": false,
|
|
9015
|
-
"type": "option"
|
|
9006
|
+
"browser": {
|
|
9007
|
+
"description": "Open issues in browser (default behavior)",
|
|
9008
|
+
"name": "browser",
|
|
9009
|
+
"allowNo": true,
|
|
9010
|
+
"type": "boolean"
|
|
9016
9011
|
}
|
|
9017
9012
|
},
|
|
9018
9013
|
"hasDynamicHelp": false,
|
|
9019
9014
|
"hiddenAliases": [],
|
|
9020
|
-
"id": "
|
|
9015
|
+
"id": "support:issues",
|
|
9021
9016
|
"pluginAlias": "@proletariat/cli",
|
|
9022
9017
|
"pluginName": "@proletariat/cli",
|
|
9023
9018
|
"pluginType": "core",
|
|
9024
9019
|
"strict": true,
|
|
9020
|
+
"enableJsonFlag": false,
|
|
9025
9021
|
"isESM": true,
|
|
9026
9022
|
"relativePath": [
|
|
9027
9023
|
"dist",
|
|
9028
9024
|
"commands",
|
|
9029
|
-
"
|
|
9030
|
-
"
|
|
9025
|
+
"support",
|
|
9026
|
+
"issues.js"
|
|
9031
9027
|
]
|
|
9032
9028
|
},
|
|
9033
|
-
"
|
|
9029
|
+
"support:logs": {
|
|
9034
9030
|
"aliases": [],
|
|
9035
9031
|
"args": {},
|
|
9036
|
-
"description": "
|
|
9032
|
+
"description": "Collect diagnostic info for troubleshooting",
|
|
9037
9033
|
"examples": [
|
|
9038
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9034
|
+
"<%= config.bin %> <%= command.id %>",
|
|
9035
|
+
"<%= config.bin %> <%= command.id %> --clipboard",
|
|
9036
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
9039
9037
|
],
|
|
9040
9038
|
"flags": {
|
|
9039
|
+
"project": {
|
|
9040
|
+
"char": "P",
|
|
9041
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9042
|
+
"name": "project",
|
|
9043
|
+
"hasDynamicHelp": false,
|
|
9044
|
+
"multiple": false,
|
|
9045
|
+
"type": "option"
|
|
9046
|
+
},
|
|
9041
9047
|
"json": {
|
|
9042
9048
|
"description": "Output as JSON for AI agents/scripts",
|
|
9043
9049
|
"name": "json",
|
|
@@ -9050,11 +9056,17 @@
|
|
|
9050
9056
|
"name": "machine",
|
|
9051
9057
|
"allowNo": false,
|
|
9052
9058
|
"type": "boolean"
|
|
9059
|
+
},
|
|
9060
|
+
"clipboard": {
|
|
9061
|
+
"description": "Copy diagnostics to clipboard",
|
|
9062
|
+
"name": "clipboard",
|
|
9063
|
+
"allowNo": false,
|
|
9064
|
+
"type": "boolean"
|
|
9053
9065
|
}
|
|
9054
9066
|
},
|
|
9055
9067
|
"hasDynamicHelp": false,
|
|
9056
9068
|
"hiddenAliases": [],
|
|
9057
|
-
"id": "
|
|
9069
|
+
"id": "support:logs",
|
|
9058
9070
|
"pluginAlias": "@proletariat/cli",
|
|
9059
9071
|
"pluginName": "@proletariat/cli",
|
|
9060
9072
|
"pluginType": "core",
|
|
@@ -9063,18 +9075,27 @@
|
|
|
9063
9075
|
"relativePath": [
|
|
9064
9076
|
"dist",
|
|
9065
9077
|
"commands",
|
|
9066
|
-
"
|
|
9067
|
-
"
|
|
9078
|
+
"support",
|
|
9079
|
+
"logs.js"
|
|
9068
9080
|
]
|
|
9069
9081
|
},
|
|
9070
|
-
"sync
|
|
9082
|
+
"sync": {
|
|
9071
9083
|
"aliases": [],
|
|
9072
9084
|
"args": {},
|
|
9073
|
-
"description": "
|
|
9085
|
+
"description": "Reconcile ticket state with GitHub PR status",
|
|
9074
9086
|
"examples": [
|
|
9075
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9087
|
+
"<%= config.bin %> <%= command.id %>",
|
|
9088
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
9076
9089
|
],
|
|
9077
9090
|
"flags": {
|
|
9091
|
+
"project": {
|
|
9092
|
+
"char": "P",
|
|
9093
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9094
|
+
"name": "project",
|
|
9095
|
+
"hasDynamicHelp": false,
|
|
9096
|
+
"multiple": false,
|
|
9097
|
+
"type": "option"
|
|
9098
|
+
},
|
|
9078
9099
|
"json": {
|
|
9079
9100
|
"description": "Output as JSON for AI agents/scripts",
|
|
9080
9101
|
"name": "json",
|
|
@@ -9087,11 +9108,17 @@
|
|
|
9087
9108
|
"name": "machine",
|
|
9088
9109
|
"allowNo": false,
|
|
9089
9110
|
"type": "boolean"
|
|
9111
|
+
},
|
|
9112
|
+
"dry-run": {
|
|
9113
|
+
"description": "Show what would change without applying",
|
|
9114
|
+
"name": "dry-run",
|
|
9115
|
+
"allowNo": false,
|
|
9116
|
+
"type": "boolean"
|
|
9090
9117
|
}
|
|
9091
9118
|
},
|
|
9092
9119
|
"hasDynamicHelp": false,
|
|
9093
9120
|
"hiddenAliases": [],
|
|
9094
|
-
"id": "sync
|
|
9121
|
+
"id": "sync",
|
|
9095
9122
|
"pluginAlias": "@proletariat/cli",
|
|
9096
9123
|
"pluginName": "@proletariat/cli",
|
|
9097
9124
|
"pluginType": "core",
|
|
@@ -9101,16 +9128,15 @@
|
|
|
9101
9128
|
"dist",
|
|
9102
9129
|
"commands",
|
|
9103
9130
|
"sync",
|
|
9104
|
-
"
|
|
9131
|
+
"index.js"
|
|
9105
9132
|
]
|
|
9106
9133
|
},
|
|
9107
|
-
"
|
|
9134
|
+
"sync:pause": {
|
|
9108
9135
|
"aliases": [],
|
|
9109
9136
|
"args": {},
|
|
9110
|
-
"description": "
|
|
9137
|
+
"description": "Pause the merge queue (keep monitoring but stop merging)",
|
|
9111
9138
|
"examples": [
|
|
9112
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9113
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9139
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9114
9140
|
],
|
|
9115
9141
|
"flags": {
|
|
9116
9142
|
"json": {
|
|
@@ -9129,27 +9155,25 @@
|
|
|
9129
9155
|
},
|
|
9130
9156
|
"hasDynamicHelp": false,
|
|
9131
9157
|
"hiddenAliases": [],
|
|
9132
|
-
"id": "
|
|
9158
|
+
"id": "sync:pause",
|
|
9133
9159
|
"pluginAlias": "@proletariat/cli",
|
|
9134
9160
|
"pluginName": "@proletariat/cli",
|
|
9135
9161
|
"pluginType": "core",
|
|
9136
9162
|
"strict": true,
|
|
9137
|
-
"enableJsonFlag": false,
|
|
9138
9163
|
"isESM": true,
|
|
9139
9164
|
"relativePath": [
|
|
9140
9165
|
"dist",
|
|
9141
9166
|
"commands",
|
|
9142
|
-
"
|
|
9143
|
-
"
|
|
9167
|
+
"sync",
|
|
9168
|
+
"pause.js"
|
|
9144
9169
|
]
|
|
9145
9170
|
},
|
|
9146
|
-
"
|
|
9171
|
+
"sync:queue": {
|
|
9147
9172
|
"aliases": [],
|
|
9148
9173
|
"args": {},
|
|
9149
|
-
"description": "
|
|
9174
|
+
"description": "Show the merge queue state",
|
|
9150
9175
|
"examples": [
|
|
9151
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9152
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9176
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9153
9177
|
],
|
|
9154
9178
|
"flags": {
|
|
9155
9179
|
"json": {
|
|
@@ -9168,27 +9192,25 @@
|
|
|
9168
9192
|
},
|
|
9169
9193
|
"hasDynamicHelp": false,
|
|
9170
9194
|
"hiddenAliases": [],
|
|
9171
|
-
"id": "
|
|
9195
|
+
"id": "sync:queue",
|
|
9172
9196
|
"pluginAlias": "@proletariat/cli",
|
|
9173
9197
|
"pluginName": "@proletariat/cli",
|
|
9174
9198
|
"pluginType": "core",
|
|
9175
9199
|
"strict": true,
|
|
9176
|
-
"enableJsonFlag": false,
|
|
9177
9200
|
"isESM": true,
|
|
9178
9201
|
"relativePath": [
|
|
9179
9202
|
"dist",
|
|
9180
9203
|
"commands",
|
|
9181
|
-
"
|
|
9182
|
-
"
|
|
9204
|
+
"sync",
|
|
9205
|
+
"queue.js"
|
|
9183
9206
|
]
|
|
9184
9207
|
},
|
|
9185
|
-
"
|
|
9208
|
+
"sync:resume": {
|
|
9186
9209
|
"aliases": [],
|
|
9187
9210
|
"args": {},
|
|
9188
|
-
"description": "
|
|
9211
|
+
"description": "Resume the merge queue",
|
|
9189
9212
|
"examples": [
|
|
9190
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9191
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9213
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9192
9214
|
],
|
|
9193
9215
|
"flags": {
|
|
9194
9216
|
"json": {
|
|
@@ -9207,31 +9229,26 @@
|
|
|
9207
9229
|
},
|
|
9208
9230
|
"hasDynamicHelp": false,
|
|
9209
9231
|
"hiddenAliases": [],
|
|
9210
|
-
"id": "
|
|
9232
|
+
"id": "sync:resume",
|
|
9211
9233
|
"pluginAlias": "@proletariat/cli",
|
|
9212
9234
|
"pluginName": "@proletariat/cli",
|
|
9213
9235
|
"pluginType": "core",
|
|
9214
9236
|
"strict": true,
|
|
9215
|
-
"enableJsonFlag": false,
|
|
9216
9237
|
"isESM": true,
|
|
9217
9238
|
"relativePath": [
|
|
9218
9239
|
"dist",
|
|
9219
9240
|
"commands",
|
|
9220
|
-
"
|
|
9221
|
-
"
|
|
9241
|
+
"sync",
|
|
9242
|
+
"resume.js"
|
|
9222
9243
|
]
|
|
9223
9244
|
},
|
|
9224
|
-
"
|
|
9245
|
+
"sync:start": {
|
|
9225
9246
|
"aliases": [],
|
|
9226
9247
|
"args": {},
|
|
9227
|
-
"description": "
|
|
9248
|
+
"description": "Start the board sync daemon",
|
|
9228
9249
|
"examples": [
|
|
9229
9250
|
"<%= config.bin %> <%= command.id %>",
|
|
9230
|
-
"<%= config.bin %> <%= command.id %>
|
|
9231
|
-
"<%= config.bin %> <%= command.id %> docs",
|
|
9232
|
-
"<%= config.bin %> <%= command.id %> discord",
|
|
9233
|
-
"<%= config.bin %> <%= command.id %> issues",
|
|
9234
|
-
"<%= config.bin %> <%= command.id %> logs"
|
|
9251
|
+
"<%= config.bin %> <%= command.id %> --interval 30"
|
|
9235
9252
|
],
|
|
9236
9253
|
"flags": {
|
|
9237
9254
|
"json": {
|
|
@@ -9246,32 +9263,38 @@
|
|
|
9246
9263
|
"name": "machine",
|
|
9247
9264
|
"allowNo": false,
|
|
9248
9265
|
"type": "boolean"
|
|
9266
|
+
},
|
|
9267
|
+
"interval": {
|
|
9268
|
+
"char": "i",
|
|
9269
|
+
"description": "Poll interval in seconds",
|
|
9270
|
+
"name": "interval",
|
|
9271
|
+
"default": 60,
|
|
9272
|
+
"hasDynamicHelp": false,
|
|
9273
|
+
"multiple": false,
|
|
9274
|
+
"type": "option"
|
|
9249
9275
|
}
|
|
9250
9276
|
},
|
|
9251
9277
|
"hasDynamicHelp": false,
|
|
9252
9278
|
"hiddenAliases": [],
|
|
9253
|
-
"id": "
|
|
9279
|
+
"id": "sync:start",
|
|
9254
9280
|
"pluginAlias": "@proletariat/cli",
|
|
9255
9281
|
"pluginName": "@proletariat/cli",
|
|
9256
9282
|
"pluginType": "core",
|
|
9257
9283
|
"strict": true,
|
|
9258
|
-
"enableJsonFlag": false,
|
|
9259
9284
|
"isESM": true,
|
|
9260
9285
|
"relativePath": [
|
|
9261
9286
|
"dist",
|
|
9262
9287
|
"commands",
|
|
9263
|
-
"
|
|
9264
|
-
"
|
|
9288
|
+
"sync",
|
|
9289
|
+
"start.js"
|
|
9265
9290
|
]
|
|
9266
9291
|
},
|
|
9267
|
-
"
|
|
9292
|
+
"sync:status": {
|
|
9268
9293
|
"aliases": [],
|
|
9269
9294
|
"args": {},
|
|
9270
|
-
"description": "
|
|
9295
|
+
"description": "Check the board sync daemon status",
|
|
9271
9296
|
"examples": [
|
|
9272
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9273
|
-
"<%= config.bin %> <%= command.id %> --browser",
|
|
9274
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9297
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9275
9298
|
],
|
|
9276
9299
|
"flags": {
|
|
9277
9300
|
"json": {
|
|
@@ -9286,48 +9309,31 @@
|
|
|
9286
9309
|
"name": "machine",
|
|
9287
9310
|
"allowNo": false,
|
|
9288
9311
|
"type": "boolean"
|
|
9289
|
-
},
|
|
9290
|
-
"browser": {
|
|
9291
|
-
"description": "Open issues in browser (default behavior)",
|
|
9292
|
-
"name": "browser",
|
|
9293
|
-
"allowNo": true,
|
|
9294
|
-
"type": "boolean"
|
|
9295
9312
|
}
|
|
9296
9313
|
},
|
|
9297
9314
|
"hasDynamicHelp": false,
|
|
9298
9315
|
"hiddenAliases": [],
|
|
9299
|
-
"id": "
|
|
9316
|
+
"id": "sync:status",
|
|
9300
9317
|
"pluginAlias": "@proletariat/cli",
|
|
9301
9318
|
"pluginName": "@proletariat/cli",
|
|
9302
9319
|
"pluginType": "core",
|
|
9303
9320
|
"strict": true,
|
|
9304
|
-
"enableJsonFlag": false,
|
|
9305
9321
|
"isESM": true,
|
|
9306
9322
|
"relativePath": [
|
|
9307
9323
|
"dist",
|
|
9308
9324
|
"commands",
|
|
9309
|
-
"
|
|
9310
|
-
"
|
|
9325
|
+
"sync",
|
|
9326
|
+
"status.js"
|
|
9311
9327
|
]
|
|
9312
9328
|
},
|
|
9313
|
-
"
|
|
9329
|
+
"sync:stop": {
|
|
9314
9330
|
"aliases": [],
|
|
9315
9331
|
"args": {},
|
|
9316
|
-
"description": "
|
|
9332
|
+
"description": "Stop the board sync daemon",
|
|
9317
9333
|
"examples": [
|
|
9318
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9319
|
-
"<%= config.bin %> <%= command.id %> --clipboard",
|
|
9320
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9334
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9321
9335
|
],
|
|
9322
9336
|
"flags": {
|
|
9323
|
-
"project": {
|
|
9324
|
-
"char": "P",
|
|
9325
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
9326
|
-
"name": "project",
|
|
9327
|
-
"hasDynamicHelp": false,
|
|
9328
|
-
"multiple": false,
|
|
9329
|
-
"type": "option"
|
|
9330
|
-
},
|
|
9331
9337
|
"json": {
|
|
9332
9338
|
"description": "Output as JSON for AI agents/scripts",
|
|
9333
9339
|
"name": "json",
|
|
@@ -9340,17 +9346,11 @@
|
|
|
9340
9346
|
"name": "machine",
|
|
9341
9347
|
"allowNo": false,
|
|
9342
9348
|
"type": "boolean"
|
|
9343
|
-
},
|
|
9344
|
-
"clipboard": {
|
|
9345
|
-
"description": "Copy diagnostics to clipboard",
|
|
9346
|
-
"name": "clipboard",
|
|
9347
|
-
"allowNo": false,
|
|
9348
|
-
"type": "boolean"
|
|
9349
9349
|
}
|
|
9350
9350
|
},
|
|
9351
9351
|
"hasDynamicHelp": false,
|
|
9352
9352
|
"hiddenAliases": [],
|
|
9353
|
-
"id": "
|
|
9353
|
+
"id": "sync:stop",
|
|
9354
9354
|
"pluginAlias": "@proletariat/cli",
|
|
9355
9355
|
"pluginName": "@proletariat/cli",
|
|
9356
9356
|
"pluginType": "core",
|
|
@@ -9359,8 +9359,8 @@
|
|
|
9359
9359
|
"relativePath": [
|
|
9360
9360
|
"dist",
|
|
9361
9361
|
"commands",
|
|
9362
|
-
"
|
|
9363
|
-
"
|
|
9362
|
+
"sync",
|
|
9363
|
+
"stop.js"
|
|
9364
9364
|
]
|
|
9365
9365
|
},
|
|
9366
9366
|
"terminal:title": {
|
|
@@ -9802,30 +9802,32 @@
|
|
|
9802
9802
|
"set.js"
|
|
9803
9803
|
]
|
|
9804
9804
|
},
|
|
9805
|
-
"
|
|
9805
|
+
"ticket:create": {
|
|
9806
9806
|
"aliases": [],
|
|
9807
|
-
"args": {
|
|
9808
|
-
|
|
9809
|
-
"description": "Tool type (mcp or cli)",
|
|
9810
|
-
"name": "type",
|
|
9811
|
-
"options": [
|
|
9812
|
-
"mcp",
|
|
9813
|
-
"cli"
|
|
9814
|
-
],
|
|
9815
|
-
"required": true
|
|
9816
|
-
},
|
|
9817
|
-
"name": {
|
|
9818
|
-
"description": "Tool name (unique identifier)",
|
|
9819
|
-
"name": "name",
|
|
9820
|
-
"required": true
|
|
9821
|
-
}
|
|
9822
|
-
},
|
|
9823
|
-
"description": "Register an MCP server or CLI tool",
|
|
9807
|
+
"args": {},
|
|
9808
|
+
"description": "Create a new ticket (routes to Linear when configured, or local PMO)",
|
|
9824
9809
|
"examples": [
|
|
9825
|
-
"<%= config.bin %>
|
|
9826
|
-
"<%= config.bin %>
|
|
9810
|
+
"<%= config.bin %> <%= command.id %>",
|
|
9811
|
+
"<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
|
|
9812
|
+
"<%= config.bin %> <%= command.id %> -t \"Add feature\" -c \"In Progress\" -p P1",
|
|
9813
|
+
"<%= config.bin %> <%= command.id %> --project mobile-app -t \"New feature\"",
|
|
9814
|
+
"<%= config.bin %> <%= command.id %> --epic EPIC-001 -t \"Implement auth flow\"",
|
|
9815
|
+
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file ./ticket-desc.md",
|
|
9816
|
+
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file - # Read from stdin",
|
|
9817
|
+
"<%= config.bin %> <%= command.id %> --json # Output column choices as JSON",
|
|
9818
|
+
"<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating",
|
|
9819
|
+
"<%= config.bin %> <%= command.id %> --source linear -t \"Fix bug\" --team ENG",
|
|
9820
|
+
"<%= config.bin %> <%= command.id %> --source pmo -t \"Local task\" -c Backlog"
|
|
9827
9821
|
],
|
|
9828
9822
|
"flags": {
|
|
9823
|
+
"project": {
|
|
9824
|
+
"char": "P",
|
|
9825
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9826
|
+
"name": "project",
|
|
9827
|
+
"hasDynamicHelp": false,
|
|
9828
|
+
"multiple": false,
|
|
9829
|
+
"type": "option"
|
|
9830
|
+
},
|
|
9829
9831
|
"json": {
|
|
9830
9832
|
"description": "Output as JSON for AI agents/scripts",
|
|
9831
9833
|
"name": "json",
|
|
@@ -9839,337 +9841,67 @@
|
|
|
9839
9841
|
"allowNo": false,
|
|
9840
9842
|
"type": "boolean"
|
|
9841
9843
|
},
|
|
9842
|
-
"
|
|
9843
|
-
"
|
|
9844
|
-
"
|
|
9844
|
+
"title": {
|
|
9845
|
+
"char": "t",
|
|
9846
|
+
"description": "Ticket title [required for non-interactive]",
|
|
9847
|
+
"name": "title",
|
|
9845
9848
|
"hasDynamicHelp": false,
|
|
9846
9849
|
"multiple": false,
|
|
9847
9850
|
"type": "option"
|
|
9848
9851
|
},
|
|
9849
|
-
"
|
|
9850
|
-
"
|
|
9851
|
-
"
|
|
9852
|
+
"column": {
|
|
9853
|
+
"char": "c",
|
|
9854
|
+
"description": "Column to place the ticket in",
|
|
9855
|
+
"name": "column",
|
|
9852
9856
|
"hasDynamicHelp": false,
|
|
9853
9857
|
"multiple": false,
|
|
9854
9858
|
"type": "option"
|
|
9855
9859
|
},
|
|
9856
|
-
"
|
|
9857
|
-
"
|
|
9858
|
-
"
|
|
9860
|
+
"priority": {
|
|
9861
|
+
"char": "p",
|
|
9862
|
+
"description": "Ticket priority (uses workspace priority scale)",
|
|
9863
|
+
"name": "priority",
|
|
9859
9864
|
"hasDynamicHelp": false,
|
|
9860
9865
|
"multiple": false,
|
|
9861
9866
|
"type": "option"
|
|
9862
9867
|
},
|
|
9863
|
-
"
|
|
9864
|
-
"description": "
|
|
9865
|
-
"name": "
|
|
9868
|
+
"category": {
|
|
9869
|
+
"description": "Ticket category (e.g., bug, feature, refactor)",
|
|
9870
|
+
"name": "category",
|
|
9866
9871
|
"hasDynamicHelp": false,
|
|
9867
9872
|
"multiple": false,
|
|
9868
9873
|
"type": "option"
|
|
9869
9874
|
},
|
|
9870
|
-
"
|
|
9871
|
-
"
|
|
9872
|
-
"
|
|
9875
|
+
"description": {
|
|
9876
|
+
"char": "d",
|
|
9877
|
+
"description": "Ticket description",
|
|
9878
|
+
"name": "description",
|
|
9873
9879
|
"hasDynamicHelp": false,
|
|
9874
9880
|
"multiple": false,
|
|
9875
9881
|
"type": "option"
|
|
9876
9882
|
},
|
|
9877
|
-
"description": {
|
|
9878
|
-
"char": "
|
|
9879
|
-
"description": "
|
|
9880
|
-
"
|
|
9881
|
-
|
|
9883
|
+
"description-file": {
|
|
9884
|
+
"char": "D",
|
|
9885
|
+
"description": "Path to a markdown file for the ticket description (use - for stdin)",
|
|
9886
|
+
"exclusive": [
|
|
9887
|
+
"description"
|
|
9888
|
+
],
|
|
9889
|
+
"name": "description-file",
|
|
9882
9890
|
"hasDynamicHelp": false,
|
|
9883
9891
|
"multiple": false,
|
|
9884
9892
|
"type": "option"
|
|
9885
|
-
}
|
|
9886
|
-
},
|
|
9887
|
-
"hasDynamicHelp": false,
|
|
9888
|
-
"hiddenAliases": [],
|
|
9889
|
-
"id": "tools:add",
|
|
9890
|
-
"pluginAlias": "@proletariat/cli",
|
|
9891
|
-
"pluginName": "@proletariat/cli",
|
|
9892
|
-
"pluginType": "core",
|
|
9893
|
-
"strict": true,
|
|
9894
|
-
"isESM": true,
|
|
9895
|
-
"relativePath": [
|
|
9896
|
-
"dist",
|
|
9897
|
-
"commands",
|
|
9898
|
-
"tools",
|
|
9899
|
-
"add.js"
|
|
9900
|
-
]
|
|
9901
|
-
},
|
|
9902
|
-
"tools:check": {
|
|
9903
|
-
"aliases": [],
|
|
9904
|
-
"args": {},
|
|
9905
|
-
"description": "Verify all registered tools are available and healthy",
|
|
9906
|
-
"examples": [
|
|
9907
|
-
"<%= config.bin %> tools check",
|
|
9908
|
-
"<%= config.bin %> tools check --json"
|
|
9909
|
-
],
|
|
9910
|
-
"flags": {
|
|
9911
|
-
"json": {
|
|
9912
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
9913
|
-
"name": "json",
|
|
9914
|
-
"allowNo": false,
|
|
9915
|
-
"type": "boolean"
|
|
9916
9893
|
},
|
|
9917
|
-
"
|
|
9918
|
-
"
|
|
9919
|
-
"
|
|
9920
|
-
"
|
|
9921
|
-
"
|
|
9922
|
-
"type": "
|
|
9923
|
-
}
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
"pluginAlias": "@proletariat/cli",
|
|
9929
|
-
"pluginName": "@proletariat/cli",
|
|
9930
|
-
"pluginType": "core",
|
|
9931
|
-
"strict": true,
|
|
9932
|
-
"enableJsonFlag": false,
|
|
9933
|
-
"isESM": true,
|
|
9934
|
-
"relativePath": [
|
|
9935
|
-
"dist",
|
|
9936
|
-
"commands",
|
|
9937
|
-
"tools",
|
|
9938
|
-
"check.js"
|
|
9939
|
-
]
|
|
9940
|
-
},
|
|
9941
|
-
"tools:detect": {
|
|
9942
|
-
"aliases": [],
|
|
9943
|
-
"args": {},
|
|
9944
|
-
"description": "Auto-detect common CLI tools on the system and register them",
|
|
9945
|
-
"examples": [
|
|
9946
|
-
"<%= config.bin %> tools detect",
|
|
9947
|
-
"<%= config.bin %> tools detect --auto",
|
|
9948
|
-
"<%= config.bin %> tools detect --json"
|
|
9949
|
-
],
|
|
9950
|
-
"flags": {
|
|
9951
|
-
"json": {
|
|
9952
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
9953
|
-
"name": "json",
|
|
9954
|
-
"allowNo": false,
|
|
9955
|
-
"type": "boolean"
|
|
9956
|
-
},
|
|
9957
|
-
"machine": {
|
|
9958
|
-
"char": "m",
|
|
9959
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
9960
|
-
"name": "machine",
|
|
9961
|
-
"allowNo": false,
|
|
9962
|
-
"type": "boolean"
|
|
9963
|
-
},
|
|
9964
|
-
"auto": {
|
|
9965
|
-
"description": "Automatically register all detected tools without prompting",
|
|
9966
|
-
"name": "auto",
|
|
9967
|
-
"allowNo": false,
|
|
9968
|
-
"type": "boolean"
|
|
9969
|
-
}
|
|
9970
|
-
},
|
|
9971
|
-
"hasDynamicHelp": false,
|
|
9972
|
-
"hiddenAliases": [],
|
|
9973
|
-
"id": "tools:detect",
|
|
9974
|
-
"pluginAlias": "@proletariat/cli",
|
|
9975
|
-
"pluginName": "@proletariat/cli",
|
|
9976
|
-
"pluginType": "core",
|
|
9977
|
-
"strict": true,
|
|
9978
|
-
"enableJsonFlag": false,
|
|
9979
|
-
"isESM": true,
|
|
9980
|
-
"relativePath": [
|
|
9981
|
-
"dist",
|
|
9982
|
-
"commands",
|
|
9983
|
-
"tools",
|
|
9984
|
-
"detect.js"
|
|
9985
|
-
]
|
|
9986
|
-
},
|
|
9987
|
-
"tools": {
|
|
9988
|
-
"aliases": [
|
|
9989
|
-
"tools:list"
|
|
9990
|
-
],
|
|
9991
|
-
"args": {},
|
|
9992
|
-
"description": "Show all registered MCP servers and CLI tools",
|
|
9993
|
-
"examples": [
|
|
9994
|
-
"<%= config.bin %> tools",
|
|
9995
|
-
"<%= config.bin %> tools --json"
|
|
9996
|
-
],
|
|
9997
|
-
"flags": {
|
|
9998
|
-
"json": {
|
|
9999
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10000
|
-
"name": "json",
|
|
10001
|
-
"allowNo": false,
|
|
10002
|
-
"type": "boolean"
|
|
10003
|
-
},
|
|
10004
|
-
"machine": {
|
|
10005
|
-
"char": "m",
|
|
10006
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10007
|
-
"name": "machine",
|
|
10008
|
-
"allowNo": false,
|
|
10009
|
-
"type": "boolean"
|
|
10010
|
-
}
|
|
10011
|
-
},
|
|
10012
|
-
"hasDynamicHelp": false,
|
|
10013
|
-
"hiddenAliases": [],
|
|
10014
|
-
"id": "tools",
|
|
10015
|
-
"pluginAlias": "@proletariat/cli",
|
|
10016
|
-
"pluginName": "@proletariat/cli",
|
|
10017
|
-
"pluginType": "core",
|
|
10018
|
-
"strict": true,
|
|
10019
|
-
"enableJsonFlag": false,
|
|
10020
|
-
"isESM": true,
|
|
10021
|
-
"relativePath": [
|
|
10022
|
-
"dist",
|
|
10023
|
-
"commands",
|
|
10024
|
-
"tools",
|
|
10025
|
-
"index.js"
|
|
10026
|
-
]
|
|
10027
|
-
},
|
|
10028
|
-
"tools:remove": {
|
|
10029
|
-
"aliases": [],
|
|
10030
|
-
"args": {
|
|
10031
|
-
"name": {
|
|
10032
|
-
"description": "Tool name to remove",
|
|
10033
|
-
"name": "name",
|
|
10034
|
-
"required": true
|
|
10035
|
-
}
|
|
10036
|
-
},
|
|
10037
|
-
"description": "Remove a tool from the registry",
|
|
10038
|
-
"examples": [
|
|
10039
|
-
"<%= config.bin %> tools remove arcade",
|
|
10040
|
-
"<%= config.bin %> tools remove ffmpeg"
|
|
10041
|
-
],
|
|
10042
|
-
"flags": {
|
|
10043
|
-
"json": {
|
|
10044
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10045
|
-
"name": "json",
|
|
10046
|
-
"allowNo": false,
|
|
10047
|
-
"type": "boolean"
|
|
10048
|
-
},
|
|
10049
|
-
"machine": {
|
|
10050
|
-
"char": "m",
|
|
10051
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10052
|
-
"name": "machine",
|
|
10053
|
-
"allowNo": false,
|
|
10054
|
-
"type": "boolean"
|
|
10055
|
-
}
|
|
10056
|
-
},
|
|
10057
|
-
"hasDynamicHelp": false,
|
|
10058
|
-
"hiddenAliases": [],
|
|
10059
|
-
"id": "tools:remove",
|
|
10060
|
-
"pluginAlias": "@proletariat/cli",
|
|
10061
|
-
"pluginName": "@proletariat/cli",
|
|
10062
|
-
"pluginType": "core",
|
|
10063
|
-
"strict": true,
|
|
10064
|
-
"enableJsonFlag": false,
|
|
10065
|
-
"isESM": true,
|
|
10066
|
-
"relativePath": [
|
|
10067
|
-
"dist",
|
|
10068
|
-
"commands",
|
|
10069
|
-
"tools",
|
|
10070
|
-
"remove.js"
|
|
10071
|
-
]
|
|
10072
|
-
},
|
|
10073
|
-
"ticket:create": {
|
|
10074
|
-
"aliases": [],
|
|
10075
|
-
"args": {},
|
|
10076
|
-
"description": "Create a new ticket (routes to Linear when configured, or local PMO)",
|
|
10077
|
-
"examples": [
|
|
10078
|
-
"<%= config.bin %> <%= command.id %>",
|
|
10079
|
-
"<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
|
|
10080
|
-
"<%= config.bin %> <%= command.id %> -t \"Add feature\" -c \"In Progress\" -p P1",
|
|
10081
|
-
"<%= config.bin %> <%= command.id %> --project mobile-app -t \"New feature\"",
|
|
10082
|
-
"<%= config.bin %> <%= command.id %> --epic EPIC-001 -t \"Implement auth flow\"",
|
|
10083
|
-
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file ./ticket-desc.md",
|
|
10084
|
-
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file - # Read from stdin",
|
|
10085
|
-
"<%= config.bin %> <%= command.id %> --json # Output column choices as JSON",
|
|
10086
|
-
"<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating",
|
|
10087
|
-
"<%= config.bin %> <%= command.id %> --source linear -t \"Fix bug\" --team ENG",
|
|
10088
|
-
"<%= config.bin %> <%= command.id %> --source pmo -t \"Local task\" -c Backlog"
|
|
10089
|
-
],
|
|
10090
|
-
"flags": {
|
|
10091
|
-
"project": {
|
|
10092
|
-
"char": "P",
|
|
10093
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
10094
|
-
"name": "project",
|
|
10095
|
-
"hasDynamicHelp": false,
|
|
10096
|
-
"multiple": false,
|
|
10097
|
-
"type": "option"
|
|
10098
|
-
},
|
|
10099
|
-
"json": {
|
|
10100
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10101
|
-
"name": "json",
|
|
10102
|
-
"allowNo": false,
|
|
10103
|
-
"type": "boolean"
|
|
10104
|
-
},
|
|
10105
|
-
"machine": {
|
|
10106
|
-
"char": "m",
|
|
10107
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10108
|
-
"name": "machine",
|
|
10109
|
-
"allowNo": false,
|
|
10110
|
-
"type": "boolean"
|
|
10111
|
-
},
|
|
10112
|
-
"title": {
|
|
10113
|
-
"char": "t",
|
|
10114
|
-
"description": "Ticket title [required for non-interactive]",
|
|
10115
|
-
"name": "title",
|
|
10116
|
-
"hasDynamicHelp": false,
|
|
10117
|
-
"multiple": false,
|
|
10118
|
-
"type": "option"
|
|
10119
|
-
},
|
|
10120
|
-
"column": {
|
|
10121
|
-
"char": "c",
|
|
10122
|
-
"description": "Column to place the ticket in",
|
|
10123
|
-
"name": "column",
|
|
10124
|
-
"hasDynamicHelp": false,
|
|
10125
|
-
"multiple": false,
|
|
10126
|
-
"type": "option"
|
|
10127
|
-
},
|
|
10128
|
-
"priority": {
|
|
10129
|
-
"char": "p",
|
|
10130
|
-
"description": "Ticket priority (uses workspace priority scale)",
|
|
10131
|
-
"name": "priority",
|
|
10132
|
-
"hasDynamicHelp": false,
|
|
10133
|
-
"multiple": false,
|
|
10134
|
-
"type": "option"
|
|
10135
|
-
},
|
|
10136
|
-
"category": {
|
|
10137
|
-
"description": "Ticket category (e.g., bug, feature, refactor)",
|
|
10138
|
-
"name": "category",
|
|
10139
|
-
"hasDynamicHelp": false,
|
|
10140
|
-
"multiple": false,
|
|
10141
|
-
"type": "option"
|
|
10142
|
-
},
|
|
10143
|
-
"description": {
|
|
10144
|
-
"char": "d",
|
|
10145
|
-
"description": "Ticket description",
|
|
10146
|
-
"name": "description",
|
|
10147
|
-
"hasDynamicHelp": false,
|
|
10148
|
-
"multiple": false,
|
|
10149
|
-
"type": "option"
|
|
10150
|
-
},
|
|
10151
|
-
"description-file": {
|
|
10152
|
-
"char": "D",
|
|
10153
|
-
"description": "Path to a markdown file for the ticket description (use - for stdin)",
|
|
10154
|
-
"exclusive": [
|
|
10155
|
-
"description"
|
|
10156
|
-
],
|
|
10157
|
-
"name": "description-file",
|
|
10158
|
-
"hasDynamicHelp": false,
|
|
10159
|
-
"multiple": false,
|
|
10160
|
-
"type": "option"
|
|
10161
|
-
},
|
|
10162
|
-
"id": {
|
|
10163
|
-
"description": "Custom ticket ID (auto-generated if not provided)",
|
|
10164
|
-
"name": "id",
|
|
10165
|
-
"hasDynamicHelp": false,
|
|
10166
|
-
"multiple": false,
|
|
10167
|
-
"type": "option"
|
|
10168
|
-
},
|
|
10169
|
-
"interactive": {
|
|
10170
|
-
"char": "i",
|
|
10171
|
-
"description": "Interactive mode",
|
|
10172
|
-
"name": "interactive",
|
|
9894
|
+
"id": {
|
|
9895
|
+
"description": "Custom ticket ID (auto-generated if not provided)",
|
|
9896
|
+
"name": "id",
|
|
9897
|
+
"hasDynamicHelp": false,
|
|
9898
|
+
"multiple": false,
|
|
9899
|
+
"type": "option"
|
|
9900
|
+
},
|
|
9901
|
+
"interactive": {
|
|
9902
|
+
"char": "i",
|
|
9903
|
+
"description": "Interactive mode",
|
|
9904
|
+
"name": "interactive",
|
|
10173
9905
|
"allowNo": false,
|
|
10174
9906
|
"type": "boolean"
|
|
10175
9907
|
},
|
|
@@ -10944,6 +10676,274 @@
|
|
|
10944
10676
|
"update.js"
|
|
10945
10677
|
]
|
|
10946
10678
|
},
|
|
10679
|
+
"tools:add": {
|
|
10680
|
+
"aliases": [],
|
|
10681
|
+
"args": {
|
|
10682
|
+
"type": {
|
|
10683
|
+
"description": "Tool type (mcp or cli)",
|
|
10684
|
+
"name": "type",
|
|
10685
|
+
"options": [
|
|
10686
|
+
"mcp",
|
|
10687
|
+
"cli"
|
|
10688
|
+
],
|
|
10689
|
+
"required": true
|
|
10690
|
+
},
|
|
10691
|
+
"name": {
|
|
10692
|
+
"description": "Tool name (unique identifier)",
|
|
10693
|
+
"name": "name",
|
|
10694
|
+
"required": true
|
|
10695
|
+
}
|
|
10696
|
+
},
|
|
10697
|
+
"description": "Register an MCP server or CLI tool",
|
|
10698
|
+
"examples": [
|
|
10699
|
+
"<%= config.bin %> tools add mcp arcade --url https://api.arcade.dev/mcp --auth ARCADE_API_KEY --description \"Arcade integrations\"",
|
|
10700
|
+
"<%= config.bin %> tools add cli gh --command gh --detect \"which gh\" --install \"brew install gh\" --description \"GitHub CLI\""
|
|
10701
|
+
],
|
|
10702
|
+
"flags": {
|
|
10703
|
+
"json": {
|
|
10704
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10705
|
+
"name": "json",
|
|
10706
|
+
"allowNo": false,
|
|
10707
|
+
"type": "boolean"
|
|
10708
|
+
},
|
|
10709
|
+
"machine": {
|
|
10710
|
+
"char": "m",
|
|
10711
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10712
|
+
"name": "machine",
|
|
10713
|
+
"allowNo": false,
|
|
10714
|
+
"type": "boolean"
|
|
10715
|
+
},
|
|
10716
|
+
"url": {
|
|
10717
|
+
"description": "MCP server URL (for remote servers)",
|
|
10718
|
+
"name": "url",
|
|
10719
|
+
"hasDynamicHelp": false,
|
|
10720
|
+
"multiple": false,
|
|
10721
|
+
"type": "option"
|
|
10722
|
+
},
|
|
10723
|
+
"command": {
|
|
10724
|
+
"description": "Command to run (MCP server command or CLI tool binary)",
|
|
10725
|
+
"name": "command",
|
|
10726
|
+
"hasDynamicHelp": false,
|
|
10727
|
+
"multiple": false,
|
|
10728
|
+
"type": "option"
|
|
10729
|
+
},
|
|
10730
|
+
"auth": {
|
|
10731
|
+
"description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
|
|
10732
|
+
"name": "auth",
|
|
10733
|
+
"hasDynamicHelp": false,
|
|
10734
|
+
"multiple": false,
|
|
10735
|
+
"type": "option"
|
|
10736
|
+
},
|
|
10737
|
+
"detect": {
|
|
10738
|
+
"description": "Shell command to detect if CLI tool is installed",
|
|
10739
|
+
"name": "detect",
|
|
10740
|
+
"hasDynamicHelp": false,
|
|
10741
|
+
"multiple": false,
|
|
10742
|
+
"type": "option"
|
|
10743
|
+
},
|
|
10744
|
+
"install": {
|
|
10745
|
+
"description": "Shell command to install the CLI tool",
|
|
10746
|
+
"name": "install",
|
|
10747
|
+
"hasDynamicHelp": false,
|
|
10748
|
+
"multiple": false,
|
|
10749
|
+
"type": "option"
|
|
10750
|
+
},
|
|
10751
|
+
"description": {
|
|
10752
|
+
"char": "d",
|
|
10753
|
+
"description": "Human-readable description",
|
|
10754
|
+
"name": "description",
|
|
10755
|
+
"required": true,
|
|
10756
|
+
"hasDynamicHelp": false,
|
|
10757
|
+
"multiple": false,
|
|
10758
|
+
"type": "option"
|
|
10759
|
+
}
|
|
10760
|
+
},
|
|
10761
|
+
"hasDynamicHelp": false,
|
|
10762
|
+
"hiddenAliases": [],
|
|
10763
|
+
"id": "tools:add",
|
|
10764
|
+
"pluginAlias": "@proletariat/cli",
|
|
10765
|
+
"pluginName": "@proletariat/cli",
|
|
10766
|
+
"pluginType": "core",
|
|
10767
|
+
"strict": true,
|
|
10768
|
+
"isESM": true,
|
|
10769
|
+
"relativePath": [
|
|
10770
|
+
"dist",
|
|
10771
|
+
"commands",
|
|
10772
|
+
"tools",
|
|
10773
|
+
"add.js"
|
|
10774
|
+
]
|
|
10775
|
+
},
|
|
10776
|
+
"tools:check": {
|
|
10777
|
+
"aliases": [],
|
|
10778
|
+
"args": {},
|
|
10779
|
+
"description": "Verify all registered tools are available and healthy",
|
|
10780
|
+
"examples": [
|
|
10781
|
+
"<%= config.bin %> tools check",
|
|
10782
|
+
"<%= config.bin %> tools check --json"
|
|
10783
|
+
],
|
|
10784
|
+
"flags": {
|
|
10785
|
+
"json": {
|
|
10786
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10787
|
+
"name": "json",
|
|
10788
|
+
"allowNo": false,
|
|
10789
|
+
"type": "boolean"
|
|
10790
|
+
},
|
|
10791
|
+
"machine": {
|
|
10792
|
+
"char": "m",
|
|
10793
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10794
|
+
"name": "machine",
|
|
10795
|
+
"allowNo": false,
|
|
10796
|
+
"type": "boolean"
|
|
10797
|
+
}
|
|
10798
|
+
},
|
|
10799
|
+
"hasDynamicHelp": false,
|
|
10800
|
+
"hiddenAliases": [],
|
|
10801
|
+
"id": "tools:check",
|
|
10802
|
+
"pluginAlias": "@proletariat/cli",
|
|
10803
|
+
"pluginName": "@proletariat/cli",
|
|
10804
|
+
"pluginType": "core",
|
|
10805
|
+
"strict": true,
|
|
10806
|
+
"enableJsonFlag": false,
|
|
10807
|
+
"isESM": true,
|
|
10808
|
+
"relativePath": [
|
|
10809
|
+
"dist",
|
|
10810
|
+
"commands",
|
|
10811
|
+
"tools",
|
|
10812
|
+
"check.js"
|
|
10813
|
+
]
|
|
10814
|
+
},
|
|
10815
|
+
"tools:detect": {
|
|
10816
|
+
"aliases": [],
|
|
10817
|
+
"args": {},
|
|
10818
|
+
"description": "Auto-detect common CLI tools on the system and register them",
|
|
10819
|
+
"examples": [
|
|
10820
|
+
"<%= config.bin %> tools detect",
|
|
10821
|
+
"<%= config.bin %> tools detect --auto",
|
|
10822
|
+
"<%= config.bin %> tools detect --json"
|
|
10823
|
+
],
|
|
10824
|
+
"flags": {
|
|
10825
|
+
"json": {
|
|
10826
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10827
|
+
"name": "json",
|
|
10828
|
+
"allowNo": false,
|
|
10829
|
+
"type": "boolean"
|
|
10830
|
+
},
|
|
10831
|
+
"machine": {
|
|
10832
|
+
"char": "m",
|
|
10833
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10834
|
+
"name": "machine",
|
|
10835
|
+
"allowNo": false,
|
|
10836
|
+
"type": "boolean"
|
|
10837
|
+
},
|
|
10838
|
+
"auto": {
|
|
10839
|
+
"description": "Automatically register all detected tools without prompting",
|
|
10840
|
+
"name": "auto",
|
|
10841
|
+
"allowNo": false,
|
|
10842
|
+
"type": "boolean"
|
|
10843
|
+
}
|
|
10844
|
+
},
|
|
10845
|
+
"hasDynamicHelp": false,
|
|
10846
|
+
"hiddenAliases": [],
|
|
10847
|
+
"id": "tools:detect",
|
|
10848
|
+
"pluginAlias": "@proletariat/cli",
|
|
10849
|
+
"pluginName": "@proletariat/cli",
|
|
10850
|
+
"pluginType": "core",
|
|
10851
|
+
"strict": true,
|
|
10852
|
+
"enableJsonFlag": false,
|
|
10853
|
+
"isESM": true,
|
|
10854
|
+
"relativePath": [
|
|
10855
|
+
"dist",
|
|
10856
|
+
"commands",
|
|
10857
|
+
"tools",
|
|
10858
|
+
"detect.js"
|
|
10859
|
+
]
|
|
10860
|
+
},
|
|
10861
|
+
"tools": {
|
|
10862
|
+
"aliases": [
|
|
10863
|
+
"tools:list"
|
|
10864
|
+
],
|
|
10865
|
+
"args": {},
|
|
10866
|
+
"description": "Show all registered MCP servers and CLI tools",
|
|
10867
|
+
"examples": [
|
|
10868
|
+
"<%= config.bin %> tools",
|
|
10869
|
+
"<%= config.bin %> tools --json"
|
|
10870
|
+
],
|
|
10871
|
+
"flags": {
|
|
10872
|
+
"json": {
|
|
10873
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10874
|
+
"name": "json",
|
|
10875
|
+
"allowNo": false,
|
|
10876
|
+
"type": "boolean"
|
|
10877
|
+
},
|
|
10878
|
+
"machine": {
|
|
10879
|
+
"char": "m",
|
|
10880
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10881
|
+
"name": "machine",
|
|
10882
|
+
"allowNo": false,
|
|
10883
|
+
"type": "boolean"
|
|
10884
|
+
}
|
|
10885
|
+
},
|
|
10886
|
+
"hasDynamicHelp": false,
|
|
10887
|
+
"hiddenAliases": [],
|
|
10888
|
+
"id": "tools",
|
|
10889
|
+
"pluginAlias": "@proletariat/cli",
|
|
10890
|
+
"pluginName": "@proletariat/cli",
|
|
10891
|
+
"pluginType": "core",
|
|
10892
|
+
"strict": true,
|
|
10893
|
+
"enableJsonFlag": false,
|
|
10894
|
+
"isESM": true,
|
|
10895
|
+
"relativePath": [
|
|
10896
|
+
"dist",
|
|
10897
|
+
"commands",
|
|
10898
|
+
"tools",
|
|
10899
|
+
"index.js"
|
|
10900
|
+
]
|
|
10901
|
+
},
|
|
10902
|
+
"tools:remove": {
|
|
10903
|
+
"aliases": [],
|
|
10904
|
+
"args": {
|
|
10905
|
+
"name": {
|
|
10906
|
+
"description": "Tool name to remove",
|
|
10907
|
+
"name": "name",
|
|
10908
|
+
"required": true
|
|
10909
|
+
}
|
|
10910
|
+
},
|
|
10911
|
+
"description": "Remove a tool from the registry",
|
|
10912
|
+
"examples": [
|
|
10913
|
+
"<%= config.bin %> tools remove arcade",
|
|
10914
|
+
"<%= config.bin %> tools remove ffmpeg"
|
|
10915
|
+
],
|
|
10916
|
+
"flags": {
|
|
10917
|
+
"json": {
|
|
10918
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10919
|
+
"name": "json",
|
|
10920
|
+
"allowNo": false,
|
|
10921
|
+
"type": "boolean"
|
|
10922
|
+
},
|
|
10923
|
+
"machine": {
|
|
10924
|
+
"char": "m",
|
|
10925
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10926
|
+
"name": "machine",
|
|
10927
|
+
"allowNo": false,
|
|
10928
|
+
"type": "boolean"
|
|
10929
|
+
}
|
|
10930
|
+
},
|
|
10931
|
+
"hasDynamicHelp": false,
|
|
10932
|
+
"hiddenAliases": [],
|
|
10933
|
+
"id": "tools:remove",
|
|
10934
|
+
"pluginAlias": "@proletariat/cli",
|
|
10935
|
+
"pluginName": "@proletariat/cli",
|
|
10936
|
+
"pluginType": "core",
|
|
10937
|
+
"strict": true,
|
|
10938
|
+
"enableJsonFlag": false,
|
|
10939
|
+
"isESM": true,
|
|
10940
|
+
"relativePath": [
|
|
10941
|
+
"dist",
|
|
10942
|
+
"commands",
|
|
10943
|
+
"tools",
|
|
10944
|
+
"remove.js"
|
|
10945
|
+
]
|
|
10946
|
+
},
|
|
10947
10947
|
"trello:configure": {
|
|
10948
10948
|
"aliases": [],
|
|
10949
10949
|
"args": {},
|
|
@@ -15118,5 +15118,5 @@
|
|
|
15118
15118
|
]
|
|
15119
15119
|
}
|
|
15120
15120
|
},
|
|
15121
|
-
"version": "0.3.
|
|
15121
|
+
"version": "0.3.113"
|
|
15122
15122
|
}
|