@proletariat/cli 0.3.84 → 0.3.85
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/oclif.manifest.json
CHANGED
|
@@ -1529,6 +1529,66 @@
|
|
|
1529
1529
|
"update.js"
|
|
1530
1530
|
]
|
|
1531
1531
|
},
|
|
1532
|
+
"autocomplete:setup": {
|
|
1533
|
+
"aliases": [],
|
|
1534
|
+
"args": {},
|
|
1535
|
+
"description": "Auto-detect shell and set up autocomplete",
|
|
1536
|
+
"examples": [
|
|
1537
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1538
|
+
"<%= config.bin %> <%= command.id %> --install",
|
|
1539
|
+
"<%= config.bin %> <%= command.id %> --shell zsh",
|
|
1540
|
+
"<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
|
|
1541
|
+
],
|
|
1542
|
+
"flags": {
|
|
1543
|
+
"json": {
|
|
1544
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
1545
|
+
"name": "json",
|
|
1546
|
+
"allowNo": false,
|
|
1547
|
+
"type": "boolean"
|
|
1548
|
+
},
|
|
1549
|
+
"machine": {
|
|
1550
|
+
"char": "m",
|
|
1551
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
1552
|
+
"name": "machine",
|
|
1553
|
+
"allowNo": false,
|
|
1554
|
+
"type": "boolean"
|
|
1555
|
+
},
|
|
1556
|
+
"install": {
|
|
1557
|
+
"char": "i",
|
|
1558
|
+
"description": "Automatically install to shell config file",
|
|
1559
|
+
"name": "install",
|
|
1560
|
+
"allowNo": false,
|
|
1561
|
+
"type": "boolean"
|
|
1562
|
+
},
|
|
1563
|
+
"shell": {
|
|
1564
|
+
"char": "s",
|
|
1565
|
+
"description": "Override shell detection (zsh, bash, powershell)",
|
|
1566
|
+
"name": "shell",
|
|
1567
|
+
"hasDynamicHelp": false,
|
|
1568
|
+
"multiple": false,
|
|
1569
|
+
"options": [
|
|
1570
|
+
"zsh",
|
|
1571
|
+
"bash",
|
|
1572
|
+
"powershell"
|
|
1573
|
+
],
|
|
1574
|
+
"type": "option"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"hasDynamicHelp": false,
|
|
1578
|
+
"hiddenAliases": [],
|
|
1579
|
+
"id": "autocomplete:setup",
|
|
1580
|
+
"pluginAlias": "@proletariat/cli",
|
|
1581
|
+
"pluginName": "@proletariat/cli",
|
|
1582
|
+
"pluginType": "core",
|
|
1583
|
+
"strict": true,
|
|
1584
|
+
"isESM": true,
|
|
1585
|
+
"relativePath": [
|
|
1586
|
+
"dist",
|
|
1587
|
+
"commands",
|
|
1588
|
+
"autocomplete",
|
|
1589
|
+
"setup.js"
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1532
1592
|
"agent:auth": {
|
|
1533
1593
|
"aliases": [],
|
|
1534
1594
|
"args": {},
|
|
@@ -2232,17 +2292,89 @@
|
|
|
2232
2292
|
"visit.js"
|
|
2233
2293
|
]
|
|
2234
2294
|
},
|
|
2235
|
-
"
|
|
2295
|
+
"board": {
|
|
2236
2296
|
"aliases": [],
|
|
2237
2297
|
"args": {},
|
|
2238
|
-
"description": "
|
|
2298
|
+
"description": "Interactive menu for board operations",
|
|
2299
|
+
"examples": [
|
|
2300
|
+
"<%= config.bin %> <%= command.id %>"
|
|
2301
|
+
],
|
|
2302
|
+
"flags": {
|
|
2303
|
+
"project": {
|
|
2304
|
+
"char": "P",
|
|
2305
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
2306
|
+
"name": "project",
|
|
2307
|
+
"hasDynamicHelp": false,
|
|
2308
|
+
"multiple": false,
|
|
2309
|
+
"type": "option"
|
|
2310
|
+
},
|
|
2311
|
+
"json": {
|
|
2312
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2313
|
+
"name": "json",
|
|
2314
|
+
"allowNo": false,
|
|
2315
|
+
"type": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"machine": {
|
|
2318
|
+
"char": "m",
|
|
2319
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2320
|
+
"name": "machine",
|
|
2321
|
+
"allowNo": false,
|
|
2322
|
+
"type": "boolean"
|
|
2323
|
+
},
|
|
2324
|
+
"action": {
|
|
2325
|
+
"description": "Action to execute directly (view, markdown, export, sync)",
|
|
2326
|
+
"name": "action",
|
|
2327
|
+
"hasDynamicHelp": false,
|
|
2328
|
+
"multiple": false,
|
|
2329
|
+
"options": [
|
|
2330
|
+
"view",
|
|
2331
|
+
"open",
|
|
2332
|
+
"markdown",
|
|
2333
|
+
"export",
|
|
2334
|
+
"sync"
|
|
2335
|
+
],
|
|
2336
|
+
"type": "option"
|
|
2337
|
+
},
|
|
2338
|
+
"force": {
|
|
2339
|
+
"description": "Skip confirmation prompts",
|
|
2340
|
+
"name": "force",
|
|
2341
|
+
"allowNo": false,
|
|
2342
|
+
"type": "boolean"
|
|
2343
|
+
}
|
|
2344
|
+
},
|
|
2345
|
+
"hasDynamicHelp": false,
|
|
2346
|
+
"hiddenAliases": [],
|
|
2347
|
+
"id": "board",
|
|
2348
|
+
"pluginAlias": "@proletariat/cli",
|
|
2349
|
+
"pluginName": "@proletariat/cli",
|
|
2350
|
+
"pluginType": "core",
|
|
2351
|
+
"strict": true,
|
|
2352
|
+
"isESM": true,
|
|
2353
|
+
"relativePath": [
|
|
2354
|
+
"dist",
|
|
2355
|
+
"commands",
|
|
2356
|
+
"board",
|
|
2357
|
+
"index.js"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
"board:view": {
|
|
2361
|
+
"aliases": [],
|
|
2362
|
+
"args": {},
|
|
2363
|
+
"description": "View the kanban board",
|
|
2239
2364
|
"examples": [
|
|
2240
2365
|
"<%= config.bin %> <%= command.id %>",
|
|
2241
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2242
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2243
|
-
"<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
|
|
2366
|
+
"<%= config.bin %> <%= command.id %> --compact",
|
|
2367
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
2244
2368
|
],
|
|
2245
2369
|
"flags": {
|
|
2370
|
+
"project": {
|
|
2371
|
+
"char": "P",
|
|
2372
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
2373
|
+
"name": "project",
|
|
2374
|
+
"hasDynamicHelp": false,
|
|
2375
|
+
"multiple": false,
|
|
2376
|
+
"type": "option"
|
|
2377
|
+
},
|
|
2246
2378
|
"json": {
|
|
2247
2379
|
"description": "Output as JSON for AI agents/scripts",
|
|
2248
2380
|
"name": "json",
|
|
@@ -2256,30 +2388,72 @@
|
|
|
2256
2388
|
"allowNo": false,
|
|
2257
2389
|
"type": "boolean"
|
|
2258
2390
|
},
|
|
2259
|
-
"
|
|
2260
|
-
"char": "
|
|
2261
|
-
"description": "
|
|
2262
|
-
"name": "
|
|
2391
|
+
"compact": {
|
|
2392
|
+
"char": "c",
|
|
2393
|
+
"description": "Show compact ticket view (ID and title only)",
|
|
2394
|
+
"name": "compact",
|
|
2263
2395
|
"allowNo": false,
|
|
2264
2396
|
"type": "boolean"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"hasDynamicHelp": false,
|
|
2400
|
+
"hiddenAliases": [],
|
|
2401
|
+
"id": "board:view",
|
|
2402
|
+
"pluginAlias": "@proletariat/cli",
|
|
2403
|
+
"pluginName": "@proletariat/cli",
|
|
2404
|
+
"pluginType": "core",
|
|
2405
|
+
"strict": true,
|
|
2406
|
+
"isESM": true,
|
|
2407
|
+
"relativePath": [
|
|
2408
|
+
"dist",
|
|
2409
|
+
"commands",
|
|
2410
|
+
"board",
|
|
2411
|
+
"view.js"
|
|
2412
|
+
]
|
|
2413
|
+
},
|
|
2414
|
+
"board:watch": {
|
|
2415
|
+
"aliases": [],
|
|
2416
|
+
"args": {},
|
|
2417
|
+
"description": "Watch board.md for changes and auto-sync to SQLite",
|
|
2418
|
+
"examples": [
|
|
2419
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2420
|
+
"<%= config.bin %> <%= command.id %> --debounce 1000"
|
|
2421
|
+
],
|
|
2422
|
+
"flags": {
|
|
2423
|
+
"project": {
|
|
2424
|
+
"char": "P",
|
|
2425
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
2426
|
+
"name": "project",
|
|
2427
|
+
"hasDynamicHelp": false,
|
|
2428
|
+
"multiple": false,
|
|
2429
|
+
"type": "option"
|
|
2265
2430
|
},
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
"
|
|
2431
|
+
"json": {
|
|
2432
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2433
|
+
"name": "json",
|
|
2434
|
+
"allowNo": false,
|
|
2435
|
+
"type": "boolean"
|
|
2436
|
+
},
|
|
2437
|
+
"machine": {
|
|
2438
|
+
"char": "m",
|
|
2439
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2440
|
+
"name": "machine",
|
|
2441
|
+
"allowNo": false,
|
|
2442
|
+
"type": "boolean"
|
|
2443
|
+
},
|
|
2444
|
+
"debounce": {
|
|
2445
|
+
"char": "d",
|
|
2446
|
+
"description": "Debounce delay in milliseconds",
|
|
2447
|
+
"name": "debounce",
|
|
2448
|
+
"default": 500,
|
|
2270
2449
|
"hasDynamicHelp": false,
|
|
2271
2450
|
"multiple": false,
|
|
2272
|
-
"options": [
|
|
2273
|
-
"zsh",
|
|
2274
|
-
"bash",
|
|
2275
|
-
"powershell"
|
|
2276
|
-
],
|
|
2277
2451
|
"type": "option"
|
|
2278
2452
|
}
|
|
2279
2453
|
},
|
|
2280
2454
|
"hasDynamicHelp": false,
|
|
2281
2455
|
"hiddenAliases": [],
|
|
2282
|
-
"id": "
|
|
2456
|
+
"id": "board:watch",
|
|
2283
2457
|
"pluginAlias": "@proletariat/cli",
|
|
2284
2458
|
"pluginName": "@proletariat/cli",
|
|
2285
2459
|
"pluginType": "core",
|
|
@@ -2288,8 +2462,8 @@
|
|
|
2288
2462
|
"relativePath": [
|
|
2289
2463
|
"dist",
|
|
2290
2464
|
"commands",
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2465
|
+
"board",
|
|
2466
|
+
"watch.js"
|
|
2293
2467
|
]
|
|
2294
2468
|
},
|
|
2295
2469
|
"asana:connect": {
|
|
@@ -2507,12 +2681,22 @@
|
|
|
2507
2681
|
"sync.js"
|
|
2508
2682
|
]
|
|
2509
2683
|
},
|
|
2510
|
-
"
|
|
2684
|
+
"branch:create": {
|
|
2511
2685
|
"aliases": [],
|
|
2512
|
-
"args": {
|
|
2513
|
-
|
|
2686
|
+
"args": {
|
|
2687
|
+
"name": {
|
|
2688
|
+
"description": "Full branch name (bypasses wizard)",
|
|
2689
|
+
"name": "name",
|
|
2690
|
+
"required": false
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
"description": "Create a new branch with conventional naming",
|
|
2514
2694
|
"examples": [
|
|
2515
|
-
"<%= config.bin %> <%= command.id %>"
|
|
2695
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2696
|
+
"<%= config.bin %> <%= command.id %> -T TKT-001",
|
|
2697
|
+
"<%= config.bin %> <%= command.id %> -T TKT-001 -e",
|
|
2698
|
+
"<%= config.bin %> <%= command.id %> feat/chris/add-user-auth",
|
|
2699
|
+
"<%= config.bin %> <%= command.id %> -t feat -c chris -d add-user-auth"
|
|
2516
2700
|
],
|
|
2517
2701
|
"flags": {
|
|
2518
2702
|
"project": {
|
|
@@ -2536,194 +2720,10 @@
|
|
|
2536
2720
|
"allowNo": false,
|
|
2537
2721
|
"type": "boolean"
|
|
2538
2722
|
},
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2542
|
-
"
|
|
2543
|
-
"multiple": false,
|
|
2544
|
-
"options": [
|
|
2545
|
-
"view",
|
|
2546
|
-
"open",
|
|
2547
|
-
"markdown",
|
|
2548
|
-
"export",
|
|
2549
|
-
"sync"
|
|
2550
|
-
],
|
|
2551
|
-
"type": "option"
|
|
2552
|
-
},
|
|
2553
|
-
"force": {
|
|
2554
|
-
"description": "Skip confirmation prompts",
|
|
2555
|
-
"name": "force",
|
|
2556
|
-
"allowNo": false,
|
|
2557
|
-
"type": "boolean"
|
|
2558
|
-
}
|
|
2559
|
-
},
|
|
2560
|
-
"hasDynamicHelp": false,
|
|
2561
|
-
"hiddenAliases": [],
|
|
2562
|
-
"id": "board",
|
|
2563
|
-
"pluginAlias": "@proletariat/cli",
|
|
2564
|
-
"pluginName": "@proletariat/cli",
|
|
2565
|
-
"pluginType": "core",
|
|
2566
|
-
"strict": true,
|
|
2567
|
-
"isESM": true,
|
|
2568
|
-
"relativePath": [
|
|
2569
|
-
"dist",
|
|
2570
|
-
"commands",
|
|
2571
|
-
"board",
|
|
2572
|
-
"index.js"
|
|
2573
|
-
]
|
|
2574
|
-
},
|
|
2575
|
-
"board:view": {
|
|
2576
|
-
"aliases": [],
|
|
2577
|
-
"args": {},
|
|
2578
|
-
"description": "View the kanban board",
|
|
2579
|
-
"examples": [
|
|
2580
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2581
|
-
"<%= config.bin %> <%= command.id %> --compact",
|
|
2582
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
2583
|
-
],
|
|
2584
|
-
"flags": {
|
|
2585
|
-
"project": {
|
|
2586
|
-
"char": "P",
|
|
2587
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
2588
|
-
"name": "project",
|
|
2589
|
-
"hasDynamicHelp": false,
|
|
2590
|
-
"multiple": false,
|
|
2591
|
-
"type": "option"
|
|
2592
|
-
},
|
|
2593
|
-
"json": {
|
|
2594
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2595
|
-
"name": "json",
|
|
2596
|
-
"allowNo": false,
|
|
2597
|
-
"type": "boolean"
|
|
2598
|
-
},
|
|
2599
|
-
"machine": {
|
|
2600
|
-
"char": "m",
|
|
2601
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2602
|
-
"name": "machine",
|
|
2603
|
-
"allowNo": false,
|
|
2604
|
-
"type": "boolean"
|
|
2605
|
-
},
|
|
2606
|
-
"compact": {
|
|
2607
|
-
"char": "c",
|
|
2608
|
-
"description": "Show compact ticket view (ID and title only)",
|
|
2609
|
-
"name": "compact",
|
|
2610
|
-
"allowNo": false,
|
|
2611
|
-
"type": "boolean"
|
|
2612
|
-
}
|
|
2613
|
-
},
|
|
2614
|
-
"hasDynamicHelp": false,
|
|
2615
|
-
"hiddenAliases": [],
|
|
2616
|
-
"id": "board:view",
|
|
2617
|
-
"pluginAlias": "@proletariat/cli",
|
|
2618
|
-
"pluginName": "@proletariat/cli",
|
|
2619
|
-
"pluginType": "core",
|
|
2620
|
-
"strict": true,
|
|
2621
|
-
"isESM": true,
|
|
2622
|
-
"relativePath": [
|
|
2623
|
-
"dist",
|
|
2624
|
-
"commands",
|
|
2625
|
-
"board",
|
|
2626
|
-
"view.js"
|
|
2627
|
-
]
|
|
2628
|
-
},
|
|
2629
|
-
"board:watch": {
|
|
2630
|
-
"aliases": [],
|
|
2631
|
-
"args": {},
|
|
2632
|
-
"description": "Watch board.md for changes and auto-sync to SQLite",
|
|
2633
|
-
"examples": [
|
|
2634
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2635
|
-
"<%= config.bin %> <%= command.id %> --debounce 1000"
|
|
2636
|
-
],
|
|
2637
|
-
"flags": {
|
|
2638
|
-
"project": {
|
|
2639
|
-
"char": "P",
|
|
2640
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
2641
|
-
"name": "project",
|
|
2642
|
-
"hasDynamicHelp": false,
|
|
2643
|
-
"multiple": false,
|
|
2644
|
-
"type": "option"
|
|
2645
|
-
},
|
|
2646
|
-
"json": {
|
|
2647
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2648
|
-
"name": "json",
|
|
2649
|
-
"allowNo": false,
|
|
2650
|
-
"type": "boolean"
|
|
2651
|
-
},
|
|
2652
|
-
"machine": {
|
|
2653
|
-
"char": "m",
|
|
2654
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2655
|
-
"name": "machine",
|
|
2656
|
-
"allowNo": false,
|
|
2657
|
-
"type": "boolean"
|
|
2658
|
-
},
|
|
2659
|
-
"debounce": {
|
|
2660
|
-
"char": "d",
|
|
2661
|
-
"description": "Debounce delay in milliseconds",
|
|
2662
|
-
"name": "debounce",
|
|
2663
|
-
"default": 500,
|
|
2664
|
-
"hasDynamicHelp": false,
|
|
2665
|
-
"multiple": false,
|
|
2666
|
-
"type": "option"
|
|
2667
|
-
}
|
|
2668
|
-
},
|
|
2669
|
-
"hasDynamicHelp": false,
|
|
2670
|
-
"hiddenAliases": [],
|
|
2671
|
-
"id": "board:watch",
|
|
2672
|
-
"pluginAlias": "@proletariat/cli",
|
|
2673
|
-
"pluginName": "@proletariat/cli",
|
|
2674
|
-
"pluginType": "core",
|
|
2675
|
-
"strict": true,
|
|
2676
|
-
"isESM": true,
|
|
2677
|
-
"relativePath": [
|
|
2678
|
-
"dist",
|
|
2679
|
-
"commands",
|
|
2680
|
-
"board",
|
|
2681
|
-
"watch.js"
|
|
2682
|
-
]
|
|
2683
|
-
},
|
|
2684
|
-
"branch:create": {
|
|
2685
|
-
"aliases": [],
|
|
2686
|
-
"args": {
|
|
2687
|
-
"name": {
|
|
2688
|
-
"description": "Full branch name (bypasses wizard)",
|
|
2689
|
-
"name": "name",
|
|
2690
|
-
"required": false
|
|
2691
|
-
}
|
|
2692
|
-
},
|
|
2693
|
-
"description": "Create a new branch with conventional naming",
|
|
2694
|
-
"examples": [
|
|
2695
|
-
"<%= config.bin %> <%= command.id %>",
|
|
2696
|
-
"<%= config.bin %> <%= command.id %> -T TKT-001",
|
|
2697
|
-
"<%= config.bin %> <%= command.id %> -T TKT-001 -e",
|
|
2698
|
-
"<%= config.bin %> <%= command.id %> feat/chris/add-user-auth",
|
|
2699
|
-
"<%= config.bin %> <%= command.id %> -t feat -c chris -d add-user-auth"
|
|
2700
|
-
],
|
|
2701
|
-
"flags": {
|
|
2702
|
-
"project": {
|
|
2703
|
-
"char": "P",
|
|
2704
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
2705
|
-
"name": "project",
|
|
2706
|
-
"hasDynamicHelp": false,
|
|
2707
|
-
"multiple": false,
|
|
2708
|
-
"type": "option"
|
|
2709
|
-
},
|
|
2710
|
-
"json": {
|
|
2711
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2712
|
-
"name": "json",
|
|
2713
|
-
"allowNo": false,
|
|
2714
|
-
"type": "boolean"
|
|
2715
|
-
},
|
|
2716
|
-
"machine": {
|
|
2717
|
-
"char": "m",
|
|
2718
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
2719
|
-
"name": "machine",
|
|
2720
|
-
"allowNo": false,
|
|
2721
|
-
"type": "boolean"
|
|
2722
|
-
},
|
|
2723
|
-
"ticket": {
|
|
2724
|
-
"char": "T",
|
|
2725
|
-
"description": "Ticket ID - auto-generates branch from ticket (or use with -t/-d for manual)",
|
|
2726
|
-
"name": "ticket",
|
|
2723
|
+
"ticket": {
|
|
2724
|
+
"char": "T",
|
|
2725
|
+
"description": "Ticket ID - auto-generates branch from ticket (or use with -t/-d for manual)",
|
|
2726
|
+
"name": "ticket",
|
|
2727
2727
|
"hasDynamicHelp": false,
|
|
2728
2728
|
"multiple": false,
|
|
2729
2729
|
"type": "option"
|
|
@@ -3563,40 +3563,27 @@
|
|
|
3563
3563
|
"index.js"
|
|
3564
3564
|
]
|
|
3565
3565
|
},
|
|
3566
|
-
"
|
|
3566
|
+
"execution:config": {
|
|
3567
3567
|
"aliases": [],
|
|
3568
3568
|
"args": {},
|
|
3569
|
-
"description": "
|
|
3569
|
+
"description": "View and update execution preferences",
|
|
3570
3570
|
"examples": [
|
|
3571
|
-
"<%= config.bin %>
|
|
3572
|
-
"<%= config.bin %>
|
|
3573
|
-
"<%= config.bin %>
|
|
3571
|
+
"<%= config.bin %> execution config # Interactive menu",
|
|
3572
|
+
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
3573
|
+
"<%= config.bin %> execution config --list # Show all settings",
|
|
3574
|
+
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
3575
|
+
"<%= config.bin %> execution config --set outputMode interactive",
|
|
3576
|
+
"<%= config.bin %> execution config --set permissionMode safe",
|
|
3577
|
+
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
3574
3578
|
],
|
|
3575
3579
|
"flags": {
|
|
3576
|
-
"
|
|
3577
|
-
"
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
"
|
|
3582
|
-
"
|
|
3583
|
-
"name": "force",
|
|
3584
|
-
"allowNo": false,
|
|
3585
|
-
"type": "boolean"
|
|
3586
|
-
},
|
|
3587
|
-
"dry-run": {
|
|
3588
|
-
"char": "d",
|
|
3589
|
-
"description": "Show what would be removed without removing",
|
|
3590
|
-
"name": "dry-run",
|
|
3591
|
-
"allowNo": false,
|
|
3592
|
-
"type": "boolean"
|
|
3593
|
-
},
|
|
3594
|
-
"all": {
|
|
3595
|
-
"char": "a",
|
|
3596
|
-
"description": "Remove all stopped devcontainers (not just orphaned)",
|
|
3597
|
-
"name": "all",
|
|
3598
|
-
"allowNo": false,
|
|
3599
|
-
"type": "boolean"
|
|
3580
|
+
"project": {
|
|
3581
|
+
"char": "P",
|
|
3582
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3583
|
+
"name": "project",
|
|
3584
|
+
"hasDynamicHelp": false,
|
|
3585
|
+
"multiple": false,
|
|
3586
|
+
"type": "option"
|
|
3600
3587
|
},
|
|
3601
3588
|
"json": {
|
|
3602
3589
|
"description": "Output as JSON for AI agents/scripts",
|
|
@@ -3610,42 +3597,64 @@
|
|
|
3610
3597
|
"name": "machine",
|
|
3611
3598
|
"allowNo": false,
|
|
3612
3599
|
"type": "boolean"
|
|
3600
|
+
},
|
|
3601
|
+
"set": {
|
|
3602
|
+
"char": "s",
|
|
3603
|
+
"description": "Set a config value (format: key value)",
|
|
3604
|
+
"name": "set",
|
|
3605
|
+
"hasDynamicHelp": false,
|
|
3606
|
+
"multiple": true,
|
|
3607
|
+
"type": "option"
|
|
3608
|
+
},
|
|
3609
|
+
"list": {
|
|
3610
|
+
"char": "l",
|
|
3611
|
+
"description": "List all configuration values",
|
|
3612
|
+
"name": "list",
|
|
3613
|
+
"allowNo": false,
|
|
3614
|
+
"type": "boolean"
|
|
3615
|
+
},
|
|
3616
|
+
"setting": {
|
|
3617
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
3618
|
+
"name": "setting",
|
|
3619
|
+
"hasDynamicHelp": false,
|
|
3620
|
+
"multiple": false,
|
|
3621
|
+
"type": "option"
|
|
3613
3622
|
}
|
|
3614
3623
|
},
|
|
3615
3624
|
"hasDynamicHelp": false,
|
|
3616
3625
|
"hiddenAliases": [],
|
|
3617
|
-
"id": "
|
|
3626
|
+
"id": "execution:config",
|
|
3618
3627
|
"pluginAlias": "@proletariat/cli",
|
|
3619
3628
|
"pluginName": "@proletariat/cli",
|
|
3620
3629
|
"pluginType": "core",
|
|
3621
3630
|
"strict": true,
|
|
3622
|
-
"enableJsonFlag": false,
|
|
3623
3631
|
"isESM": true,
|
|
3624
3632
|
"relativePath": [
|
|
3625
3633
|
"dist",
|
|
3626
3634
|
"commands",
|
|
3627
|
-
"
|
|
3628
|
-
"
|
|
3635
|
+
"execution",
|
|
3636
|
+
"config.js"
|
|
3629
3637
|
]
|
|
3630
3638
|
},
|
|
3631
|
-
"
|
|
3639
|
+
"execution": {
|
|
3632
3640
|
"aliases": [],
|
|
3633
3641
|
"args": {},
|
|
3634
|
-
"description": "
|
|
3642
|
+
"description": "Single execution operations (view, logs, stop)",
|
|
3635
3643
|
"examples": [
|
|
3636
3644
|
"<%= config.bin %> <%= command.id %>",
|
|
3637
|
-
"<%= config.bin %>
|
|
3638
|
-
"<%= config.bin %>
|
|
3639
|
-
"<%= config.bin %>
|
|
3640
|
-
"<%= config.bin %> docker start WORK-001",
|
|
3641
|
-
"<%= config.bin %> docker stop kalanick",
|
|
3642
|
-
"<%= config.bin %> docker shell WORK-001",
|
|
3643
|
-
"<%= config.bin %> docker restart abc123",
|
|
3644
|
-
"<%= config.bin %> docker sync",
|
|
3645
|
-
"<%= config.bin %> docker clean",
|
|
3646
|
-
"<%= config.bin %> docker prune"
|
|
3645
|
+
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
3646
|
+
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
3647
|
+
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
3647
3648
|
],
|
|
3648
3649
|
"flags": {
|
|
3650
|
+
"project": {
|
|
3651
|
+
"char": "P",
|
|
3652
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3653
|
+
"name": "project",
|
|
3654
|
+
"hasDynamicHelp": false,
|
|
3655
|
+
"multiple": false,
|
|
3656
|
+
"type": "option"
|
|
3657
|
+
},
|
|
3649
3658
|
"json": {
|
|
3650
3659
|
"description": "Output as JSON for AI agents/scripts",
|
|
3651
3660
|
"name": "json",
|
|
@@ -3662,7 +3671,7 @@
|
|
|
3662
3671
|
},
|
|
3663
3672
|
"hasDynamicHelp": false,
|
|
3664
3673
|
"hiddenAliases": [],
|
|
3665
|
-
"id": "
|
|
3674
|
+
"id": "execution",
|
|
3666
3675
|
"pluginAlias": "@proletariat/cli",
|
|
3667
3676
|
"pluginName": "@proletariat/cli",
|
|
3668
3677
|
"pluginType": "core",
|
|
@@ -3671,20 +3680,29 @@
|
|
|
3671
3680
|
"relativePath": [
|
|
3672
3681
|
"dist",
|
|
3673
3682
|
"commands",
|
|
3674
|
-
"
|
|
3683
|
+
"execution",
|
|
3675
3684
|
"index.js"
|
|
3676
3685
|
]
|
|
3677
3686
|
},
|
|
3678
|
-
"
|
|
3687
|
+
"execution:list": {
|
|
3679
3688
|
"aliases": [],
|
|
3680
3689
|
"args": {},
|
|
3681
|
-
"description": "
|
|
3690
|
+
"description": "List running and recent executions",
|
|
3682
3691
|
"examples": [
|
|
3683
3692
|
"<%= config.bin %> <%= command.id %>",
|
|
3684
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3685
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3693
|
+
"<%= config.bin %> <%= command.id %> --status running",
|
|
3694
|
+
"<%= config.bin %> <%= command.id %> --agent alice",
|
|
3695
|
+
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
3686
3696
|
],
|
|
3687
3697
|
"flags": {
|
|
3698
|
+
"project": {
|
|
3699
|
+
"char": "P",
|
|
3700
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3701
|
+
"name": "project",
|
|
3702
|
+
"hasDynamicHelp": false,
|
|
3703
|
+
"multiple": false,
|
|
3704
|
+
"type": "option"
|
|
3705
|
+
},
|
|
3688
3706
|
"json": {
|
|
3689
3707
|
"description": "Output as JSON for AI agents/scripts",
|
|
3690
3708
|
"name": "json",
|
|
@@ -3698,54 +3716,79 @@
|
|
|
3698
3716
|
"allowNo": false,
|
|
3699
3717
|
"type": "boolean"
|
|
3700
3718
|
},
|
|
3701
|
-
"
|
|
3719
|
+
"status": {
|
|
3720
|
+
"char": "s",
|
|
3721
|
+
"description": "Filter by status",
|
|
3722
|
+
"name": "status",
|
|
3723
|
+
"hasDynamicHelp": false,
|
|
3724
|
+
"multiple": false,
|
|
3725
|
+
"options": [
|
|
3726
|
+
"starting",
|
|
3727
|
+
"running",
|
|
3728
|
+
"completed",
|
|
3729
|
+
"failed",
|
|
3730
|
+
"stopped"
|
|
3731
|
+
],
|
|
3732
|
+
"type": "option"
|
|
3733
|
+
},
|
|
3734
|
+
"agent": {
|
|
3702
3735
|
"char": "a",
|
|
3703
|
-
"description": "
|
|
3704
|
-
"name": "
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3736
|
+
"description": "Filter by agent name",
|
|
3737
|
+
"name": "agent",
|
|
3738
|
+
"hasDynamicHelp": false,
|
|
3739
|
+
"multiple": false,
|
|
3740
|
+
"type": "option"
|
|
3707
3741
|
},
|
|
3708
|
-
"
|
|
3709
|
-
"char": "
|
|
3710
|
-
"description": "
|
|
3711
|
-
"name": "
|
|
3712
|
-
"
|
|
3713
|
-
"
|
|
3742
|
+
"limit": {
|
|
3743
|
+
"char": "l",
|
|
3744
|
+
"description": "Number of results",
|
|
3745
|
+
"name": "limit",
|
|
3746
|
+
"default": 20,
|
|
3747
|
+
"hasDynamicHelp": false,
|
|
3748
|
+
"multiple": false,
|
|
3749
|
+
"type": "option"
|
|
3714
3750
|
}
|
|
3715
3751
|
},
|
|
3716
3752
|
"hasDynamicHelp": false,
|
|
3717
3753
|
"hiddenAliases": [],
|
|
3718
|
-
"id": "
|
|
3754
|
+
"id": "execution:list",
|
|
3719
3755
|
"pluginAlias": "@proletariat/cli",
|
|
3720
3756
|
"pluginName": "@proletariat/cli",
|
|
3721
3757
|
"pluginType": "core",
|
|
3722
3758
|
"strict": true,
|
|
3723
|
-
"enableJsonFlag": false,
|
|
3724
3759
|
"isESM": true,
|
|
3725
3760
|
"relativePath": [
|
|
3726
3761
|
"dist",
|
|
3727
3762
|
"commands",
|
|
3728
|
-
"
|
|
3763
|
+
"execution",
|
|
3729
3764
|
"list.js"
|
|
3730
3765
|
]
|
|
3731
3766
|
},
|
|
3732
|
-
"
|
|
3767
|
+
"execution:logs": {
|
|
3733
3768
|
"aliases": [],
|
|
3734
3769
|
"args": {
|
|
3735
|
-
"
|
|
3736
|
-
"description": "Execution ID
|
|
3737
|
-
"name": "
|
|
3738
|
-
"required":
|
|
3770
|
+
"id": {
|
|
3771
|
+
"description": "Execution ID - prompts if not provided",
|
|
3772
|
+
"name": "id",
|
|
3773
|
+
"required": false
|
|
3739
3774
|
}
|
|
3740
3775
|
},
|
|
3741
|
-
"description": "View
|
|
3776
|
+
"description": "View execution logs",
|
|
3742
3777
|
"examples": [
|
|
3743
3778
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3744
|
-
"<%= config.bin %> <%= command.id %>
|
|
3745
|
-
"<%= config.bin %> <%= command.id %>
|
|
3746
|
-
"<%= config.bin %> <%= command.id %>
|
|
3779
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
3780
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
3781
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
3747
3782
|
],
|
|
3748
3783
|
"flags": {
|
|
3784
|
+
"project": {
|
|
3785
|
+
"char": "P",
|
|
3786
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3787
|
+
"name": "project",
|
|
3788
|
+
"hasDynamicHelp": false,
|
|
3789
|
+
"multiple": false,
|
|
3790
|
+
"type": "option"
|
|
3791
|
+
},
|
|
3749
3792
|
"json": {
|
|
3750
3793
|
"description": "Output as JSON for AI agents/scripts",
|
|
3751
3794
|
"name": "json",
|
|
@@ -3761,52 +3804,171 @@
|
|
|
3761
3804
|
},
|
|
3762
3805
|
"follow": {
|
|
3763
3806
|
"char": "f",
|
|
3764
|
-
"description": "
|
|
3807
|
+
"description": "Stream logs in real-time",
|
|
3765
3808
|
"name": "follow",
|
|
3766
3809
|
"allowNo": false,
|
|
3767
3810
|
"type": "boolean"
|
|
3768
3811
|
},
|
|
3769
3812
|
"tail": {
|
|
3770
3813
|
"char": "n",
|
|
3771
|
-
"description": "
|
|
3814
|
+
"description": "Show last n lines",
|
|
3772
3815
|
"name": "tail",
|
|
3773
|
-
"
|
|
3816
|
+
"hasDynamicHelp": false,
|
|
3817
|
+
"multiple": false,
|
|
3818
|
+
"type": "option"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
"hasDynamicHelp": false,
|
|
3822
|
+
"hiddenAliases": [],
|
|
3823
|
+
"id": "execution:logs",
|
|
3824
|
+
"pluginAlias": "@proletariat/cli",
|
|
3825
|
+
"pluginName": "@proletariat/cli",
|
|
3826
|
+
"pluginType": "core",
|
|
3827
|
+
"strict": true,
|
|
3828
|
+
"isESM": true,
|
|
3829
|
+
"relativePath": [
|
|
3830
|
+
"dist",
|
|
3831
|
+
"commands",
|
|
3832
|
+
"execution",
|
|
3833
|
+
"logs.js"
|
|
3834
|
+
]
|
|
3835
|
+
},
|
|
3836
|
+
"execution:stop": {
|
|
3837
|
+
"aliases": [],
|
|
3838
|
+
"args": {
|
|
3839
|
+
"id": {
|
|
3840
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
3841
|
+
"name": "id",
|
|
3842
|
+
"required": false
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
"description": "Stop running execution(s)",
|
|
3846
|
+
"examples": [
|
|
3847
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3848
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
3849
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
3850
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
3851
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
3852
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
3853
|
+
],
|
|
3854
|
+
"flags": {
|
|
3855
|
+
"project": {
|
|
3856
|
+
"char": "P",
|
|
3857
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3858
|
+
"name": "project",
|
|
3774
3859
|
"hasDynamicHelp": false,
|
|
3775
3860
|
"multiple": false,
|
|
3776
3861
|
"type": "option"
|
|
3777
3862
|
},
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
"
|
|
3863
|
+
"json": {
|
|
3864
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3865
|
+
"name": "json",
|
|
3866
|
+
"allowNo": false,
|
|
3867
|
+
"type": "boolean"
|
|
3868
|
+
},
|
|
3869
|
+
"machine": {
|
|
3870
|
+
"char": "m",
|
|
3871
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3872
|
+
"name": "machine",
|
|
3873
|
+
"allowNo": false,
|
|
3874
|
+
"type": "boolean"
|
|
3875
|
+
},
|
|
3876
|
+
"force": {
|
|
3877
|
+
"char": "f",
|
|
3878
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
3879
|
+
"name": "force",
|
|
3880
|
+
"allowNo": false,
|
|
3881
|
+
"type": "boolean"
|
|
3882
|
+
},
|
|
3883
|
+
"all": {
|
|
3884
|
+
"description": "Stop all running executions",
|
|
3885
|
+
"name": "all",
|
|
3886
|
+
"allowNo": false,
|
|
3887
|
+
"type": "boolean"
|
|
3888
|
+
},
|
|
3889
|
+
"agent": {
|
|
3890
|
+
"char": "a",
|
|
3891
|
+
"description": "Stop all executions for a specific agent",
|
|
3892
|
+
"name": "agent",
|
|
3893
|
+
"hasDynamicHelp": false,
|
|
3894
|
+
"multiple": false,
|
|
3895
|
+
"type": "option"
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
"hasDynamicHelp": false,
|
|
3899
|
+
"hiddenAliases": [],
|
|
3900
|
+
"id": "execution:stop",
|
|
3901
|
+
"pluginAlias": "@proletariat/cli",
|
|
3902
|
+
"pluginName": "@proletariat/cli",
|
|
3903
|
+
"pluginType": "core",
|
|
3904
|
+
"strict": true,
|
|
3905
|
+
"isESM": true,
|
|
3906
|
+
"relativePath": [
|
|
3907
|
+
"dist",
|
|
3908
|
+
"commands",
|
|
3909
|
+
"execution",
|
|
3910
|
+
"stop.js"
|
|
3911
|
+
]
|
|
3912
|
+
},
|
|
3913
|
+
"execution:view": {
|
|
3914
|
+
"aliases": [],
|
|
3915
|
+
"args": {
|
|
3916
|
+
"id": {
|
|
3917
|
+
"description": "Execution ID - prompts if not provided",
|
|
3918
|
+
"name": "id",
|
|
3919
|
+
"required": false
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3922
|
+
"description": "View details of a specific execution",
|
|
3923
|
+
"examples": [
|
|
3924
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3925
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
3926
|
+
],
|
|
3927
|
+
"flags": {
|
|
3928
|
+
"project": {
|
|
3929
|
+
"char": "P",
|
|
3930
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
3931
|
+
"name": "project",
|
|
3932
|
+
"hasDynamicHelp": false,
|
|
3933
|
+
"multiple": false,
|
|
3934
|
+
"type": "option"
|
|
3935
|
+
},
|
|
3936
|
+
"json": {
|
|
3937
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3938
|
+
"name": "json",
|
|
3939
|
+
"allowNo": false,
|
|
3940
|
+
"type": "boolean"
|
|
3941
|
+
},
|
|
3942
|
+
"machine": {
|
|
3943
|
+
"char": "m",
|
|
3944
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3945
|
+
"name": "machine",
|
|
3782
3946
|
"allowNo": false,
|
|
3783
3947
|
"type": "boolean"
|
|
3784
3948
|
}
|
|
3785
3949
|
},
|
|
3786
3950
|
"hasDynamicHelp": false,
|
|
3787
3951
|
"hiddenAliases": [],
|
|
3788
|
-
"id": "
|
|
3952
|
+
"id": "execution:view",
|
|
3789
3953
|
"pluginAlias": "@proletariat/cli",
|
|
3790
3954
|
"pluginName": "@proletariat/cli",
|
|
3791
3955
|
"pluginType": "core",
|
|
3792
3956
|
"strict": true,
|
|
3793
|
-
"enableJsonFlag": false,
|
|
3794
3957
|
"isESM": true,
|
|
3795
3958
|
"relativePath": [
|
|
3796
3959
|
"dist",
|
|
3797
3960
|
"commands",
|
|
3798
|
-
"
|
|
3799
|
-
"
|
|
3961
|
+
"execution",
|
|
3962
|
+
"view.js"
|
|
3800
3963
|
]
|
|
3801
3964
|
},
|
|
3802
|
-
"docker:
|
|
3965
|
+
"docker:clean": {
|
|
3803
3966
|
"aliases": [],
|
|
3804
3967
|
"args": {},
|
|
3805
|
-
"description": "Remove
|
|
3968
|
+
"description": "Remove orphaned containers (containers without running agents)",
|
|
3806
3969
|
"examples": [
|
|
3807
3970
|
"<%= config.bin %> <%= command.id %>",
|
|
3808
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3809
|
-
"<%= config.bin %> <%= command.id %> --volumes",
|
|
3971
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
3810
3972
|
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3811
3973
|
],
|
|
3812
3974
|
"flags": {
|
|
@@ -3830,17 +3992,11 @@
|
|
|
3830
3992
|
},
|
|
3831
3993
|
"all": {
|
|
3832
3994
|
"char": "a",
|
|
3833
|
-
"description": "Remove all
|
|
3995
|
+
"description": "Remove all stopped devcontainers (not just orphaned)",
|
|
3834
3996
|
"name": "all",
|
|
3835
3997
|
"allowNo": false,
|
|
3836
3998
|
"type": "boolean"
|
|
3837
3999
|
},
|
|
3838
|
-
"volumes": {
|
|
3839
|
-
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
3840
|
-
"name": "volumes",
|
|
3841
|
-
"allowNo": false,
|
|
3842
|
-
"type": "boolean"
|
|
3843
|
-
},
|
|
3844
4000
|
"json": {
|
|
3845
4001
|
"description": "Output as JSON for AI agents/scripts",
|
|
3846
4002
|
"name": "json",
|
|
@@ -3857,7 +4013,7 @@
|
|
|
3857
4013
|
},
|
|
3858
4014
|
"hasDynamicHelp": false,
|
|
3859
4015
|
"hiddenAliases": [],
|
|
3860
|
-
"id": "docker:
|
|
4016
|
+
"id": "docker:clean",
|
|
3861
4017
|
"pluginAlias": "@proletariat/cli",
|
|
3862
4018
|
"pluginName": "@proletariat/cli",
|
|
3863
4019
|
"pluginType": "core",
|
|
@@ -3868,45 +4024,27 @@
|
|
|
3868
4024
|
"dist",
|
|
3869
4025
|
"commands",
|
|
3870
4026
|
"docker",
|
|
3871
|
-
"
|
|
4027
|
+
"clean.js"
|
|
3872
4028
|
]
|
|
3873
4029
|
},
|
|
3874
|
-
"docker
|
|
4030
|
+
"docker": {
|
|
3875
4031
|
"aliases": [],
|
|
3876
|
-
"args": {
|
|
3877
|
-
|
|
3878
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3879
|
-
"name": "target",
|
|
3880
|
-
"required": true
|
|
3881
|
-
}
|
|
3882
|
-
},
|
|
3883
|
-
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
4032
|
+
"args": {},
|
|
4033
|
+
"description": "Manage Docker containers used by agents",
|
|
3884
4034
|
"examples": [
|
|
3885
|
-
"<%= config.bin %> <%= command.id %>
|
|
3886
|
-
"<%= config.bin %>
|
|
3887
|
-
"<%= config.bin %>
|
|
4035
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4036
|
+
"<%= config.bin %> docker status",
|
|
4037
|
+
"<%= config.bin %> docker list",
|
|
4038
|
+
"<%= config.bin %> docker logs WORK-001",
|
|
4039
|
+
"<%= config.bin %> docker start WORK-001",
|
|
4040
|
+
"<%= config.bin %> docker stop kalanick",
|
|
4041
|
+
"<%= config.bin %> docker shell WORK-001",
|
|
4042
|
+
"<%= config.bin %> docker restart abc123",
|
|
4043
|
+
"<%= config.bin %> docker sync",
|
|
4044
|
+
"<%= config.bin %> docker clean",
|
|
4045
|
+
"<%= config.bin %> docker prune"
|
|
3888
4046
|
],
|
|
3889
4047
|
"flags": {
|
|
3890
|
-
"force": {
|
|
3891
|
-
"aliases": [
|
|
3892
|
-
"yes",
|
|
3893
|
-
"y"
|
|
3894
|
-
],
|
|
3895
|
-
"char": "f",
|
|
3896
|
-
"description": "Skip confirmation prompt",
|
|
3897
|
-
"name": "force",
|
|
3898
|
-
"allowNo": false,
|
|
3899
|
-
"type": "boolean"
|
|
3900
|
-
},
|
|
3901
|
-
"time": {
|
|
3902
|
-
"char": "t",
|
|
3903
|
-
"description": "Seconds to wait before killing the container during stop",
|
|
3904
|
-
"name": "time",
|
|
3905
|
-
"default": 10,
|
|
3906
|
-
"hasDynamicHelp": false,
|
|
3907
|
-
"multiple": false,
|
|
3908
|
-
"type": "option"
|
|
3909
|
-
},
|
|
3910
4048
|
"json": {
|
|
3911
4049
|
"description": "Output as JSON for AI agents/scripts",
|
|
3912
4050
|
"name": "json",
|
|
@@ -3923,34 +4061,27 @@
|
|
|
3923
4061
|
},
|
|
3924
4062
|
"hasDynamicHelp": false,
|
|
3925
4063
|
"hiddenAliases": [],
|
|
3926
|
-
"id": "docker
|
|
4064
|
+
"id": "docker",
|
|
3927
4065
|
"pluginAlias": "@proletariat/cli",
|
|
3928
4066
|
"pluginName": "@proletariat/cli",
|
|
3929
4067
|
"pluginType": "core",
|
|
3930
4068
|
"strict": true,
|
|
3931
|
-
"enableJsonFlag": false,
|
|
3932
4069
|
"isESM": true,
|
|
3933
4070
|
"relativePath": [
|
|
3934
4071
|
"dist",
|
|
3935
4072
|
"commands",
|
|
3936
4073
|
"docker",
|
|
3937
|
-
"
|
|
4074
|
+
"index.js"
|
|
3938
4075
|
]
|
|
3939
4076
|
},
|
|
3940
|
-
"docker:
|
|
4077
|
+
"docker:list": {
|
|
3941
4078
|
"aliases": [],
|
|
3942
|
-
"args": {
|
|
3943
|
-
|
|
3944
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3945
|
-
"name": "target",
|
|
3946
|
-
"required": true
|
|
3947
|
-
}
|
|
3948
|
-
},
|
|
3949
|
-
"description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
|
|
4079
|
+
"args": {},
|
|
4080
|
+
"description": "Show Docker containers from agent_work table with status",
|
|
3950
4081
|
"examples": [
|
|
3951
|
-
"<%= config.bin %> <%= command.id %>
|
|
3952
|
-
"<%= config.bin %> <%= command.id %>
|
|
3953
|
-
"<%= config.bin %> <%= command.id %>
|
|
4082
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4083
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4084
|
+
"<%= config.bin %> <%= command.id %> --running"
|
|
3954
4085
|
],
|
|
3955
4086
|
"flags": {
|
|
3956
4087
|
"json": {
|
|
@@ -3966,35 +4097,24 @@
|
|
|
3966
4097
|
"allowNo": false,
|
|
3967
4098
|
"type": "boolean"
|
|
3968
4099
|
},
|
|
3969
|
-
"
|
|
3970
|
-
"char": "
|
|
3971
|
-
"description": "
|
|
3972
|
-
"name": "
|
|
3973
|
-
"
|
|
3974
|
-
"
|
|
3975
|
-
"multiple": false,
|
|
3976
|
-
"type": "option"
|
|
3977
|
-
},
|
|
3978
|
-
"user": {
|
|
3979
|
-
"char": "u",
|
|
3980
|
-
"description": "User to run as",
|
|
3981
|
-
"name": "user",
|
|
3982
|
-
"hasDynamicHelp": false,
|
|
3983
|
-
"multiple": false,
|
|
3984
|
-
"type": "option"
|
|
4100
|
+
"all": {
|
|
4101
|
+
"char": "a",
|
|
4102
|
+
"description": "Show all containers (including non-devcontainer)",
|
|
4103
|
+
"name": "all",
|
|
4104
|
+
"allowNo": false,
|
|
4105
|
+
"type": "boolean"
|
|
3985
4106
|
},
|
|
3986
|
-
"
|
|
3987
|
-
"char": "
|
|
3988
|
-
"description": "
|
|
3989
|
-
"name": "
|
|
3990
|
-
"
|
|
3991
|
-
"
|
|
3992
|
-
"type": "option"
|
|
4107
|
+
"running": {
|
|
4108
|
+
"char": "r",
|
|
4109
|
+
"description": "Only show running containers",
|
|
4110
|
+
"name": "running",
|
|
4111
|
+
"allowNo": false,
|
|
4112
|
+
"type": "boolean"
|
|
3993
4113
|
}
|
|
3994
4114
|
},
|
|
3995
4115
|
"hasDynamicHelp": false,
|
|
3996
4116
|
"hiddenAliases": [],
|
|
3997
|
-
"id": "docker:
|
|
4117
|
+
"id": "docker:list",
|
|
3998
4118
|
"pluginAlias": "@proletariat/cli",
|
|
3999
4119
|
"pluginName": "@proletariat/cli",
|
|
4000
4120
|
"pluginType": "core",
|
|
@@ -4005,10 +4125,10 @@
|
|
|
4005
4125
|
"dist",
|
|
4006
4126
|
"commands",
|
|
4007
4127
|
"docker",
|
|
4008
|
-
"
|
|
4128
|
+
"list.js"
|
|
4009
4129
|
]
|
|
4010
4130
|
},
|
|
4011
|
-
"docker:
|
|
4131
|
+
"docker:logs": {
|
|
4012
4132
|
"aliases": [],
|
|
4013
4133
|
"args": {
|
|
4014
4134
|
"target": {
|
|
@@ -4017,11 +4137,12 @@
|
|
|
4017
4137
|
"required": true
|
|
4018
4138
|
}
|
|
4019
4139
|
},
|
|
4020
|
-
"description": "
|
|
4140
|
+
"description": "View logs from a container (by execution ID, agent name, or container ID)",
|
|
4021
4141
|
"examples": [
|
|
4022
4142
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4023
4143
|
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4024
|
-
"<%= config.bin %> <%= command.id %> abc123"
|
|
4144
|
+
"<%= config.bin %> <%= command.id %> abc123 --follow",
|
|
4145
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
|
|
4025
4146
|
],
|
|
4026
4147
|
"flags": {
|
|
4027
4148
|
"json": {
|
|
@@ -4037,17 +4158,33 @@
|
|
|
4037
4158
|
"allowNo": false,
|
|
4038
4159
|
"type": "boolean"
|
|
4039
4160
|
},
|
|
4040
|
-
"
|
|
4041
|
-
"char": "
|
|
4042
|
-
"description": "
|
|
4043
|
-
"name": "
|
|
4161
|
+
"follow": {
|
|
4162
|
+
"char": "f",
|
|
4163
|
+
"description": "Follow log output",
|
|
4164
|
+
"name": "follow",
|
|
4165
|
+
"allowNo": false,
|
|
4166
|
+
"type": "boolean"
|
|
4167
|
+
},
|
|
4168
|
+
"tail": {
|
|
4169
|
+
"char": "n",
|
|
4170
|
+
"description": "Number of lines to show from the end",
|
|
4171
|
+
"name": "tail",
|
|
4172
|
+
"default": 100,
|
|
4173
|
+
"hasDynamicHelp": false,
|
|
4174
|
+
"multiple": false,
|
|
4175
|
+
"type": "option"
|
|
4176
|
+
},
|
|
4177
|
+
"timestamps": {
|
|
4178
|
+
"char": "t",
|
|
4179
|
+
"description": "Show timestamps",
|
|
4180
|
+
"name": "timestamps",
|
|
4044
4181
|
"allowNo": false,
|
|
4045
4182
|
"type": "boolean"
|
|
4046
4183
|
}
|
|
4047
4184
|
},
|
|
4048
4185
|
"hasDynamicHelp": false,
|
|
4049
4186
|
"hiddenAliases": [],
|
|
4050
|
-
"id": "docker:
|
|
4187
|
+
"id": "docker:logs",
|
|
4051
4188
|
"pluginAlias": "@proletariat/cli",
|
|
4052
4189
|
"pluginName": "@proletariat/cli",
|
|
4053
4190
|
"pluginType": "core",
|
|
@@ -4058,17 +4195,51 @@
|
|
|
4058
4195
|
"dist",
|
|
4059
4196
|
"commands",
|
|
4060
4197
|
"docker",
|
|
4061
|
-
"
|
|
4198
|
+
"logs.js"
|
|
4062
4199
|
]
|
|
4063
4200
|
},
|
|
4064
|
-
"docker:
|
|
4201
|
+
"docker:prune": {
|
|
4065
4202
|
"aliases": [],
|
|
4066
4203
|
"args": {},
|
|
4067
|
-
"description": "
|
|
4204
|
+
"description": "Remove unused Docker resources (containers, images, volumes, networks)",
|
|
4068
4205
|
"examples": [
|
|
4069
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4206
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4207
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4208
|
+
"<%= config.bin %> <%= command.id %> --volumes",
|
|
4209
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
4070
4210
|
],
|
|
4071
4211
|
"flags": {
|
|
4212
|
+
"force": {
|
|
4213
|
+
"aliases": [
|
|
4214
|
+
"yes",
|
|
4215
|
+
"y"
|
|
4216
|
+
],
|
|
4217
|
+
"char": "f",
|
|
4218
|
+
"description": "Skip confirmation prompt",
|
|
4219
|
+
"name": "force",
|
|
4220
|
+
"allowNo": false,
|
|
4221
|
+
"type": "boolean"
|
|
4222
|
+
},
|
|
4223
|
+
"dry-run": {
|
|
4224
|
+
"char": "d",
|
|
4225
|
+
"description": "Show what would be removed without removing",
|
|
4226
|
+
"name": "dry-run",
|
|
4227
|
+
"allowNo": false,
|
|
4228
|
+
"type": "boolean"
|
|
4229
|
+
},
|
|
4230
|
+
"all": {
|
|
4231
|
+
"char": "a",
|
|
4232
|
+
"description": "Remove all unused images, not just dangling ones",
|
|
4233
|
+
"name": "all",
|
|
4234
|
+
"allowNo": false,
|
|
4235
|
+
"type": "boolean"
|
|
4236
|
+
},
|
|
4237
|
+
"volumes": {
|
|
4238
|
+
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
4239
|
+
"name": "volumes",
|
|
4240
|
+
"allowNo": false,
|
|
4241
|
+
"type": "boolean"
|
|
4242
|
+
},
|
|
4072
4243
|
"json": {
|
|
4073
4244
|
"description": "Output as JSON for AI agents/scripts",
|
|
4074
4245
|
"name": "json",
|
|
@@ -4085,7 +4256,7 @@
|
|
|
4085
4256
|
},
|
|
4086
4257
|
"hasDynamicHelp": false,
|
|
4087
4258
|
"hiddenAliases": [],
|
|
4088
|
-
"id": "docker:
|
|
4259
|
+
"id": "docker:prune",
|
|
4089
4260
|
"pluginAlias": "@proletariat/cli",
|
|
4090
4261
|
"pluginName": "@proletariat/cli",
|
|
4091
4262
|
"pluginType": "core",
|
|
@@ -4096,10 +4267,10 @@
|
|
|
4096
4267
|
"dist",
|
|
4097
4268
|
"commands",
|
|
4098
4269
|
"docker",
|
|
4099
|
-
"
|
|
4270
|
+
"prune.js"
|
|
4100
4271
|
]
|
|
4101
4272
|
},
|
|
4102
|
-
"docker:
|
|
4273
|
+
"docker:restart": {
|
|
4103
4274
|
"aliases": [],
|
|
4104
4275
|
"args": {
|
|
4105
4276
|
"target": {
|
|
@@ -4108,7 +4279,7 @@
|
|
|
4108
4279
|
"required": true
|
|
4109
4280
|
}
|
|
4110
4281
|
},
|
|
4111
|
-
"description": "
|
|
4282
|
+
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
4112
4283
|
"examples": [
|
|
4113
4284
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4114
4285
|
"<%= config.bin %> <%= command.id %> kalanick",
|
|
@@ -4128,7 +4299,7 @@
|
|
|
4128
4299
|
},
|
|
4129
4300
|
"time": {
|
|
4130
4301
|
"char": "t",
|
|
4131
|
-
"description": "Seconds to wait before killing the container",
|
|
4302
|
+
"description": "Seconds to wait before killing the container during stop",
|
|
4132
4303
|
"name": "time",
|
|
4133
4304
|
"default": 10,
|
|
4134
4305
|
"hasDynamicHelp": false,
|
|
@@ -4151,7 +4322,7 @@
|
|
|
4151
4322
|
},
|
|
4152
4323
|
"hasDynamicHelp": false,
|
|
4153
4324
|
"hiddenAliases": [],
|
|
4154
|
-
"id": "docker:
|
|
4325
|
+
"id": "docker:restart",
|
|
4155
4326
|
"pluginAlias": "@proletariat/cli",
|
|
4156
4327
|
"pluginName": "@proletariat/cli",
|
|
4157
4328
|
"pluginType": "core",
|
|
@@ -4162,69 +4333,25 @@
|
|
|
4162
4333
|
"dist",
|
|
4163
4334
|
"commands",
|
|
4164
4335
|
"docker",
|
|
4165
|
-
"
|
|
4336
|
+
"restart.js"
|
|
4166
4337
|
]
|
|
4167
4338
|
},
|
|
4168
|
-
"docker:
|
|
4339
|
+
"docker:shell": {
|
|
4169
4340
|
"aliases": [],
|
|
4170
|
-
"args": {
|
|
4171
|
-
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
"flags": {
|
|
4176
|
-
"json": {
|
|
4177
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4178
|
-
"name": "json",
|
|
4179
|
-
"allowNo": false,
|
|
4180
|
-
"type": "boolean"
|
|
4181
|
-
},
|
|
4182
|
-
"machine": {
|
|
4183
|
-
"char": "m",
|
|
4184
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4185
|
-
"name": "machine",
|
|
4186
|
-
"allowNo": false,
|
|
4187
|
-
"type": "boolean"
|
|
4341
|
+
"args": {
|
|
4342
|
+
"target": {
|
|
4343
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4344
|
+
"name": "target",
|
|
4345
|
+
"required": true
|
|
4188
4346
|
}
|
|
4189
4347
|
},
|
|
4190
|
-
"
|
|
4191
|
-
"hiddenAliases": [],
|
|
4192
|
-
"id": "docker:sync",
|
|
4193
|
-
"pluginAlias": "@proletariat/cli",
|
|
4194
|
-
"pluginName": "@proletariat/cli",
|
|
4195
|
-
"pluginType": "core",
|
|
4196
|
-
"strict": true,
|
|
4197
|
-
"enableJsonFlag": false,
|
|
4198
|
-
"isESM": true,
|
|
4199
|
-
"relativePath": [
|
|
4200
|
-
"dist",
|
|
4201
|
-
"commands",
|
|
4202
|
-
"docker",
|
|
4203
|
-
"sync.js"
|
|
4204
|
-
]
|
|
4205
|
-
},
|
|
4206
|
-
"execution:config": {
|
|
4207
|
-
"aliases": [],
|
|
4208
|
-
"args": {},
|
|
4209
|
-
"description": "View and update execution preferences",
|
|
4348
|
+
"description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
|
|
4210
4349
|
"examples": [
|
|
4211
|
-
"<%= config.bin %>
|
|
4212
|
-
"<%= config.bin %>
|
|
4213
|
-
"<%= config.bin %>
|
|
4214
|
-
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
4215
|
-
"<%= config.bin %> execution config --set outputMode interactive",
|
|
4216
|
-
"<%= config.bin %> execution config --set permissionMode safe",
|
|
4217
|
-
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
4350
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4351
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4352
|
+
"<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
|
|
4218
4353
|
],
|
|
4219
4354
|
"flags": {
|
|
4220
|
-
"project": {
|
|
4221
|
-
"char": "P",
|
|
4222
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4223
|
-
"name": "project",
|
|
4224
|
-
"hasDynamicHelp": false,
|
|
4225
|
-
"multiple": false,
|
|
4226
|
-
"type": "option"
|
|
4227
|
-
},
|
|
4228
4355
|
"json": {
|
|
4229
4356
|
"description": "Output as JSON for AI agents/scripts",
|
|
4230
4357
|
"name": "json",
|
|
@@ -4238,111 +4365,64 @@
|
|
|
4238
4365
|
"allowNo": false,
|
|
4239
4366
|
"type": "boolean"
|
|
4240
4367
|
},
|
|
4241
|
-
"
|
|
4368
|
+
"shell": {
|
|
4242
4369
|
"char": "s",
|
|
4243
|
-
"description": "
|
|
4244
|
-
"name": "
|
|
4370
|
+
"description": "Shell to use",
|
|
4371
|
+
"name": "shell",
|
|
4372
|
+
"default": "/bin/sh",
|
|
4245
4373
|
"hasDynamicHelp": false,
|
|
4246
|
-
"multiple":
|
|
4374
|
+
"multiple": false,
|
|
4247
4375
|
"type": "option"
|
|
4248
4376
|
},
|
|
4249
|
-
"
|
|
4250
|
-
"char": "
|
|
4251
|
-
"description": "
|
|
4252
|
-
"name": "
|
|
4253
|
-
"allowNo": false,
|
|
4254
|
-
"type": "boolean"
|
|
4255
|
-
},
|
|
4256
|
-
"setting": {
|
|
4257
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
4258
|
-
"name": "setting",
|
|
4377
|
+
"user": {
|
|
4378
|
+
"char": "u",
|
|
4379
|
+
"description": "User to run as",
|
|
4380
|
+
"name": "user",
|
|
4259
4381
|
"hasDynamicHelp": false,
|
|
4260
4382
|
"multiple": false,
|
|
4261
4383
|
"type": "option"
|
|
4262
|
-
}
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
"pluginAlias": "@proletariat/cli",
|
|
4268
|
-
"pluginName": "@proletariat/cli",
|
|
4269
|
-
"pluginType": "core",
|
|
4270
|
-
"strict": true,
|
|
4271
|
-
"isESM": true,
|
|
4272
|
-
"relativePath": [
|
|
4273
|
-
"dist",
|
|
4274
|
-
"commands",
|
|
4275
|
-
"execution",
|
|
4276
|
-
"config.js"
|
|
4277
|
-
]
|
|
4278
|
-
},
|
|
4279
|
-
"execution": {
|
|
4280
|
-
"aliases": [],
|
|
4281
|
-
"args": {},
|
|
4282
|
-
"description": "Single execution operations (view, logs, stop)",
|
|
4283
|
-
"examples": [
|
|
4284
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4285
|
-
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
4286
|
-
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
4287
|
-
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
4288
|
-
],
|
|
4289
|
-
"flags": {
|
|
4290
|
-
"project": {
|
|
4291
|
-
"char": "P",
|
|
4292
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4293
|
-
"name": "project",
|
|
4384
|
+
},
|
|
4385
|
+
"workdir": {
|
|
4386
|
+
"char": "w",
|
|
4387
|
+
"description": "Working directory inside the container",
|
|
4388
|
+
"name": "workdir",
|
|
4294
4389
|
"hasDynamicHelp": false,
|
|
4295
4390
|
"multiple": false,
|
|
4296
4391
|
"type": "option"
|
|
4297
|
-
},
|
|
4298
|
-
"json": {
|
|
4299
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4300
|
-
"name": "json",
|
|
4301
|
-
"allowNo": false,
|
|
4302
|
-
"type": "boolean"
|
|
4303
|
-
},
|
|
4304
|
-
"machine": {
|
|
4305
|
-
"char": "m",
|
|
4306
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4307
|
-
"name": "machine",
|
|
4308
|
-
"allowNo": false,
|
|
4309
|
-
"type": "boolean"
|
|
4310
4392
|
}
|
|
4311
4393
|
},
|
|
4312
4394
|
"hasDynamicHelp": false,
|
|
4313
4395
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4396
|
+
"id": "docker:shell",
|
|
4315
4397
|
"pluginAlias": "@proletariat/cli",
|
|
4316
4398
|
"pluginName": "@proletariat/cli",
|
|
4317
4399
|
"pluginType": "core",
|
|
4318
4400
|
"strict": true,
|
|
4401
|
+
"enableJsonFlag": false,
|
|
4319
4402
|
"isESM": true,
|
|
4320
4403
|
"relativePath": [
|
|
4321
4404
|
"dist",
|
|
4322
4405
|
"commands",
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
4406
|
+
"docker",
|
|
4407
|
+
"shell.js"
|
|
4325
4408
|
]
|
|
4326
4409
|
},
|
|
4327
|
-
"
|
|
4410
|
+
"docker:start": {
|
|
4328
4411
|
"aliases": [],
|
|
4329
|
-
"args": {
|
|
4330
|
-
|
|
4412
|
+
"args": {
|
|
4413
|
+
"target": {
|
|
4414
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4415
|
+
"name": "target",
|
|
4416
|
+
"required": true
|
|
4417
|
+
}
|
|
4418
|
+
},
|
|
4419
|
+
"description": "Start a stopped container (by execution ID, agent name, or container ID)",
|
|
4331
4420
|
"examples": [
|
|
4332
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4333
|
-
"<%= config.bin %> <%= command.id %>
|
|
4334
|
-
"<%= config.bin %> <%= command.id %>
|
|
4335
|
-
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
4421
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4422
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4423
|
+
"<%= config.bin %> <%= command.id %> abc123"
|
|
4336
4424
|
],
|
|
4337
4425
|
"flags": {
|
|
4338
|
-
"project": {
|
|
4339
|
-
"char": "P",
|
|
4340
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4341
|
-
"name": "project",
|
|
4342
|
-
"hasDynamicHelp": false,
|
|
4343
|
-
"multiple": false,
|
|
4344
|
-
"type": "option"
|
|
4345
|
-
},
|
|
4346
4426
|
"json": {
|
|
4347
4427
|
"description": "Output as JSON for AI agents/scripts",
|
|
4348
4428
|
"name": "json",
|
|
@@ -4356,79 +4436,38 @@
|
|
|
4356
4436
|
"allowNo": false,
|
|
4357
4437
|
"type": "boolean"
|
|
4358
4438
|
},
|
|
4359
|
-
"
|
|
4360
|
-
"char": "s",
|
|
4361
|
-
"description": "Filter by status",
|
|
4362
|
-
"name": "status",
|
|
4363
|
-
"hasDynamicHelp": false,
|
|
4364
|
-
"multiple": false,
|
|
4365
|
-
"options": [
|
|
4366
|
-
"starting",
|
|
4367
|
-
"running",
|
|
4368
|
-
"completed",
|
|
4369
|
-
"failed",
|
|
4370
|
-
"stopped"
|
|
4371
|
-
],
|
|
4372
|
-
"type": "option"
|
|
4373
|
-
},
|
|
4374
|
-
"agent": {
|
|
4439
|
+
"attach": {
|
|
4375
4440
|
"char": "a",
|
|
4376
|
-
"description": "
|
|
4377
|
-
"name": "
|
|
4378
|
-
"
|
|
4379
|
-
"
|
|
4380
|
-
"type": "option"
|
|
4381
|
-
},
|
|
4382
|
-
"limit": {
|
|
4383
|
-
"char": "l",
|
|
4384
|
-
"description": "Number of results",
|
|
4385
|
-
"name": "limit",
|
|
4386
|
-
"default": 20,
|
|
4387
|
-
"hasDynamicHelp": false,
|
|
4388
|
-
"multiple": false,
|
|
4389
|
-
"type": "option"
|
|
4441
|
+
"description": "Attach to container after starting",
|
|
4442
|
+
"name": "attach",
|
|
4443
|
+
"allowNo": false,
|
|
4444
|
+
"type": "boolean"
|
|
4390
4445
|
}
|
|
4391
4446
|
},
|
|
4392
4447
|
"hasDynamicHelp": false,
|
|
4393
4448
|
"hiddenAliases": [],
|
|
4394
|
-
"id": "
|
|
4449
|
+
"id": "docker:start",
|
|
4395
4450
|
"pluginAlias": "@proletariat/cli",
|
|
4396
4451
|
"pluginName": "@proletariat/cli",
|
|
4397
4452
|
"pluginType": "core",
|
|
4398
4453
|
"strict": true,
|
|
4454
|
+
"enableJsonFlag": false,
|
|
4399
4455
|
"isESM": true,
|
|
4400
4456
|
"relativePath": [
|
|
4401
4457
|
"dist",
|
|
4402
4458
|
"commands",
|
|
4403
|
-
"
|
|
4404
|
-
"
|
|
4459
|
+
"docker",
|
|
4460
|
+
"start.js"
|
|
4405
4461
|
]
|
|
4406
4462
|
},
|
|
4407
|
-
"
|
|
4463
|
+
"docker:status": {
|
|
4408
4464
|
"aliases": [],
|
|
4409
|
-
"args": {
|
|
4410
|
-
|
|
4411
|
-
"description": "Execution ID - prompts if not provided",
|
|
4412
|
-
"name": "id",
|
|
4413
|
-
"required": false
|
|
4414
|
-
}
|
|
4415
|
-
},
|
|
4416
|
-
"description": "View execution logs",
|
|
4465
|
+
"args": {},
|
|
4466
|
+
"description": "Check if Docker daemon is running",
|
|
4417
4467
|
"examples": [
|
|
4418
|
-
"<%= config.bin %> <%= command.id %>
|
|
4419
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
4420
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
4421
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4468
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4422
4469
|
],
|
|
4423
4470
|
"flags": {
|
|
4424
|
-
"project": {
|
|
4425
|
-
"char": "P",
|
|
4426
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4427
|
-
"name": "project",
|
|
4428
|
-
"hasDynamicHelp": false,
|
|
4429
|
-
"multiple": false,
|
|
4430
|
-
"type": "option"
|
|
4431
|
-
},
|
|
4432
4471
|
"json": {
|
|
4433
4472
|
"description": "Output as JSON for AI agents/scripts",
|
|
4434
4473
|
"name": "json",
|
|
@@ -4441,61 +4480,56 @@
|
|
|
4441
4480
|
"name": "machine",
|
|
4442
4481
|
"allowNo": false,
|
|
4443
4482
|
"type": "boolean"
|
|
4444
|
-
},
|
|
4445
|
-
"follow": {
|
|
4446
|
-
"char": "f",
|
|
4447
|
-
"description": "Stream logs in real-time",
|
|
4448
|
-
"name": "follow",
|
|
4449
|
-
"allowNo": false,
|
|
4450
|
-
"type": "boolean"
|
|
4451
|
-
},
|
|
4452
|
-
"tail": {
|
|
4453
|
-
"char": "n",
|
|
4454
|
-
"description": "Show last n lines",
|
|
4455
|
-
"name": "tail",
|
|
4456
|
-
"hasDynamicHelp": false,
|
|
4457
|
-
"multiple": false,
|
|
4458
|
-
"type": "option"
|
|
4459
4483
|
}
|
|
4460
4484
|
},
|
|
4461
4485
|
"hasDynamicHelp": false,
|
|
4462
4486
|
"hiddenAliases": [],
|
|
4463
|
-
"id": "
|
|
4487
|
+
"id": "docker:status",
|
|
4464
4488
|
"pluginAlias": "@proletariat/cli",
|
|
4465
4489
|
"pluginName": "@proletariat/cli",
|
|
4466
4490
|
"pluginType": "core",
|
|
4467
4491
|
"strict": true,
|
|
4492
|
+
"enableJsonFlag": false,
|
|
4468
4493
|
"isESM": true,
|
|
4469
4494
|
"relativePath": [
|
|
4470
4495
|
"dist",
|
|
4471
4496
|
"commands",
|
|
4472
|
-
"
|
|
4473
|
-
"
|
|
4497
|
+
"docker",
|
|
4498
|
+
"status.js"
|
|
4474
4499
|
]
|
|
4475
4500
|
},
|
|
4476
|
-
"
|
|
4501
|
+
"docker:stop": {
|
|
4477
4502
|
"aliases": [],
|
|
4478
4503
|
"args": {
|
|
4479
|
-
"
|
|
4480
|
-
"description": "Execution ID -
|
|
4481
|
-
"name": "
|
|
4482
|
-
"required":
|
|
4504
|
+
"target": {
|
|
4505
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4506
|
+
"name": "target",
|
|
4507
|
+
"required": true
|
|
4483
4508
|
}
|
|
4484
4509
|
},
|
|
4485
|
-
"description": "Stop running execution
|
|
4510
|
+
"description": "Stop a running container (by execution ID, agent name, or container ID)",
|
|
4486
4511
|
"examples": [
|
|
4487
4512
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4488
|
-
"<%= config.bin %> <%= command.id %>
|
|
4489
|
-
"<%= config.bin %> <%= command.id %>
|
|
4490
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
4491
|
-
"<%= config.bin %> <%= command.id %> --all --force",
|
|
4492
|
-
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4513
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4514
|
+
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
4493
4515
|
],
|
|
4494
4516
|
"flags": {
|
|
4495
|
-
"
|
|
4496
|
-
"
|
|
4497
|
-
|
|
4498
|
-
|
|
4517
|
+
"force": {
|
|
4518
|
+
"aliases": [
|
|
4519
|
+
"yes",
|
|
4520
|
+
"y"
|
|
4521
|
+
],
|
|
4522
|
+
"char": "f",
|
|
4523
|
+
"description": "Skip confirmation prompt",
|
|
4524
|
+
"name": "force",
|
|
4525
|
+
"allowNo": false,
|
|
4526
|
+
"type": "boolean"
|
|
4527
|
+
},
|
|
4528
|
+
"time": {
|
|
4529
|
+
"char": "t",
|
|
4530
|
+
"description": "Seconds to wait before killing the container",
|
|
4531
|
+
"name": "time",
|
|
4532
|
+
"default": 10,
|
|
4499
4533
|
"hasDynamicHelp": false,
|
|
4500
4534
|
"multiple": false,
|
|
4501
4535
|
"type": "option"
|
|
@@ -4512,67 +4546,32 @@
|
|
|
4512
4546
|
"name": "machine",
|
|
4513
4547
|
"allowNo": false,
|
|
4514
4548
|
"type": "boolean"
|
|
4515
|
-
},
|
|
4516
|
-
"force": {
|
|
4517
|
-
"char": "f",
|
|
4518
|
-
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4519
|
-
"name": "force",
|
|
4520
|
-
"allowNo": false,
|
|
4521
|
-
"type": "boolean"
|
|
4522
|
-
},
|
|
4523
|
-
"all": {
|
|
4524
|
-
"description": "Stop all running executions",
|
|
4525
|
-
"name": "all",
|
|
4526
|
-
"allowNo": false,
|
|
4527
|
-
"type": "boolean"
|
|
4528
|
-
},
|
|
4529
|
-
"agent": {
|
|
4530
|
-
"char": "a",
|
|
4531
|
-
"description": "Stop all executions for a specific agent",
|
|
4532
|
-
"name": "agent",
|
|
4533
|
-
"hasDynamicHelp": false,
|
|
4534
|
-
"multiple": false,
|
|
4535
|
-
"type": "option"
|
|
4536
4549
|
}
|
|
4537
4550
|
},
|
|
4538
4551
|
"hasDynamicHelp": false,
|
|
4539
4552
|
"hiddenAliases": [],
|
|
4540
|
-
"id": "
|
|
4553
|
+
"id": "docker:stop",
|
|
4541
4554
|
"pluginAlias": "@proletariat/cli",
|
|
4542
4555
|
"pluginName": "@proletariat/cli",
|
|
4543
4556
|
"pluginType": "core",
|
|
4544
4557
|
"strict": true,
|
|
4558
|
+
"enableJsonFlag": false,
|
|
4545
4559
|
"isESM": true,
|
|
4546
4560
|
"relativePath": [
|
|
4547
4561
|
"dist",
|
|
4548
4562
|
"commands",
|
|
4549
|
-
"
|
|
4563
|
+
"docker",
|
|
4550
4564
|
"stop.js"
|
|
4551
4565
|
]
|
|
4552
4566
|
},
|
|
4553
|
-
"
|
|
4567
|
+
"docker:sync": {
|
|
4554
4568
|
"aliases": [],
|
|
4555
|
-
"args": {
|
|
4556
|
-
|
|
4557
|
-
"description": "Execution ID - prompts if not provided",
|
|
4558
|
-
"name": "id",
|
|
4559
|
-
"required": false
|
|
4560
|
-
}
|
|
4561
|
-
},
|
|
4562
|
-
"description": "View details of a specific execution",
|
|
4569
|
+
"args": {},
|
|
4570
|
+
"description": "Sync container status from Docker into the database",
|
|
4563
4571
|
"examples": [
|
|
4564
|
-
"<%= config.bin %> <%= command.id %>
|
|
4565
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4572
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4566
4573
|
],
|
|
4567
4574
|
"flags": {
|
|
4568
|
-
"project": {
|
|
4569
|
-
"char": "P",
|
|
4570
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4571
|
-
"name": "project",
|
|
4572
|
-
"hasDynamicHelp": false,
|
|
4573
|
-
"multiple": false,
|
|
4574
|
-
"type": "option"
|
|
4575
|
-
},
|
|
4576
4575
|
"json": {
|
|
4577
4576
|
"description": "Output as JSON for AI agents/scripts",
|
|
4578
4577
|
"name": "json",
|
|
@@ -4589,17 +4588,18 @@
|
|
|
4589
4588
|
},
|
|
4590
4589
|
"hasDynamicHelp": false,
|
|
4591
4590
|
"hiddenAliases": [],
|
|
4592
|
-
"id": "
|
|
4591
|
+
"id": "docker:sync",
|
|
4593
4592
|
"pluginAlias": "@proletariat/cli",
|
|
4594
4593
|
"pluginName": "@proletariat/cli",
|
|
4595
4594
|
"pluginType": "core",
|
|
4596
4595
|
"strict": true,
|
|
4596
|
+
"enableJsonFlag": false,
|
|
4597
4597
|
"isESM": true,
|
|
4598
4598
|
"relativePath": [
|
|
4599
4599
|
"dist",
|
|
4600
4600
|
"commands",
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4601
|
+
"docker",
|
|
4602
|
+
"sync.js"
|
|
4603
4603
|
]
|
|
4604
4604
|
},
|
|
4605
4605
|
"feedback": {
|
|
@@ -8952,30 +8952,14 @@
|
|
|
8952
8952
|
"logs.js"
|
|
8953
8953
|
]
|
|
8954
8954
|
},
|
|
8955
|
-
"
|
|
8955
|
+
"telemetry:disable": {
|
|
8956
8956
|
"aliases": [],
|
|
8957
|
-
"args": {
|
|
8958
|
-
|
|
8959
|
-
"description": "Title to set for the terminal tab/window",
|
|
8960
|
-
"name": "title",
|
|
8961
|
-
"required": false
|
|
8962
|
-
}
|
|
8963
|
-
},
|
|
8964
|
-
"description": "Set the terminal tab/window title",
|
|
8957
|
+
"args": {},
|
|
8958
|
+
"description": "Disable anonymous telemetry",
|
|
8965
8959
|
"examples": [
|
|
8966
|
-
"<%= config.bin %> <%= command.id %>
|
|
8967
|
-
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
8968
|
-
"<%= config.bin %> <%= command.id %> --reset",
|
|
8969
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
8960
|
+
"<%= config.bin %> <%= command.id %>"
|
|
8970
8961
|
],
|
|
8971
8962
|
"flags": {
|
|
8972
|
-
"reset": {
|
|
8973
|
-
"char": "r",
|
|
8974
|
-
"description": "Reset terminal title to default",
|
|
8975
|
-
"name": "reset",
|
|
8976
|
-
"allowNo": false,
|
|
8977
|
-
"type": "boolean"
|
|
8978
|
-
},
|
|
8979
8963
|
"json": {
|
|
8980
8964
|
"description": "Output as JSON for AI agents/scripts",
|
|
8981
8965
|
"name": "json",
|
|
@@ -8992,23 +8976,24 @@
|
|
|
8992
8976
|
},
|
|
8993
8977
|
"hasDynamicHelp": false,
|
|
8994
8978
|
"hiddenAliases": [],
|
|
8995
|
-
"id": "
|
|
8979
|
+
"id": "telemetry:disable",
|
|
8996
8980
|
"pluginAlias": "@proletariat/cli",
|
|
8997
8981
|
"pluginName": "@proletariat/cli",
|
|
8998
8982
|
"pluginType": "core",
|
|
8999
8983
|
"strict": true,
|
|
8984
|
+
"enableJsonFlag": false,
|
|
9000
8985
|
"isESM": true,
|
|
9001
8986
|
"relativePath": [
|
|
9002
8987
|
"dist",
|
|
9003
8988
|
"commands",
|
|
9004
|
-
"
|
|
9005
|
-
"
|
|
8989
|
+
"telemetry",
|
|
8990
|
+
"disable.js"
|
|
9006
8991
|
]
|
|
9007
8992
|
},
|
|
9008
|
-
"telemetry:
|
|
8993
|
+
"telemetry:enable": {
|
|
9009
8994
|
"aliases": [],
|
|
9010
8995
|
"args": {},
|
|
9011
|
-
"description": "
|
|
8996
|
+
"description": "Enable anonymous telemetry",
|
|
9012
8997
|
"examples": [
|
|
9013
8998
|
"<%= config.bin %> <%= command.id %>"
|
|
9014
8999
|
],
|
|
@@ -9029,7 +9014,7 @@
|
|
|
9029
9014
|
},
|
|
9030
9015
|
"hasDynamicHelp": false,
|
|
9031
9016
|
"hiddenAliases": [],
|
|
9032
|
-
"id": "telemetry:
|
|
9017
|
+
"id": "telemetry:enable",
|
|
9033
9018
|
"pluginAlias": "@proletariat/cli",
|
|
9034
9019
|
"pluginName": "@proletariat/cli",
|
|
9035
9020
|
"pluginType": "core",
|
|
@@ -9040,15 +9025,16 @@
|
|
|
9040
9025
|
"dist",
|
|
9041
9026
|
"commands",
|
|
9042
9027
|
"telemetry",
|
|
9043
|
-
"
|
|
9028
|
+
"enable.js"
|
|
9044
9029
|
]
|
|
9045
9030
|
},
|
|
9046
|
-
"telemetry
|
|
9031
|
+
"telemetry": {
|
|
9047
9032
|
"aliases": [],
|
|
9048
9033
|
"args": {},
|
|
9049
|
-
"description": "
|
|
9034
|
+
"description": "Show telemetry status",
|
|
9050
9035
|
"examples": [
|
|
9051
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9036
|
+
"<%= config.bin %> <%= command.id %>",
|
|
9037
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
9052
9038
|
],
|
|
9053
9039
|
"flags": {
|
|
9054
9040
|
"json": {
|
|
@@ -9067,7 +9053,7 @@
|
|
|
9067
9053
|
},
|
|
9068
9054
|
"hasDynamicHelp": false,
|
|
9069
9055
|
"hiddenAliases": [],
|
|
9070
|
-
"id": "telemetry
|
|
9056
|
+
"id": "telemetry",
|
|
9071
9057
|
"pluginAlias": "@proletariat/cli",
|
|
9072
9058
|
"pluginName": "@proletariat/cli",
|
|
9073
9059
|
"pluginType": "core",
|
|
@@ -9078,16 +9064,15 @@
|
|
|
9078
9064
|
"dist",
|
|
9079
9065
|
"commands",
|
|
9080
9066
|
"telemetry",
|
|
9081
|
-
"
|
|
9067
|
+
"index.js"
|
|
9082
9068
|
]
|
|
9083
9069
|
},
|
|
9084
|
-
"telemetry": {
|
|
9070
|
+
"telemetry:status": {
|
|
9085
9071
|
"aliases": [],
|
|
9086
9072
|
"args": {},
|
|
9087
9073
|
"description": "Show telemetry status",
|
|
9088
9074
|
"examples": [
|
|
9089
|
-
"<%= config.bin %>
|
|
9090
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
9075
|
+
"<%= config.bin %> telemetry status"
|
|
9091
9076
|
],
|
|
9092
9077
|
"flags": {
|
|
9093
9078
|
"json": {
|
|
@@ -9106,7 +9091,7 @@
|
|
|
9106
9091
|
},
|
|
9107
9092
|
"hasDynamicHelp": false,
|
|
9108
9093
|
"hiddenAliases": [],
|
|
9109
|
-
"id": "telemetry",
|
|
9094
|
+
"id": "telemetry:status",
|
|
9110
9095
|
"pluginAlias": "@proletariat/cli",
|
|
9111
9096
|
"pluginName": "@proletariat/cli",
|
|
9112
9097
|
"pluginType": "core",
|
|
@@ -9117,17 +9102,33 @@
|
|
|
9117
9102
|
"dist",
|
|
9118
9103
|
"commands",
|
|
9119
9104
|
"telemetry",
|
|
9120
|
-
"
|
|
9105
|
+
"status.js"
|
|
9121
9106
|
]
|
|
9122
9107
|
},
|
|
9123
|
-
"
|
|
9108
|
+
"terminal:title": {
|
|
9124
9109
|
"aliases": [],
|
|
9125
|
-
"args": {
|
|
9126
|
-
|
|
9110
|
+
"args": {
|
|
9111
|
+
"title": {
|
|
9112
|
+
"description": "Title to set for the terminal tab/window",
|
|
9113
|
+
"name": "title",
|
|
9114
|
+
"required": false
|
|
9115
|
+
}
|
|
9116
|
+
},
|
|
9117
|
+
"description": "Set the terminal tab/window title",
|
|
9127
9118
|
"examples": [
|
|
9128
|
-
"<%= config.bin %>
|
|
9119
|
+
"<%= config.bin %> <%= command.id %> \"My Custom Name\"",
|
|
9120
|
+
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
9121
|
+
"<%= config.bin %> <%= command.id %> --reset",
|
|
9122
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
9129
9123
|
],
|
|
9130
9124
|
"flags": {
|
|
9125
|
+
"reset": {
|
|
9126
|
+
"char": "r",
|
|
9127
|
+
"description": "Reset terminal title to default",
|
|
9128
|
+
"name": "reset",
|
|
9129
|
+
"allowNo": false,
|
|
9130
|
+
"type": "boolean"
|
|
9131
|
+
},
|
|
9131
9132
|
"json": {
|
|
9132
9133
|
"description": "Output as JSON for AI agents/scripts",
|
|
9133
9134
|
"name": "json",
|
|
@@ -9144,18 +9145,17 @@
|
|
|
9144
9145
|
},
|
|
9145
9146
|
"hasDynamicHelp": false,
|
|
9146
9147
|
"hiddenAliases": [],
|
|
9147
|
-
"id": "
|
|
9148
|
+
"id": "terminal:title",
|
|
9148
9149
|
"pluginAlias": "@proletariat/cli",
|
|
9149
9150
|
"pluginName": "@proletariat/cli",
|
|
9150
9151
|
"pluginType": "core",
|
|
9151
9152
|
"strict": true,
|
|
9152
|
-
"enableJsonFlag": false,
|
|
9153
9153
|
"isESM": true,
|
|
9154
9154
|
"relativePath": [
|
|
9155
9155
|
"dist",
|
|
9156
9156
|
"commands",
|
|
9157
|
-
"
|
|
9158
|
-
"
|
|
9157
|
+
"terminal",
|
|
9158
|
+
"title.js"
|
|
9159
9159
|
]
|
|
9160
9160
|
},
|
|
9161
9161
|
"theme:add-names": {
|
|
@@ -11510,12 +11510,247 @@
|
|
|
11510
11510
|
"required": true
|
|
11511
11511
|
}
|
|
11512
11512
|
},
|
|
11513
|
-
"description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
|
|
11513
|
+
"description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
|
|
11514
|
+
"examples": [
|
|
11515
|
+
"<%= config.bin %> version bump patch",
|
|
11516
|
+
"<%= config.bin %> version bump minor",
|
|
11517
|
+
"<%= config.bin %> version bump major",
|
|
11518
|
+
"<%= config.bin %> version bump patch --json"
|
|
11519
|
+
],
|
|
11520
|
+
"flags": {
|
|
11521
|
+
"json": {
|
|
11522
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11523
|
+
"name": "json",
|
|
11524
|
+
"allowNo": false,
|
|
11525
|
+
"type": "boolean"
|
|
11526
|
+
},
|
|
11527
|
+
"machine": {
|
|
11528
|
+
"char": "m",
|
|
11529
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11530
|
+
"name": "machine",
|
|
11531
|
+
"allowNo": false,
|
|
11532
|
+
"type": "boolean"
|
|
11533
|
+
}
|
|
11534
|
+
},
|
|
11535
|
+
"hasDynamicHelp": false,
|
|
11536
|
+
"hiddenAliases": [],
|
|
11537
|
+
"id": "version:bump",
|
|
11538
|
+
"pluginAlias": "@proletariat/cli",
|
|
11539
|
+
"pluginName": "@proletariat/cli",
|
|
11540
|
+
"pluginType": "core",
|
|
11541
|
+
"strict": true,
|
|
11542
|
+
"enableJsonFlag": false,
|
|
11543
|
+
"isESM": true,
|
|
11544
|
+
"relativePath": [
|
|
11545
|
+
"dist",
|
|
11546
|
+
"commands",
|
|
11547
|
+
"version",
|
|
11548
|
+
"bump.js"
|
|
11549
|
+
]
|
|
11550
|
+
},
|
|
11551
|
+
"workspace:add": {
|
|
11552
|
+
"aliases": [],
|
|
11553
|
+
"args": {
|
|
11554
|
+
"path": {
|
|
11555
|
+
"description": "Path to the workspace to register",
|
|
11556
|
+
"name": "path",
|
|
11557
|
+
"required": true
|
|
11558
|
+
}
|
|
11559
|
+
},
|
|
11560
|
+
"description": "Register an existing workspace in the machine config",
|
|
11561
|
+
"examples": [
|
|
11562
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace",
|
|
11563
|
+
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
11564
|
+
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
11565
|
+
],
|
|
11566
|
+
"flags": {
|
|
11567
|
+
"json": {
|
|
11568
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11569
|
+
"name": "json",
|
|
11570
|
+
"allowNo": false,
|
|
11571
|
+
"type": "boolean"
|
|
11572
|
+
},
|
|
11573
|
+
"machine": {
|
|
11574
|
+
"char": "m",
|
|
11575
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11576
|
+
"name": "machine",
|
|
11577
|
+
"allowNo": false,
|
|
11578
|
+
"type": "boolean"
|
|
11579
|
+
},
|
|
11580
|
+
"name": {
|
|
11581
|
+
"char": "n",
|
|
11582
|
+
"description": "Custom name for the workspace (defaults to directory basename or workspace config name)",
|
|
11583
|
+
"name": "name",
|
|
11584
|
+
"hasDynamicHelp": false,
|
|
11585
|
+
"multiple": false,
|
|
11586
|
+
"type": "option"
|
|
11587
|
+
}
|
|
11588
|
+
},
|
|
11589
|
+
"hasDynamicHelp": false,
|
|
11590
|
+
"hiddenAliases": [],
|
|
11591
|
+
"id": "workspace:add",
|
|
11592
|
+
"pluginAlias": "@proletariat/cli",
|
|
11593
|
+
"pluginName": "@proletariat/cli",
|
|
11594
|
+
"pluginType": "core",
|
|
11595
|
+
"strict": true,
|
|
11596
|
+
"enableJsonFlag": false,
|
|
11597
|
+
"isESM": true,
|
|
11598
|
+
"relativePath": [
|
|
11599
|
+
"dist",
|
|
11600
|
+
"commands",
|
|
11601
|
+
"workspace",
|
|
11602
|
+
"add.js"
|
|
11603
|
+
]
|
|
11604
|
+
},
|
|
11605
|
+
"workspace:list": {
|
|
11606
|
+
"aliases": [],
|
|
11607
|
+
"args": {},
|
|
11608
|
+
"description": "List all registered and discovered HQ workspaces",
|
|
11609
|
+
"examples": [
|
|
11610
|
+
"<%= config.bin %> <%= command.id %>",
|
|
11611
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
11612
|
+
],
|
|
11613
|
+
"flags": {
|
|
11614
|
+
"json": {
|
|
11615
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11616
|
+
"name": "json",
|
|
11617
|
+
"allowNo": false,
|
|
11618
|
+
"type": "boolean"
|
|
11619
|
+
},
|
|
11620
|
+
"machine": {
|
|
11621
|
+
"char": "m",
|
|
11622
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11623
|
+
"name": "machine",
|
|
11624
|
+
"allowNo": false,
|
|
11625
|
+
"type": "boolean"
|
|
11626
|
+
}
|
|
11627
|
+
},
|
|
11628
|
+
"hasDynamicHelp": false,
|
|
11629
|
+
"hiddenAliases": [],
|
|
11630
|
+
"id": "workspace:list",
|
|
11631
|
+
"pluginAlias": "@proletariat/cli",
|
|
11632
|
+
"pluginName": "@proletariat/cli",
|
|
11633
|
+
"pluginType": "core",
|
|
11634
|
+
"strict": true,
|
|
11635
|
+
"enableJsonFlag": false,
|
|
11636
|
+
"isESM": true,
|
|
11637
|
+
"relativePath": [
|
|
11638
|
+
"dist",
|
|
11639
|
+
"commands",
|
|
11640
|
+
"workspace",
|
|
11641
|
+
"list.js"
|
|
11642
|
+
]
|
|
11643
|
+
},
|
|
11644
|
+
"workspace:prune": {
|
|
11645
|
+
"aliases": [],
|
|
11646
|
+
"args": {},
|
|
11647
|
+
"description": "Remove stale workspace entries and agents with deleted worktrees",
|
|
11648
|
+
"examples": [
|
|
11649
|
+
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
11650
|
+
"<%= config.bin %> <%= command.id %>",
|
|
11651
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
11652
|
+
],
|
|
11653
|
+
"flags": {
|
|
11654
|
+
"json": {
|
|
11655
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11656
|
+
"name": "json",
|
|
11657
|
+
"allowNo": false,
|
|
11658
|
+
"type": "boolean"
|
|
11659
|
+
},
|
|
11660
|
+
"machine": {
|
|
11661
|
+
"char": "m",
|
|
11662
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11663
|
+
"name": "machine",
|
|
11664
|
+
"allowNo": false,
|
|
11665
|
+
"type": "boolean"
|
|
11666
|
+
},
|
|
11667
|
+
"dry-run": {
|
|
11668
|
+
"char": "d",
|
|
11669
|
+
"description": "Show what would be removed without removing",
|
|
11670
|
+
"name": "dry-run",
|
|
11671
|
+
"allowNo": false,
|
|
11672
|
+
"type": "boolean"
|
|
11673
|
+
},
|
|
11674
|
+
"force": {
|
|
11675
|
+
"char": "f",
|
|
11676
|
+
"description": "Skip confirmation prompt and prune immediately",
|
|
11677
|
+
"name": "force",
|
|
11678
|
+
"allowNo": false,
|
|
11679
|
+
"type": "boolean"
|
|
11680
|
+
}
|
|
11681
|
+
},
|
|
11682
|
+
"hasDynamicHelp": false,
|
|
11683
|
+
"hiddenAliases": [],
|
|
11684
|
+
"id": "workspace:prune",
|
|
11685
|
+
"pluginAlias": "@proletariat/cli",
|
|
11686
|
+
"pluginName": "@proletariat/cli",
|
|
11687
|
+
"pluginType": "core",
|
|
11688
|
+
"strict": true,
|
|
11689
|
+
"isESM": true,
|
|
11690
|
+
"relativePath": [
|
|
11691
|
+
"dist",
|
|
11692
|
+
"commands",
|
|
11693
|
+
"workspace",
|
|
11694
|
+
"prune.js"
|
|
11695
|
+
]
|
|
11696
|
+
},
|
|
11697
|
+
"workspace:remove": {
|
|
11698
|
+
"aliases": [],
|
|
11699
|
+
"args": {
|
|
11700
|
+
"nameOrPath": {
|
|
11701
|
+
"description": "Workspace name or path to unregister",
|
|
11702
|
+
"name": "nameOrPath",
|
|
11703
|
+
"required": true
|
|
11704
|
+
}
|
|
11705
|
+
},
|
|
11706
|
+
"description": "Unregister a workspace from the machine config (does NOT delete files)",
|
|
11707
|
+
"examples": [
|
|
11708
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
11709
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
11710
|
+
],
|
|
11711
|
+
"flags": {
|
|
11712
|
+
"json": {
|
|
11713
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11714
|
+
"name": "json",
|
|
11715
|
+
"allowNo": false,
|
|
11716
|
+
"type": "boolean"
|
|
11717
|
+
},
|
|
11718
|
+
"machine": {
|
|
11719
|
+
"char": "m",
|
|
11720
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11721
|
+
"name": "machine",
|
|
11722
|
+
"allowNo": false,
|
|
11723
|
+
"type": "boolean"
|
|
11724
|
+
}
|
|
11725
|
+
},
|
|
11726
|
+
"hasDynamicHelp": false,
|
|
11727
|
+
"hiddenAliases": [],
|
|
11728
|
+
"id": "workspace:remove",
|
|
11729
|
+
"pluginAlias": "@proletariat/cli",
|
|
11730
|
+
"pluginName": "@proletariat/cli",
|
|
11731
|
+
"pluginType": "core",
|
|
11732
|
+
"strict": true,
|
|
11733
|
+
"isESM": true,
|
|
11734
|
+
"relativePath": [
|
|
11735
|
+
"dist",
|
|
11736
|
+
"commands",
|
|
11737
|
+
"workspace",
|
|
11738
|
+
"remove.js"
|
|
11739
|
+
]
|
|
11740
|
+
},
|
|
11741
|
+
"workspace:use": {
|
|
11742
|
+
"aliases": [],
|
|
11743
|
+
"args": {
|
|
11744
|
+
"nameOrPath": {
|
|
11745
|
+
"description": "Workspace name or path",
|
|
11746
|
+
"name": "nameOrPath",
|
|
11747
|
+
"required": true
|
|
11748
|
+
}
|
|
11749
|
+
},
|
|
11750
|
+
"description": "Set the active workspace",
|
|
11514
11751
|
"examples": [
|
|
11515
|
-
"<%= config.bin %>
|
|
11516
|
-
"<%= config.bin %>
|
|
11517
|
-
"<%= config.bin %> version bump major",
|
|
11518
|
-
"<%= config.bin %> version bump patch --json"
|
|
11752
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
11753
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
11519
11754
|
],
|
|
11520
11755
|
"flags": {
|
|
11521
11756
|
"json": {
|
|
@@ -11534,18 +11769,17 @@
|
|
|
11534
11769
|
},
|
|
11535
11770
|
"hasDynamicHelp": false,
|
|
11536
11771
|
"hiddenAliases": [],
|
|
11537
|
-
"id": "
|
|
11772
|
+
"id": "workspace:use",
|
|
11538
11773
|
"pluginAlias": "@proletariat/cli",
|
|
11539
11774
|
"pluginName": "@proletariat/cli",
|
|
11540
11775
|
"pluginType": "core",
|
|
11541
11776
|
"strict": true,
|
|
11542
|
-
"enableJsonFlag": false,
|
|
11543
11777
|
"isESM": true,
|
|
11544
11778
|
"relativePath": [
|
|
11545
11779
|
"dist",
|
|
11546
11780
|
"commands",
|
|
11547
|
-
"
|
|
11548
|
-
"
|
|
11781
|
+
"workspace",
|
|
11782
|
+
"use.js"
|
|
11549
11783
|
]
|
|
11550
11784
|
},
|
|
11551
11785
|
"work:asana": {
|
|
@@ -13460,240 +13694,6 @@
|
|
|
13460
13694
|
"watch.js"
|
|
13461
13695
|
]
|
|
13462
13696
|
},
|
|
13463
|
-
"workspace:add": {
|
|
13464
|
-
"aliases": [],
|
|
13465
|
-
"args": {
|
|
13466
|
-
"path": {
|
|
13467
|
-
"description": "Path to the workspace to register",
|
|
13468
|
-
"name": "path",
|
|
13469
|
-
"required": true
|
|
13470
|
-
}
|
|
13471
|
-
},
|
|
13472
|
-
"description": "Register an existing workspace in the machine config",
|
|
13473
|
-
"examples": [
|
|
13474
|
-
"<%= config.bin %> <%= command.id %> /path/to/workspace",
|
|
13475
|
-
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
13476
|
-
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
13477
|
-
],
|
|
13478
|
-
"flags": {
|
|
13479
|
-
"json": {
|
|
13480
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13481
|
-
"name": "json",
|
|
13482
|
-
"allowNo": false,
|
|
13483
|
-
"type": "boolean"
|
|
13484
|
-
},
|
|
13485
|
-
"machine": {
|
|
13486
|
-
"char": "m",
|
|
13487
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13488
|
-
"name": "machine",
|
|
13489
|
-
"allowNo": false,
|
|
13490
|
-
"type": "boolean"
|
|
13491
|
-
},
|
|
13492
|
-
"name": {
|
|
13493
|
-
"char": "n",
|
|
13494
|
-
"description": "Custom name for the workspace (defaults to directory basename or workspace config name)",
|
|
13495
|
-
"name": "name",
|
|
13496
|
-
"hasDynamicHelp": false,
|
|
13497
|
-
"multiple": false,
|
|
13498
|
-
"type": "option"
|
|
13499
|
-
}
|
|
13500
|
-
},
|
|
13501
|
-
"hasDynamicHelp": false,
|
|
13502
|
-
"hiddenAliases": [],
|
|
13503
|
-
"id": "workspace:add",
|
|
13504
|
-
"pluginAlias": "@proletariat/cli",
|
|
13505
|
-
"pluginName": "@proletariat/cli",
|
|
13506
|
-
"pluginType": "core",
|
|
13507
|
-
"strict": true,
|
|
13508
|
-
"enableJsonFlag": false,
|
|
13509
|
-
"isESM": true,
|
|
13510
|
-
"relativePath": [
|
|
13511
|
-
"dist",
|
|
13512
|
-
"commands",
|
|
13513
|
-
"workspace",
|
|
13514
|
-
"add.js"
|
|
13515
|
-
]
|
|
13516
|
-
},
|
|
13517
|
-
"workspace:list": {
|
|
13518
|
-
"aliases": [],
|
|
13519
|
-
"args": {},
|
|
13520
|
-
"description": "List all registered and discovered HQ workspaces",
|
|
13521
|
-
"examples": [
|
|
13522
|
-
"<%= config.bin %> <%= command.id %>",
|
|
13523
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
13524
|
-
],
|
|
13525
|
-
"flags": {
|
|
13526
|
-
"json": {
|
|
13527
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13528
|
-
"name": "json",
|
|
13529
|
-
"allowNo": false,
|
|
13530
|
-
"type": "boolean"
|
|
13531
|
-
},
|
|
13532
|
-
"machine": {
|
|
13533
|
-
"char": "m",
|
|
13534
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13535
|
-
"name": "machine",
|
|
13536
|
-
"allowNo": false,
|
|
13537
|
-
"type": "boolean"
|
|
13538
|
-
}
|
|
13539
|
-
},
|
|
13540
|
-
"hasDynamicHelp": false,
|
|
13541
|
-
"hiddenAliases": [],
|
|
13542
|
-
"id": "workspace:list",
|
|
13543
|
-
"pluginAlias": "@proletariat/cli",
|
|
13544
|
-
"pluginName": "@proletariat/cli",
|
|
13545
|
-
"pluginType": "core",
|
|
13546
|
-
"strict": true,
|
|
13547
|
-
"enableJsonFlag": false,
|
|
13548
|
-
"isESM": true,
|
|
13549
|
-
"relativePath": [
|
|
13550
|
-
"dist",
|
|
13551
|
-
"commands",
|
|
13552
|
-
"workspace",
|
|
13553
|
-
"list.js"
|
|
13554
|
-
]
|
|
13555
|
-
},
|
|
13556
|
-
"workspace:prune": {
|
|
13557
|
-
"aliases": [],
|
|
13558
|
-
"args": {},
|
|
13559
|
-
"description": "Remove stale workspace entries and agents with deleted worktrees",
|
|
13560
|
-
"examples": [
|
|
13561
|
-
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
13562
|
-
"<%= config.bin %> <%= command.id %>",
|
|
13563
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
13564
|
-
],
|
|
13565
|
-
"flags": {
|
|
13566
|
-
"json": {
|
|
13567
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13568
|
-
"name": "json",
|
|
13569
|
-
"allowNo": false,
|
|
13570
|
-
"type": "boolean"
|
|
13571
|
-
},
|
|
13572
|
-
"machine": {
|
|
13573
|
-
"char": "m",
|
|
13574
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13575
|
-
"name": "machine",
|
|
13576
|
-
"allowNo": false,
|
|
13577
|
-
"type": "boolean"
|
|
13578
|
-
},
|
|
13579
|
-
"dry-run": {
|
|
13580
|
-
"char": "d",
|
|
13581
|
-
"description": "Show what would be removed without removing",
|
|
13582
|
-
"name": "dry-run",
|
|
13583
|
-
"allowNo": false,
|
|
13584
|
-
"type": "boolean"
|
|
13585
|
-
},
|
|
13586
|
-
"force": {
|
|
13587
|
-
"char": "f",
|
|
13588
|
-
"description": "Skip confirmation prompt and prune immediately",
|
|
13589
|
-
"name": "force",
|
|
13590
|
-
"allowNo": false,
|
|
13591
|
-
"type": "boolean"
|
|
13592
|
-
}
|
|
13593
|
-
},
|
|
13594
|
-
"hasDynamicHelp": false,
|
|
13595
|
-
"hiddenAliases": [],
|
|
13596
|
-
"id": "workspace:prune",
|
|
13597
|
-
"pluginAlias": "@proletariat/cli",
|
|
13598
|
-
"pluginName": "@proletariat/cli",
|
|
13599
|
-
"pluginType": "core",
|
|
13600
|
-
"strict": true,
|
|
13601
|
-
"isESM": true,
|
|
13602
|
-
"relativePath": [
|
|
13603
|
-
"dist",
|
|
13604
|
-
"commands",
|
|
13605
|
-
"workspace",
|
|
13606
|
-
"prune.js"
|
|
13607
|
-
]
|
|
13608
|
-
},
|
|
13609
|
-
"workspace:remove": {
|
|
13610
|
-
"aliases": [],
|
|
13611
|
-
"args": {
|
|
13612
|
-
"nameOrPath": {
|
|
13613
|
-
"description": "Workspace name or path to unregister",
|
|
13614
|
-
"name": "nameOrPath",
|
|
13615
|
-
"required": true
|
|
13616
|
-
}
|
|
13617
|
-
},
|
|
13618
|
-
"description": "Unregister a workspace from the machine config (does NOT delete files)",
|
|
13619
|
-
"examples": [
|
|
13620
|
-
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
13621
|
-
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
13622
|
-
],
|
|
13623
|
-
"flags": {
|
|
13624
|
-
"json": {
|
|
13625
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13626
|
-
"name": "json",
|
|
13627
|
-
"allowNo": false,
|
|
13628
|
-
"type": "boolean"
|
|
13629
|
-
},
|
|
13630
|
-
"machine": {
|
|
13631
|
-
"char": "m",
|
|
13632
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13633
|
-
"name": "machine",
|
|
13634
|
-
"allowNo": false,
|
|
13635
|
-
"type": "boolean"
|
|
13636
|
-
}
|
|
13637
|
-
},
|
|
13638
|
-
"hasDynamicHelp": false,
|
|
13639
|
-
"hiddenAliases": [],
|
|
13640
|
-
"id": "workspace:remove",
|
|
13641
|
-
"pluginAlias": "@proletariat/cli",
|
|
13642
|
-
"pluginName": "@proletariat/cli",
|
|
13643
|
-
"pluginType": "core",
|
|
13644
|
-
"strict": true,
|
|
13645
|
-
"isESM": true,
|
|
13646
|
-
"relativePath": [
|
|
13647
|
-
"dist",
|
|
13648
|
-
"commands",
|
|
13649
|
-
"workspace",
|
|
13650
|
-
"remove.js"
|
|
13651
|
-
]
|
|
13652
|
-
},
|
|
13653
|
-
"workspace:use": {
|
|
13654
|
-
"aliases": [],
|
|
13655
|
-
"args": {
|
|
13656
|
-
"nameOrPath": {
|
|
13657
|
-
"description": "Workspace name or path",
|
|
13658
|
-
"name": "nameOrPath",
|
|
13659
|
-
"required": true
|
|
13660
|
-
}
|
|
13661
|
-
},
|
|
13662
|
-
"description": "Set the active workspace",
|
|
13663
|
-
"examples": [
|
|
13664
|
-
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
13665
|
-
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
13666
|
-
],
|
|
13667
|
-
"flags": {
|
|
13668
|
-
"json": {
|
|
13669
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13670
|
-
"name": "json",
|
|
13671
|
-
"allowNo": false,
|
|
13672
|
-
"type": "boolean"
|
|
13673
|
-
},
|
|
13674
|
-
"machine": {
|
|
13675
|
-
"char": "m",
|
|
13676
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13677
|
-
"name": "machine",
|
|
13678
|
-
"allowNo": false,
|
|
13679
|
-
"type": "boolean"
|
|
13680
|
-
}
|
|
13681
|
-
},
|
|
13682
|
-
"hasDynamicHelp": false,
|
|
13683
|
-
"hiddenAliases": [],
|
|
13684
|
-
"id": "workspace:use",
|
|
13685
|
-
"pluginAlias": "@proletariat/cli",
|
|
13686
|
-
"pluginName": "@proletariat/cli",
|
|
13687
|
-
"pluginType": "core",
|
|
13688
|
-
"strict": true,
|
|
13689
|
-
"isESM": true,
|
|
13690
|
-
"relativePath": [
|
|
13691
|
-
"dist",
|
|
13692
|
-
"commands",
|
|
13693
|
-
"workspace",
|
|
13694
|
-
"use.js"
|
|
13695
|
-
]
|
|
13696
|
-
},
|
|
13697
13697
|
"agent:staff:add": {
|
|
13698
13698
|
"aliases": [],
|
|
13699
13699
|
"args": {
|
|
@@ -14759,5 +14759,5 @@
|
|
|
14759
14759
|
]
|
|
14760
14760
|
}
|
|
14761
14761
|
},
|
|
14762
|
-
"version": "0.3.
|
|
14762
|
+
"version": "0.3.85"
|
|
14763
14763
|
}
|