@proletariat/cli 0.3.59 → 0.3.60
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/ticket/list.d.ts +10 -0
- package/dist/commands/ticket/list.js +126 -1
- package/dist/commands/ticket/list.js.map +1 -1
- package/dist/lib/events/events.d.ts +26 -2
- package/dist/lib/events/events.js +3 -2
- package/dist/lib/events/events.js.map +1 -1
- package/dist/lib/external-issues/index.d.ts +1 -0
- package/dist/lib/external-issues/index.js +2 -0
- package/dist/lib/external-issues/index.js.map +1 -1
- package/dist/lib/external-issues/outbound-sync.d.ts +79 -0
- package/dist/lib/external-issues/outbound-sync.js +296 -0
- package/dist/lib/external-issues/outbound-sync.js.map +1 -0
- package/dist/lib/pmo/storage/tickets.d.ts +8 -0
- package/dist/lib/pmo/storage/tickets.js +56 -2
- package/dist/lib/pmo/storage/tickets.js.map +1 -1
- package/dist/lib/pmo/sync-manager.js +3 -0
- package/dist/lib/pmo/sync-manager.js.map +1 -1
- package/dist/lib/work-source/config.js +12 -0
- package/dist/lib/work-source/config.js.map +1 -1
- package/dist/lib/work-source/index.d.ts +1 -0
- package/dist/lib/work-source/index.js +1 -0
- package/dist/lib/work-source/index.js.map +1 -1
- package/dist/lib/work-source/provider-sources.d.ts +113 -0
- package/dist/lib/work-source/provider-sources.js +227 -0
- package/dist/lib/work-source/provider-sources.js.map +1 -0
- package/oclif.manifest.json +909 -889
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1353,221 +1353,6 @@
|
|
|
1353
1353
|
"update.js"
|
|
1354
1354
|
]
|
|
1355
1355
|
},
|
|
1356
|
-
"asana:connect": {
|
|
1357
|
-
"aliases": [],
|
|
1358
|
-
"args": {},
|
|
1359
|
-
"description": "Authenticate with Asana and configure workspace/project defaults",
|
|
1360
|
-
"examples": [
|
|
1361
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1362
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
1363
|
-
"<%= config.bin %> <%= command.id %> --workspace \"Product Team\" --project \"Roadmap\"",
|
|
1364
|
-
"ASANA_ACCESS_TOKEN=... <%= config.bin %> <%= command.id %>"
|
|
1365
|
-
],
|
|
1366
|
-
"flags": {
|
|
1367
|
-
"project": {
|
|
1368
|
-
"description": "Default project gid or name",
|
|
1369
|
-
"name": "project",
|
|
1370
|
-
"hasDynamicHelp": false,
|
|
1371
|
-
"multiple": false,
|
|
1372
|
-
"type": "option"
|
|
1373
|
-
},
|
|
1374
|
-
"json": {
|
|
1375
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1376
|
-
"name": "json",
|
|
1377
|
-
"allowNo": false,
|
|
1378
|
-
"type": "boolean"
|
|
1379
|
-
},
|
|
1380
|
-
"machine": {
|
|
1381
|
-
"char": "m",
|
|
1382
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1383
|
-
"name": "machine",
|
|
1384
|
-
"allowNo": false,
|
|
1385
|
-
"type": "boolean"
|
|
1386
|
-
},
|
|
1387
|
-
"check": {
|
|
1388
|
-
"description": "Only check if Asana credentials exist (do not prompt)",
|
|
1389
|
-
"name": "check",
|
|
1390
|
-
"allowNo": false,
|
|
1391
|
-
"type": "boolean"
|
|
1392
|
-
},
|
|
1393
|
-
"force": {
|
|
1394
|
-
"description": "Force re-authentication even if credentials exist",
|
|
1395
|
-
"name": "force",
|
|
1396
|
-
"allowNo": false,
|
|
1397
|
-
"type": "boolean"
|
|
1398
|
-
},
|
|
1399
|
-
"disconnect": {
|
|
1400
|
-
"description": "Remove stored Asana credentials",
|
|
1401
|
-
"name": "disconnect",
|
|
1402
|
-
"allowNo": false,
|
|
1403
|
-
"type": "boolean"
|
|
1404
|
-
},
|
|
1405
|
-
"workspace": {
|
|
1406
|
-
"description": "Default workspace gid or name",
|
|
1407
|
-
"name": "workspace",
|
|
1408
|
-
"hasDynamicHelp": false,
|
|
1409
|
-
"multiple": false,
|
|
1410
|
-
"type": "option"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"hasDynamicHelp": false,
|
|
1414
|
-
"hiddenAliases": [],
|
|
1415
|
-
"id": "asana:connect",
|
|
1416
|
-
"pluginAlias": "@proletariat/cli",
|
|
1417
|
-
"pluginName": "@proletariat/cli",
|
|
1418
|
-
"pluginType": "core",
|
|
1419
|
-
"strict": true,
|
|
1420
|
-
"isESM": true,
|
|
1421
|
-
"relativePath": [
|
|
1422
|
-
"dist",
|
|
1423
|
-
"commands",
|
|
1424
|
-
"asana",
|
|
1425
|
-
"connect.js"
|
|
1426
|
-
]
|
|
1427
|
-
},
|
|
1428
|
-
"asana:import": {
|
|
1429
|
-
"aliases": [],
|
|
1430
|
-
"args": {},
|
|
1431
|
-
"description": "Import Asana tasks into PMO as tickets",
|
|
1432
|
-
"examples": [
|
|
1433
|
-
"<%= config.bin %> <%= command.id %> # Interactive: select tasks from project",
|
|
1434
|
-
"<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 tasks",
|
|
1435
|
-
"<%= config.bin %> <%= command.id %> --all # Import all matching tasks",
|
|
1436
|
-
"<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
|
|
1437
|
-
"<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
|
|
1438
|
-
],
|
|
1439
|
-
"flags": {
|
|
1440
|
-
"project": {
|
|
1441
|
-
"char": "P",
|
|
1442
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
1443
|
-
"name": "project",
|
|
1444
|
-
"hasDynamicHelp": false,
|
|
1445
|
-
"multiple": false,
|
|
1446
|
-
"type": "option"
|
|
1447
|
-
},
|
|
1448
|
-
"json": {
|
|
1449
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1450
|
-
"name": "json",
|
|
1451
|
-
"allowNo": false,
|
|
1452
|
-
"type": "boolean"
|
|
1453
|
-
},
|
|
1454
|
-
"machine": {
|
|
1455
|
-
"char": "m",
|
|
1456
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1457
|
-
"name": "machine",
|
|
1458
|
-
"allowNo": false,
|
|
1459
|
-
"type": "boolean"
|
|
1460
|
-
},
|
|
1461
|
-
"limit": {
|
|
1462
|
-
"char": "n",
|
|
1463
|
-
"description": "Maximum number of tasks to import",
|
|
1464
|
-
"name": "limit",
|
|
1465
|
-
"default": 50,
|
|
1466
|
-
"hasDynamicHelp": false,
|
|
1467
|
-
"multiple": false,
|
|
1468
|
-
"type": "option"
|
|
1469
|
-
},
|
|
1470
|
-
"all": {
|
|
1471
|
-
"char": "a",
|
|
1472
|
-
"description": "Import all matching tasks without interactive selection",
|
|
1473
|
-
"name": "all",
|
|
1474
|
-
"allowNo": false,
|
|
1475
|
-
"type": "boolean"
|
|
1476
|
-
},
|
|
1477
|
-
"dry-run": {
|
|
1478
|
-
"description": "Preview tasks that would be imported without creating tickets",
|
|
1479
|
-
"name": "dry-run",
|
|
1480
|
-
"allowNo": false,
|
|
1481
|
-
"type": "boolean"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"hasDynamicHelp": false,
|
|
1485
|
-
"hiddenAliases": [],
|
|
1486
|
-
"id": "asana:import",
|
|
1487
|
-
"pluginAlias": "@proletariat/cli",
|
|
1488
|
-
"pluginName": "@proletariat/cli",
|
|
1489
|
-
"pluginType": "core",
|
|
1490
|
-
"strict": true,
|
|
1491
|
-
"isESM": true,
|
|
1492
|
-
"relativePath": [
|
|
1493
|
-
"dist",
|
|
1494
|
-
"commands",
|
|
1495
|
-
"asana",
|
|
1496
|
-
"import.js"
|
|
1497
|
-
]
|
|
1498
|
-
},
|
|
1499
|
-
"asana:sync": {
|
|
1500
|
-
"aliases": [],
|
|
1501
|
-
"args": {},
|
|
1502
|
-
"description": "Sync PMO tickets to Asana tasks",
|
|
1503
|
-
"examples": [
|
|
1504
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --task 123456789",
|
|
1505
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
1506
|
-
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
1507
|
-
],
|
|
1508
|
-
"flags": {
|
|
1509
|
-
"project": {
|
|
1510
|
-
"description": "Asana project gid used with --create-missing",
|
|
1511
|
-
"name": "project",
|
|
1512
|
-
"hasDynamicHelp": false,
|
|
1513
|
-
"multiple": false,
|
|
1514
|
-
"type": "option"
|
|
1515
|
-
},
|
|
1516
|
-
"json": {
|
|
1517
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1518
|
-
"name": "json",
|
|
1519
|
-
"allowNo": false,
|
|
1520
|
-
"type": "boolean"
|
|
1521
|
-
},
|
|
1522
|
-
"machine": {
|
|
1523
|
-
"char": "m",
|
|
1524
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1525
|
-
"name": "machine",
|
|
1526
|
-
"allowNo": false,
|
|
1527
|
-
"type": "boolean"
|
|
1528
|
-
},
|
|
1529
|
-
"ticket": {
|
|
1530
|
-
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
1531
|
-
"name": "ticket",
|
|
1532
|
-
"hasDynamicHelp": false,
|
|
1533
|
-
"multiple": false,
|
|
1534
|
-
"type": "option"
|
|
1535
|
-
},
|
|
1536
|
-
"task": {
|
|
1537
|
-
"description": "Asana task gid to map to --ticket",
|
|
1538
|
-
"name": "task",
|
|
1539
|
-
"hasDynamicHelp": false,
|
|
1540
|
-
"multiple": false,
|
|
1541
|
-
"type": "option"
|
|
1542
|
-
},
|
|
1543
|
-
"create-missing": {
|
|
1544
|
-
"description": "Create Asana task when no mapping exists (requires project)",
|
|
1545
|
-
"name": "create-missing",
|
|
1546
|
-
"allowNo": false,
|
|
1547
|
-
"type": "boolean"
|
|
1548
|
-
},
|
|
1549
|
-
"dry-run": {
|
|
1550
|
-
"description": "Preview sync operations without making changes",
|
|
1551
|
-
"name": "dry-run",
|
|
1552
|
-
"allowNo": false,
|
|
1553
|
-
"type": "boolean"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
"hasDynamicHelp": false,
|
|
1557
|
-
"hiddenAliases": [],
|
|
1558
|
-
"id": "asana:sync",
|
|
1559
|
-
"pluginAlias": "@proletariat/cli",
|
|
1560
|
-
"pluginName": "@proletariat/cli",
|
|
1561
|
-
"pluginType": "core",
|
|
1562
|
-
"strict": true,
|
|
1563
|
-
"isESM": true,
|
|
1564
|
-
"relativePath": [
|
|
1565
|
-
"dist",
|
|
1566
|
-
"commands",
|
|
1567
|
-
"asana",
|
|
1568
|
-
"sync.js"
|
|
1569
|
-
]
|
|
1570
|
-
},
|
|
1571
1356
|
"agent:auth": {
|
|
1572
1357
|
"aliases": [],
|
|
1573
1358
|
"args": {},
|
|
@@ -2271,17 +2056,24 @@
|
|
|
2271
2056
|
"visit.js"
|
|
2272
2057
|
]
|
|
2273
2058
|
},
|
|
2274
|
-
"
|
|
2059
|
+
"asana:connect": {
|
|
2275
2060
|
"aliases": [],
|
|
2276
2061
|
"args": {},
|
|
2277
|
-
"description": "
|
|
2062
|
+
"description": "Authenticate with Asana and configure workspace/project defaults",
|
|
2278
2063
|
"examples": [
|
|
2279
2064
|
"<%= config.bin %> <%= command.id %>",
|
|
2280
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2281
|
-
"<%= config.bin %> <%= command.id %> --
|
|
2282
|
-
"<%= config.bin %> <%= command.id %>
|
|
2065
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
2066
|
+
"<%= config.bin %> <%= command.id %> --workspace \"Product Team\" --project \"Roadmap\"",
|
|
2067
|
+
"ASANA_ACCESS_TOKEN=... <%= config.bin %> <%= command.id %>"
|
|
2283
2068
|
],
|
|
2284
2069
|
"flags": {
|
|
2070
|
+
"project": {
|
|
2071
|
+
"description": "Default project gid or name",
|
|
2072
|
+
"name": "project",
|
|
2073
|
+
"hasDynamicHelp": false,
|
|
2074
|
+
"multiple": false,
|
|
2075
|
+
"type": "option"
|
|
2076
|
+
},
|
|
2285
2077
|
"json": {
|
|
2286
2078
|
"description": "Output as JSON for AI agents/scripts",
|
|
2287
2079
|
"name": "json",
|
|
@@ -2295,30 +2087,238 @@
|
|
|
2295
2087
|
"allowNo": false,
|
|
2296
2088
|
"type": "boolean"
|
|
2297
2089
|
},
|
|
2298
|
-
"
|
|
2299
|
-
"
|
|
2300
|
-
"
|
|
2301
|
-
"name": "install",
|
|
2090
|
+
"check": {
|
|
2091
|
+
"description": "Only check if Asana credentials exist (do not prompt)",
|
|
2092
|
+
"name": "check",
|
|
2302
2093
|
"allowNo": false,
|
|
2303
2094
|
"type": "boolean"
|
|
2304
2095
|
},
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2309
|
-
"
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2096
|
+
"force": {
|
|
2097
|
+
"description": "Force re-authentication even if credentials exist",
|
|
2098
|
+
"name": "force",
|
|
2099
|
+
"allowNo": false,
|
|
2100
|
+
"type": "boolean"
|
|
2101
|
+
},
|
|
2102
|
+
"disconnect": {
|
|
2103
|
+
"description": "Remove stored Asana credentials",
|
|
2104
|
+
"name": "disconnect",
|
|
2105
|
+
"allowNo": false,
|
|
2106
|
+
"type": "boolean"
|
|
2107
|
+
},
|
|
2108
|
+
"workspace": {
|
|
2109
|
+
"description": "Default workspace gid or name",
|
|
2110
|
+
"name": "workspace",
|
|
2111
|
+
"hasDynamicHelp": false,
|
|
2112
|
+
"multiple": false,
|
|
2113
|
+
"type": "option"
|
|
2114
|
+
}
|
|
2115
|
+
},
|
|
2116
|
+
"hasDynamicHelp": false,
|
|
2117
|
+
"hiddenAliases": [],
|
|
2118
|
+
"id": "asana:connect",
|
|
2119
|
+
"pluginAlias": "@proletariat/cli",
|
|
2120
|
+
"pluginName": "@proletariat/cli",
|
|
2121
|
+
"pluginType": "core",
|
|
2122
|
+
"strict": true,
|
|
2123
|
+
"isESM": true,
|
|
2124
|
+
"relativePath": [
|
|
2125
|
+
"dist",
|
|
2126
|
+
"commands",
|
|
2127
|
+
"asana",
|
|
2128
|
+
"connect.js"
|
|
2129
|
+
]
|
|
2130
|
+
},
|
|
2131
|
+
"asana:import": {
|
|
2132
|
+
"aliases": [],
|
|
2133
|
+
"args": {},
|
|
2134
|
+
"description": "Import Asana tasks into PMO as tickets",
|
|
2135
|
+
"examples": [
|
|
2136
|
+
"<%= config.bin %> <%= command.id %> # Interactive: select tasks from project",
|
|
2137
|
+
"<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 tasks",
|
|
2138
|
+
"<%= config.bin %> <%= command.id %> --all # Import all matching tasks",
|
|
2139
|
+
"<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
|
|
2140
|
+
"<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
|
|
2141
|
+
],
|
|
2142
|
+
"flags": {
|
|
2143
|
+
"project": {
|
|
2144
|
+
"char": "P",
|
|
2145
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
2146
|
+
"name": "project",
|
|
2147
|
+
"hasDynamicHelp": false,
|
|
2148
|
+
"multiple": false,
|
|
2149
|
+
"type": "option"
|
|
2150
|
+
},
|
|
2151
|
+
"json": {
|
|
2152
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2153
|
+
"name": "json",
|
|
2154
|
+
"allowNo": false,
|
|
2155
|
+
"type": "boolean"
|
|
2156
|
+
},
|
|
2157
|
+
"machine": {
|
|
2158
|
+
"char": "m",
|
|
2159
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2160
|
+
"name": "machine",
|
|
2161
|
+
"allowNo": false,
|
|
2162
|
+
"type": "boolean"
|
|
2163
|
+
},
|
|
2164
|
+
"limit": {
|
|
2165
|
+
"char": "n",
|
|
2166
|
+
"description": "Maximum number of tasks to import",
|
|
2167
|
+
"name": "limit",
|
|
2168
|
+
"default": 50,
|
|
2169
|
+
"hasDynamicHelp": false,
|
|
2170
|
+
"multiple": false,
|
|
2171
|
+
"type": "option"
|
|
2172
|
+
},
|
|
2173
|
+
"all": {
|
|
2174
|
+
"char": "a",
|
|
2175
|
+
"description": "Import all matching tasks without interactive selection",
|
|
2176
|
+
"name": "all",
|
|
2177
|
+
"allowNo": false,
|
|
2178
|
+
"type": "boolean"
|
|
2179
|
+
},
|
|
2180
|
+
"dry-run": {
|
|
2181
|
+
"description": "Preview tasks that would be imported without creating tickets",
|
|
2182
|
+
"name": "dry-run",
|
|
2183
|
+
"allowNo": false,
|
|
2184
|
+
"type": "boolean"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"hasDynamicHelp": false,
|
|
2188
|
+
"hiddenAliases": [],
|
|
2189
|
+
"id": "asana:import",
|
|
2190
|
+
"pluginAlias": "@proletariat/cli",
|
|
2191
|
+
"pluginName": "@proletariat/cli",
|
|
2192
|
+
"pluginType": "core",
|
|
2193
|
+
"strict": true,
|
|
2194
|
+
"isESM": true,
|
|
2195
|
+
"relativePath": [
|
|
2196
|
+
"dist",
|
|
2197
|
+
"commands",
|
|
2198
|
+
"asana",
|
|
2199
|
+
"import.js"
|
|
2200
|
+
]
|
|
2201
|
+
},
|
|
2202
|
+
"asana:sync": {
|
|
2203
|
+
"aliases": [],
|
|
2204
|
+
"args": {},
|
|
2205
|
+
"description": "Sync PMO tickets to Asana tasks",
|
|
2206
|
+
"examples": [
|
|
2207
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --task 123456789",
|
|
2208
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
2209
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
2210
|
+
],
|
|
2211
|
+
"flags": {
|
|
2212
|
+
"project": {
|
|
2213
|
+
"description": "Asana project gid used with --create-missing",
|
|
2214
|
+
"name": "project",
|
|
2215
|
+
"hasDynamicHelp": false,
|
|
2216
|
+
"multiple": false,
|
|
2217
|
+
"type": "option"
|
|
2218
|
+
},
|
|
2219
|
+
"json": {
|
|
2220
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2221
|
+
"name": "json",
|
|
2222
|
+
"allowNo": false,
|
|
2223
|
+
"type": "boolean"
|
|
2224
|
+
},
|
|
2225
|
+
"machine": {
|
|
2226
|
+
"char": "m",
|
|
2227
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2228
|
+
"name": "machine",
|
|
2229
|
+
"allowNo": false,
|
|
2230
|
+
"type": "boolean"
|
|
2231
|
+
},
|
|
2232
|
+
"ticket": {
|
|
2233
|
+
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
2234
|
+
"name": "ticket",
|
|
2235
|
+
"hasDynamicHelp": false,
|
|
2236
|
+
"multiple": false,
|
|
2237
|
+
"type": "option"
|
|
2238
|
+
},
|
|
2239
|
+
"task": {
|
|
2240
|
+
"description": "Asana task gid to map to --ticket",
|
|
2241
|
+
"name": "task",
|
|
2242
|
+
"hasDynamicHelp": false,
|
|
2243
|
+
"multiple": false,
|
|
2244
|
+
"type": "option"
|
|
2245
|
+
},
|
|
2246
|
+
"create-missing": {
|
|
2247
|
+
"description": "Create Asana task when no mapping exists (requires project)",
|
|
2248
|
+
"name": "create-missing",
|
|
2249
|
+
"allowNo": false,
|
|
2250
|
+
"type": "boolean"
|
|
2251
|
+
},
|
|
2252
|
+
"dry-run": {
|
|
2253
|
+
"description": "Preview sync operations without making changes",
|
|
2254
|
+
"name": "dry-run",
|
|
2255
|
+
"allowNo": false,
|
|
2256
|
+
"type": "boolean"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"hasDynamicHelp": false,
|
|
2260
|
+
"hiddenAliases": [],
|
|
2261
|
+
"id": "asana:sync",
|
|
2262
|
+
"pluginAlias": "@proletariat/cli",
|
|
2263
|
+
"pluginName": "@proletariat/cli",
|
|
2264
|
+
"pluginType": "core",
|
|
2265
|
+
"strict": true,
|
|
2266
|
+
"isESM": true,
|
|
2267
|
+
"relativePath": [
|
|
2268
|
+
"dist",
|
|
2269
|
+
"commands",
|
|
2270
|
+
"asana",
|
|
2271
|
+
"sync.js"
|
|
2272
|
+
]
|
|
2273
|
+
},
|
|
2274
|
+
"autocomplete:setup": {
|
|
2275
|
+
"aliases": [],
|
|
2276
|
+
"args": {},
|
|
2277
|
+
"description": "Auto-detect shell and set up autocomplete",
|
|
2278
|
+
"examples": [
|
|
2279
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2280
|
+
"<%= config.bin %> <%= command.id %> --install",
|
|
2281
|
+
"<%= config.bin %> <%= command.id %> --shell zsh",
|
|
2282
|
+
"<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
|
|
2283
|
+
],
|
|
2284
|
+
"flags": {
|
|
2285
|
+
"json": {
|
|
2286
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2287
|
+
"name": "json",
|
|
2288
|
+
"allowNo": false,
|
|
2289
|
+
"type": "boolean"
|
|
2290
|
+
},
|
|
2291
|
+
"machine": {
|
|
2292
|
+
"char": "m",
|
|
2293
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
2294
|
+
"name": "machine",
|
|
2295
|
+
"allowNo": false,
|
|
2296
|
+
"type": "boolean"
|
|
2297
|
+
},
|
|
2298
|
+
"install": {
|
|
2299
|
+
"char": "i",
|
|
2300
|
+
"description": "Automatically install to shell config file",
|
|
2301
|
+
"name": "install",
|
|
2302
|
+
"allowNo": false,
|
|
2303
|
+
"type": "boolean"
|
|
2304
|
+
},
|
|
2305
|
+
"shell": {
|
|
2306
|
+
"char": "s",
|
|
2307
|
+
"description": "Override shell detection (zsh, bash, powershell)",
|
|
2308
|
+
"name": "shell",
|
|
2309
|
+
"hasDynamicHelp": false,
|
|
2310
|
+
"multiple": false,
|
|
2311
|
+
"options": [
|
|
2312
|
+
"zsh",
|
|
2313
|
+
"bash",
|
|
2314
|
+
"powershell"
|
|
2315
|
+
],
|
|
2316
|
+
"type": "option"
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
"hasDynamicHelp": false,
|
|
2320
|
+
"hiddenAliases": [],
|
|
2321
|
+
"id": "autocomplete:setup",
|
|
2322
2322
|
"pluginAlias": "@proletariat/cli",
|
|
2323
2323
|
"pluginName": "@proletariat/cli",
|
|
2324
2324
|
"pluginType": "core",
|
|
@@ -4372,15 +4372,28 @@
|
|
|
4372
4372
|
"sync.js"
|
|
4373
4373
|
]
|
|
4374
4374
|
},
|
|
4375
|
-
"
|
|
4375
|
+
"execution:config": {
|
|
4376
4376
|
"aliases": [],
|
|
4377
4377
|
"args": {},
|
|
4378
|
-
"description": "
|
|
4378
|
+
"description": "View and update execution preferences",
|
|
4379
4379
|
"examples": [
|
|
4380
|
-
"<%= config.bin %>
|
|
4381
|
-
"<%= config.bin %>
|
|
4380
|
+
"<%= config.bin %> execution config # Interactive menu",
|
|
4381
|
+
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
4382
|
+
"<%= config.bin %> execution config --list # Show all settings",
|
|
4383
|
+
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
4384
|
+
"<%= config.bin %> execution config --set outputMode interactive",
|
|
4385
|
+
"<%= config.bin %> execution config --set permissionMode safe",
|
|
4386
|
+
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
4382
4387
|
],
|
|
4383
4388
|
"flags": {
|
|
4389
|
+
"project": {
|
|
4390
|
+
"char": "P",
|
|
4391
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4392
|
+
"name": "project",
|
|
4393
|
+
"hasDynamicHelp": false,
|
|
4394
|
+
"multiple": false,
|
|
4395
|
+
"type": "option"
|
|
4396
|
+
},
|
|
4384
4397
|
"json": {
|
|
4385
4398
|
"description": "Output as JSON for AI agents/scripts",
|
|
4386
4399
|
"name": "json",
|
|
@@ -4394,47 +4407,119 @@
|
|
|
4394
4407
|
"allowNo": false,
|
|
4395
4408
|
"type": "boolean"
|
|
4396
4409
|
},
|
|
4397
|
-
"
|
|
4398
|
-
"char": "
|
|
4399
|
-
"description": "
|
|
4400
|
-
"name": "
|
|
4410
|
+
"set": {
|
|
4411
|
+
"char": "s",
|
|
4412
|
+
"description": "Set a config value (format: key value)",
|
|
4413
|
+
"name": "set",
|
|
4401
4414
|
"hasDynamicHelp": false,
|
|
4402
|
-
"multiple":
|
|
4403
|
-
"
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4415
|
+
"multiple": true,
|
|
4416
|
+
"type": "option"
|
|
4417
|
+
},
|
|
4418
|
+
"list": {
|
|
4419
|
+
"char": "l",
|
|
4420
|
+
"description": "List all configuration values",
|
|
4421
|
+
"name": "list",
|
|
4422
|
+
"allowNo": false,
|
|
4423
|
+
"type": "boolean"
|
|
4424
|
+
},
|
|
4425
|
+
"setting": {
|
|
4426
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
4427
|
+
"name": "setting",
|
|
4428
|
+
"hasDynamicHelp": false,
|
|
4429
|
+
"multiple": false,
|
|
4408
4430
|
"type": "option"
|
|
4409
4431
|
}
|
|
4410
4432
|
},
|
|
4411
4433
|
"hasDynamicHelp": false,
|
|
4412
4434
|
"hiddenAliases": [],
|
|
4413
|
-
"id": "
|
|
4435
|
+
"id": "execution:config",
|
|
4414
4436
|
"pluginAlias": "@proletariat/cli",
|
|
4415
4437
|
"pluginName": "@proletariat/cli",
|
|
4416
4438
|
"pluginType": "core",
|
|
4417
4439
|
"strict": true,
|
|
4418
|
-
"enableJsonFlag": false,
|
|
4419
4440
|
"isESM": true,
|
|
4420
4441
|
"relativePath": [
|
|
4421
4442
|
"dist",
|
|
4422
4443
|
"commands",
|
|
4423
|
-
"
|
|
4424
|
-
"
|
|
4444
|
+
"execution",
|
|
4445
|
+
"config.js"
|
|
4425
4446
|
]
|
|
4426
4447
|
},
|
|
4427
|
-
"
|
|
4448
|
+
"execution": {
|
|
4428
4449
|
"aliases": [],
|
|
4429
4450
|
"args": {},
|
|
4430
|
-
"description": "
|
|
4451
|
+
"description": "Single execution operations (view, logs, stop)",
|
|
4431
4452
|
"examples": [
|
|
4432
4453
|
"<%= config.bin %> <%= command.id %>",
|
|
4433
|
-
"<%= config.bin %> <%= command.id %>
|
|
4434
|
-
"<%= config.bin %> <%= command.id %>
|
|
4435
|
-
"<%= config.bin %> <%= command.id %>
|
|
4454
|
+
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
4455
|
+
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
4456
|
+
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
4457
|
+
],
|
|
4458
|
+
"flags": {
|
|
4459
|
+
"project": {
|
|
4460
|
+
"char": "P",
|
|
4461
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4462
|
+
"name": "project",
|
|
4463
|
+
"hasDynamicHelp": false,
|
|
4464
|
+
"multiple": false,
|
|
4465
|
+
"type": "option"
|
|
4466
|
+
},
|
|
4467
|
+
"json": {
|
|
4468
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4469
|
+
"name": "json",
|
|
4470
|
+
"allowNo": false,
|
|
4471
|
+
"type": "boolean"
|
|
4472
|
+
},
|
|
4473
|
+
"machine": {
|
|
4474
|
+
"char": "m",
|
|
4475
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4476
|
+
"name": "machine",
|
|
4477
|
+
"allowNo": false,
|
|
4478
|
+
"type": "boolean"
|
|
4479
|
+
}
|
|
4480
|
+
},
|
|
4481
|
+
"hasDynamicHelp": false,
|
|
4482
|
+
"hiddenAliases": [],
|
|
4483
|
+
"id": "execution",
|
|
4484
|
+
"pluginAlias": "@proletariat/cli",
|
|
4485
|
+
"pluginName": "@proletariat/cli",
|
|
4486
|
+
"pluginType": "core",
|
|
4487
|
+
"strict": true,
|
|
4488
|
+
"isESM": true,
|
|
4489
|
+
"relativePath": [
|
|
4490
|
+
"dist",
|
|
4491
|
+
"commands",
|
|
4492
|
+
"execution",
|
|
4493
|
+
"index.js"
|
|
4494
|
+
]
|
|
4495
|
+
},
|
|
4496
|
+
"execution:kill": {
|
|
4497
|
+
"aliases": [],
|
|
4498
|
+
"args": {
|
|
4499
|
+
"id": {
|
|
4500
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
4501
|
+
"name": "id",
|
|
4502
|
+
"required": false
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4505
|
+
"description": "Stop running execution(s) (alias for \"execution stop\")",
|
|
4506
|
+
"examples": [
|
|
4507
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4508
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
4509
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
4510
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4511
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
4512
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4436
4513
|
],
|
|
4437
4514
|
"flags": {
|
|
4515
|
+
"project": {
|
|
4516
|
+
"char": "P",
|
|
4517
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4518
|
+
"name": "project",
|
|
4519
|
+
"hasDynamicHelp": false,
|
|
4520
|
+
"multiple": false,
|
|
4521
|
+
"type": "option"
|
|
4522
|
+
},
|
|
4438
4523
|
"json": {
|
|
4439
4524
|
"description": "Output as JSON for AI agents/scripts",
|
|
4440
4525
|
"name": "json",
|
|
@@ -4448,36 +4533,100 @@
|
|
|
4448
4533
|
"allowNo": false,
|
|
4449
4534
|
"type": "boolean"
|
|
4450
4535
|
},
|
|
4451
|
-
"
|
|
4452
|
-
"char": "
|
|
4453
|
-
"description": "
|
|
4454
|
-
"name": "
|
|
4536
|
+
"force": {
|
|
4537
|
+
"char": "f",
|
|
4538
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4539
|
+
"name": "force",
|
|
4540
|
+
"allowNo": false,
|
|
4541
|
+
"type": "boolean"
|
|
4542
|
+
},
|
|
4543
|
+
"all": {
|
|
4544
|
+
"description": "Stop all running executions",
|
|
4545
|
+
"name": "all",
|
|
4546
|
+
"allowNo": false,
|
|
4547
|
+
"type": "boolean"
|
|
4548
|
+
},
|
|
4549
|
+
"agent": {
|
|
4550
|
+
"char": "a",
|
|
4551
|
+
"description": "Stop all executions for a specific agent",
|
|
4552
|
+
"name": "agent",
|
|
4553
|
+
"hasDynamicHelp": false,
|
|
4554
|
+
"multiple": false,
|
|
4555
|
+
"type": "option"
|
|
4556
|
+
}
|
|
4557
|
+
},
|
|
4558
|
+
"hasDynamicHelp": false,
|
|
4559
|
+
"hiddenAliases": [],
|
|
4560
|
+
"id": "execution:kill",
|
|
4561
|
+
"pluginAlias": "@proletariat/cli",
|
|
4562
|
+
"pluginName": "@proletariat/cli",
|
|
4563
|
+
"pluginType": "core",
|
|
4564
|
+
"isESM": true,
|
|
4565
|
+
"relativePath": [
|
|
4566
|
+
"dist",
|
|
4567
|
+
"commands",
|
|
4568
|
+
"execution",
|
|
4569
|
+
"kill.js"
|
|
4570
|
+
]
|
|
4571
|
+
},
|
|
4572
|
+
"execution:list": {
|
|
4573
|
+
"aliases": [],
|
|
4574
|
+
"args": {},
|
|
4575
|
+
"description": "List running and recent executions",
|
|
4576
|
+
"examples": [
|
|
4577
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4578
|
+
"<%= config.bin %> <%= command.id %> --status running",
|
|
4579
|
+
"<%= config.bin %> <%= command.id %> --agent alice",
|
|
4580
|
+
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
4581
|
+
],
|
|
4582
|
+
"flags": {
|
|
4583
|
+
"project": {
|
|
4584
|
+
"char": "P",
|
|
4585
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4586
|
+
"name": "project",
|
|
4455
4587
|
"hasDynamicHelp": false,
|
|
4456
4588
|
"multiple": false,
|
|
4457
|
-
"options": [
|
|
4458
|
-
"bug",
|
|
4459
|
-
"feature",
|
|
4460
|
-
"general"
|
|
4461
|
-
],
|
|
4462
4589
|
"type": "option"
|
|
4463
4590
|
},
|
|
4464
|
-
"
|
|
4591
|
+
"json": {
|
|
4592
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4593
|
+
"name": "json",
|
|
4594
|
+
"allowNo": false,
|
|
4595
|
+
"type": "boolean"
|
|
4596
|
+
},
|
|
4597
|
+
"machine": {
|
|
4598
|
+
"char": "m",
|
|
4599
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4600
|
+
"name": "machine",
|
|
4601
|
+
"allowNo": false,
|
|
4602
|
+
"type": "boolean"
|
|
4603
|
+
},
|
|
4604
|
+
"status": {
|
|
4465
4605
|
"char": "s",
|
|
4466
|
-
"description": "Filter by
|
|
4467
|
-
"name": "
|
|
4468
|
-
"default": "open",
|
|
4606
|
+
"description": "Filter by status",
|
|
4607
|
+
"name": "status",
|
|
4469
4608
|
"hasDynamicHelp": false,
|
|
4470
4609
|
"multiple": false,
|
|
4471
4610
|
"options": [
|
|
4472
|
-
"
|
|
4473
|
-
"
|
|
4474
|
-
"
|
|
4611
|
+
"starting",
|
|
4612
|
+
"running",
|
|
4613
|
+
"completed",
|
|
4614
|
+
"failed",
|
|
4615
|
+
"stopped"
|
|
4475
4616
|
],
|
|
4476
4617
|
"type": "option"
|
|
4477
4618
|
},
|
|
4619
|
+
"agent": {
|
|
4620
|
+
"char": "a",
|
|
4621
|
+
"description": "Filter by agent name",
|
|
4622
|
+
"name": "agent",
|
|
4623
|
+
"hasDynamicHelp": false,
|
|
4624
|
+
"multiple": false,
|
|
4625
|
+
"type": "option"
|
|
4626
|
+
},
|
|
4478
4627
|
"limit": {
|
|
4479
4628
|
"char": "l",
|
|
4480
|
-
"description": "
|
|
4629
|
+
"description": "Number of results",
|
|
4481
4630
|
"name": "limit",
|
|
4482
4631
|
"default": 20,
|
|
4483
4632
|
"hasDynamicHelp": false,
|
|
@@ -4487,30 +4636,44 @@
|
|
|
4487
4636
|
},
|
|
4488
4637
|
"hasDynamicHelp": false,
|
|
4489
4638
|
"hiddenAliases": [],
|
|
4490
|
-
"id": "
|
|
4639
|
+
"id": "execution:list",
|
|
4491
4640
|
"pluginAlias": "@proletariat/cli",
|
|
4492
4641
|
"pluginName": "@proletariat/cli",
|
|
4493
4642
|
"pluginType": "core",
|
|
4494
4643
|
"strict": true,
|
|
4495
|
-
"enableJsonFlag": false,
|
|
4496
4644
|
"isESM": true,
|
|
4497
4645
|
"relativePath": [
|
|
4498
4646
|
"dist",
|
|
4499
4647
|
"commands",
|
|
4500
|
-
"
|
|
4648
|
+
"execution",
|
|
4501
4649
|
"list.js"
|
|
4502
4650
|
]
|
|
4503
4651
|
},
|
|
4504
|
-
"
|
|
4652
|
+
"execution:logs": {
|
|
4505
4653
|
"aliases": [],
|
|
4506
|
-
"args": {
|
|
4507
|
-
|
|
4654
|
+
"args": {
|
|
4655
|
+
"id": {
|
|
4656
|
+
"description": "Execution ID - prompts if not provided",
|
|
4657
|
+
"name": "id",
|
|
4658
|
+
"required": false
|
|
4659
|
+
}
|
|
4660
|
+
},
|
|
4661
|
+
"description": "View execution logs",
|
|
4508
4662
|
"examples": [
|
|
4509
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4510
|
-
"<%= config.bin %> <%= command.id %>
|
|
4511
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4663
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4664
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
4665
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
4666
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4512
4667
|
],
|
|
4513
4668
|
"flags": {
|
|
4669
|
+
"project": {
|
|
4670
|
+
"char": "P",
|
|
4671
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4672
|
+
"name": "project",
|
|
4673
|
+
"hasDynamicHelp": false,
|
|
4674
|
+
"multiple": false,
|
|
4675
|
+
"type": "option"
|
|
4676
|
+
},
|
|
4514
4677
|
"json": {
|
|
4515
4678
|
"description": "Output as JSON for AI agents/scripts",
|
|
4516
4679
|
"name": "json",
|
|
@@ -4524,39 +4687,102 @@
|
|
|
4524
4687
|
"allowNo": false,
|
|
4525
4688
|
"type": "boolean"
|
|
4526
4689
|
},
|
|
4527
|
-
"
|
|
4528
|
-
"char": "
|
|
4529
|
-
"description": "
|
|
4530
|
-
"name": "
|
|
4690
|
+
"follow": {
|
|
4691
|
+
"char": "f",
|
|
4692
|
+
"description": "Stream logs in real-time",
|
|
4693
|
+
"name": "follow",
|
|
4694
|
+
"allowNo": false,
|
|
4695
|
+
"type": "boolean"
|
|
4696
|
+
},
|
|
4697
|
+
"tail": {
|
|
4698
|
+
"char": "n",
|
|
4699
|
+
"description": "Show last n lines",
|
|
4700
|
+
"name": "tail",
|
|
4531
4701
|
"hasDynamicHelp": false,
|
|
4532
4702
|
"multiple": false,
|
|
4533
4703
|
"type": "option"
|
|
4534
|
-
}
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
"hasDynamicHelp": false,
|
|
4707
|
+
"hiddenAliases": [],
|
|
4708
|
+
"id": "execution:logs",
|
|
4709
|
+
"pluginAlias": "@proletariat/cli",
|
|
4710
|
+
"pluginName": "@proletariat/cli",
|
|
4711
|
+
"pluginType": "core",
|
|
4712
|
+
"strict": true,
|
|
4713
|
+
"isESM": true,
|
|
4714
|
+
"relativePath": [
|
|
4715
|
+
"dist",
|
|
4716
|
+
"commands",
|
|
4717
|
+
"execution",
|
|
4718
|
+
"logs.js"
|
|
4719
|
+
]
|
|
4720
|
+
},
|
|
4721
|
+
"execution:stop": {
|
|
4722
|
+
"aliases": [],
|
|
4723
|
+
"args": {
|
|
4724
|
+
"id": {
|
|
4725
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
4726
|
+
"name": "id",
|
|
4727
|
+
"required": false
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
"description": "Stop running execution(s)",
|
|
4731
|
+
"examples": [
|
|
4732
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4733
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
4734
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
4735
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
4736
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
4737
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4738
|
+
],
|
|
4739
|
+
"flags": {
|
|
4740
|
+
"project": {
|
|
4741
|
+
"char": "P",
|
|
4742
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4743
|
+
"name": "project",
|
|
4539
4744
|
"hasDynamicHelp": false,
|
|
4540
4745
|
"multiple": false,
|
|
4541
4746
|
"type": "option"
|
|
4542
4747
|
},
|
|
4543
|
-
"
|
|
4544
|
-
"
|
|
4545
|
-
"
|
|
4546
|
-
"
|
|
4748
|
+
"json": {
|
|
4749
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4750
|
+
"name": "json",
|
|
4751
|
+
"allowNo": false,
|
|
4752
|
+
"type": "boolean"
|
|
4753
|
+
},
|
|
4754
|
+
"machine": {
|
|
4755
|
+
"char": "m",
|
|
4756
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4757
|
+
"name": "machine",
|
|
4758
|
+
"allowNo": false,
|
|
4759
|
+
"type": "boolean"
|
|
4760
|
+
},
|
|
4761
|
+
"force": {
|
|
4762
|
+
"char": "f",
|
|
4763
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
4764
|
+
"name": "force",
|
|
4765
|
+
"allowNo": false,
|
|
4766
|
+
"type": "boolean"
|
|
4767
|
+
},
|
|
4768
|
+
"all": {
|
|
4769
|
+
"description": "Stop all running executions",
|
|
4770
|
+
"name": "all",
|
|
4771
|
+
"allowNo": false,
|
|
4772
|
+
"type": "boolean"
|
|
4773
|
+
},
|
|
4774
|
+
"agent": {
|
|
4775
|
+
"char": "a",
|
|
4776
|
+
"description": "Stop all executions for a specific agent",
|
|
4777
|
+
"name": "agent",
|
|
4547
4778
|
"hasDynamicHelp": false,
|
|
4548
4779
|
"multiple": false,
|
|
4549
|
-
"options": [
|
|
4550
|
-
"bug",
|
|
4551
|
-
"feature",
|
|
4552
|
-
"general"
|
|
4553
|
-
],
|
|
4554
4780
|
"type": "option"
|
|
4555
4781
|
}
|
|
4556
4782
|
},
|
|
4557
4783
|
"hasDynamicHelp": false,
|
|
4558
4784
|
"hiddenAliases": [],
|
|
4559
|
-
"id": "
|
|
4785
|
+
"id": "execution:stop",
|
|
4560
4786
|
"pluginAlias": "@proletariat/cli",
|
|
4561
4787
|
"pluginName": "@proletariat/cli",
|
|
4562
4788
|
"pluginType": "core",
|
|
@@ -4565,25 +4791,33 @@
|
|
|
4565
4791
|
"relativePath": [
|
|
4566
4792
|
"dist",
|
|
4567
4793
|
"commands",
|
|
4568
|
-
"
|
|
4569
|
-
"
|
|
4794
|
+
"execution",
|
|
4795
|
+
"stop.js"
|
|
4570
4796
|
]
|
|
4571
4797
|
},
|
|
4572
|
-
"
|
|
4798
|
+
"execution:view": {
|
|
4573
4799
|
"aliases": [],
|
|
4574
4800
|
"args": {
|
|
4575
|
-
"
|
|
4576
|
-
"description": "
|
|
4577
|
-
"name": "
|
|
4578
|
-
"required":
|
|
4801
|
+
"id": {
|
|
4802
|
+
"description": "Execution ID - prompts if not provided",
|
|
4803
|
+
"name": "id",
|
|
4804
|
+
"required": false
|
|
4579
4805
|
}
|
|
4580
4806
|
},
|
|
4581
|
-
"description": "View details of a specific
|
|
4807
|
+
"description": "View details of a specific execution",
|
|
4582
4808
|
"examples": [
|
|
4583
|
-
"<%= config.bin %> <%= command.id %>
|
|
4584
|
-
"<%= config.bin %> <%= command.id %>
|
|
4809
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4810
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4585
4811
|
],
|
|
4586
4812
|
"flags": {
|
|
4813
|
+
"project": {
|
|
4814
|
+
"char": "P",
|
|
4815
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4816
|
+
"name": "project",
|
|
4817
|
+
"hasDynamicHelp": false,
|
|
4818
|
+
"multiple": false,
|
|
4819
|
+
"type": "option"
|
|
4820
|
+
},
|
|
4587
4821
|
"json": {
|
|
4588
4822
|
"description": "Output as JSON for AI agents/scripts",
|
|
4589
4823
|
"name": "json",
|
|
@@ -4600,17 +4834,16 @@
|
|
|
4600
4834
|
},
|
|
4601
4835
|
"hasDynamicHelp": false,
|
|
4602
4836
|
"hiddenAliases": [],
|
|
4603
|
-
"id": "
|
|
4837
|
+
"id": "execution:view",
|
|
4604
4838
|
"pluginAlias": "@proletariat/cli",
|
|
4605
4839
|
"pluginName": "@proletariat/cli",
|
|
4606
4840
|
"pluginType": "core",
|
|
4607
4841
|
"strict": true,
|
|
4608
|
-
"enableJsonFlag": false,
|
|
4609
4842
|
"isESM": true,
|
|
4610
4843
|
"relativePath": [
|
|
4611
4844
|
"dist",
|
|
4612
4845
|
"commands",
|
|
4613
|
-
"
|
|
4846
|
+
"execution",
|
|
4614
4847
|
"view.js"
|
|
4615
4848
|
]
|
|
4616
4849
|
},
|
|
@@ -5463,187 +5696,71 @@
|
|
|
5463
5696
|
"name": "spec",
|
|
5464
5697
|
"hasDynamicHelp": false,
|
|
5465
5698
|
"multiple": false,
|
|
5466
|
-
"type": "option"
|
|
5467
|
-
},
|
|
5468
|
-
"unlink-spec": {
|
|
5469
|
-
"description": "Remove spec link from epic",
|
|
5470
|
-
"name": "unlink-spec",
|
|
5471
|
-
"allowNo": false,
|
|
5472
|
-
"type": "boolean"
|
|
5473
|
-
},
|
|
5474
|
-
"reconcile": {
|
|
5475
|
-
"description": "How to handle spec mismatch: keep (keep ticket spec), epic (use epic spec), skip",
|
|
5476
|
-
"name": "reconcile",
|
|
5477
|
-
"hasDynamicHelp": false,
|
|
5478
|
-
"multiple": false,
|
|
5479
|
-
"options": [
|
|
5480
|
-
"keep",
|
|
5481
|
-
"epic",
|
|
5482
|
-
"skip"
|
|
5483
|
-
],
|
|
5484
|
-
"type": "option"
|
|
5485
|
-
},
|
|
5486
|
-
"inherit-spec": {
|
|
5487
|
-
"description": "Inherit spec from epic when ticket has no spec",
|
|
5488
|
-
"name": "inherit-spec",
|
|
5489
|
-
"allowNo": true,
|
|
5490
|
-
"type": "boolean"
|
|
5491
|
-
}
|
|
5492
|
-
},
|
|
5493
|
-
"hasDynamicHelp": false,
|
|
5494
|
-
"hiddenAliases": [],
|
|
5495
|
-
"id": "epic:ticket",
|
|
5496
|
-
"pluginAlias": "@proletariat/cli",
|
|
5497
|
-
"pluginName": "@proletariat/cli",
|
|
5498
|
-
"pluginType": "core",
|
|
5499
|
-
"strict": false,
|
|
5500
|
-
"isESM": true,
|
|
5501
|
-
"relativePath": [
|
|
5502
|
-
"dist",
|
|
5503
|
-
"commands",
|
|
5504
|
-
"epic",
|
|
5505
|
-
"ticket.js"
|
|
5506
|
-
]
|
|
5507
|
-
},
|
|
5508
|
-
"epic:view": {
|
|
5509
|
-
"aliases": [],
|
|
5510
|
-
"args": {
|
|
5511
|
-
"id": {
|
|
5512
|
-
"description": "Epic ID",
|
|
5513
|
-
"name": "id",
|
|
5514
|
-
"required": false
|
|
5515
|
-
}
|
|
5516
|
-
},
|
|
5517
|
-
"description": "View epic details and linked tickets",
|
|
5518
|
-
"examples": [
|
|
5519
|
-
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
5520
|
-
"<%= config.bin %> <%= command.id %>"
|
|
5521
|
-
],
|
|
5522
|
-
"flags": {
|
|
5523
|
-
"project": {
|
|
5524
|
-
"char": "P",
|
|
5525
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
5526
|
-
"name": "project",
|
|
5527
|
-
"hasDynamicHelp": false,
|
|
5528
|
-
"multiple": false,
|
|
5529
|
-
"type": "option"
|
|
5530
|
-
},
|
|
5531
|
-
"json": {
|
|
5532
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5533
|
-
"name": "json",
|
|
5534
|
-
"allowNo": false,
|
|
5535
|
-
"type": "boolean"
|
|
5536
|
-
},
|
|
5537
|
-
"machine": {
|
|
5538
|
-
"char": "m",
|
|
5539
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5540
|
-
"name": "machine",
|
|
5541
|
-
"allowNo": false,
|
|
5542
|
-
"type": "boolean"
|
|
5543
|
-
}
|
|
5544
|
-
},
|
|
5545
|
-
"hasDynamicHelp": false,
|
|
5546
|
-
"hiddenAliases": [],
|
|
5547
|
-
"id": "epic:view",
|
|
5548
|
-
"pluginAlias": "@proletariat/cli",
|
|
5549
|
-
"pluginName": "@proletariat/cli",
|
|
5550
|
-
"pluginType": "core",
|
|
5551
|
-
"strict": true,
|
|
5552
|
-
"isESM": true,
|
|
5553
|
-
"relativePath": [
|
|
5554
|
-
"dist",
|
|
5555
|
-
"commands",
|
|
5556
|
-
"epic",
|
|
5557
|
-
"view.js"
|
|
5558
|
-
]
|
|
5559
|
-
},
|
|
5560
|
-
"gh": {
|
|
5561
|
-
"aliases": [],
|
|
5562
|
-
"args": {},
|
|
5563
|
-
"description": "GitHub CLI setup and status for PR workflow",
|
|
5564
|
-
"examples": [
|
|
5565
|
-
"<%= config.bin %> <%= command.id %>",
|
|
5566
|
-
"<%= config.bin %> <%= command.id %> status",
|
|
5567
|
-
"<%= config.bin %> <%= command.id %> login",
|
|
5568
|
-
"<%= config.bin %> <%= command.id %> token"
|
|
5569
|
-
],
|
|
5570
|
-
"flags": {
|
|
5571
|
-
"json": {
|
|
5572
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5573
|
-
"name": "json",
|
|
5574
|
-
"allowNo": false,
|
|
5575
|
-
"type": "boolean"
|
|
5576
|
-
},
|
|
5577
|
-
"machine": {
|
|
5578
|
-
"char": "m",
|
|
5579
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5580
|
-
"name": "machine",
|
|
5581
|
-
"allowNo": false,
|
|
5582
|
-
"type": "boolean"
|
|
5583
|
-
}
|
|
5584
|
-
},
|
|
5585
|
-
"hasDynamicHelp": false,
|
|
5586
|
-
"hiddenAliases": [],
|
|
5587
|
-
"id": "gh",
|
|
5588
|
-
"pluginAlias": "@proletariat/cli",
|
|
5589
|
-
"pluginName": "@proletariat/cli",
|
|
5590
|
-
"pluginType": "core",
|
|
5591
|
-
"strict": true,
|
|
5592
|
-
"enableJsonFlag": false,
|
|
5593
|
-
"isESM": true,
|
|
5594
|
-
"relativePath": [
|
|
5595
|
-
"dist",
|
|
5596
|
-
"commands",
|
|
5597
|
-
"gh",
|
|
5598
|
-
"index.js"
|
|
5599
|
-
]
|
|
5600
|
-
},
|
|
5601
|
-
"gh:login": {
|
|
5602
|
-
"aliases": [],
|
|
5603
|
-
"args": {},
|
|
5604
|
-
"description": "Login to GitHub CLI for PR workflow",
|
|
5605
|
-
"examples": [
|
|
5606
|
-
"<%= config.bin %> <%= command.id %>"
|
|
5607
|
-
],
|
|
5608
|
-
"flags": {
|
|
5609
|
-
"json": {
|
|
5610
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5611
|
-
"name": "json",
|
|
5699
|
+
"type": "option"
|
|
5700
|
+
},
|
|
5701
|
+
"unlink-spec": {
|
|
5702
|
+
"description": "Remove spec link from epic",
|
|
5703
|
+
"name": "unlink-spec",
|
|
5612
5704
|
"allowNo": false,
|
|
5613
5705
|
"type": "boolean"
|
|
5614
5706
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"
|
|
5617
|
-
"
|
|
5618
|
-
"
|
|
5619
|
-
"
|
|
5707
|
+
"reconcile": {
|
|
5708
|
+
"description": "How to handle spec mismatch: keep (keep ticket spec), epic (use epic spec), skip",
|
|
5709
|
+
"name": "reconcile",
|
|
5710
|
+
"hasDynamicHelp": false,
|
|
5711
|
+
"multiple": false,
|
|
5712
|
+
"options": [
|
|
5713
|
+
"keep",
|
|
5714
|
+
"epic",
|
|
5715
|
+
"skip"
|
|
5716
|
+
],
|
|
5717
|
+
"type": "option"
|
|
5718
|
+
},
|
|
5719
|
+
"inherit-spec": {
|
|
5720
|
+
"description": "Inherit spec from epic when ticket has no spec",
|
|
5721
|
+
"name": "inherit-spec",
|
|
5722
|
+
"allowNo": true,
|
|
5620
5723
|
"type": "boolean"
|
|
5621
5724
|
}
|
|
5622
5725
|
},
|
|
5623
5726
|
"hasDynamicHelp": false,
|
|
5624
5727
|
"hiddenAliases": [],
|
|
5625
|
-
"id": "
|
|
5728
|
+
"id": "epic:ticket",
|
|
5626
5729
|
"pluginAlias": "@proletariat/cli",
|
|
5627
5730
|
"pluginName": "@proletariat/cli",
|
|
5628
5731
|
"pluginType": "core",
|
|
5629
|
-
"strict":
|
|
5630
|
-
"enableJsonFlag": false,
|
|
5732
|
+
"strict": false,
|
|
5631
5733
|
"isESM": true,
|
|
5632
5734
|
"relativePath": [
|
|
5633
5735
|
"dist",
|
|
5634
5736
|
"commands",
|
|
5635
|
-
"
|
|
5636
|
-
"
|
|
5737
|
+
"epic",
|
|
5738
|
+
"ticket.js"
|
|
5637
5739
|
]
|
|
5638
5740
|
},
|
|
5639
|
-
"
|
|
5741
|
+
"epic:view": {
|
|
5640
5742
|
"aliases": [],
|
|
5641
|
-
"args": {
|
|
5642
|
-
|
|
5743
|
+
"args": {
|
|
5744
|
+
"id": {
|
|
5745
|
+
"description": "Epic ID",
|
|
5746
|
+
"name": "id",
|
|
5747
|
+
"required": false
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
"description": "View epic details and linked tickets",
|
|
5643
5751
|
"examples": [
|
|
5752
|
+
"<%= config.bin %> <%= command.id %> EPIC-001",
|
|
5644
5753
|
"<%= config.bin %> <%= command.id %>"
|
|
5645
5754
|
],
|
|
5646
5755
|
"flags": {
|
|
5756
|
+
"project": {
|
|
5757
|
+
"char": "P",
|
|
5758
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5759
|
+
"name": "project",
|
|
5760
|
+
"hasDynamicHelp": false,
|
|
5761
|
+
"multiple": false,
|
|
5762
|
+
"type": "option"
|
|
5763
|
+
},
|
|
5647
5764
|
"json": {
|
|
5648
5765
|
"description": "Output as JSON for AI agents/scripts",
|
|
5649
5766
|
"name": "json",
|
|
@@ -5660,26 +5777,26 @@
|
|
|
5660
5777
|
},
|
|
5661
5778
|
"hasDynamicHelp": false,
|
|
5662
5779
|
"hiddenAliases": [],
|
|
5663
|
-
"id": "
|
|
5780
|
+
"id": "epic:view",
|
|
5664
5781
|
"pluginAlias": "@proletariat/cli",
|
|
5665
5782
|
"pluginName": "@proletariat/cli",
|
|
5666
5783
|
"pluginType": "core",
|
|
5667
5784
|
"strict": true,
|
|
5668
|
-
"enableJsonFlag": false,
|
|
5669
5785
|
"isESM": true,
|
|
5670
5786
|
"relativePath": [
|
|
5671
5787
|
"dist",
|
|
5672
5788
|
"commands",
|
|
5673
|
-
"
|
|
5674
|
-
"
|
|
5789
|
+
"epic",
|
|
5790
|
+
"view.js"
|
|
5675
5791
|
]
|
|
5676
5792
|
},
|
|
5677
|
-
"
|
|
5793
|
+
"feedback": {
|
|
5678
5794
|
"aliases": [],
|
|
5679
5795
|
"args": {},
|
|
5680
|
-
"description": "
|
|
5796
|
+
"description": "Interactive menu for feedback and issue operations",
|
|
5681
5797
|
"examples": [
|
|
5682
|
-
"<%= config.bin %> <%= command.id %>"
|
|
5798
|
+
"<%= config.bin %> <%= command.id %>",
|
|
5799
|
+
"<%= config.bin %> <%= command.id %> --action submit"
|
|
5683
5800
|
],
|
|
5684
5801
|
"flags": {
|
|
5685
5802
|
"json": {
|
|
@@ -5694,11 +5811,24 @@
|
|
|
5694
5811
|
"name": "machine",
|
|
5695
5812
|
"allowNo": false,
|
|
5696
5813
|
"type": "boolean"
|
|
5814
|
+
},
|
|
5815
|
+
"action": {
|
|
5816
|
+
"char": "a",
|
|
5817
|
+
"description": "Action to perform (submit, list, view)",
|
|
5818
|
+
"name": "action",
|
|
5819
|
+
"hasDynamicHelp": false,
|
|
5820
|
+
"multiple": false,
|
|
5821
|
+
"options": [
|
|
5822
|
+
"submit",
|
|
5823
|
+
"list",
|
|
5824
|
+
"view"
|
|
5825
|
+
],
|
|
5826
|
+
"type": "option"
|
|
5697
5827
|
}
|
|
5698
5828
|
},
|
|
5699
5829
|
"hasDynamicHelp": false,
|
|
5700
5830
|
"hiddenAliases": [],
|
|
5701
|
-
"id": "
|
|
5831
|
+
"id": "feedback",
|
|
5702
5832
|
"pluginAlias": "@proletariat/cli",
|
|
5703
5833
|
"pluginName": "@proletariat/cli",
|
|
5704
5834
|
"pluginType": "core",
|
|
@@ -5708,32 +5838,21 @@
|
|
|
5708
5838
|
"relativePath": [
|
|
5709
5839
|
"dist",
|
|
5710
5840
|
"commands",
|
|
5711
|
-
"
|
|
5712
|
-
"
|
|
5841
|
+
"feedback",
|
|
5842
|
+
"index.js"
|
|
5713
5843
|
]
|
|
5714
5844
|
},
|
|
5715
|
-
"
|
|
5845
|
+
"feedback:list": {
|
|
5716
5846
|
"aliases": [],
|
|
5717
5847
|
"args": {},
|
|
5718
|
-
"description": "
|
|
5848
|
+
"description": "List recent feedback issues from the repository",
|
|
5719
5849
|
"examples": [
|
|
5720
|
-
"<%= config.bin %>
|
|
5721
|
-
"<%= config.bin %>
|
|
5722
|
-
"<%= config.bin %>
|
|
5723
|
-
"<%= config.bin %>
|
|
5724
|
-
"<%= config.bin %> execution config --set outputMode interactive",
|
|
5725
|
-
"<%= config.bin %> execution config --set permissionMode safe",
|
|
5726
|
-
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
5850
|
+
"<%= config.bin %> <%= command.id %>",
|
|
5851
|
+
"<%= config.bin %> <%= command.id %> --category bug",
|
|
5852
|
+
"<%= config.bin %> <%= command.id %> --state closed --limit 10",
|
|
5853
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
5727
5854
|
],
|
|
5728
5855
|
"flags": {
|
|
5729
|
-
"project": {
|
|
5730
|
-
"char": "P",
|
|
5731
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
5732
|
-
"name": "project",
|
|
5733
|
-
"hasDynamicHelp": false,
|
|
5734
|
-
"multiple": false,
|
|
5735
|
-
"type": "option"
|
|
5736
|
-
},
|
|
5737
5856
|
"json": {
|
|
5738
5857
|
"description": "Output as JSON for AI agents/scripts",
|
|
5739
5858
|
"name": "json",
|
|
@@ -5747,24 +5866,38 @@
|
|
|
5747
5866
|
"allowNo": false,
|
|
5748
5867
|
"type": "boolean"
|
|
5749
5868
|
},
|
|
5750
|
-
"
|
|
5869
|
+
"category": {
|
|
5870
|
+
"char": "c",
|
|
5871
|
+
"description": "Filter by category (bug, feature, general)",
|
|
5872
|
+
"name": "category",
|
|
5873
|
+
"hasDynamicHelp": false,
|
|
5874
|
+
"multiple": false,
|
|
5875
|
+
"options": [
|
|
5876
|
+
"bug",
|
|
5877
|
+
"feature",
|
|
5878
|
+
"general"
|
|
5879
|
+
],
|
|
5880
|
+
"type": "option"
|
|
5881
|
+
},
|
|
5882
|
+
"state": {
|
|
5751
5883
|
"char": "s",
|
|
5752
|
-
"description": "
|
|
5753
|
-
"name": "
|
|
5884
|
+
"description": "Filter by state",
|
|
5885
|
+
"name": "state",
|
|
5886
|
+
"default": "open",
|
|
5754
5887
|
"hasDynamicHelp": false,
|
|
5755
|
-
"multiple":
|
|
5888
|
+
"multiple": false,
|
|
5889
|
+
"options": [
|
|
5890
|
+
"open",
|
|
5891
|
+
"closed",
|
|
5892
|
+
"all"
|
|
5893
|
+
],
|
|
5756
5894
|
"type": "option"
|
|
5757
5895
|
},
|
|
5758
|
-
"
|
|
5896
|
+
"limit": {
|
|
5759
5897
|
"char": "l",
|
|
5760
|
-
"description": "
|
|
5761
|
-
"name": "
|
|
5762
|
-
"
|
|
5763
|
-
"type": "boolean"
|
|
5764
|
-
},
|
|
5765
|
-
"setting": {
|
|
5766
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
5767
|
-
"name": "setting",
|
|
5898
|
+
"description": "Maximum number of issues to show",
|
|
5899
|
+
"name": "limit",
|
|
5900
|
+
"default": 20,
|
|
5768
5901
|
"hasDynamicHelp": false,
|
|
5769
5902
|
"multiple": false,
|
|
5770
5903
|
"type": "option"
|
|
@@ -5772,38 +5905,30 @@
|
|
|
5772
5905
|
},
|
|
5773
5906
|
"hasDynamicHelp": false,
|
|
5774
5907
|
"hiddenAliases": [],
|
|
5775
|
-
"id": "
|
|
5908
|
+
"id": "feedback:list",
|
|
5776
5909
|
"pluginAlias": "@proletariat/cli",
|
|
5777
5910
|
"pluginName": "@proletariat/cli",
|
|
5778
5911
|
"pluginType": "core",
|
|
5779
5912
|
"strict": true,
|
|
5913
|
+
"enableJsonFlag": false,
|
|
5780
5914
|
"isESM": true,
|
|
5781
5915
|
"relativePath": [
|
|
5782
5916
|
"dist",
|
|
5783
5917
|
"commands",
|
|
5784
|
-
"
|
|
5785
|
-
"
|
|
5918
|
+
"feedback",
|
|
5919
|
+
"list.js"
|
|
5786
5920
|
]
|
|
5787
5921
|
},
|
|
5788
|
-
"
|
|
5922
|
+
"feedback:submit": {
|
|
5789
5923
|
"aliases": [],
|
|
5790
5924
|
"args": {},
|
|
5791
|
-
"description": "
|
|
5925
|
+
"description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
|
|
5792
5926
|
"examples": [
|
|
5793
5927
|
"<%= config.bin %> <%= command.id %>",
|
|
5794
|
-
"<%= config.bin %> <%= command.id %>
|
|
5795
|
-
"<%= config.bin %> <%= command.id %>
|
|
5796
|
-
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
5928
|
+
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
5929
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
5797
5930
|
],
|
|
5798
5931
|
"flags": {
|
|
5799
|
-
"project": {
|
|
5800
|
-
"char": "P",
|
|
5801
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
5802
|
-
"name": "project",
|
|
5803
|
-
"hasDynamicHelp": false,
|
|
5804
|
-
"multiple": false,
|
|
5805
|
-
"type": "option"
|
|
5806
|
-
},
|
|
5807
5932
|
"json": {
|
|
5808
5933
|
"description": "Output as JSON for AI agents/scripts",
|
|
5809
5934
|
"name": "json",
|
|
@@ -5816,11 +5941,40 @@
|
|
|
5816
5941
|
"name": "machine",
|
|
5817
5942
|
"allowNo": false,
|
|
5818
5943
|
"type": "boolean"
|
|
5944
|
+
},
|
|
5945
|
+
"title": {
|
|
5946
|
+
"char": "t",
|
|
5947
|
+
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
5948
|
+
"name": "title",
|
|
5949
|
+
"hasDynamicHelp": false,
|
|
5950
|
+
"multiple": false,
|
|
5951
|
+
"type": "option"
|
|
5952
|
+
},
|
|
5953
|
+
"body": {
|
|
5954
|
+
"char": "b",
|
|
5955
|
+
"description": "Issue description [required for non-interactive]",
|
|
5956
|
+
"name": "body",
|
|
5957
|
+
"hasDynamicHelp": false,
|
|
5958
|
+
"multiple": false,
|
|
5959
|
+
"type": "option"
|
|
5960
|
+
},
|
|
5961
|
+
"category": {
|
|
5962
|
+
"char": "c",
|
|
5963
|
+
"description": "Feedback category",
|
|
5964
|
+
"name": "category",
|
|
5965
|
+
"hasDynamicHelp": false,
|
|
5966
|
+
"multiple": false,
|
|
5967
|
+
"options": [
|
|
5968
|
+
"bug",
|
|
5969
|
+
"feature",
|
|
5970
|
+
"general"
|
|
5971
|
+
],
|
|
5972
|
+
"type": "option"
|
|
5819
5973
|
}
|
|
5820
5974
|
},
|
|
5821
5975
|
"hasDynamicHelp": false,
|
|
5822
5976
|
"hiddenAliases": [],
|
|
5823
|
-
"id": "
|
|
5977
|
+
"id": "feedback:submit",
|
|
5824
5978
|
"pluginAlias": "@proletariat/cli",
|
|
5825
5979
|
"pluginName": "@proletariat/cli",
|
|
5826
5980
|
"pluginType": "core",
|
|
@@ -5829,105 +5983,66 @@
|
|
|
5829
5983
|
"relativePath": [
|
|
5830
5984
|
"dist",
|
|
5831
5985
|
"commands",
|
|
5832
|
-
"
|
|
5833
|
-
"
|
|
5986
|
+
"feedback",
|
|
5987
|
+
"submit.js"
|
|
5834
5988
|
]
|
|
5835
5989
|
},
|
|
5836
|
-
"
|
|
5990
|
+
"feedback:view": {
|
|
5837
5991
|
"aliases": [],
|
|
5838
5992
|
"args": {
|
|
5839
|
-
"
|
|
5840
|
-
"description": "
|
|
5841
|
-
"name": "
|
|
5842
|
-
"required":
|
|
5993
|
+
"number": {
|
|
5994
|
+
"description": "Issue number to view",
|
|
5995
|
+
"name": "number",
|
|
5996
|
+
"required": true
|
|
5843
5997
|
}
|
|
5844
5998
|
},
|
|
5845
|
-
"description": "
|
|
5999
|
+
"description": "View details of a specific feedback issue",
|
|
5846
6000
|
"examples": [
|
|
5847
|
-
"<%= config.bin %> <%= command.id %>
|
|
5848
|
-
"<%= config.bin %> <%= command.id %>
|
|
5849
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
5850
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
5851
|
-
"<%= config.bin %> <%= command.id %> --all --force",
|
|
5852
|
-
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
6001
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
6002
|
+
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
5853
6003
|
],
|
|
5854
6004
|
"flags": {
|
|
5855
|
-
"
|
|
5856
|
-
"
|
|
5857
|
-
"
|
|
5858
|
-
"name": "project",
|
|
5859
|
-
"hasDynamicHelp": false,
|
|
5860
|
-
"multiple": false,
|
|
5861
|
-
"type": "option"
|
|
5862
|
-
},
|
|
5863
|
-
"json": {
|
|
5864
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5865
|
-
"name": "json",
|
|
5866
|
-
"allowNo": false,
|
|
5867
|
-
"type": "boolean"
|
|
5868
|
-
},
|
|
5869
|
-
"machine": {
|
|
5870
|
-
"char": "m",
|
|
5871
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5872
|
-
"name": "machine",
|
|
5873
|
-
"allowNo": false,
|
|
5874
|
-
"type": "boolean"
|
|
5875
|
-
},
|
|
5876
|
-
"force": {
|
|
5877
|
-
"char": "f",
|
|
5878
|
-
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
5879
|
-
"name": "force",
|
|
6005
|
+
"json": {
|
|
6006
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6007
|
+
"name": "json",
|
|
5880
6008
|
"allowNo": false,
|
|
5881
6009
|
"type": "boolean"
|
|
5882
6010
|
},
|
|
5883
|
-
"
|
|
5884
|
-
"
|
|
5885
|
-
"
|
|
6011
|
+
"machine": {
|
|
6012
|
+
"char": "m",
|
|
6013
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6014
|
+
"name": "machine",
|
|
5886
6015
|
"allowNo": false,
|
|
5887
6016
|
"type": "boolean"
|
|
5888
|
-
},
|
|
5889
|
-
"agent": {
|
|
5890
|
-
"char": "a",
|
|
5891
|
-
"description": "Stop all executions for a specific agent",
|
|
5892
|
-
"name": "agent",
|
|
5893
|
-
"hasDynamicHelp": false,
|
|
5894
|
-
"multiple": false,
|
|
5895
|
-
"type": "option"
|
|
5896
6017
|
}
|
|
5897
6018
|
},
|
|
5898
6019
|
"hasDynamicHelp": false,
|
|
5899
6020
|
"hiddenAliases": [],
|
|
5900
|
-
"id": "
|
|
6021
|
+
"id": "feedback:view",
|
|
5901
6022
|
"pluginAlias": "@proletariat/cli",
|
|
5902
6023
|
"pluginName": "@proletariat/cli",
|
|
5903
6024
|
"pluginType": "core",
|
|
6025
|
+
"strict": true,
|
|
6026
|
+
"enableJsonFlag": false,
|
|
5904
6027
|
"isESM": true,
|
|
5905
6028
|
"relativePath": [
|
|
5906
6029
|
"dist",
|
|
5907
6030
|
"commands",
|
|
5908
|
-
"
|
|
5909
|
-
"
|
|
6031
|
+
"feedback",
|
|
6032
|
+
"view.js"
|
|
5910
6033
|
]
|
|
5911
6034
|
},
|
|
5912
|
-
"
|
|
6035
|
+
"gh": {
|
|
5913
6036
|
"aliases": [],
|
|
5914
6037
|
"args": {},
|
|
5915
|
-
"description": "
|
|
6038
|
+
"description": "GitHub CLI setup and status for PR workflow",
|
|
5916
6039
|
"examples": [
|
|
5917
6040
|
"<%= config.bin %> <%= command.id %>",
|
|
5918
|
-
"<%= config.bin %> <%= command.id %>
|
|
5919
|
-
"<%= config.bin %> <%= command.id %>
|
|
5920
|
-
"<%= config.bin %> <%= command.id %>
|
|
6041
|
+
"<%= config.bin %> <%= command.id %> status",
|
|
6042
|
+
"<%= config.bin %> <%= command.id %> login",
|
|
6043
|
+
"<%= config.bin %> <%= command.id %> token"
|
|
5921
6044
|
],
|
|
5922
6045
|
"flags": {
|
|
5923
|
-
"project": {
|
|
5924
|
-
"char": "P",
|
|
5925
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
5926
|
-
"name": "project",
|
|
5927
|
-
"hasDynamicHelp": false,
|
|
5928
|
-
"multiple": false,
|
|
5929
|
-
"type": "option"
|
|
5930
|
-
},
|
|
5931
6046
|
"json": {
|
|
5932
6047
|
"description": "Output as JSON for AI agents/scripts",
|
|
5933
6048
|
"name": "json",
|
|
@@ -5940,80 +6055,32 @@
|
|
|
5940
6055
|
"name": "machine",
|
|
5941
6056
|
"allowNo": false,
|
|
5942
6057
|
"type": "boolean"
|
|
5943
|
-
},
|
|
5944
|
-
"status": {
|
|
5945
|
-
"char": "s",
|
|
5946
|
-
"description": "Filter by status",
|
|
5947
|
-
"name": "status",
|
|
5948
|
-
"hasDynamicHelp": false,
|
|
5949
|
-
"multiple": false,
|
|
5950
|
-
"options": [
|
|
5951
|
-
"starting",
|
|
5952
|
-
"running",
|
|
5953
|
-
"completed",
|
|
5954
|
-
"failed",
|
|
5955
|
-
"stopped"
|
|
5956
|
-
],
|
|
5957
|
-
"type": "option"
|
|
5958
|
-
},
|
|
5959
|
-
"agent": {
|
|
5960
|
-
"char": "a",
|
|
5961
|
-
"description": "Filter by agent name",
|
|
5962
|
-
"name": "agent",
|
|
5963
|
-
"hasDynamicHelp": false,
|
|
5964
|
-
"multiple": false,
|
|
5965
|
-
"type": "option"
|
|
5966
|
-
},
|
|
5967
|
-
"limit": {
|
|
5968
|
-
"char": "l",
|
|
5969
|
-
"description": "Number of results",
|
|
5970
|
-
"name": "limit",
|
|
5971
|
-
"default": 20,
|
|
5972
|
-
"hasDynamicHelp": false,
|
|
5973
|
-
"multiple": false,
|
|
5974
|
-
"type": "option"
|
|
5975
6058
|
}
|
|
5976
6059
|
},
|
|
5977
6060
|
"hasDynamicHelp": false,
|
|
5978
6061
|
"hiddenAliases": [],
|
|
5979
|
-
"id": "
|
|
6062
|
+
"id": "gh",
|
|
5980
6063
|
"pluginAlias": "@proletariat/cli",
|
|
5981
6064
|
"pluginName": "@proletariat/cli",
|
|
5982
6065
|
"pluginType": "core",
|
|
5983
6066
|
"strict": true,
|
|
6067
|
+
"enableJsonFlag": false,
|
|
5984
6068
|
"isESM": true,
|
|
5985
6069
|
"relativePath": [
|
|
5986
6070
|
"dist",
|
|
5987
6071
|
"commands",
|
|
5988
|
-
"
|
|
5989
|
-
"
|
|
6072
|
+
"gh",
|
|
6073
|
+
"index.js"
|
|
5990
6074
|
]
|
|
5991
6075
|
},
|
|
5992
|
-
"
|
|
6076
|
+
"gh:login": {
|
|
5993
6077
|
"aliases": [],
|
|
5994
|
-
"args": {
|
|
5995
|
-
|
|
5996
|
-
"description": "Execution ID - prompts if not provided",
|
|
5997
|
-
"name": "id",
|
|
5998
|
-
"required": false
|
|
5999
|
-
}
|
|
6000
|
-
},
|
|
6001
|
-
"description": "View execution logs",
|
|
6078
|
+
"args": {},
|
|
6079
|
+
"description": "Login to GitHub CLI for PR workflow",
|
|
6002
6080
|
"examples": [
|
|
6003
|
-
"<%= config.bin %> <%= command.id %>
|
|
6004
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
6005
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
6006
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
6081
|
+
"<%= config.bin %> <%= command.id %>"
|
|
6007
6082
|
],
|
|
6008
6083
|
"flags": {
|
|
6009
|
-
"project": {
|
|
6010
|
-
"char": "P",
|
|
6011
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
6012
|
-
"name": "project",
|
|
6013
|
-
"hasDynamicHelp": false,
|
|
6014
|
-
"multiple": false,
|
|
6015
|
-
"type": "option"
|
|
6016
|
-
},
|
|
6017
6084
|
"json": {
|
|
6018
6085
|
"description": "Output as JSON for AI agents/scripts",
|
|
6019
6086
|
"name": "json",
|
|
@@ -6026,65 +6093,32 @@
|
|
|
6026
6093
|
"name": "machine",
|
|
6027
6094
|
"allowNo": false,
|
|
6028
6095
|
"type": "boolean"
|
|
6029
|
-
},
|
|
6030
|
-
"follow": {
|
|
6031
|
-
"char": "f",
|
|
6032
|
-
"description": "Stream logs in real-time",
|
|
6033
|
-
"name": "follow",
|
|
6034
|
-
"allowNo": false,
|
|
6035
|
-
"type": "boolean"
|
|
6036
|
-
},
|
|
6037
|
-
"tail": {
|
|
6038
|
-
"char": "n",
|
|
6039
|
-
"description": "Show last n lines",
|
|
6040
|
-
"name": "tail",
|
|
6041
|
-
"hasDynamicHelp": false,
|
|
6042
|
-
"multiple": false,
|
|
6043
|
-
"type": "option"
|
|
6044
6096
|
}
|
|
6045
6097
|
},
|
|
6046
6098
|
"hasDynamicHelp": false,
|
|
6047
6099
|
"hiddenAliases": [],
|
|
6048
|
-
"id": "
|
|
6100
|
+
"id": "gh:login",
|
|
6049
6101
|
"pluginAlias": "@proletariat/cli",
|
|
6050
6102
|
"pluginName": "@proletariat/cli",
|
|
6051
6103
|
"pluginType": "core",
|
|
6052
6104
|
"strict": true,
|
|
6105
|
+
"enableJsonFlag": false,
|
|
6053
6106
|
"isESM": true,
|
|
6054
6107
|
"relativePath": [
|
|
6055
6108
|
"dist",
|
|
6056
6109
|
"commands",
|
|
6057
|
-
"
|
|
6058
|
-
"
|
|
6110
|
+
"gh",
|
|
6111
|
+
"login.js"
|
|
6059
6112
|
]
|
|
6060
6113
|
},
|
|
6061
|
-
"
|
|
6114
|
+
"gh:status": {
|
|
6062
6115
|
"aliases": [],
|
|
6063
|
-
"args": {
|
|
6064
|
-
|
|
6065
|
-
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
6066
|
-
"name": "id",
|
|
6067
|
-
"required": false
|
|
6068
|
-
}
|
|
6069
|
-
},
|
|
6070
|
-
"description": "Stop running execution(s)",
|
|
6116
|
+
"args": {},
|
|
6117
|
+
"description": "Check GitHub CLI status for PR workflow",
|
|
6071
6118
|
"examples": [
|
|
6072
|
-
"<%= config.bin %> <%= command.id %>
|
|
6073
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
6074
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
6075
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
6076
|
-
"<%= config.bin %> <%= command.id %> --all --force",
|
|
6077
|
-
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
6119
|
+
"<%= config.bin %> <%= command.id %>"
|
|
6078
6120
|
],
|
|
6079
6121
|
"flags": {
|
|
6080
|
-
"project": {
|
|
6081
|
-
"char": "P",
|
|
6082
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
6083
|
-
"name": "project",
|
|
6084
|
-
"hasDynamicHelp": false,
|
|
6085
|
-
"multiple": false,
|
|
6086
|
-
"type": "option"
|
|
6087
|
-
},
|
|
6088
6122
|
"json": {
|
|
6089
6123
|
"description": "Output as JSON for AI agents/scripts",
|
|
6090
6124
|
"name": "json",
|
|
@@ -6097,67 +6131,32 @@
|
|
|
6097
6131
|
"name": "machine",
|
|
6098
6132
|
"allowNo": false,
|
|
6099
6133
|
"type": "boolean"
|
|
6100
|
-
},
|
|
6101
|
-
"force": {
|
|
6102
|
-
"char": "f",
|
|
6103
|
-
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
6104
|
-
"name": "force",
|
|
6105
|
-
"allowNo": false,
|
|
6106
|
-
"type": "boolean"
|
|
6107
|
-
},
|
|
6108
|
-
"all": {
|
|
6109
|
-
"description": "Stop all running executions",
|
|
6110
|
-
"name": "all",
|
|
6111
|
-
"allowNo": false,
|
|
6112
|
-
"type": "boolean"
|
|
6113
|
-
},
|
|
6114
|
-
"agent": {
|
|
6115
|
-
"char": "a",
|
|
6116
|
-
"description": "Stop all executions for a specific agent",
|
|
6117
|
-
"name": "agent",
|
|
6118
|
-
"hasDynamicHelp": false,
|
|
6119
|
-
"multiple": false,
|
|
6120
|
-
"type": "option"
|
|
6121
6134
|
}
|
|
6122
6135
|
},
|
|
6123
6136
|
"hasDynamicHelp": false,
|
|
6124
6137
|
"hiddenAliases": [],
|
|
6125
|
-
"id": "
|
|
6138
|
+
"id": "gh:status",
|
|
6126
6139
|
"pluginAlias": "@proletariat/cli",
|
|
6127
6140
|
"pluginName": "@proletariat/cli",
|
|
6128
6141
|
"pluginType": "core",
|
|
6129
6142
|
"strict": true,
|
|
6143
|
+
"enableJsonFlag": false,
|
|
6130
6144
|
"isESM": true,
|
|
6131
6145
|
"relativePath": [
|
|
6132
6146
|
"dist",
|
|
6133
6147
|
"commands",
|
|
6134
|
-
"
|
|
6135
|
-
"
|
|
6148
|
+
"gh",
|
|
6149
|
+
"status.js"
|
|
6136
6150
|
]
|
|
6137
6151
|
},
|
|
6138
|
-
"
|
|
6152
|
+
"gh:token": {
|
|
6139
6153
|
"aliases": [],
|
|
6140
|
-
"args": {
|
|
6141
|
-
|
|
6142
|
-
"description": "Execution ID - prompts if not provided",
|
|
6143
|
-
"name": "id",
|
|
6144
|
-
"required": false
|
|
6145
|
-
}
|
|
6146
|
-
},
|
|
6147
|
-
"description": "View details of a specific execution",
|
|
6154
|
+
"args": {},
|
|
6155
|
+
"description": "Show GH_TOKEN setup for devcontainer PR creation",
|
|
6148
6156
|
"examples": [
|
|
6149
|
-
"<%= config.bin %> <%= command.id %>
|
|
6150
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
6157
|
+
"<%= config.bin %> <%= command.id %>"
|
|
6151
6158
|
],
|
|
6152
6159
|
"flags": {
|
|
6153
|
-
"project": {
|
|
6154
|
-
"char": "P",
|
|
6155
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
6156
|
-
"name": "project",
|
|
6157
|
-
"hasDynamicHelp": false,
|
|
6158
|
-
"multiple": false,
|
|
6159
|
-
"type": "option"
|
|
6160
|
-
},
|
|
6161
6160
|
"json": {
|
|
6162
6161
|
"description": "Output as JSON for AI agents/scripts",
|
|
6163
6162
|
"name": "json",
|
|
@@ -6174,17 +6173,18 @@
|
|
|
6174
6173
|
},
|
|
6175
6174
|
"hasDynamicHelp": false,
|
|
6176
6175
|
"hiddenAliases": [],
|
|
6177
|
-
"id": "
|
|
6176
|
+
"id": "gh:token",
|
|
6178
6177
|
"pluginAlias": "@proletariat/cli",
|
|
6179
6178
|
"pluginName": "@proletariat/cli",
|
|
6180
6179
|
"pluginType": "core",
|
|
6181
6180
|
"strict": true,
|
|
6181
|
+
"enableJsonFlag": false,
|
|
6182
6182
|
"isESM": true,
|
|
6183
6183
|
"relativePath": [
|
|
6184
6184
|
"dist",
|
|
6185
6185
|
"commands",
|
|
6186
|
-
"
|
|
6187
|
-
"
|
|
6186
|
+
"gh",
|
|
6187
|
+
"token.js"
|
|
6188
6188
|
]
|
|
6189
6189
|
},
|
|
6190
6190
|
"label:create": {
|
|
@@ -10774,16 +10774,68 @@
|
|
|
10774
10774
|
"multiple": false,
|
|
10775
10775
|
"type": "option"
|
|
10776
10776
|
},
|
|
10777
|
-
"default": {
|
|
10778
|
-
"description": "Set as the default roadmap",
|
|
10779
|
-
"name": "default",
|
|
10780
|
-
"allowNo": true,
|
|
10777
|
+
"default": {
|
|
10778
|
+
"description": "Set as the default roadmap",
|
|
10779
|
+
"name": "default",
|
|
10780
|
+
"allowNo": true,
|
|
10781
|
+
"type": "boolean"
|
|
10782
|
+
}
|
|
10783
|
+
},
|
|
10784
|
+
"hasDynamicHelp": false,
|
|
10785
|
+
"hiddenAliases": [],
|
|
10786
|
+
"id": "roadmap:update",
|
|
10787
|
+
"pluginAlias": "@proletariat/cli",
|
|
10788
|
+
"pluginName": "@proletariat/cli",
|
|
10789
|
+
"pluginType": "core",
|
|
10790
|
+
"strict": true,
|
|
10791
|
+
"isESM": true,
|
|
10792
|
+
"relativePath": [
|
|
10793
|
+
"dist",
|
|
10794
|
+
"commands",
|
|
10795
|
+
"roadmap",
|
|
10796
|
+
"update.js"
|
|
10797
|
+
]
|
|
10798
|
+
},
|
|
10799
|
+
"roadmap:view": {
|
|
10800
|
+
"aliases": [],
|
|
10801
|
+
"args": {
|
|
10802
|
+
"id": {
|
|
10803
|
+
"description": "Roadmap ID to view",
|
|
10804
|
+
"name": "id",
|
|
10805
|
+
"required": false
|
|
10806
|
+
}
|
|
10807
|
+
},
|
|
10808
|
+
"description": "View roadmap details and its projects",
|
|
10809
|
+
"examples": [
|
|
10810
|
+
"<%= config.bin %> <%= command.id %> my-roadmap",
|
|
10811
|
+
"<%= config.bin %> <%= command.id %> # Interactive selection"
|
|
10812
|
+
],
|
|
10813
|
+
"flags": {
|
|
10814
|
+
"project": {
|
|
10815
|
+
"char": "P",
|
|
10816
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
10817
|
+
"name": "project",
|
|
10818
|
+
"hasDynamicHelp": false,
|
|
10819
|
+
"multiple": false,
|
|
10820
|
+
"type": "option"
|
|
10821
|
+
},
|
|
10822
|
+
"json": {
|
|
10823
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10824
|
+
"name": "json",
|
|
10825
|
+
"allowNo": false,
|
|
10826
|
+
"type": "boolean"
|
|
10827
|
+
},
|
|
10828
|
+
"machine": {
|
|
10829
|
+
"char": "m",
|
|
10830
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10831
|
+
"name": "machine",
|
|
10832
|
+
"allowNo": false,
|
|
10781
10833
|
"type": "boolean"
|
|
10782
10834
|
}
|
|
10783
10835
|
},
|
|
10784
10836
|
"hasDynamicHelp": false,
|
|
10785
10837
|
"hiddenAliases": [],
|
|
10786
|
-
"id": "roadmap:
|
|
10838
|
+
"id": "roadmap:view",
|
|
10787
10839
|
"pluginAlias": "@proletariat/cli",
|
|
10788
10840
|
"pluginName": "@proletariat/cli",
|
|
10789
10841
|
"pluginType": "core",
|
|
@@ -10793,22 +10845,20 @@
|
|
|
10793
10845
|
"dist",
|
|
10794
10846
|
"commands",
|
|
10795
10847
|
"roadmap",
|
|
10796
|
-
"
|
|
10848
|
+
"view.js"
|
|
10797
10849
|
]
|
|
10798
10850
|
},
|
|
10799
|
-
"
|
|
10851
|
+
"shortcut:connect": {
|
|
10800
10852
|
"aliases": [],
|
|
10801
|
-
"args": {
|
|
10802
|
-
|
|
10803
|
-
"description": "Roadmap ID to view",
|
|
10804
|
-
"name": "id",
|
|
10805
|
-
"required": false
|
|
10806
|
-
}
|
|
10807
|
-
},
|
|
10808
|
-
"description": "View roadmap details and its projects",
|
|
10853
|
+
"args": {},
|
|
10854
|
+
"description": "Connect to Shortcut workspace and configure authentication",
|
|
10809
10855
|
"examples": [
|
|
10810
|
-
"<%= config.bin %> <%= command.id %>
|
|
10811
|
-
"<%= config.bin %> <%= command.id %>
|
|
10856
|
+
"<%= config.bin %> <%= command.id %>",
|
|
10857
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
10858
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
10859
|
+
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
10860
|
+
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
10861
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
10812
10862
|
],
|
|
10813
10863
|
"flags": {
|
|
10814
10864
|
"project": {
|
|
@@ -10831,11 +10881,29 @@
|
|
|
10831
10881
|
"name": "machine",
|
|
10832
10882
|
"allowNo": false,
|
|
10833
10883
|
"type": "boolean"
|
|
10884
|
+
},
|
|
10885
|
+
"check": {
|
|
10886
|
+
"description": "Only check if Shortcut credentials are valid (do not prompt)",
|
|
10887
|
+
"name": "check",
|
|
10888
|
+
"allowNo": false,
|
|
10889
|
+
"type": "boolean"
|
|
10890
|
+
},
|
|
10891
|
+
"force": {
|
|
10892
|
+
"description": "Force re-authentication even if credentials exist",
|
|
10893
|
+
"name": "force",
|
|
10894
|
+
"allowNo": false,
|
|
10895
|
+
"type": "boolean"
|
|
10896
|
+
},
|
|
10897
|
+
"disconnect": {
|
|
10898
|
+
"description": "Remove stored Shortcut credentials and configuration",
|
|
10899
|
+
"name": "disconnect",
|
|
10900
|
+
"allowNo": false,
|
|
10901
|
+
"type": "boolean"
|
|
10834
10902
|
}
|
|
10835
10903
|
},
|
|
10836
10904
|
"hasDynamicHelp": false,
|
|
10837
10905
|
"hiddenAliases": [],
|
|
10838
|
-
"id": "
|
|
10906
|
+
"id": "shortcut:connect",
|
|
10839
10907
|
"pluginAlias": "@proletariat/cli",
|
|
10840
10908
|
"pluginName": "@proletariat/cli",
|
|
10841
10909
|
"pluginType": "core",
|
|
@@ -10844,8 +10912,8 @@
|
|
|
10844
10912
|
"relativePath": [
|
|
10845
10913
|
"dist",
|
|
10846
10914
|
"commands",
|
|
10847
|
-
"
|
|
10848
|
-
"
|
|
10915
|
+
"shortcut",
|
|
10916
|
+
"connect.js"
|
|
10849
10917
|
]
|
|
10850
10918
|
},
|
|
10851
10919
|
"session:attach": {
|
|
@@ -11632,74 +11700,6 @@
|
|
|
11632
11700
|
"restart.js"
|
|
11633
11701
|
]
|
|
11634
11702
|
},
|
|
11635
|
-
"shortcut:connect": {
|
|
11636
|
-
"aliases": [],
|
|
11637
|
-
"args": {},
|
|
11638
|
-
"description": "Connect to Shortcut workspace and configure authentication",
|
|
11639
|
-
"examples": [
|
|
11640
|
-
"<%= config.bin %> <%= command.id %>",
|
|
11641
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
11642
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
11643
|
-
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
11644
|
-
"SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
11645
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
11646
|
-
],
|
|
11647
|
-
"flags": {
|
|
11648
|
-
"project": {
|
|
11649
|
-
"char": "P",
|
|
11650
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11651
|
-
"name": "project",
|
|
11652
|
-
"hasDynamicHelp": false,
|
|
11653
|
-
"multiple": false,
|
|
11654
|
-
"type": "option"
|
|
11655
|
-
},
|
|
11656
|
-
"json": {
|
|
11657
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11658
|
-
"name": "json",
|
|
11659
|
-
"allowNo": false,
|
|
11660
|
-
"type": "boolean"
|
|
11661
|
-
},
|
|
11662
|
-
"machine": {
|
|
11663
|
-
"char": "m",
|
|
11664
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11665
|
-
"name": "machine",
|
|
11666
|
-
"allowNo": false,
|
|
11667
|
-
"type": "boolean"
|
|
11668
|
-
},
|
|
11669
|
-
"check": {
|
|
11670
|
-
"description": "Only check if Shortcut credentials are valid (do not prompt)",
|
|
11671
|
-
"name": "check",
|
|
11672
|
-
"allowNo": false,
|
|
11673
|
-
"type": "boolean"
|
|
11674
|
-
},
|
|
11675
|
-
"force": {
|
|
11676
|
-
"description": "Force re-authentication even if credentials exist",
|
|
11677
|
-
"name": "force",
|
|
11678
|
-
"allowNo": false,
|
|
11679
|
-
"type": "boolean"
|
|
11680
|
-
},
|
|
11681
|
-
"disconnect": {
|
|
11682
|
-
"description": "Remove stored Shortcut credentials and configuration",
|
|
11683
|
-
"name": "disconnect",
|
|
11684
|
-
"allowNo": false,
|
|
11685
|
-
"type": "boolean"
|
|
11686
|
-
}
|
|
11687
|
-
},
|
|
11688
|
-
"hasDynamicHelp": false,
|
|
11689
|
-
"hiddenAliases": [],
|
|
11690
|
-
"id": "shortcut:connect",
|
|
11691
|
-
"pluginAlias": "@proletariat/cli",
|
|
11692
|
-
"pluginName": "@proletariat/cli",
|
|
11693
|
-
"pluginType": "core",
|
|
11694
|
-
"strict": true,
|
|
11695
|
-
"isESM": true,
|
|
11696
|
-
"relativePath": [
|
|
11697
|
-
"dist",
|
|
11698
|
-
"commands",
|
|
11699
|
-
"shortcut",
|
|
11700
|
-
"connect.js"
|
|
11701
|
-
]
|
|
11702
|
-
},
|
|
11703
11703
|
"staff:add": {
|
|
11704
11704
|
"aliases": [],
|
|
11705
11705
|
"args": {
|
|
@@ -12812,6 +12812,59 @@
|
|
|
12812
12812
|
"status.js"
|
|
12813
12813
|
]
|
|
12814
12814
|
},
|
|
12815
|
+
"terminal:title": {
|
|
12816
|
+
"aliases": [],
|
|
12817
|
+
"args": {
|
|
12818
|
+
"title": {
|
|
12819
|
+
"description": "Title to set for the terminal tab/window",
|
|
12820
|
+
"name": "title",
|
|
12821
|
+
"required": false
|
|
12822
|
+
}
|
|
12823
|
+
},
|
|
12824
|
+
"description": "Set the terminal tab/window title",
|
|
12825
|
+
"examples": [
|
|
12826
|
+
"<%= config.bin %> <%= command.id %> \"My Custom Name\"",
|
|
12827
|
+
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
12828
|
+
"<%= config.bin %> <%= command.id %> --reset",
|
|
12829
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
12830
|
+
],
|
|
12831
|
+
"flags": {
|
|
12832
|
+
"reset": {
|
|
12833
|
+
"char": "r",
|
|
12834
|
+
"description": "Reset terminal title to default",
|
|
12835
|
+
"name": "reset",
|
|
12836
|
+
"allowNo": false,
|
|
12837
|
+
"type": "boolean"
|
|
12838
|
+
},
|
|
12839
|
+
"json": {
|
|
12840
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12841
|
+
"name": "json",
|
|
12842
|
+
"allowNo": false,
|
|
12843
|
+
"type": "boolean"
|
|
12844
|
+
},
|
|
12845
|
+
"machine": {
|
|
12846
|
+
"char": "m",
|
|
12847
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
12848
|
+
"name": "machine",
|
|
12849
|
+
"allowNo": false,
|
|
12850
|
+
"type": "boolean"
|
|
12851
|
+
}
|
|
12852
|
+
},
|
|
12853
|
+
"hasDynamicHelp": false,
|
|
12854
|
+
"hiddenAliases": [],
|
|
12855
|
+
"id": "terminal:title",
|
|
12856
|
+
"pluginAlias": "@proletariat/cli",
|
|
12857
|
+
"pluginName": "@proletariat/cli",
|
|
12858
|
+
"pluginType": "core",
|
|
12859
|
+
"strict": true,
|
|
12860
|
+
"isESM": true,
|
|
12861
|
+
"relativePath": [
|
|
12862
|
+
"dist",
|
|
12863
|
+
"commands",
|
|
12864
|
+
"terminal",
|
|
12865
|
+
"title.js"
|
|
12866
|
+
]
|
|
12867
|
+
},
|
|
12815
12868
|
"template:apply": {
|
|
12816
12869
|
"aliases": [],
|
|
12817
12870
|
"args": {
|
|
@@ -13431,59 +13484,6 @@
|
|
|
13431
13484
|
"update.js"
|
|
13432
13485
|
]
|
|
13433
13486
|
},
|
|
13434
|
-
"terminal:title": {
|
|
13435
|
-
"aliases": [],
|
|
13436
|
-
"args": {
|
|
13437
|
-
"title": {
|
|
13438
|
-
"description": "Title to set for the terminal tab/window",
|
|
13439
|
-
"name": "title",
|
|
13440
|
-
"required": false
|
|
13441
|
-
}
|
|
13442
|
-
},
|
|
13443
|
-
"description": "Set the terminal tab/window title",
|
|
13444
|
-
"examples": [
|
|
13445
|
-
"<%= config.bin %> <%= command.id %> \"My Custom Name\"",
|
|
13446
|
-
"<%= config.bin %> <%= command.id %> # Interactive prompt",
|
|
13447
|
-
"<%= config.bin %> <%= command.id %> --reset",
|
|
13448
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
|
|
13449
|
-
],
|
|
13450
|
-
"flags": {
|
|
13451
|
-
"reset": {
|
|
13452
|
-
"char": "r",
|
|
13453
|
-
"description": "Reset terminal title to default",
|
|
13454
|
-
"name": "reset",
|
|
13455
|
-
"allowNo": false,
|
|
13456
|
-
"type": "boolean"
|
|
13457
|
-
},
|
|
13458
|
-
"json": {
|
|
13459
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13460
|
-
"name": "json",
|
|
13461
|
-
"allowNo": false,
|
|
13462
|
-
"type": "boolean"
|
|
13463
|
-
},
|
|
13464
|
-
"machine": {
|
|
13465
|
-
"char": "m",
|
|
13466
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
13467
|
-
"name": "machine",
|
|
13468
|
-
"allowNo": false,
|
|
13469
|
-
"type": "boolean"
|
|
13470
|
-
}
|
|
13471
|
-
},
|
|
13472
|
-
"hasDynamicHelp": false,
|
|
13473
|
-
"hiddenAliases": [],
|
|
13474
|
-
"id": "terminal:title",
|
|
13475
|
-
"pluginAlias": "@proletariat/cli",
|
|
13476
|
-
"pluginName": "@proletariat/cli",
|
|
13477
|
-
"pluginType": "core",
|
|
13478
|
-
"strict": true,
|
|
13479
|
-
"isESM": true,
|
|
13480
|
-
"relativePath": [
|
|
13481
|
-
"dist",
|
|
13482
|
-
"commands",
|
|
13483
|
-
"terminal",
|
|
13484
|
-
"title.js"
|
|
13485
|
-
]
|
|
13486
|
-
},
|
|
13487
13487
|
"theme:add-names": {
|
|
13488
13488
|
"aliases": [],
|
|
13489
13489
|
"args": {
|
|
@@ -15007,6 +15007,26 @@
|
|
|
15007
15007
|
"hasDynamicHelp": false,
|
|
15008
15008
|
"multiple": false,
|
|
15009
15009
|
"type": "option"
|
|
15010
|
+
},
|
|
15011
|
+
"source": {
|
|
15012
|
+
"description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
|
|
15013
|
+
"name": "source",
|
|
15014
|
+
"default": "auto",
|
|
15015
|
+
"hasDynamicHelp": false,
|
|
15016
|
+
"multiple": false,
|
|
15017
|
+
"options": [
|
|
15018
|
+
"auto",
|
|
15019
|
+
"pmo",
|
|
15020
|
+
"linear"
|
|
15021
|
+
],
|
|
15022
|
+
"type": "option"
|
|
15023
|
+
},
|
|
15024
|
+
"team": {
|
|
15025
|
+
"description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
|
|
15026
|
+
"name": "team",
|
|
15027
|
+
"hasDynamicHelp": false,
|
|
15028
|
+
"multiple": false,
|
|
15029
|
+
"type": "option"
|
|
15010
15030
|
}
|
|
15011
15031
|
},
|
|
15012
15032
|
"hasDynamicHelp": false,
|
|
@@ -20148,5 +20168,5 @@
|
|
|
20148
20168
|
]
|
|
20149
20169
|
}
|
|
20150
20170
|
},
|
|
20151
|
-
"version": "0.3.
|
|
20171
|
+
"version": "0.3.60"
|
|
20152
20172
|
}
|