@proletariat/cli 0.3.8 → 0.3.10

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.
@@ -1077,6 +1077,86 @@
1077
1077
  "setup.js"
1078
1078
  ]
1079
1079
  },
1080
+ "board": {
1081
+ "aliases": [],
1082
+ "args": {},
1083
+ "description": "Interactive menu for board operations",
1084
+ "examples": [
1085
+ "<%= config.bin %> <%= command.id %>"
1086
+ ],
1087
+ "flags": {
1088
+ "project": {
1089
+ "char": "P",
1090
+ "description": "Project ID (uses first project if only one exists)",
1091
+ "name": "project",
1092
+ "hasDynamicHelp": false,
1093
+ "multiple": false,
1094
+ "type": "option"
1095
+ },
1096
+ "json": {
1097
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
1098
+ "name": "json",
1099
+ "allowNo": false,
1100
+ "type": "boolean"
1101
+ }
1102
+ },
1103
+ "hasDynamicHelp": false,
1104
+ "hiddenAliases": [],
1105
+ "id": "board",
1106
+ "pluginAlias": "@proletariat/cli",
1107
+ "pluginName": "@proletariat/cli",
1108
+ "pluginType": "core",
1109
+ "strict": true,
1110
+ "isESM": true,
1111
+ "relativePath": [
1112
+ "dist",
1113
+ "commands",
1114
+ "board",
1115
+ "index.js"
1116
+ ]
1117
+ },
1118
+ "board:watch": {
1119
+ "aliases": [],
1120
+ "args": {},
1121
+ "description": "Watch board.md for changes and auto-sync to SQLite",
1122
+ "examples": [
1123
+ "<%= config.bin %> <%= command.id %>",
1124
+ "<%= config.bin %> <%= command.id %> --debounce 1000"
1125
+ ],
1126
+ "flags": {
1127
+ "project": {
1128
+ "char": "P",
1129
+ "description": "Project ID (uses first project if only one exists)",
1130
+ "name": "project",
1131
+ "hasDynamicHelp": false,
1132
+ "multiple": false,
1133
+ "type": "option"
1134
+ },
1135
+ "debounce": {
1136
+ "char": "d",
1137
+ "description": "Debounce delay in milliseconds",
1138
+ "name": "debounce",
1139
+ "default": 500,
1140
+ "hasDynamicHelp": false,
1141
+ "multiple": false,
1142
+ "type": "option"
1143
+ }
1144
+ },
1145
+ "hasDynamicHelp": false,
1146
+ "hiddenAliases": [],
1147
+ "id": "board:watch",
1148
+ "pluginAlias": "@proletariat/cli",
1149
+ "pluginName": "@proletariat/cli",
1150
+ "pluginType": "core",
1151
+ "strict": true,
1152
+ "isESM": true,
1153
+ "relativePath": [
1154
+ "dist",
1155
+ "commands",
1156
+ "board",
1157
+ "watch.js"
1158
+ ]
1159
+ },
1080
1160
  "branch:create": {
1081
1161
  "aliases": [],
1082
1162
  "args": {
@@ -1364,12 +1444,20 @@
1364
1444
  "validate.js"
1365
1445
  ]
1366
1446
  },
1367
- "board": {
1447
+ "branch:where": {
1368
1448
  "aliases": [],
1369
- "args": {},
1370
- "description": "Interactive menu for board operations",
1449
+ "args": {
1450
+ "search": {
1451
+ "description": "Branch name or ticket ID to search for",
1452
+ "name": "search",
1453
+ "required": true
1454
+ }
1455
+ },
1456
+ "description": "Find which directory a branch is checked out in",
1371
1457
  "examples": [
1372
- "<%= config.bin %> <%= command.id %>"
1458
+ "<%= config.bin %> <%= command.id %> TKT-468",
1459
+ "<%= config.bin %> <%= command.id %> feat/chris/add-auth",
1460
+ "<%= config.bin %> <%= command.id %> TKT-468 --json"
1373
1461
  ],
1374
1462
  "flags": {
1375
1463
  "project": {
@@ -1381,7 +1469,7 @@
1381
1469
  "type": "option"
1382
1470
  },
1383
1471
  "json": {
1384
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
1472
+ "description": "Output in JSON format",
1385
1473
  "name": "json",
1386
1474
  "allowNo": false,
1387
1475
  "type": "boolean"
@@ -1389,49 +1477,7 @@
1389
1477
  },
1390
1478
  "hasDynamicHelp": false,
1391
1479
  "hiddenAliases": [],
1392
- "id": "board",
1393
- "pluginAlias": "@proletariat/cli",
1394
- "pluginName": "@proletariat/cli",
1395
- "pluginType": "core",
1396
- "strict": true,
1397
- "isESM": true,
1398
- "relativePath": [
1399
- "dist",
1400
- "commands",
1401
- "board",
1402
- "index.js"
1403
- ]
1404
- },
1405
- "board:watch": {
1406
- "aliases": [],
1407
- "args": {},
1408
- "description": "Watch board.md for changes and auto-sync to SQLite",
1409
- "examples": [
1410
- "<%= config.bin %> <%= command.id %>",
1411
- "<%= config.bin %> <%= command.id %> --debounce 1000"
1412
- ],
1413
- "flags": {
1414
- "project": {
1415
- "char": "P",
1416
- "description": "Project ID (uses first project if only one exists)",
1417
- "name": "project",
1418
- "hasDynamicHelp": false,
1419
- "multiple": false,
1420
- "type": "option"
1421
- },
1422
- "debounce": {
1423
- "char": "d",
1424
- "description": "Debounce delay in milliseconds",
1425
- "name": "debounce",
1426
- "default": 500,
1427
- "hasDynamicHelp": false,
1428
- "multiple": false,
1429
- "type": "option"
1430
- }
1431
- },
1432
- "hasDynamicHelp": false,
1433
- "hiddenAliases": [],
1434
- "id": "board:watch",
1480
+ "id": "branch:where",
1435
1481
  "pluginAlias": "@proletariat/cli",
1436
1482
  "pluginName": "@proletariat/cli",
1437
1483
  "pluginType": "core",
@@ -1440,8 +1486,8 @@
1440
1486
  "relativePath": [
1441
1487
  "dist",
1442
1488
  "commands",
1443
- "board",
1444
- "watch.js"
1489
+ "branch",
1490
+ "where.js"
1445
1491
  ]
1446
1492
  },
1447
1493
  "docker:clean": {
@@ -1970,19 +2016,14 @@
1970
2016
  "sync.js"
1971
2017
  ]
1972
2018
  },
1973
- "epic:activate": {
2019
+ "execution": {
1974
2020
  "aliases": [],
1975
- "args": {
1976
- "id": {
1977
- "description": "Epic ID",
1978
- "name": "id",
1979
- "required": false
1980
- }
1981
- },
1982
- "description": "Activate a draft or archived epic",
2021
+ "args": {},
2022
+ "description": "Single execution operations (logs, stop)",
1983
2023
  "examples": [
1984
- "<%= config.bin %> <%= command.id %> EPIC-004",
1985
- "<%= config.bin %> <%= command.id %>"
2024
+ "<%= config.bin %> <%= command.id %>",
2025
+ "<%= config.bin %> <%= command.id %> logs WORK-001",
2026
+ "<%= config.bin %> <%= command.id %> stop WORK-001"
1986
2027
  ],
1987
2028
  "flags": {
1988
2029
  "project": {
@@ -2002,7 +2043,7 @@
2002
2043
  },
2003
2044
  "hasDynamicHelp": false,
2004
2045
  "hiddenAliases": [],
2005
- "id": "epic:activate",
2046
+ "id": "execution",
2006
2047
  "pluginAlias": "@proletariat/cli",
2007
2048
  "pluginName": "@proletariat/cli",
2008
2049
  "pluginType": "core",
@@ -2011,23 +2052,19 @@
2011
2052
  "relativePath": [
2012
2053
  "dist",
2013
2054
  "commands",
2014
- "epic",
2015
- "activate.js"
2055
+ "execution",
2056
+ "index.js"
2016
2057
  ]
2017
2058
  },
2018
- "epic:archive": {
2059
+ "execution:list": {
2019
2060
  "aliases": [],
2020
- "args": {
2021
- "id": {
2022
- "description": "Epic ID",
2023
- "name": "id",
2024
- "required": false
2025
- }
2026
- },
2027
- "description": "Archive a completed epic",
2061
+ "args": {},
2062
+ "description": "List running and recent executions",
2028
2063
  "examples": [
2029
- "<%= config.bin %> <%= command.id %> EPIC-002",
2030
- "<%= config.bin %> <%= command.id %> --force"
2064
+ "<%= config.bin %> <%= command.id %>",
2065
+ "<%= config.bin %> <%= command.id %> --status running",
2066
+ "<%= config.bin %> <%= command.id %> --agent alice",
2067
+ "<%= config.bin %> <%= command.id %> --limit 50"
2031
2068
  ],
2032
2069
  "flags": {
2033
2070
  "project": {
@@ -2038,23 +2075,42 @@
2038
2075
  "multiple": false,
2039
2076
  "type": "option"
2040
2077
  },
2041
- "json": {
2042
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2043
- "name": "json",
2044
- "allowNo": false,
2045
- "type": "boolean"
2078
+ "status": {
2079
+ "char": "s",
2080
+ "description": "Filter by status",
2081
+ "name": "status",
2082
+ "hasDynamicHelp": false,
2083
+ "multiple": false,
2084
+ "options": [
2085
+ "starting",
2086
+ "running",
2087
+ "completed",
2088
+ "failed",
2089
+ "stopped"
2090
+ ],
2091
+ "type": "option"
2046
2092
  },
2047
- "force": {
2048
- "char": "f",
2049
- "description": "Skip ticket completion check",
2050
- "name": "force",
2051
- "allowNo": false,
2052
- "type": "boolean"
2093
+ "agent": {
2094
+ "char": "a",
2095
+ "description": "Filter by agent name",
2096
+ "name": "agent",
2097
+ "hasDynamicHelp": false,
2098
+ "multiple": false,
2099
+ "type": "option"
2100
+ },
2101
+ "limit": {
2102
+ "char": "l",
2103
+ "description": "Number of results",
2104
+ "name": "limit",
2105
+ "default": 20,
2106
+ "hasDynamicHelp": false,
2107
+ "multiple": false,
2108
+ "type": "option"
2053
2109
  }
2054
2110
  },
2055
2111
  "hasDynamicHelp": false,
2056
2112
  "hiddenAliases": [],
2057
- "id": "epic:archive",
2113
+ "id": "execution:list",
2058
2114
  "pluginAlias": "@proletariat/cli",
2059
2115
  "pluginName": "@proletariat/cli",
2060
2116
  "pluginType": "core",
@@ -2063,19 +2119,25 @@
2063
2119
  "relativePath": [
2064
2120
  "dist",
2065
2121
  "commands",
2066
- "epic",
2067
- "archive.js"
2122
+ "execution",
2123
+ "list.js"
2068
2124
  ]
2069
2125
  },
2070
- "epic:create": {
2126
+ "execution:logs": {
2071
2127
  "aliases": [],
2072
- "args": {},
2073
- "description": "Create a new epic",
2128
+ "args": {
2129
+ "id": {
2130
+ "description": "Execution ID - prompts if not provided",
2131
+ "name": "id",
2132
+ "required": false
2133
+ }
2134
+ },
2135
+ "description": "View execution logs",
2074
2136
  "examples": [
2075
- "<%= config.bin %> <%= command.id %>",
2076
- "<%= config.bin %> <%= command.id %> --title \"User Authentication System\"",
2077
- "<%= config.bin %> <%= command.id %> -t \"API Design\" --status draft",
2078
- "<%= config.bin %> <%= command.id %> -t \"Implement Auth\" --spec SPEC-001"
2137
+ "<%= config.bin %> <%= command.id %> WORK-001",
2138
+ "<%= config.bin %> <%= command.id %> WORK-001 --follow",
2139
+ "<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
2140
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
2079
2141
  ],
2080
2142
  "flags": {
2081
2143
  "project": {
@@ -2086,17 +2148,240 @@
2086
2148
  "multiple": false,
2087
2149
  "type": "option"
2088
2150
  },
2089
- "title": {
2090
- "char": "t",
2091
- "description": "Epic title",
2092
- "name": "title",
2093
- "hasDynamicHelp": false,
2094
- "multiple": false,
2095
- "type": "option"
2096
- },
2097
- "status": {
2098
- "char": "s",
2099
- "description": "Initial status",
2151
+ "follow": {
2152
+ "char": "f",
2153
+ "description": "Stream logs in real-time",
2154
+ "name": "follow",
2155
+ "allowNo": false,
2156
+ "type": "boolean"
2157
+ },
2158
+ "tail": {
2159
+ "char": "n",
2160
+ "description": "Show last n lines",
2161
+ "name": "tail",
2162
+ "hasDynamicHelp": false,
2163
+ "multiple": false,
2164
+ "type": "option"
2165
+ },
2166
+ "json": {
2167
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2168
+ "name": "json",
2169
+ "allowNo": false,
2170
+ "type": "boolean"
2171
+ }
2172
+ },
2173
+ "hasDynamicHelp": false,
2174
+ "hiddenAliases": [],
2175
+ "id": "execution:logs",
2176
+ "pluginAlias": "@proletariat/cli",
2177
+ "pluginName": "@proletariat/cli",
2178
+ "pluginType": "core",
2179
+ "strict": true,
2180
+ "isESM": true,
2181
+ "relativePath": [
2182
+ "dist",
2183
+ "commands",
2184
+ "execution",
2185
+ "logs.js"
2186
+ ]
2187
+ },
2188
+ "execution:stop": {
2189
+ "aliases": [],
2190
+ "args": {
2191
+ "id": {
2192
+ "description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
2193
+ "name": "id",
2194
+ "required": false
2195
+ }
2196
+ },
2197
+ "description": "Stop running execution(s)",
2198
+ "examples": [
2199
+ "<%= config.bin %> <%= command.id %> WORK-001",
2200
+ "<%= config.bin %> <%= command.id %> WORK-001 --force",
2201
+ "<%= config.bin %> <%= command.id %> # Interactive mode",
2202
+ "<%= config.bin %> <%= command.id %> --all",
2203
+ "<%= config.bin %> <%= command.id %> --all --force",
2204
+ "<%= config.bin %> <%= command.id %> --agent altman"
2205
+ ],
2206
+ "flags": {
2207
+ "project": {
2208
+ "char": "P",
2209
+ "description": "Project ID (uses first project if only one exists)",
2210
+ "name": "project",
2211
+ "hasDynamicHelp": false,
2212
+ "multiple": false,
2213
+ "type": "option"
2214
+ },
2215
+ "force": {
2216
+ "char": "f",
2217
+ "description": "Force kill (SIGKILL instead of SIGTERM)",
2218
+ "name": "force",
2219
+ "allowNo": false,
2220
+ "type": "boolean"
2221
+ },
2222
+ "all": {
2223
+ "description": "Stop all running executions",
2224
+ "name": "all",
2225
+ "allowNo": false,
2226
+ "type": "boolean"
2227
+ },
2228
+ "agent": {
2229
+ "char": "a",
2230
+ "description": "Stop all executions for a specific agent",
2231
+ "name": "agent",
2232
+ "hasDynamicHelp": false,
2233
+ "multiple": false,
2234
+ "type": "option"
2235
+ },
2236
+ "json": {
2237
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2238
+ "name": "json",
2239
+ "allowNo": false,
2240
+ "type": "boolean"
2241
+ }
2242
+ },
2243
+ "hasDynamicHelp": false,
2244
+ "hiddenAliases": [],
2245
+ "id": "execution:stop",
2246
+ "pluginAlias": "@proletariat/cli",
2247
+ "pluginName": "@proletariat/cli",
2248
+ "pluginType": "core",
2249
+ "strict": true,
2250
+ "isESM": true,
2251
+ "relativePath": [
2252
+ "dist",
2253
+ "commands",
2254
+ "execution",
2255
+ "stop.js"
2256
+ ]
2257
+ },
2258
+ "epic:activate": {
2259
+ "aliases": [],
2260
+ "args": {
2261
+ "id": {
2262
+ "description": "Epic ID",
2263
+ "name": "id",
2264
+ "required": false
2265
+ }
2266
+ },
2267
+ "description": "Activate a draft or archived epic",
2268
+ "examples": [
2269
+ "<%= config.bin %> <%= command.id %> EPIC-004",
2270
+ "<%= config.bin %> <%= command.id %>"
2271
+ ],
2272
+ "flags": {
2273
+ "project": {
2274
+ "char": "P",
2275
+ "description": "Project ID (uses first project if only one exists)",
2276
+ "name": "project",
2277
+ "hasDynamicHelp": false,
2278
+ "multiple": false,
2279
+ "type": "option"
2280
+ },
2281
+ "json": {
2282
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2283
+ "name": "json",
2284
+ "allowNo": false,
2285
+ "type": "boolean"
2286
+ }
2287
+ },
2288
+ "hasDynamicHelp": false,
2289
+ "hiddenAliases": [],
2290
+ "id": "epic:activate",
2291
+ "pluginAlias": "@proletariat/cli",
2292
+ "pluginName": "@proletariat/cli",
2293
+ "pluginType": "core",
2294
+ "strict": true,
2295
+ "isESM": true,
2296
+ "relativePath": [
2297
+ "dist",
2298
+ "commands",
2299
+ "epic",
2300
+ "activate.js"
2301
+ ]
2302
+ },
2303
+ "epic:archive": {
2304
+ "aliases": [],
2305
+ "args": {
2306
+ "id": {
2307
+ "description": "Epic ID",
2308
+ "name": "id",
2309
+ "required": false
2310
+ }
2311
+ },
2312
+ "description": "Archive a completed epic",
2313
+ "examples": [
2314
+ "<%= config.bin %> <%= command.id %> EPIC-002",
2315
+ "<%= config.bin %> <%= command.id %> --force"
2316
+ ],
2317
+ "flags": {
2318
+ "project": {
2319
+ "char": "P",
2320
+ "description": "Project ID (uses first project if only one exists)",
2321
+ "name": "project",
2322
+ "hasDynamicHelp": false,
2323
+ "multiple": false,
2324
+ "type": "option"
2325
+ },
2326
+ "json": {
2327
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2328
+ "name": "json",
2329
+ "allowNo": false,
2330
+ "type": "boolean"
2331
+ },
2332
+ "force": {
2333
+ "char": "f",
2334
+ "description": "Skip ticket completion check",
2335
+ "name": "force",
2336
+ "allowNo": false,
2337
+ "type": "boolean"
2338
+ }
2339
+ },
2340
+ "hasDynamicHelp": false,
2341
+ "hiddenAliases": [],
2342
+ "id": "epic:archive",
2343
+ "pluginAlias": "@proletariat/cli",
2344
+ "pluginName": "@proletariat/cli",
2345
+ "pluginType": "core",
2346
+ "strict": true,
2347
+ "isESM": true,
2348
+ "relativePath": [
2349
+ "dist",
2350
+ "commands",
2351
+ "epic",
2352
+ "archive.js"
2353
+ ]
2354
+ },
2355
+ "epic:create": {
2356
+ "aliases": [],
2357
+ "args": {},
2358
+ "description": "Create a new epic",
2359
+ "examples": [
2360
+ "<%= config.bin %> <%= command.id %>",
2361
+ "<%= config.bin %> <%= command.id %> --title \"User Authentication System\"",
2362
+ "<%= config.bin %> <%= command.id %> -t \"API Design\" --status draft",
2363
+ "<%= config.bin %> <%= command.id %> -t \"Implement Auth\" --spec SPEC-001"
2364
+ ],
2365
+ "flags": {
2366
+ "project": {
2367
+ "char": "P",
2368
+ "description": "Project ID (uses first project if only one exists)",
2369
+ "name": "project",
2370
+ "hasDynamicHelp": false,
2371
+ "multiple": false,
2372
+ "type": "option"
2373
+ },
2374
+ "title": {
2375
+ "char": "t",
2376
+ "description": "Epic title",
2377
+ "name": "title",
2378
+ "hasDynamicHelp": false,
2379
+ "multiple": false,
2380
+ "type": "option"
2381
+ },
2382
+ "status": {
2383
+ "char": "s",
2384
+ "description": "Initial status",
2100
2385
  "name": "status",
2101
2386
  "default": "active",
2102
2387
  "hasDynamicHelp": false,
@@ -2680,24 +2965,17 @@
2680
2965
  "view.js"
2681
2966
  ]
2682
2967
  },
2683
- "execution": {
2968
+ "gh": {
2684
2969
  "aliases": [],
2685
2970
  "args": {},
2686
- "description": "Single execution operations (logs, stop)",
2971
+ "description": "GitHub CLI setup and status for PR workflow",
2687
2972
  "examples": [
2688
2973
  "<%= config.bin %> <%= command.id %>",
2689
- "<%= config.bin %> <%= command.id %> logs WORK-001",
2690
- "<%= config.bin %> <%= command.id %> stop WORK-001"
2974
+ "<%= config.bin %> <%= command.id %> status",
2975
+ "<%= config.bin %> <%= command.id %> login",
2976
+ "<%= config.bin %> <%= command.id %> token"
2691
2977
  ],
2692
2978
  "flags": {
2693
- "project": {
2694
- "char": "P",
2695
- "description": "Project ID (uses first project if only one exists)",
2696
- "name": "project",
2697
- "hasDynamicHelp": false,
2698
- "multiple": false,
2699
- "type": "option"
2700
- },
2701
2979
  "json": {
2702
2980
  "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2703
2981
  "name": "json",
@@ -2707,249 +2985,17 @@
2707
2985
  },
2708
2986
  "hasDynamicHelp": false,
2709
2987
  "hiddenAliases": [],
2710
- "id": "execution",
2988
+ "id": "gh",
2711
2989
  "pluginAlias": "@proletariat/cli",
2712
2990
  "pluginName": "@proletariat/cli",
2713
2991
  "pluginType": "core",
2714
2992
  "strict": true,
2993
+ "enableJsonFlag": false,
2715
2994
  "isESM": true,
2716
2995
  "relativePath": [
2717
2996
  "dist",
2718
2997
  "commands",
2719
- "execution",
2720
- "index.js"
2721
- ]
2722
- },
2723
- "execution:list": {
2724
- "aliases": [],
2725
- "args": {},
2726
- "description": "List running and recent executions",
2727
- "examples": [
2728
- "<%= config.bin %> <%= command.id %>",
2729
- "<%= config.bin %> <%= command.id %> --status running",
2730
- "<%= config.bin %> <%= command.id %> --agent alice",
2731
- "<%= config.bin %> <%= command.id %> --limit 50"
2732
- ],
2733
- "flags": {
2734
- "project": {
2735
- "char": "P",
2736
- "description": "Project ID (uses first project if only one exists)",
2737
- "name": "project",
2738
- "hasDynamicHelp": false,
2739
- "multiple": false,
2740
- "type": "option"
2741
- },
2742
- "status": {
2743
- "char": "s",
2744
- "description": "Filter by status",
2745
- "name": "status",
2746
- "hasDynamicHelp": false,
2747
- "multiple": false,
2748
- "options": [
2749
- "starting",
2750
- "running",
2751
- "completed",
2752
- "failed",
2753
- "stopped"
2754
- ],
2755
- "type": "option"
2756
- },
2757
- "agent": {
2758
- "char": "a",
2759
- "description": "Filter by agent name",
2760
- "name": "agent",
2761
- "hasDynamicHelp": false,
2762
- "multiple": false,
2763
- "type": "option"
2764
- },
2765
- "limit": {
2766
- "char": "l",
2767
- "description": "Number of results",
2768
- "name": "limit",
2769
- "default": 20,
2770
- "hasDynamicHelp": false,
2771
- "multiple": false,
2772
- "type": "option"
2773
- }
2774
- },
2775
- "hasDynamicHelp": false,
2776
- "hiddenAliases": [],
2777
- "id": "execution:list",
2778
- "pluginAlias": "@proletariat/cli",
2779
- "pluginName": "@proletariat/cli",
2780
- "pluginType": "core",
2781
- "strict": true,
2782
- "isESM": true,
2783
- "relativePath": [
2784
- "dist",
2785
- "commands",
2786
- "execution",
2787
- "list.js"
2788
- ]
2789
- },
2790
- "execution:logs": {
2791
- "aliases": [],
2792
- "args": {
2793
- "id": {
2794
- "description": "Execution ID - prompts if not provided",
2795
- "name": "id",
2796
- "required": false
2797
- }
2798
- },
2799
- "description": "View execution logs",
2800
- "examples": [
2801
- "<%= config.bin %> <%= command.id %> WORK-001",
2802
- "<%= config.bin %> <%= command.id %> WORK-001 --follow",
2803
- "<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
2804
- "<%= config.bin %> <%= command.id %> # Interactive mode"
2805
- ],
2806
- "flags": {
2807
- "project": {
2808
- "char": "P",
2809
- "description": "Project ID (uses first project if only one exists)",
2810
- "name": "project",
2811
- "hasDynamicHelp": false,
2812
- "multiple": false,
2813
- "type": "option"
2814
- },
2815
- "follow": {
2816
- "char": "f",
2817
- "description": "Stream logs in real-time",
2818
- "name": "follow",
2819
- "allowNo": false,
2820
- "type": "boolean"
2821
- },
2822
- "tail": {
2823
- "char": "n",
2824
- "description": "Show last n lines",
2825
- "name": "tail",
2826
- "hasDynamicHelp": false,
2827
- "multiple": false,
2828
- "type": "option"
2829
- },
2830
- "json": {
2831
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2832
- "name": "json",
2833
- "allowNo": false,
2834
- "type": "boolean"
2835
- }
2836
- },
2837
- "hasDynamicHelp": false,
2838
- "hiddenAliases": [],
2839
- "id": "execution:logs",
2840
- "pluginAlias": "@proletariat/cli",
2841
- "pluginName": "@proletariat/cli",
2842
- "pluginType": "core",
2843
- "strict": true,
2844
- "isESM": true,
2845
- "relativePath": [
2846
- "dist",
2847
- "commands",
2848
- "execution",
2849
- "logs.js"
2850
- ]
2851
- },
2852
- "execution:stop": {
2853
- "aliases": [],
2854
- "args": {
2855
- "id": {
2856
- "description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
2857
- "name": "id",
2858
- "required": false
2859
- }
2860
- },
2861
- "description": "Stop running execution(s)",
2862
- "examples": [
2863
- "<%= config.bin %> <%= command.id %> WORK-001",
2864
- "<%= config.bin %> <%= command.id %> WORK-001 --force",
2865
- "<%= config.bin %> <%= command.id %> # Interactive mode",
2866
- "<%= config.bin %> <%= command.id %> --all",
2867
- "<%= config.bin %> <%= command.id %> --all --force",
2868
- "<%= config.bin %> <%= command.id %> --agent altman"
2869
- ],
2870
- "flags": {
2871
- "project": {
2872
- "char": "P",
2873
- "description": "Project ID (uses first project if only one exists)",
2874
- "name": "project",
2875
- "hasDynamicHelp": false,
2876
- "multiple": false,
2877
- "type": "option"
2878
- },
2879
- "force": {
2880
- "char": "f",
2881
- "description": "Force kill (SIGKILL instead of SIGTERM)",
2882
- "name": "force",
2883
- "allowNo": false,
2884
- "type": "boolean"
2885
- },
2886
- "all": {
2887
- "description": "Stop all running executions",
2888
- "name": "all",
2889
- "allowNo": false,
2890
- "type": "boolean"
2891
- },
2892
- "agent": {
2893
- "char": "a",
2894
- "description": "Stop all executions for a specific agent",
2895
- "name": "agent",
2896
- "hasDynamicHelp": false,
2897
- "multiple": false,
2898
- "type": "option"
2899
- },
2900
- "json": {
2901
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2902
- "name": "json",
2903
- "allowNo": false,
2904
- "type": "boolean"
2905
- }
2906
- },
2907
- "hasDynamicHelp": false,
2908
- "hiddenAliases": [],
2909
- "id": "execution:stop",
2910
- "pluginAlias": "@proletariat/cli",
2911
- "pluginName": "@proletariat/cli",
2912
- "pluginType": "core",
2913
- "strict": true,
2914
- "isESM": true,
2915
- "relativePath": [
2916
- "dist",
2917
- "commands",
2918
- "execution",
2919
- "stop.js"
2920
- ]
2921
- },
2922
- "gh": {
2923
- "aliases": [],
2924
- "args": {},
2925
- "description": "GitHub CLI setup and status for PR workflow",
2926
- "examples": [
2927
- "<%= config.bin %> <%= command.id %>",
2928
- "<%= config.bin %> <%= command.id %> status",
2929
- "<%= config.bin %> <%= command.id %> login",
2930
- "<%= config.bin %> <%= command.id %> token"
2931
- ],
2932
- "flags": {
2933
- "json": {
2934
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
2935
- "name": "json",
2936
- "allowNo": false,
2937
- "type": "boolean"
2938
- }
2939
- },
2940
- "hasDynamicHelp": false,
2941
- "hiddenAliases": [],
2942
- "id": "gh",
2943
- "pluginAlias": "@proletariat/cli",
2944
- "pluginName": "@proletariat/cli",
2945
- "pluginType": "core",
2946
- "strict": true,
2947
- "enableJsonFlag": false,
2948
- "isESM": true,
2949
- "relativePath": [
2950
- "dist",
2951
- "commands",
2952
- "gh",
2998
+ "gh",
2953
2999
  "index.js"
2954
3000
  ]
2955
3001
  },
@@ -3380,8 +3426,8 @@
3380
3426
  "description": "Initialize PMO (Project Management Org) in current directory or HQ",
3381
3427
  "examples": [
3382
3428
  "<%= config.bin %> <%= command.id %>",
3383
- "<%= config.bin %> <%= command.id %> --location repo:proletariat --template founder",
3384
- "<%= config.bin %> <%= command.id %> --location separate --template scrum"
3429
+ "<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
3430
+ "<%= config.bin %> <%= command.id %> --location separate --template linear"
3385
3431
  ],
3386
3432
  "flags": {
3387
3433
  "location": {
@@ -3400,8 +3446,8 @@
3400
3446
  "multiple": false,
3401
3447
  "options": [
3402
3448
  "kanban",
3403
- "scrum",
3404
- "founder",
3449
+ "linear",
3450
+ "5-tool-founder",
3405
3451
  "custom"
3406
3452
  ],
3407
3453
  "type": "option"
@@ -3745,10 +3791,11 @@
3745
3791
  "hasDynamicHelp": false,
3746
3792
  "multiple": false,
3747
3793
  "options": [
3794
+ "default",
3748
3795
  "kanban",
3749
3796
  "linear",
3750
- "bug-smash",
3751
3797
  "5-tool-founder",
3798
+ "bug-smash",
3752
3799
  "gtm"
3753
3800
  ],
3754
3801
  "type": "option"
@@ -4065,20 +4112,21 @@
4065
4112
  "view.js"
4066
4113
  ]
4067
4114
  },
4068
- "session:attach": {
4115
+ "repo:add": {
4069
4116
  "aliases": [],
4070
4117
  "args": {
4071
- "session": {
4072
- "description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
4073
- "name": "session",
4118
+ "path": {
4119
+ "description": "Repository path or Git URL",
4120
+ "name": "path",
4074
4121
  "required": false
4075
4122
  }
4076
4123
  },
4077
- "description": "Attach to an active tmux session",
4124
+ "description": "Add a repository to the HQ",
4078
4125
  "examples": [
4126
+ "<%= config.bin %> <%= command.id %> /path/to/repo",
4127
+ "<%= config.bin %> <%= command.id %> git@github.com:user/repo.git",
4079
4128
  "<%= config.bin %> <%= command.id %>",
4080
- "<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
4081
- "<%= config.bin %> <%= command.id %> --current-terminal"
4129
+ "<%= config.bin %> <%= command.id %> --bulk"
4082
4130
  ],
4083
4131
  "flags": {
4084
4132
  "project": {
@@ -4089,39 +4137,30 @@
4089
4137
  "multiple": false,
4090
4138
  "type": "option"
4091
4139
  },
4092
- "json": {
4093
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4094
- "name": "json",
4095
- "allowNo": false,
4096
- "type": "boolean"
4097
- },
4098
- "new-tab": {
4099
- "char": "n",
4100
- "description": "Open in a new terminal tab (default: true)",
4101
- "name": "new-tab",
4102
- "allowNo": false,
4103
- "type": "boolean"
4104
- },
4105
- "current-terminal": {
4106
- "char": "c",
4107
- "description": "Attach in current terminal instead of new tab",
4108
- "name": "current-terminal",
4109
- "allowNo": false,
4110
- "type": "boolean"
4111
- },
4112
- "terminal": {
4113
- "char": "t",
4114
- "description": "Terminal app to use (iTerm, Terminal, Ghostty)",
4115
- "name": "terminal",
4116
- "default": "iTerm",
4140
+ "action": {
4141
+ "char": "a",
4142
+ "description": "Action for local paths",
4143
+ "name": "action",
4144
+ "default": "clone",
4117
4145
  "hasDynamicHelp": false,
4118
4146
  "multiple": false,
4147
+ "options": [
4148
+ "clone",
4149
+ "move"
4150
+ ],
4119
4151
  "type": "option"
4152
+ },
4153
+ "bulk": {
4154
+ "char": "b",
4155
+ "description": "Add multiple repositories interactively",
4156
+ "name": "bulk",
4157
+ "allowNo": false,
4158
+ "type": "boolean"
4120
4159
  }
4121
4160
  },
4122
4161
  "hasDynamicHelp": false,
4123
4162
  "hiddenAliases": [],
4124
- "id": "session:attach",
4163
+ "id": "repo:add",
4125
4164
  "pluginAlias": "@proletariat/cli",
4126
4165
  "pluginName": "@proletariat/cli",
4127
4166
  "pluginType": "core",
@@ -4130,18 +4169,19 @@
4130
4169
  "relativePath": [
4131
4170
  "dist",
4132
4171
  "commands",
4133
- "session",
4134
- "attach.js"
4172
+ "repo",
4173
+ "add.js"
4135
4174
  ]
4136
4175
  },
4137
- "session": {
4176
+ "repo": {
4138
4177
  "aliases": [],
4139
4178
  "args": {},
4140
- "description": "Manage agent tmux sessions (list, attach, detach)",
4179
+ "description": "Repository management operations",
4141
4180
  "examples": [
4142
- "<%= config.bin %> <%= command.id %>",
4143
4181
  "<%= config.bin %> <%= command.id %> list",
4144
- "<%= config.bin %> <%= command.id %> attach TKT-347-implement"
4182
+ "<%= config.bin %> <%= command.id %> add /path/to/repo",
4183
+ "<%= config.bin %> <%= command.id %> remove my-repo",
4184
+ "<%= config.bin %> <%= command.id %> view my-repo"
4145
4185
  ],
4146
4186
  "flags": {
4147
4187
  "project": {
@@ -4161,7 +4201,7 @@
4161
4201
  },
4162
4202
  "hasDynamicHelp": false,
4163
4203
  "hiddenAliases": [],
4164
- "id": "session",
4204
+ "id": "repo",
4165
4205
  "pluginAlias": "@proletariat/cli",
4166
4206
  "pluginName": "@proletariat/cli",
4167
4207
  "pluginType": "core",
@@ -4170,17 +4210,18 @@
4170
4210
  "relativePath": [
4171
4211
  "dist",
4172
4212
  "commands",
4173
- "session",
4213
+ "repo",
4174
4214
  "index.js"
4175
4215
  ]
4176
4216
  },
4177
- "session:list": {
4217
+ "repo:list": {
4178
4218
  "aliases": [],
4179
4219
  "args": {},
4180
- "description": "List active tmux sessions (host and container)",
4220
+ "description": "List all repositories in the HQ",
4181
4221
  "examples": [
4182
4222
  "<%= config.bin %> <%= command.id %>",
4183
- "<%= config.bin %> <%= command.id %> --all"
4223
+ "<%= config.bin %> <%= command.id %> --format compact",
4224
+ "<%= config.bin %> <%= command.id %> --format json"
4184
4225
  ],
4185
4226
  "flags": {
4186
4227
  "project": {
@@ -4191,17 +4232,24 @@
4191
4232
  "multiple": false,
4192
4233
  "type": "option"
4193
4234
  },
4194
- "all": {
4195
- "char": "a",
4196
- "description": "Show all sessions including stale DB records",
4197
- "name": "all",
4198
- "allowNo": false,
4199
- "type": "boolean"
4235
+ "format": {
4236
+ "char": "f",
4237
+ "description": "Output format",
4238
+ "name": "format",
4239
+ "default": "table",
4240
+ "hasDynamicHelp": false,
4241
+ "multiple": false,
4242
+ "options": [
4243
+ "table",
4244
+ "compact",
4245
+ "json"
4246
+ ],
4247
+ "type": "option"
4200
4248
  }
4201
4249
  },
4202
4250
  "hasDynamicHelp": false,
4203
4251
  "hiddenAliases": [],
4204
- "id": "session:list",
4252
+ "id": "repo:list",
4205
4253
  "pluginAlias": "@proletariat/cli",
4206
4254
  "pluginName": "@proletariat/cli",
4207
4255
  "pluginType": "core",
@@ -4210,24 +4258,25 @@
4210
4258
  "relativePath": [
4211
4259
  "dist",
4212
4260
  "commands",
4213
- "session",
4261
+ "repo",
4214
4262
  "list.js"
4215
4263
  ]
4216
4264
  },
4217
- "spec:create": {
4265
+ "repo:remove": {
4218
4266
  "aliases": [],
4219
4267
  "args": {
4220
- "title": {
4221
- "description": "Spec title",
4222
- "name": "title",
4268
+ "name": {
4269
+ "description": "Repository name to remove",
4270
+ "name": "name",
4223
4271
  "required": false
4224
4272
  }
4225
4273
  },
4226
- "description": "Create a new spec",
4274
+ "description": "Remove a repository from the HQ",
4227
4275
  "examples": [
4228
- "<%= config.bin %> <%= command.id %> \"User Authentication\"",
4229
- "<%= config.bin %> <%= command.id %> --title \"API Design\" --type product",
4230
- "<%= config.bin %> <%= command.id %> -i # Interactive mode"
4276
+ "<%= config.bin %> <%= command.id %> my-repo",
4277
+ "<%= config.bin %> <%= command.id %> my-repo --force",
4278
+ "<%= config.bin %> <%= command.id %>",
4279
+ "<%= config.bin %> <%= command.id %> --bulk"
4231
4280
  ],
4232
4281
  "flags": {
4233
4282
  "project": {
@@ -4238,52 +4287,23 @@
4238
4287
  "multiple": false,
4239
4288
  "type": "option"
4240
4289
  },
4241
- "title": {
4242
- "char": "t",
4243
- "description": "Spec title",
4244
- "name": "title",
4245
- "hasDynamicHelp": false,
4246
- "multiple": false,
4247
- "type": "option"
4248
- },
4249
- "status": {
4250
- "char": "s",
4251
- "description": "Spec status",
4252
- "name": "status",
4253
- "default": "draft",
4254
- "hasDynamicHelp": false,
4255
- "multiple": false,
4256
- "options": [
4257
- "draft",
4258
- "active",
4259
- "implemented"
4260
- ],
4261
- "type": "option"
4262
- },
4263
- "type": {
4264
- "description": "Spec type",
4265
- "name": "type",
4266
- "hasDynamicHelp": false,
4267
- "multiple": false,
4268
- "options": [
4269
- "product",
4270
- "platform",
4271
- "infra",
4272
- "integration"
4273
- ],
4274
- "type": "option"
4290
+ "force": {
4291
+ "char": "f",
4292
+ "description": "Skip confirmation prompt",
4293
+ "name": "force",
4294
+ "allowNo": false,
4295
+ "type": "boolean"
4275
4296
  },
4276
- "problem": {
4277
- "description": "Problem statement",
4278
- "name": "problem",
4279
- "hasDynamicHelp": false,
4280
- "multiple": false,
4281
- "type": "option"
4297
+ "keep-files": {
4298
+ "description": "Remove from database but keep files",
4299
+ "name": "keep-files",
4300
+ "allowNo": false,
4301
+ "type": "boolean"
4282
4302
  },
4283
- "interactive": {
4284
- "char": "i",
4285
- "description": "Interactive mode",
4286
- "name": "interactive",
4303
+ "bulk": {
4304
+ "char": "b",
4305
+ "description": "Remove multiple repositories interactively",
4306
+ "name": "bulk",
4287
4307
  "allowNo": false,
4288
4308
  "type": "boolean"
4289
4309
  },
@@ -4296,7 +4316,7 @@
4296
4316
  },
4297
4317
  "hasDynamicHelp": false,
4298
4318
  "hiddenAliases": [],
4299
- "id": "spec:create",
4319
+ "id": "repo:remove",
4300
4320
  "pluginAlias": "@proletariat/cli",
4301
4321
  "pluginName": "@proletariat/cli",
4302
4322
  "pluginType": "core",
@@ -4305,15 +4325,22 @@
4305
4325
  "relativePath": [
4306
4326
  "dist",
4307
4327
  "commands",
4308
- "spec",
4309
- "create.js"
4328
+ "repo",
4329
+ "remove.js"
4310
4330
  ]
4311
4331
  },
4312
- "spec": {
4332
+ "repo:view": {
4313
4333
  "aliases": [],
4314
- "args": {},
4315
- "description": "Interactive menu for spec operations",
4334
+ "args": {
4335
+ "name": {
4336
+ "description": "Repository name to view",
4337
+ "name": "name",
4338
+ "required": false
4339
+ }
4340
+ },
4341
+ "description": "View detailed information about a repository",
4316
4342
  "examples": [
4343
+ "<%= config.bin %> <%= command.id %> my-repo",
4317
4344
  "<%= config.bin %> <%= command.id %>"
4318
4345
  ],
4319
4346
  "flags": {
@@ -4324,17 +4351,11 @@
4324
4351
  "hasDynamicHelp": false,
4325
4352
  "multiple": false,
4326
4353
  "type": "option"
4327
- },
4328
- "json": {
4329
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4330
- "name": "json",
4331
- "allowNo": false,
4332
- "type": "boolean"
4333
4354
  }
4334
4355
  },
4335
4356
  "hasDynamicHelp": false,
4336
4357
  "hiddenAliases": [],
4337
- "id": "spec",
4358
+ "id": "repo:view",
4338
4359
  "pluginAlias": "@proletariat/cli",
4339
4360
  "pluginName": "@proletariat/cli",
4340
4361
  "pluginType": "core",
@@ -4343,18 +4364,24 @@
4343
4364
  "relativePath": [
4344
4365
  "dist",
4345
4366
  "commands",
4346
- "spec",
4347
- "index.js"
4367
+ "repo",
4368
+ "view.js"
4348
4369
  ]
4349
4370
  },
4350
- "spec:list": {
4371
+ "session:attach": {
4351
4372
  "aliases": [],
4352
- "args": {},
4353
- "description": "List all specs",
4373
+ "args": {
4374
+ "session": {
4375
+ "description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
4376
+ "name": "session",
4377
+ "required": false
4378
+ }
4379
+ },
4380
+ "description": "Attach to an active tmux session",
4354
4381
  "examples": [
4355
4382
  "<%= config.bin %> <%= command.id %>",
4356
- "<%= config.bin %> <%= command.id %> --status active",
4357
- "<%= config.bin %> <%= command.id %> --type product"
4383
+ "<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
4384
+ "<%= config.bin %> <%= command.id %> --current-terminal"
4358
4385
  ],
4359
4386
  "flags": {
4360
4387
  "project": {
@@ -4365,36 +4392,31 @@
4365
4392
  "multiple": false,
4366
4393
  "type": "option"
4367
4394
  },
4368
- "status": {
4369
- "char": "s",
4370
- "description": "Filter by status",
4371
- "name": "status",
4372
- "hasDynamicHelp": false,
4373
- "multiple": false,
4374
- "options": [
4375
- "draft",
4376
- "active",
4377
- "implemented"
4378
- ],
4379
- "type": "option"
4395
+ "json": {
4396
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4397
+ "name": "json",
4398
+ "allowNo": false,
4399
+ "type": "boolean"
4380
4400
  },
4381
- "type": {
4401
+ "new-tab": {
4402
+ "char": "n",
4403
+ "description": "Open in a new terminal tab (default: true)",
4404
+ "name": "new-tab",
4405
+ "allowNo": false,
4406
+ "type": "boolean"
4407
+ },
4408
+ "current-terminal": {
4409
+ "char": "c",
4410
+ "description": "Attach in current terminal instead of new tab",
4411
+ "name": "current-terminal",
4412
+ "allowNo": false,
4413
+ "type": "boolean"
4414
+ },
4415
+ "terminal": {
4382
4416
  "char": "t",
4383
- "description": "Filter by type",
4384
- "name": "type",
4385
- "hasDynamicHelp": false,
4386
- "multiple": false,
4387
- "options": [
4388
- "product",
4389
- "platform",
4390
- "infra",
4391
- "integration"
4392
- ],
4393
- "type": "option"
4394
- },
4395
- "search": {
4396
- "description": "Search in title/problem/solution",
4397
- "name": "search",
4417
+ "description": "Terminal app to use (iTerm, Terminal, Ghostty)",
4418
+ "name": "terminal",
4419
+ "default": "iTerm",
4398
4420
  "hasDynamicHelp": false,
4399
4421
  "multiple": false,
4400
4422
  "type": "option"
@@ -4402,7 +4424,7 @@
4402
4424
  },
4403
4425
  "hasDynamicHelp": false,
4404
4426
  "hiddenAliases": [],
4405
- "id": "spec:list",
4427
+ "id": "session:attach",
4406
4428
  "pluginAlias": "@proletariat/cli",
4407
4429
  "pluginName": "@proletariat/cli",
4408
4430
  "pluginType": "core",
@@ -4411,23 +4433,18 @@
4411
4433
  "relativePath": [
4412
4434
  "dist",
4413
4435
  "commands",
4414
- "spec",
4415
- "list.js"
4436
+ "session",
4437
+ "attach.js"
4416
4438
  ]
4417
4439
  },
4418
- "spec:plan": {
4440
+ "session": {
4419
4441
  "aliases": [],
4420
- "args": {
4421
- "spec": {
4422
- "description": "Spec ID",
4423
- "name": "spec",
4424
- "required": false
4425
- }
4426
- },
4427
- "description": "Generate tickets from spec by comparing ideal state vs codebase (uses LLM)",
4442
+ "args": {},
4443
+ "description": "Manage agent tmux sessions (list, attach, detach)",
4428
4444
  "examples": [
4429
- "<%= config.bin %> <%= command.id %> user-authentication",
4430
- "<%= config.bin %> <%= command.id %> --spec api-design --dry-run"
4445
+ "<%= config.bin %> <%= command.id %>",
4446
+ "<%= config.bin %> <%= command.id %> list",
4447
+ "<%= config.bin %> <%= command.id %> attach TKT-347-implement"
4431
4448
  ],
4432
4449
  "flags": {
4433
4450
  "project": {
@@ -4443,25 +4460,11 @@
4443
4460
  "name": "json",
4444
4461
  "allowNo": false,
4445
4462
  "type": "boolean"
4446
- },
4447
- "spec": {
4448
- "char": "s",
4449
- "description": "Spec ID",
4450
- "name": "spec",
4451
- "hasDynamicHelp": false,
4452
- "multiple": false,
4453
- "type": "option"
4454
- },
4455
- "dry-run": {
4456
- "description": "Show what would be created without creating tickets",
4457
- "name": "dry-run",
4458
- "allowNo": false,
4459
- "type": "boolean"
4460
4463
  }
4461
4464
  },
4462
4465
  "hasDynamicHelp": false,
4463
4466
  "hiddenAliases": [],
4464
- "id": "spec:plan",
4467
+ "id": "session",
4465
4468
  "pluginAlias": "@proletariat/cli",
4466
4469
  "pluginName": "@proletariat/cli",
4467
4470
  "pluginType": "core",
@@ -4470,28 +4473,17 @@
4470
4473
  "relativePath": [
4471
4474
  "dist",
4472
4475
  "commands",
4473
- "spec",
4474
- "plan.js"
4476
+ "session",
4477
+ "index.js"
4475
4478
  ]
4476
4479
  },
4477
- "spec:ticket": {
4480
+ "session:list": {
4478
4481
  "aliases": [],
4479
- "args": {
4480
- "ticketId": {
4481
- "description": "Ticket ID",
4482
- "name": "ticketId",
4483
- "required": false
4484
- },
4485
- "specId": {
4486
- "description": "Spec ID (filename without .md)",
4487
- "name": "specId",
4488
- "required": false
4489
- }
4490
- },
4491
- "description": "Assign a ticket to a spec document",
4482
+ "args": {},
4483
+ "description": "List active tmux sessions (host and container)",
4492
4484
  "examples": [
4493
- "<%= config.bin %> <%= command.id %> PRLT-001 user-authentication",
4494
- "<%= config.bin %> <%= command.id %> --ticket PRLT-001 --spec api-design"
4485
+ "<%= config.bin %> <%= command.id %>",
4486
+ "<%= config.bin %> <%= command.id %> --all"
4495
4487
  ],
4496
4488
  "flags": {
4497
4489
  "project": {
@@ -4502,32 +4494,17 @@
4502
4494
  "multiple": false,
4503
4495
  "type": "option"
4504
4496
  },
4505
- "json": {
4506
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4507
- "name": "json",
4497
+ "all": {
4498
+ "char": "a",
4499
+ "description": "Show all sessions including stale DB records",
4500
+ "name": "all",
4508
4501
  "allowNo": false,
4509
4502
  "type": "boolean"
4510
- },
4511
- "ticket": {
4512
- "char": "t",
4513
- "description": "Ticket ID",
4514
- "name": "ticket",
4515
- "hasDynamicHelp": false,
4516
- "multiple": false,
4517
- "type": "option"
4518
- },
4519
- "spec": {
4520
- "char": "s",
4521
- "description": "Spec ID (filename without .md)",
4522
- "name": "spec",
4523
- "hasDynamicHelp": false,
4524
- "multiple": false,
4525
- "type": "option"
4526
4503
  }
4527
4504
  },
4528
4505
  "hasDynamicHelp": false,
4529
4506
  "hiddenAliases": [],
4530
- "id": "spec:ticket",
4507
+ "id": "session:list",
4531
4508
  "pluginAlias": "@proletariat/cli",
4532
4509
  "pluginName": "@proletariat/cli",
4533
4510
  "pluginType": "core",
@@ -4536,23 +4513,24 @@
4536
4513
  "relativePath": [
4537
4514
  "dist",
4538
4515
  "commands",
4539
- "spec",
4540
- "ticket.js"
4516
+ "session",
4517
+ "list.js"
4541
4518
  ]
4542
4519
  },
4543
- "spec:view": {
4520
+ "spec:create": {
4544
4521
  "aliases": [],
4545
4522
  "args": {
4546
- "spec": {
4547
- "description": "Spec ID",
4548
- "name": "spec",
4523
+ "title": {
4524
+ "description": "Spec title",
4525
+ "name": "title",
4549
4526
  "required": false
4550
4527
  }
4551
4528
  },
4552
- "description": "View a spec and its linked tickets",
4529
+ "description": "Create a new spec",
4553
4530
  "examples": [
4554
- "<%= config.bin %> <%= command.id %> user-authentication",
4555
- "<%= config.bin %> <%= command.id %> --spec api-design"
4531
+ "<%= config.bin %> <%= command.id %> \"User Authentication\"",
4532
+ "<%= config.bin %> <%= command.id %> --title \"API Design\" --type product",
4533
+ "<%= config.bin %> <%= command.id %> -i # Interactive mode"
4556
4534
  ],
4557
4535
  "flags": {
4558
4536
  "project": {
@@ -4563,78 +4541,52 @@
4563
4541
  "multiple": false,
4564
4542
  "type": "option"
4565
4543
  },
4566
- "json": {
4567
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4568
- "name": "json",
4569
- "allowNo": false,
4570
- "type": "boolean"
4571
- },
4572
- "spec": {
4573
- "char": "s",
4574
- "description": "Spec ID",
4575
- "name": "spec",
4544
+ "title": {
4545
+ "char": "t",
4546
+ "description": "Spec title",
4547
+ "name": "title",
4576
4548
  "hasDynamicHelp": false,
4577
4549
  "multiple": false,
4578
4550
  "type": "option"
4579
4551
  },
4580
- "full": {
4581
- "char": "f",
4582
- "description": "Show all spec sections",
4583
- "name": "full",
4584
- "allowNo": false,
4585
- "type": "boolean"
4586
- }
4587
- },
4588
- "hasDynamicHelp": false,
4589
- "hiddenAliases": [],
4590
- "id": "spec:view",
4591
- "pluginAlias": "@proletariat/cli",
4592
- "pluginName": "@proletariat/cli",
4593
- "pluginType": "core",
4594
- "strict": true,
4595
- "isESM": true,
4596
- "relativePath": [
4597
- "dist",
4598
- "commands",
4599
- "spec",
4600
- "view.js"
4601
- ]
4602
- },
4603
- "template:delete": {
4604
- "aliases": [],
4605
- "args": {},
4606
- "description": "Delete templates (ticket or phase)",
4607
- "examples": [
4608
- "<%= config.bin %> <%= command.id %>",
4609
- "<%= config.bin %> <%= command.id %> --type ticket",
4610
- "<%= config.bin %> <%= command.id %> --type phase",
4611
- "<%= config.bin %> <%= command.id %> --force"
4612
- ],
4613
- "flags": {
4614
- "project": {
4615
- "char": "P",
4616
- "description": "Project ID (uses first project if only one exists)",
4617
- "name": "project",
4552
+ "status": {
4553
+ "char": "s",
4554
+ "description": "Spec status",
4555
+ "name": "status",
4556
+ "default": "draft",
4618
4557
  "hasDynamicHelp": false,
4619
4558
  "multiple": false,
4559
+ "options": [
4560
+ "draft",
4561
+ "active",
4562
+ "implemented"
4563
+ ],
4620
4564
  "type": "option"
4621
4565
  },
4622
4566
  "type": {
4623
- "char": "t",
4624
- "description": "Template type to delete",
4567
+ "description": "Spec type",
4625
4568
  "name": "type",
4626
4569
  "hasDynamicHelp": false,
4627
4570
  "multiple": false,
4628
4571
  "options": [
4629
- "ticket",
4630
- "phase"
4572
+ "product",
4573
+ "platform",
4574
+ "infra",
4575
+ "integration"
4631
4576
  ],
4632
4577
  "type": "option"
4633
4578
  },
4634
- "force": {
4635
- "char": "f",
4636
- "description": "Skip confirmation",
4637
- "name": "force",
4579
+ "problem": {
4580
+ "description": "Problem statement",
4581
+ "name": "problem",
4582
+ "hasDynamicHelp": false,
4583
+ "multiple": false,
4584
+ "type": "option"
4585
+ },
4586
+ "interactive": {
4587
+ "char": "i",
4588
+ "description": "Interactive mode",
4589
+ "name": "interactive",
4638
4590
  "allowNo": false,
4639
4591
  "type": "boolean"
4640
4592
  },
@@ -4647,7 +4599,7 @@
4647
4599
  },
4648
4600
  "hasDynamicHelp": false,
4649
4601
  "hiddenAliases": [],
4650
- "id": "template:delete",
4602
+ "id": "spec:create",
4651
4603
  "pluginAlias": "@proletariat/cli",
4652
4604
  "pluginName": "@proletariat/cli",
4653
4605
  "pluginType": "core",
@@ -4656,24 +4608,26 @@
4656
4608
  "relativePath": [
4657
4609
  "dist",
4658
4610
  "commands",
4659
- "template",
4660
- "delete.js"
4611
+ "spec",
4612
+ "create.js"
4661
4613
  ]
4662
4614
  },
4663
- "template": {
4664
- "aliases": [
4665
- "templates"
4666
- ],
4615
+ "spec": {
4616
+ "aliases": [],
4667
4617
  "args": {},
4668
- "description": "Manage templates (ticket and phase)",
4618
+ "description": "Interactive menu for spec operations",
4669
4619
  "examples": [
4670
- "<%= config.bin %> <%= command.id %>",
4671
- "<%= config.bin %> <%= command.id %> list",
4672
- "<%= config.bin %> <%= command.id %> list --type ticket",
4673
- "<%= config.bin %> <%= command.id %> ticket",
4674
- "<%= config.bin %> <%= command.id %> phase"
4620
+ "<%= config.bin %> <%= command.id %>"
4675
4621
  ],
4676
4622
  "flags": {
4623
+ "project": {
4624
+ "char": "P",
4625
+ "description": "Project ID (uses first project if only one exists)",
4626
+ "name": "project",
4627
+ "hasDynamicHelp": false,
4628
+ "multiple": false,
4629
+ "type": "option"
4630
+ },
4677
4631
  "json": {
4678
4632
  "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4679
4633
  "name": "json",
@@ -4683,30 +4637,27 @@
4683
4637
  },
4684
4638
  "hasDynamicHelp": false,
4685
4639
  "hiddenAliases": [],
4686
- "id": "template",
4640
+ "id": "spec",
4687
4641
  "pluginAlias": "@proletariat/cli",
4688
4642
  "pluginName": "@proletariat/cli",
4689
4643
  "pluginType": "core",
4690
4644
  "strict": true,
4691
- "enableJsonFlag": false,
4692
4645
  "isESM": true,
4693
4646
  "relativePath": [
4694
4647
  "dist",
4695
4648
  "commands",
4696
- "template",
4649
+ "spec",
4697
4650
  "index.js"
4698
4651
  ]
4699
4652
  },
4700
- "template:list": {
4653
+ "spec:list": {
4701
4654
  "aliases": [],
4702
4655
  "args": {},
4703
- "description": "List all templates (ticket and phase)",
4656
+ "description": "List all specs",
4704
4657
  "examples": [
4705
4658
  "<%= config.bin %> <%= command.id %>",
4706
- "<%= config.bin %> <%= command.id %> --type ticket",
4707
- "<%= config.bin %> <%= command.id %> --type phase",
4708
- "<%= config.bin %> <%= command.id %> --builtin",
4709
- "<%= config.bin %> <%= command.id %> --json"
4659
+ "<%= config.bin %> <%= command.id %> --status active",
4660
+ "<%= config.bin %> <%= command.id %> --type product"
4710
4661
  ],
4711
4662
  "flags": {
4712
4663
  "project": {
@@ -4717,46 +4668,44 @@
4717
4668
  "multiple": false,
4718
4669
  "type": "option"
4719
4670
  },
4720
- "type": {
4721
- "char": "t",
4722
- "description": "Filter by template type",
4723
- "name": "type",
4671
+ "status": {
4672
+ "char": "s",
4673
+ "description": "Filter by status",
4674
+ "name": "status",
4724
4675
  "hasDynamicHelp": false,
4725
4676
  "multiple": false,
4726
4677
  "options": [
4727
- "ticket",
4728
- "phase"
4678
+ "draft",
4679
+ "active",
4680
+ "implemented"
4729
4681
  ],
4730
4682
  "type": "option"
4731
4683
  },
4732
- "builtin": {
4733
- "description": "Show only built-in templates",
4734
- "exclusive": [
4735
- "custom"
4736
- ],
4737
- "name": "builtin",
4738
- "allowNo": false,
4739
- "type": "boolean"
4740
- },
4741
- "custom": {
4742
- "description": "Show only custom templates",
4743
- "exclusive": [
4744
- "builtin"
4684
+ "type": {
4685
+ "char": "t",
4686
+ "description": "Filter by type",
4687
+ "name": "type",
4688
+ "hasDynamicHelp": false,
4689
+ "multiple": false,
4690
+ "options": [
4691
+ "product",
4692
+ "platform",
4693
+ "infra",
4694
+ "integration"
4745
4695
  ],
4746
- "name": "custom",
4747
- "allowNo": false,
4748
- "type": "boolean"
4696
+ "type": "option"
4749
4697
  },
4750
- "json": {
4751
- "description": "Output as JSON",
4752
- "name": "json",
4753
- "allowNo": false,
4754
- "type": "boolean"
4698
+ "search": {
4699
+ "description": "Search in title/problem/solution",
4700
+ "name": "search",
4701
+ "hasDynamicHelp": false,
4702
+ "multiple": false,
4703
+ "type": "option"
4755
4704
  }
4756
4705
  },
4757
4706
  "hasDynamicHelp": false,
4758
4707
  "hiddenAliases": [],
4759
- "id": "template:list",
4708
+ "id": "spec:list",
4760
4709
  "pluginAlias": "@proletariat/cli",
4761
4710
  "pluginName": "@proletariat/cli",
4762
4711
  "pluginType": "core",
@@ -4765,24 +4714,23 @@
4765
4714
  "relativePath": [
4766
4715
  "dist",
4767
4716
  "commands",
4768
- "template",
4717
+ "spec",
4769
4718
  "list.js"
4770
4719
  ]
4771
4720
  },
4772
- "status:create": {
4721
+ "spec:plan": {
4773
4722
  "aliases": [],
4774
4723
  "args": {
4775
- "name": {
4776
- "description": "Status name",
4777
- "name": "name",
4724
+ "spec": {
4725
+ "description": "Spec ID",
4726
+ "name": "spec",
4778
4727
  "required": false
4779
4728
  }
4780
4729
  },
4781
- "description": "Create a new workflow status",
4730
+ "description": "Generate tickets from spec by comparing ideal state vs codebase (uses LLM)",
4782
4731
  "examples": [
4783
- "<%= config.bin %> <%= command.id %> \"In Review\" --category started",
4784
- "<%= config.bin %> <%= command.id %> --name \"Blocked\" --category started --color \"#EF4444\"",
4785
- "<%= config.bin %> <%= command.id %> -i # Interactive mode"
4732
+ "<%= config.bin %> <%= command.id %> user-authentication",
4733
+ "<%= config.bin %> <%= command.id %> --spec api-design --dry-run"
4786
4734
  ],
4787
4735
  "flags": {
4788
4736
  "project": {
@@ -4793,67 +4741,30 @@
4793
4741
  "multiple": false,
4794
4742
  "type": "option"
4795
4743
  },
4796
- "name": {
4797
- "char": "n",
4798
- "description": "Status name",
4799
- "name": "name",
4800
- "hasDynamicHelp": false,
4801
- "multiple": false,
4802
- "type": "option"
4803
- },
4804
- "category": {
4805
- "char": "c",
4806
- "description": "Status category",
4807
- "name": "category",
4808
- "hasDynamicHelp": false,
4809
- "multiple": false,
4810
- "options": [
4811
- "backlog",
4812
- "unstarted",
4813
- "started",
4814
- "completed",
4815
- "canceled"
4816
- ],
4817
- "type": "option"
4818
- },
4819
- "color": {
4820
- "description": "Hex color code (e.g., #FF0000)",
4821
- "name": "color",
4822
- "hasDynamicHelp": false,
4823
- "multiple": false,
4824
- "type": "option"
4744
+ "json": {
4745
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4746
+ "name": "json",
4747
+ "allowNo": false,
4748
+ "type": "boolean"
4825
4749
  },
4826
- "description": {
4827
- "char": "d",
4828
- "description": "Status description",
4829
- "name": "description",
4750
+ "spec": {
4751
+ "char": "s",
4752
+ "description": "Spec ID",
4753
+ "name": "spec",
4830
4754
  "hasDynamicHelp": false,
4831
4755
  "multiple": false,
4832
4756
  "type": "option"
4833
4757
  },
4834
- "default": {
4835
- "description": "Set as default status for new tickets",
4836
- "name": "default",
4837
- "allowNo": false,
4838
- "type": "boolean"
4839
- },
4840
- "interactive": {
4841
- "char": "i",
4842
- "description": "Interactive mode",
4843
- "name": "interactive",
4844
- "allowNo": false,
4845
- "type": "boolean"
4846
- },
4847
- "json": {
4848
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4849
- "name": "json",
4758
+ "dry-run": {
4759
+ "description": "Show what would be created without creating tickets",
4760
+ "name": "dry-run",
4850
4761
  "allowNo": false,
4851
4762
  "type": "boolean"
4852
4763
  }
4853
4764
  },
4854
4765
  "hasDynamicHelp": false,
4855
4766
  "hiddenAliases": [],
4856
- "id": "status:create",
4767
+ "id": "spec:plan",
4857
4768
  "pluginAlias": "@proletariat/cli",
4858
4769
  "pluginName": "@proletariat/cli",
4859
4770
  "pluginType": "core",
@@ -4862,42 +4773,64 @@
4862
4773
  "relativePath": [
4863
4774
  "dist",
4864
4775
  "commands",
4865
- "status",
4866
- "create.js"
4776
+ "spec",
4777
+ "plan.js"
4867
4778
  ]
4868
4779
  },
4869
- "status:delete": {
4780
+ "spec:ticket": {
4870
4781
  "aliases": [],
4871
4782
  "args": {
4872
- "id": {
4873
- "description": "Status ID",
4874
- "name": "id",
4875
- "required": true
4783
+ "ticketId": {
4784
+ "description": "Ticket ID",
4785
+ "name": "ticketId",
4786
+ "required": false
4787
+ },
4788
+ "specId": {
4789
+ "description": "Spec ID (filename without .md)",
4790
+ "name": "specId",
4791
+ "required": false
4876
4792
  }
4877
4793
  },
4878
- "description": "Delete a workflow status",
4794
+ "description": "Assign a ticket to a spec document",
4879
4795
  "examples": [
4880
- "<%= config.bin %> <%= command.id %> my-project-blocked",
4881
- "<%= config.bin %> <%= command.id %> my-project-review --force"
4796
+ "<%= config.bin %> <%= command.id %> PRLT-001 user-authentication",
4797
+ "<%= config.bin %> <%= command.id %> --ticket PRLT-001 --spec api-design"
4882
4798
  ],
4883
4799
  "flags": {
4800
+ "project": {
4801
+ "char": "P",
4802
+ "description": "Project ID (uses first project if only one exists)",
4803
+ "name": "project",
4804
+ "hasDynamicHelp": false,
4805
+ "multiple": false,
4806
+ "type": "option"
4807
+ },
4884
4808
  "json": {
4885
4809
  "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4886
4810
  "name": "json",
4887
4811
  "allowNo": false,
4888
4812
  "type": "boolean"
4889
4813
  },
4890
- "force": {
4891
- "char": "f",
4892
- "description": "Skip confirmation prompt",
4893
- "name": "force",
4894
- "allowNo": false,
4895
- "type": "boolean"
4814
+ "ticket": {
4815
+ "char": "t",
4816
+ "description": "Ticket ID",
4817
+ "name": "ticket",
4818
+ "hasDynamicHelp": false,
4819
+ "multiple": false,
4820
+ "type": "option"
4821
+ },
4822
+ "spec": {
4823
+ "char": "s",
4824
+ "description": "Spec ID (filename without .md)",
4825
+ "name": "spec",
4826
+ "hasDynamicHelp": false,
4827
+ "multiple": false,
4828
+ "type": "option"
4896
4829
  }
4897
4830
  },
4898
4831
  "hasDynamicHelp": false,
4899
4832
  "hiddenAliases": [],
4900
- "id": "status:delete",
4833
+ "id": "spec:ticket",
4901
4834
  "pluginAlias": "@proletariat/cli",
4902
4835
  "pluginName": "@proletariat/cli",
4903
4836
  "pluginType": "core",
@@ -4906,18 +4839,23 @@
4906
4839
  "relativePath": [
4907
4840
  "dist",
4908
4841
  "commands",
4909
- "status",
4910
- "delete.js"
4842
+ "spec",
4843
+ "ticket.js"
4911
4844
  ]
4912
4845
  },
4913
- "status": {
4914
- "aliases": [
4915
- "statuses"
4916
- ],
4917
- "args": {},
4918
- "description": "Interactive menu for workflow status operations",
4846
+ "spec:view": {
4847
+ "aliases": [],
4848
+ "args": {
4849
+ "spec": {
4850
+ "description": "Spec ID",
4851
+ "name": "spec",
4852
+ "required": false
4853
+ }
4854
+ },
4855
+ "description": "View a spec and its linked tickets",
4919
4856
  "examples": [
4920
- "<%= config.bin %> <%= command.id %>"
4857
+ "<%= config.bin %> <%= command.id %> user-authentication",
4858
+ "<%= config.bin %> <%= command.id %> --spec api-design"
4921
4859
  ],
4922
4860
  "flags": {
4923
4861
  "project": {
@@ -4933,11 +4871,26 @@
4933
4871
  "name": "json",
4934
4872
  "allowNo": false,
4935
4873
  "type": "boolean"
4874
+ },
4875
+ "spec": {
4876
+ "char": "s",
4877
+ "description": "Spec ID",
4878
+ "name": "spec",
4879
+ "hasDynamicHelp": false,
4880
+ "multiple": false,
4881
+ "type": "option"
4882
+ },
4883
+ "full": {
4884
+ "char": "f",
4885
+ "description": "Show all spec sections",
4886
+ "name": "full",
4887
+ "allowNo": false,
4888
+ "type": "boolean"
4936
4889
  }
4937
4890
  },
4938
4891
  "hasDynamicHelp": false,
4939
4892
  "hiddenAliases": [],
4940
- "id": "status",
4893
+ "id": "spec:view",
4941
4894
  "pluginAlias": "@proletariat/cli",
4942
4895
  "pluginName": "@proletariat/cli",
4943
4896
  "pluginType": "core",
@@ -4946,18 +4899,19 @@
4946
4899
  "relativePath": [
4947
4900
  "dist",
4948
4901
  "commands",
4949
- "status",
4950
- "index.js"
4902
+ "spec",
4903
+ "view.js"
4951
4904
  ]
4952
4905
  },
4953
- "status:list": {
4906
+ "template:delete": {
4954
4907
  "aliases": [],
4955
4908
  "args": {},
4956
- "description": "List all workflow statuses for a project",
4909
+ "description": "Delete templates (ticket or phase)",
4957
4910
  "examples": [
4958
4911
  "<%= config.bin %> <%= command.id %>",
4959
- "<%= config.bin %> <%= command.id %> --project my-project",
4960
- "<%= config.bin %> <%= command.id %> --category started"
4912
+ "<%= config.bin %> <%= command.id %> --type ticket",
4913
+ "<%= config.bin %> <%= command.id %> --type phase",
4914
+ "<%= config.bin %> <%= command.id %> --force"
4961
4915
  ],
4962
4916
  "flags": {
4963
4917
  "project": {
@@ -4968,23 +4922,27 @@
4968
4922
  "multiple": false,
4969
4923
  "type": "option"
4970
4924
  },
4971
- "category": {
4972
- "char": "c",
4973
- "description": "Filter by category",
4974
- "name": "category",
4925
+ "type": {
4926
+ "char": "t",
4927
+ "description": "Template type to delete",
4928
+ "name": "type",
4975
4929
  "hasDynamicHelp": false,
4976
4930
  "multiple": false,
4977
4931
  "options": [
4978
- "backlog",
4979
- "unstarted",
4980
- "started",
4981
- "completed",
4982
- "canceled"
4932
+ "ticket",
4933
+ "phase"
4983
4934
  ],
4984
4935
  "type": "option"
4985
4936
  },
4937
+ "force": {
4938
+ "char": "f",
4939
+ "description": "Skip confirmation",
4940
+ "name": "force",
4941
+ "allowNo": false,
4942
+ "type": "boolean"
4943
+ },
4986
4944
  "json": {
4987
- "description": "Output as JSON",
4945
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4988
4946
  "name": "json",
4989
4947
  "allowNo": false,
4990
4948
  "type": "boolean"
@@ -4992,7 +4950,7 @@
4992
4950
  },
4993
4951
  "hasDynamicHelp": false,
4994
4952
  "hiddenAliases": [],
4995
- "id": "status:list",
4953
+ "id": "template:delete",
4996
4954
  "pluginAlias": "@proletariat/cli",
4997
4955
  "pluginName": "@proletariat/cli",
4998
4956
  "pluginType": "core",
@@ -5001,24 +4959,57 @@
5001
4959
  "relativePath": [
5002
4960
  "dist",
5003
4961
  "commands",
5004
- "status",
5005
- "list.js"
4962
+ "template",
4963
+ "delete.js"
4964
+ ]
4965
+ },
4966
+ "template": {
4967
+ "aliases": [
4968
+ "templates"
4969
+ ],
4970
+ "args": {},
4971
+ "description": "Manage templates (ticket and phase)",
4972
+ "examples": [
4973
+ "<%= config.bin %> <%= command.id %>",
4974
+ "<%= config.bin %> <%= command.id %> list",
4975
+ "<%= config.bin %> <%= command.id %> list --type ticket",
4976
+ "<%= config.bin %> <%= command.id %> ticket",
4977
+ "<%= config.bin %> <%= command.id %> phase"
4978
+ ],
4979
+ "flags": {
4980
+ "json": {
4981
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4982
+ "name": "json",
4983
+ "allowNo": false,
4984
+ "type": "boolean"
4985
+ }
4986
+ },
4987
+ "hasDynamicHelp": false,
4988
+ "hiddenAliases": [],
4989
+ "id": "template",
4990
+ "pluginAlias": "@proletariat/cli",
4991
+ "pluginName": "@proletariat/cli",
4992
+ "pluginType": "core",
4993
+ "strict": true,
4994
+ "enableJsonFlag": false,
4995
+ "isESM": true,
4996
+ "relativePath": [
4997
+ "dist",
4998
+ "commands",
4999
+ "template",
5000
+ "index.js"
5006
5001
  ]
5007
5002
  },
5008
- "status:move": {
5003
+ "template:list": {
5009
5004
  "aliases": [],
5010
- "args": {
5011
- "id": {
5012
- "description": "Status ID - prompts with dropdown if not provided",
5013
- "name": "id",
5014
- "required": false
5015
- }
5016
- },
5017
- "description": "Reorder a status within its category",
5005
+ "args": {},
5006
+ "description": "List all templates (ticket and phase)",
5018
5007
  "examples": [
5019
- "<%= config.bin %> <%= command.id %> my-project-in-review --position 0 # Move to first",
5020
- "<%= config.bin %> <%= command.id %> my-project-blocked --position 2",
5021
- "<%= config.bin %> <%= command.id %> # Interactive mode"
5008
+ "<%= config.bin %> <%= command.id %>",
5009
+ "<%= config.bin %> <%= command.id %> --type ticket",
5010
+ "<%= config.bin %> <%= command.id %> --type phase",
5011
+ "<%= config.bin %> <%= command.id %> --builtin",
5012
+ "<%= config.bin %> <%= command.id %> --json"
5022
5013
  ],
5023
5014
  "flags": {
5024
5015
  "project": {
@@ -5029,25 +5020,46 @@
5029
5020
  "multiple": false,
5030
5021
  "type": "option"
5031
5022
  },
5023
+ "type": {
5024
+ "char": "t",
5025
+ "description": "Filter by template type",
5026
+ "name": "type",
5027
+ "hasDynamicHelp": false,
5028
+ "multiple": false,
5029
+ "options": [
5030
+ "ticket",
5031
+ "phase"
5032
+ ],
5033
+ "type": "option"
5034
+ },
5035
+ "builtin": {
5036
+ "description": "Show only built-in templates",
5037
+ "exclusive": [
5038
+ "custom"
5039
+ ],
5040
+ "name": "builtin",
5041
+ "allowNo": false,
5042
+ "type": "boolean"
5043
+ },
5044
+ "custom": {
5045
+ "description": "Show only custom templates",
5046
+ "exclusive": [
5047
+ "builtin"
5048
+ ],
5049
+ "name": "custom",
5050
+ "allowNo": false,
5051
+ "type": "boolean"
5052
+ },
5032
5053
  "json": {
5033
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5054
+ "description": "Output as JSON",
5034
5055
  "name": "json",
5035
5056
  "allowNo": false,
5036
5057
  "type": "boolean"
5037
- },
5038
- "position": {
5039
- "char": "p",
5040
- "description": "New position (0-indexed) within the category",
5041
- "name": "position",
5042
- "required": false,
5043
- "hasDynamicHelp": false,
5044
- "multiple": false,
5045
- "type": "option"
5046
5058
  }
5047
5059
  },
5048
5060
  "hasDynamicHelp": false,
5049
5061
  "hiddenAliases": [],
5050
- "id": "status:move",
5062
+ "id": "template:list",
5051
5063
  "pluginAlias": "@proletariat/cli",
5052
5064
  "pluginName": "@proletariat/cli",
5053
5065
  "pluginType": "core",
@@ -5056,25 +5068,24 @@
5056
5068
  "relativePath": [
5057
5069
  "dist",
5058
5070
  "commands",
5059
- "status",
5060
- "move.js"
5071
+ "template",
5072
+ "list.js"
5061
5073
  ]
5062
5074
  },
5063
- "status:update": {
5075
+ "status:create": {
5064
5076
  "aliases": [],
5065
5077
  "args": {
5066
- "id": {
5067
- "description": "Status ID - prompts with dropdown if not provided",
5068
- "name": "id",
5078
+ "name": {
5079
+ "description": "Status name",
5080
+ "name": "name",
5069
5081
  "required": false
5070
5082
  }
5071
5083
  },
5072
- "description": "Update a workflow status",
5084
+ "description": "Create a new workflow status",
5073
5085
  "examples": [
5074
- "<%= config.bin %> <%= command.id %> my-project-in-review --name \"Code Review\"",
5075
- "<%= config.bin %> <%= command.id %> my-project-blocked --color \"#EF4444\"",
5076
- "<%= config.bin %> <%= command.id %> my-project-todo --default # Set as default",
5077
- "<%= config.bin %> <%= command.id %> # Interactive mode"
5086
+ "<%= config.bin %> <%= command.id %> \"In Review\" --category started",
5087
+ "<%= config.bin %> <%= command.id %> --name \"Blocked\" --category started --color \"#EF4444\"",
5088
+ "<%= config.bin %> <%= command.id %> -i # Interactive mode"
5078
5089
  ],
5079
5090
  "flags": {
5080
5091
  "project": {
@@ -5085,15 +5096,9 @@
5085
5096
  "multiple": false,
5086
5097
  "type": "option"
5087
5098
  },
5088
- "json": {
5089
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5090
- "name": "json",
5091
- "allowNo": false,
5092
- "type": "boolean"
5093
- },
5094
5099
  "name": {
5095
5100
  "char": "n",
5096
- "description": "New status name",
5101
+ "description": "Status name",
5097
5102
  "name": "name",
5098
5103
  "hasDynamicHelp": false,
5099
5104
  "multiple": false,
@@ -5101,7 +5106,7 @@
5101
5106
  },
5102
5107
  "category": {
5103
5108
  "char": "c",
5104
- "description": "New category",
5109
+ "description": "Status category",
5105
5110
  "name": "category",
5106
5111
  "hasDynamicHelp": false,
5107
5112
  "multiple": false,
@@ -5132,7 +5137,7 @@
5132
5137
  "default": {
5133
5138
  "description": "Set as default status for new tickets",
5134
5139
  "name": "default",
5135
- "allowNo": true,
5140
+ "allowNo": false,
5136
5141
  "type": "boolean"
5137
5142
  },
5138
5143
  "interactive": {
@@ -5141,11 +5146,17 @@
5141
5146
  "name": "interactive",
5142
5147
  "allowNo": false,
5143
5148
  "type": "boolean"
5149
+ },
5150
+ "json": {
5151
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5152
+ "name": "json",
5153
+ "allowNo": false,
5154
+ "type": "boolean"
5144
5155
  }
5145
5156
  },
5146
5157
  "hasDynamicHelp": false,
5147
5158
  "hiddenAliases": [],
5148
- "id": "status:update",
5159
+ "id": "status:create",
5149
5160
  "pluginAlias": "@proletariat/cli",
5150
5161
  "pluginName": "@proletariat/cli",
5151
5162
  "pluginType": "core",
@@ -5155,58 +5166,41 @@
5155
5166
  "dist",
5156
5167
  "commands",
5157
5168
  "status",
5158
- "update.js"
5169
+ "create.js"
5159
5170
  ]
5160
5171
  },
5161
- "repo:add": {
5172
+ "status:delete": {
5162
5173
  "aliases": [],
5163
5174
  "args": {
5164
- "path": {
5165
- "description": "Repository path or Git URL",
5166
- "name": "path",
5167
- "required": false
5175
+ "id": {
5176
+ "description": "Status ID",
5177
+ "name": "id",
5178
+ "required": true
5168
5179
  }
5169
5180
  },
5170
- "description": "Add a repository to the HQ",
5181
+ "description": "Delete a workflow status",
5171
5182
  "examples": [
5172
- "<%= config.bin %> <%= command.id %> /path/to/repo",
5173
- "<%= config.bin %> <%= command.id %> git@github.com:user/repo.git",
5174
- "<%= config.bin %> <%= command.id %>",
5175
- "<%= config.bin %> <%= command.id %> --bulk"
5183
+ "<%= config.bin %> <%= command.id %> my-project-blocked",
5184
+ "<%= config.bin %> <%= command.id %> my-project-review --force"
5176
5185
  ],
5177
5186
  "flags": {
5178
- "project": {
5179
- "char": "P",
5180
- "description": "Project ID (uses first project if only one exists)",
5181
- "name": "project",
5182
- "hasDynamicHelp": false,
5183
- "multiple": false,
5184
- "type": "option"
5185
- },
5186
- "action": {
5187
- "char": "a",
5188
- "description": "Action for local paths",
5189
- "name": "action",
5190
- "default": "clone",
5191
- "hasDynamicHelp": false,
5192
- "multiple": false,
5193
- "options": [
5194
- "clone",
5195
- "move"
5196
- ],
5197
- "type": "option"
5187
+ "json": {
5188
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5189
+ "name": "json",
5190
+ "allowNo": false,
5191
+ "type": "boolean"
5198
5192
  },
5199
- "bulk": {
5200
- "char": "b",
5201
- "description": "Add multiple repositories interactively",
5202
- "name": "bulk",
5193
+ "force": {
5194
+ "char": "f",
5195
+ "description": "Skip confirmation prompt",
5196
+ "name": "force",
5203
5197
  "allowNo": false,
5204
5198
  "type": "boolean"
5205
5199
  }
5206
5200
  },
5207
5201
  "hasDynamicHelp": false,
5208
5202
  "hiddenAliases": [],
5209
- "id": "repo:add",
5203
+ "id": "status:delete",
5210
5204
  "pluginAlias": "@proletariat/cli",
5211
5205
  "pluginName": "@proletariat/cli",
5212
5206
  "pluginType": "core",
@@ -5215,19 +5209,18 @@
5215
5209
  "relativePath": [
5216
5210
  "dist",
5217
5211
  "commands",
5218
- "repo",
5219
- "add.js"
5212
+ "status",
5213
+ "delete.js"
5220
5214
  ]
5221
5215
  },
5222
- "repo": {
5223
- "aliases": [],
5216
+ "status": {
5217
+ "aliases": [
5218
+ "statuses"
5219
+ ],
5224
5220
  "args": {},
5225
- "description": "Repository management operations",
5221
+ "description": "Interactive menu for workflow status operations",
5226
5222
  "examples": [
5227
- "<%= config.bin %> <%= command.id %> list",
5228
- "<%= config.bin %> <%= command.id %> add /path/to/repo",
5229
- "<%= config.bin %> <%= command.id %> remove my-repo",
5230
- "<%= config.bin %> <%= command.id %> view my-repo"
5223
+ "<%= config.bin %> <%= command.id %>"
5231
5224
  ],
5232
5225
  "flags": {
5233
5226
  "project": {
@@ -5247,7 +5240,7 @@
5247
5240
  },
5248
5241
  "hasDynamicHelp": false,
5249
5242
  "hiddenAliases": [],
5250
- "id": "repo",
5243
+ "id": "status",
5251
5244
  "pluginAlias": "@proletariat/cli",
5252
5245
  "pluginName": "@proletariat/cli",
5253
5246
  "pluginType": "core",
@@ -5256,18 +5249,18 @@
5256
5249
  "relativePath": [
5257
5250
  "dist",
5258
5251
  "commands",
5259
- "repo",
5252
+ "status",
5260
5253
  "index.js"
5261
5254
  ]
5262
5255
  },
5263
- "repo:list": {
5256
+ "status:list": {
5264
5257
  "aliases": [],
5265
5258
  "args": {},
5266
- "description": "List all repositories in the HQ",
5259
+ "description": "List all workflow statuses for a project",
5267
5260
  "examples": [
5268
5261
  "<%= config.bin %> <%= command.id %>",
5269
- "<%= config.bin %> <%= command.id %> --format compact",
5270
- "<%= config.bin %> <%= command.id %> --format json"
5262
+ "<%= config.bin %> <%= command.id %> --project my-project",
5263
+ "<%= config.bin %> <%= command.id %> --category started"
5271
5264
  ],
5272
5265
  "flags": {
5273
5266
  "project": {
@@ -5278,24 +5271,31 @@
5278
5271
  "multiple": false,
5279
5272
  "type": "option"
5280
5273
  },
5281
- "format": {
5282
- "char": "f",
5283
- "description": "Output format",
5284
- "name": "format",
5285
- "default": "table",
5274
+ "category": {
5275
+ "char": "c",
5276
+ "description": "Filter by category",
5277
+ "name": "category",
5286
5278
  "hasDynamicHelp": false,
5287
5279
  "multiple": false,
5288
5280
  "options": [
5289
- "table",
5290
- "compact",
5291
- "json"
5281
+ "backlog",
5282
+ "unstarted",
5283
+ "started",
5284
+ "completed",
5285
+ "canceled"
5292
5286
  ],
5293
5287
  "type": "option"
5288
+ },
5289
+ "json": {
5290
+ "description": "Output as JSON",
5291
+ "name": "json",
5292
+ "allowNo": false,
5293
+ "type": "boolean"
5294
5294
  }
5295
5295
  },
5296
5296
  "hasDynamicHelp": false,
5297
5297
  "hiddenAliases": [],
5298
- "id": "repo:list",
5298
+ "id": "status:list",
5299
5299
  "pluginAlias": "@proletariat/cli",
5300
5300
  "pluginName": "@proletariat/cli",
5301
5301
  "pluginType": "core",
@@ -5304,25 +5304,24 @@
5304
5304
  "relativePath": [
5305
5305
  "dist",
5306
5306
  "commands",
5307
- "repo",
5307
+ "status",
5308
5308
  "list.js"
5309
5309
  ]
5310
5310
  },
5311
- "repo:remove": {
5311
+ "status:move": {
5312
5312
  "aliases": [],
5313
5313
  "args": {
5314
- "name": {
5315
- "description": "Repository name to remove",
5316
- "name": "name",
5314
+ "id": {
5315
+ "description": "Status ID - prompts with dropdown if not provided",
5316
+ "name": "id",
5317
5317
  "required": false
5318
5318
  }
5319
5319
  },
5320
- "description": "Remove a repository from the HQ",
5320
+ "description": "Reorder a status within its category",
5321
5321
  "examples": [
5322
- "<%= config.bin %> <%= command.id %> my-repo",
5323
- "<%= config.bin %> <%= command.id %> my-repo --force",
5324
- "<%= config.bin %> <%= command.id %>",
5325
- "<%= config.bin %> <%= command.id %> --bulk"
5322
+ "<%= config.bin %> <%= command.id %> my-project-in-review --position 0 # Move to first",
5323
+ "<%= config.bin %> <%= command.id %> my-project-blocked --position 2",
5324
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
5326
5325
  ],
5327
5326
  "flags": {
5328
5327
  "project": {
@@ -5333,36 +5332,25 @@
5333
5332
  "multiple": false,
5334
5333
  "type": "option"
5335
5334
  },
5336
- "force": {
5337
- "char": "f",
5338
- "description": "Skip confirmation prompt",
5339
- "name": "force",
5340
- "allowNo": false,
5341
- "type": "boolean"
5342
- },
5343
- "keep-files": {
5344
- "description": "Remove from database but keep files",
5345
- "name": "keep-files",
5346
- "allowNo": false,
5347
- "type": "boolean"
5348
- },
5349
- "bulk": {
5350
- "char": "b",
5351
- "description": "Remove multiple repositories interactively",
5352
- "name": "bulk",
5353
- "allowNo": false,
5354
- "type": "boolean"
5355
- },
5356
5335
  "json": {
5357
5336
  "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5358
5337
  "name": "json",
5359
5338
  "allowNo": false,
5360
5339
  "type": "boolean"
5340
+ },
5341
+ "position": {
5342
+ "char": "p",
5343
+ "description": "New position (0-indexed) within the category",
5344
+ "name": "position",
5345
+ "required": false,
5346
+ "hasDynamicHelp": false,
5347
+ "multiple": false,
5348
+ "type": "option"
5361
5349
  }
5362
5350
  },
5363
5351
  "hasDynamicHelp": false,
5364
5352
  "hiddenAliases": [],
5365
- "id": "repo:remove",
5353
+ "id": "status:move",
5366
5354
  "pluginAlias": "@proletariat/cli",
5367
5355
  "pluginName": "@proletariat/cli",
5368
5356
  "pluginType": "core",
@@ -5371,23 +5359,25 @@
5371
5359
  "relativePath": [
5372
5360
  "dist",
5373
5361
  "commands",
5374
- "repo",
5375
- "remove.js"
5362
+ "status",
5363
+ "move.js"
5376
5364
  ]
5377
5365
  },
5378
- "repo:view": {
5366
+ "status:update": {
5379
5367
  "aliases": [],
5380
5368
  "args": {
5381
- "name": {
5382
- "description": "Repository name to view",
5383
- "name": "name",
5369
+ "id": {
5370
+ "description": "Status ID - prompts with dropdown if not provided",
5371
+ "name": "id",
5384
5372
  "required": false
5385
5373
  }
5386
5374
  },
5387
- "description": "View detailed information about a repository",
5375
+ "description": "Update a workflow status",
5388
5376
  "examples": [
5389
- "<%= config.bin %> <%= command.id %> my-repo",
5390
- "<%= config.bin %> <%= command.id %>"
5377
+ "<%= config.bin %> <%= command.id %> my-project-in-review --name \"Code Review\"",
5378
+ "<%= config.bin %> <%= command.id %> my-project-blocked --color \"#EF4444\"",
5379
+ "<%= config.bin %> <%= command.id %> my-project-todo --default # Set as default",
5380
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
5391
5381
  ],
5392
5382
  "flags": {
5393
5383
  "project": {
@@ -5397,11 +5387,68 @@
5397
5387
  "hasDynamicHelp": false,
5398
5388
  "multiple": false,
5399
5389
  "type": "option"
5390
+ },
5391
+ "json": {
5392
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5393
+ "name": "json",
5394
+ "allowNo": false,
5395
+ "type": "boolean"
5396
+ },
5397
+ "name": {
5398
+ "char": "n",
5399
+ "description": "New status name",
5400
+ "name": "name",
5401
+ "hasDynamicHelp": false,
5402
+ "multiple": false,
5403
+ "type": "option"
5404
+ },
5405
+ "category": {
5406
+ "char": "c",
5407
+ "description": "New category",
5408
+ "name": "category",
5409
+ "hasDynamicHelp": false,
5410
+ "multiple": false,
5411
+ "options": [
5412
+ "backlog",
5413
+ "unstarted",
5414
+ "started",
5415
+ "completed",
5416
+ "canceled"
5417
+ ],
5418
+ "type": "option"
5419
+ },
5420
+ "color": {
5421
+ "description": "Hex color code (e.g., #FF0000)",
5422
+ "name": "color",
5423
+ "hasDynamicHelp": false,
5424
+ "multiple": false,
5425
+ "type": "option"
5426
+ },
5427
+ "description": {
5428
+ "char": "d",
5429
+ "description": "Status description",
5430
+ "name": "description",
5431
+ "hasDynamicHelp": false,
5432
+ "multiple": false,
5433
+ "type": "option"
5434
+ },
5435
+ "default": {
5436
+ "description": "Set as default status for new tickets",
5437
+ "name": "default",
5438
+ "allowNo": true,
5439
+ "type": "boolean"
5440
+ },
5441
+ "interactive": {
5442
+ "char": "i",
5443
+ "description": "Interactive mode",
5444
+ "name": "interactive",
5445
+ "allowNo": false,
5446
+ "type": "boolean"
5400
5447
  }
5401
5448
  },
5402
5449
  "hasDynamicHelp": false,
5403
5450
  "hiddenAliases": [],
5404
- "id": "repo:view",
5451
+ "id": "status:update",
5405
5452
  "pluginAlias": "@proletariat/cli",
5406
5453
  "pluginName": "@proletariat/cli",
5407
5454
  "pluginType": "core",
@@ -5410,8 +5457,8 @@
5410
5457
  "relativePath": [
5411
5458
  "dist",
5412
5459
  "commands",
5413
- "repo",
5414
- "view.js"
5460
+ "status",
5461
+ "update.js"
5415
5462
  ]
5416
5463
  },
5417
5464
  "ticket:bulk": {
@@ -7842,10 +7889,183 @@
7842
7889
  },
7843
7890
  "description": "Set the active workspace",
7844
7891
  "examples": [
7845
- "<%= config.bin %> <%= command.id %> my-workspace",
7846
- "<%= config.bin %> <%= command.id %> /path/to/workspace"
7892
+ "<%= config.bin %> <%= command.id %> my-workspace",
7893
+ "<%= config.bin %> <%= command.id %> /path/to/workspace"
7894
+ ],
7895
+ "flags": {
7896
+ "json": {
7897
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7898
+ "name": "json",
7899
+ "allowNo": false,
7900
+ "type": "boolean"
7901
+ }
7902
+ },
7903
+ "hasDynamicHelp": false,
7904
+ "hiddenAliases": [],
7905
+ "id": "workspace:use",
7906
+ "pluginAlias": "@proletariat/cli",
7907
+ "pluginName": "@proletariat/cli",
7908
+ "pluginType": "core",
7909
+ "strict": true,
7910
+ "enableJsonFlag": false,
7911
+ "isESM": true,
7912
+ "relativePath": [
7913
+ "dist",
7914
+ "commands",
7915
+ "workspace",
7916
+ "use.js"
7917
+ ]
7918
+ },
7919
+ "agent:staff:add": {
7920
+ "aliases": [],
7921
+ "args": {
7922
+ "names": {
7923
+ "description": "Agent names to add (space-separated)",
7924
+ "name": "names",
7925
+ "required": false
7926
+ }
7927
+ },
7928
+ "description": "Add new agents to the workspace",
7929
+ "examples": [
7930
+ "<%= config.bin %> <%= command.id %> zeus",
7931
+ "<%= config.bin %> <%= command.id %> agent-1 agent-2",
7932
+ "<%= config.bin %> <%= command.id %> --theme billionaires",
7933
+ "<%= config.bin %> <%= command.id %> my-agent --no-container"
7934
+ ],
7935
+ "flags": {
7936
+ "no-container": {
7937
+ "description": "Skip devcontainer setup (not recommended for autonomous agents)",
7938
+ "name": "no-container",
7939
+ "allowNo": false,
7940
+ "type": "boolean"
7941
+ },
7942
+ "theme": {
7943
+ "char": "t",
7944
+ "description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
7945
+ "name": "theme",
7946
+ "hasDynamicHelp": false,
7947
+ "multiple": false,
7948
+ "type": "option"
7949
+ },
7950
+ "json": {
7951
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7952
+ "name": "json",
7953
+ "allowNo": false,
7954
+ "type": "boolean"
7955
+ }
7956
+ },
7957
+ "hasDynamicHelp": false,
7958
+ "hiddenAliases": [],
7959
+ "id": "agent:staff:add",
7960
+ "pluginAlias": "@proletariat/cli",
7961
+ "pluginName": "@proletariat/cli",
7962
+ "pluginType": "core",
7963
+ "strict": false,
7964
+ "enableJsonFlag": false,
7965
+ "isESM": true,
7966
+ "relativePath": [
7967
+ "dist",
7968
+ "commands",
7969
+ "agent",
7970
+ "staff",
7971
+ "add.js"
7972
+ ]
7973
+ },
7974
+ "agent:staff": {
7975
+ "aliases": [],
7976
+ "args": {},
7977
+ "description": "Manage staff (persistent) agents",
7978
+ "examples": [
7979
+ "<%= config.bin %> <%= command.id %> list",
7980
+ "<%= config.bin %> <%= command.id %> add",
7981
+ "<%= config.bin %> <%= command.id %> remove camry"
7982
+ ],
7983
+ "flags": {
7984
+ "project": {
7985
+ "char": "P",
7986
+ "description": "Project ID (uses first project if only one exists)",
7987
+ "name": "project",
7988
+ "hasDynamicHelp": false,
7989
+ "multiple": false,
7990
+ "type": "option"
7991
+ },
7992
+ "json": {
7993
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7994
+ "name": "json",
7995
+ "allowNo": false,
7996
+ "type": "boolean"
7997
+ },
7998
+ "no-interactive": {
7999
+ "description": "Alias for --json flag",
8000
+ "name": "no-interactive",
8001
+ "allowNo": false,
8002
+ "type": "boolean"
8003
+ }
8004
+ },
8005
+ "hasDynamicHelp": false,
8006
+ "hiddenAliases": [],
8007
+ "id": "agent:staff",
8008
+ "pluginAlias": "@proletariat/cli",
8009
+ "pluginName": "@proletariat/cli",
8010
+ "pluginType": "core",
8011
+ "strict": true,
8012
+ "isESM": true,
8013
+ "relativePath": [
8014
+ "dist",
8015
+ "commands",
8016
+ "agent",
8017
+ "staff",
8018
+ "index.js"
8019
+ ]
8020
+ },
8021
+ "agent:staff:list": {
8022
+ "aliases": [],
8023
+ "args": {},
8024
+ "description": "List all staff (persistent) agents and their status",
8025
+ "examples": [
8026
+ "<%= config.bin %> <%= command.id %>"
8027
+ ],
8028
+ "flags": {},
8029
+ "hasDynamicHelp": false,
8030
+ "hiddenAliases": [],
8031
+ "id": "agent:staff:list",
8032
+ "pluginAlias": "@proletariat/cli",
8033
+ "pluginName": "@proletariat/cli",
8034
+ "pluginType": "core",
8035
+ "strict": true,
8036
+ "enableJsonFlag": false,
8037
+ "isESM": true,
8038
+ "relativePath": [
8039
+ "dist",
8040
+ "commands",
8041
+ "agent",
8042
+ "staff",
8043
+ "list.js"
8044
+ ]
8045
+ },
8046
+ "agent:staff:remove": {
8047
+ "aliases": [],
8048
+ "args": {
8049
+ "name": {
8050
+ "description": "Agent name to remove",
8051
+ "name": "name",
8052
+ "required": false
8053
+ }
8054
+ },
8055
+ "description": "Remove a specific agent from the workspace",
8056
+ "examples": [
8057
+ "<%= config.bin %> <%= command.id %> camry",
8058
+ "<%= config.bin %> <%= command.id %>"
7847
8059
  ],
7848
8060
  "flags": {
8061
+ "project": {
8062
+ "char": "P",
8063
+ "description": "Project ID (uses first project if only one exists)",
8064
+ "name": "project",
8065
+ "hasDynamicHelp": false,
8066
+ "multiple": false,
8067
+ "type": "option"
8068
+ },
7849
8069
  "json": {
7850
8070
  "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7851
8071
  "name": "json",
@@ -7855,18 +8075,18 @@
7855
8075
  },
7856
8076
  "hasDynamicHelp": false,
7857
8077
  "hiddenAliases": [],
7858
- "id": "workspace:use",
8078
+ "id": "agent:staff:remove",
7859
8079
  "pluginAlias": "@proletariat/cli",
7860
8080
  "pluginName": "@proletariat/cli",
7861
8081
  "pluginType": "core",
7862
8082
  "strict": true,
7863
- "enableJsonFlag": false,
7864
8083
  "isESM": true,
7865
8084
  "relativePath": [
7866
8085
  "dist",
7867
8086
  "commands",
7868
- "workspace",
7869
- "use.js"
8087
+ "agent",
8088
+ "staff",
8089
+ "remove.js"
7870
8090
  ]
7871
8091
  },
7872
8092
  "agent:temp:cleanup": {
@@ -8213,179 +8433,6 @@
8213
8433
  "set.js"
8214
8434
  ]
8215
8435
  },
8216
- "agent:staff:add": {
8217
- "aliases": [],
8218
- "args": {
8219
- "names": {
8220
- "description": "Agent names to add (space-separated)",
8221
- "name": "names",
8222
- "required": false
8223
- }
8224
- },
8225
- "description": "Add new agents to the workspace",
8226
- "examples": [
8227
- "<%= config.bin %> <%= command.id %> zeus",
8228
- "<%= config.bin %> <%= command.id %> agent-1 agent-2",
8229
- "<%= config.bin %> <%= command.id %> --theme billionaires",
8230
- "<%= config.bin %> <%= command.id %> my-agent --no-container"
8231
- ],
8232
- "flags": {
8233
- "no-container": {
8234
- "description": "Skip devcontainer setup (not recommended for autonomous agents)",
8235
- "name": "no-container",
8236
- "allowNo": false,
8237
- "type": "boolean"
8238
- },
8239
- "theme": {
8240
- "char": "t",
8241
- "description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
8242
- "name": "theme",
8243
- "hasDynamicHelp": false,
8244
- "multiple": false,
8245
- "type": "option"
8246
- },
8247
- "json": {
8248
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8249
- "name": "json",
8250
- "allowNo": false,
8251
- "type": "boolean"
8252
- }
8253
- },
8254
- "hasDynamicHelp": false,
8255
- "hiddenAliases": [],
8256
- "id": "agent:staff:add",
8257
- "pluginAlias": "@proletariat/cli",
8258
- "pluginName": "@proletariat/cli",
8259
- "pluginType": "core",
8260
- "strict": false,
8261
- "enableJsonFlag": false,
8262
- "isESM": true,
8263
- "relativePath": [
8264
- "dist",
8265
- "commands",
8266
- "agent",
8267
- "staff",
8268
- "add.js"
8269
- ]
8270
- },
8271
- "agent:staff": {
8272
- "aliases": [],
8273
- "args": {},
8274
- "description": "Manage staff (persistent) agents",
8275
- "examples": [
8276
- "<%= config.bin %> <%= command.id %> list",
8277
- "<%= config.bin %> <%= command.id %> add",
8278
- "<%= config.bin %> <%= command.id %> remove camry"
8279
- ],
8280
- "flags": {
8281
- "project": {
8282
- "char": "P",
8283
- "description": "Project ID (uses first project if only one exists)",
8284
- "name": "project",
8285
- "hasDynamicHelp": false,
8286
- "multiple": false,
8287
- "type": "option"
8288
- },
8289
- "json": {
8290
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8291
- "name": "json",
8292
- "allowNo": false,
8293
- "type": "boolean"
8294
- },
8295
- "no-interactive": {
8296
- "description": "Alias for --json flag",
8297
- "name": "no-interactive",
8298
- "allowNo": false,
8299
- "type": "boolean"
8300
- }
8301
- },
8302
- "hasDynamicHelp": false,
8303
- "hiddenAliases": [],
8304
- "id": "agent:staff",
8305
- "pluginAlias": "@proletariat/cli",
8306
- "pluginName": "@proletariat/cli",
8307
- "pluginType": "core",
8308
- "strict": true,
8309
- "isESM": true,
8310
- "relativePath": [
8311
- "dist",
8312
- "commands",
8313
- "agent",
8314
- "staff",
8315
- "index.js"
8316
- ]
8317
- },
8318
- "agent:staff:list": {
8319
- "aliases": [],
8320
- "args": {},
8321
- "description": "List all staff (persistent) agents and their status",
8322
- "examples": [
8323
- "<%= config.bin %> <%= command.id %>"
8324
- ],
8325
- "flags": {},
8326
- "hasDynamicHelp": false,
8327
- "hiddenAliases": [],
8328
- "id": "agent:staff:list",
8329
- "pluginAlias": "@proletariat/cli",
8330
- "pluginName": "@proletariat/cli",
8331
- "pluginType": "core",
8332
- "strict": true,
8333
- "enableJsonFlag": false,
8334
- "isESM": true,
8335
- "relativePath": [
8336
- "dist",
8337
- "commands",
8338
- "agent",
8339
- "staff",
8340
- "list.js"
8341
- ]
8342
- },
8343
- "agent:staff:remove": {
8344
- "aliases": [],
8345
- "args": {
8346
- "name": {
8347
- "description": "Agent name to remove",
8348
- "name": "name",
8349
- "required": false
8350
- }
8351
- },
8352
- "description": "Remove a specific agent from the workspace",
8353
- "examples": [
8354
- "<%= config.bin %> <%= command.id %> camry",
8355
- "<%= config.bin %> <%= command.id %>"
8356
- ],
8357
- "flags": {
8358
- "project": {
8359
- "char": "P",
8360
- "description": "Project ID (uses first project if only one exists)",
8361
- "name": "project",
8362
- "hasDynamicHelp": false,
8363
- "multiple": false,
8364
- "type": "option"
8365
- },
8366
- "json": {
8367
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8368
- "name": "json",
8369
- "allowNo": false,
8370
- "type": "boolean"
8371
- }
8372
- },
8373
- "hasDynamicHelp": false,
8374
- "hiddenAliases": [],
8375
- "id": "agent:staff:remove",
8376
- "pluginAlias": "@proletariat/cli",
8377
- "pluginName": "@proletariat/cli",
8378
- "pluginType": "core",
8379
- "strict": true,
8380
- "isESM": true,
8381
- "relativePath": [
8382
- "dist",
8383
- "commands",
8384
- "agent",
8385
- "staff",
8386
- "remove.js"
8387
- ]
8388
- },
8389
8436
  "epic:link:block": {
8390
8437
  "aliases": [],
8391
8438
  "args": {
@@ -9298,20 +9345,20 @@
9298
9345
  "remove.js"
9299
9346
  ]
9300
9347
  },
9301
- "template:phase:apply": {
9348
+ "template:ticket:apply": {
9302
9349
  "aliases": [],
9303
9350
  "args": {
9304
9351
  "template": {
9305
- "description": "Phase template ID to apply",
9352
+ "description": "Template ID to use",
9306
9353
  "name": "template",
9307
9354
  "required": true
9308
9355
  }
9309
9356
  },
9310
- "description": "Apply a phase template to a project",
9357
+ "description": "Create a new ticket from a template",
9311
9358
  "examples": [
9312
- "<%= config.bin %> <%= command.id %> agile",
9313
- "<%= config.bin %> <%= command.id %> waterfall --project my-project",
9314
- "<%= config.bin %> <%= command.id %> agile --force"
9359
+ "<%= config.bin %> <%= command.id %> bug-report",
9360
+ "<%= config.bin %> <%= command.id %> feature-request --title \"Add dark mode\"",
9361
+ "<%= config.bin %> <%= command.id %> bug-report --project my-project"
9315
9362
  ],
9316
9363
  "flags": {
9317
9364
  "project": {
@@ -9322,64 +9369,46 @@
9322
9369
  "multiple": false,
9323
9370
  "type": "option"
9324
9371
  },
9325
- "force": {
9326
- "char": "f",
9327
- "description": "Skip confirmation prompt (will replace existing phases)",
9328
- "name": "force",
9329
- "allowNo": false,
9330
- "type": "boolean"
9331
- },
9332
- "json": {
9333
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
9334
- "name": "json",
9335
- "allowNo": false,
9336
- "type": "boolean"
9337
- }
9338
- },
9339
- "hasDynamicHelp": false,
9340
- "hiddenAliases": [],
9341
- "id": "template:phase:apply",
9342
- "pluginAlias": "@proletariat/cli",
9343
- "pluginName": "@proletariat/cli",
9344
- "pluginType": "core",
9345
- "strict": true,
9346
- "enableJsonFlag": false,
9347
- "isESM": true,
9348
- "relativePath": [
9349
- "dist",
9350
- "commands",
9351
- "template",
9352
- "phase",
9353
- "apply.js"
9354
- ]
9355
- },
9356
- "template:phase:create": {
9357
- "aliases": [],
9358
- "args": {
9359
- "name": {
9360
- "description": "Name for the new template",
9361
- "name": "name",
9362
- "required": false
9363
- }
9364
- },
9365
- "description": "Create a new phase template",
9366
- "examples": [
9367
- "<%= config.bin %> <%= command.id %> \"My Phases\"",
9368
- "<%= config.bin %> <%= command.id %> \"Sprint Phases\" --description \"Agile sprint phases\""
9369
- ],
9370
- "flags": {
9371
- "description": {
9372
- "char": "d",
9373
- "description": "Template description",
9374
- "name": "description",
9372
+ "title": {
9373
+ "char": "t",
9374
+ "description": "Ticket title (overrides template pattern)",
9375
+ "name": "title",
9376
+ "hasDynamicHelp": false,
9377
+ "multiple": false,
9378
+ "type": "option"
9379
+ },
9380
+ "column": {
9381
+ "char": "c",
9382
+ "description": "Column to place the ticket in",
9383
+ "name": "column",
9384
+ "hasDynamicHelp": false,
9385
+ "multiple": false,
9386
+ "type": "option"
9387
+ },
9388
+ "priority": {
9389
+ "description": "Priority (overrides template default)",
9390
+ "name": "priority",
9375
9391
  "hasDynamicHelp": false,
9376
9392
  "multiple": false,
9377
9393
  "type": "option"
9394
+ },
9395
+ "interactive": {
9396
+ "char": "i",
9397
+ "description": "Interactive mode - prompt for values",
9398
+ "name": "interactive",
9399
+ "allowNo": false,
9400
+ "type": "boolean"
9401
+ },
9402
+ "json": {
9403
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
9404
+ "name": "json",
9405
+ "allowNo": false,
9406
+ "type": "boolean"
9378
9407
  }
9379
9408
  },
9380
9409
  "hasDynamicHelp": false,
9381
9410
  "hiddenAliases": [],
9382
- "id": "template:phase:create",
9411
+ "id": "template:ticket:apply",
9383
9412
  "pluginAlias": "@proletariat/cli",
9384
9413
  "pluginName": "@proletariat/cli",
9385
9414
  "pluginType": "core",
@@ -9390,11 +9419,11 @@
9390
9419
  "dist",
9391
9420
  "commands",
9392
9421
  "template",
9393
- "phase",
9394
- "create.js"
9422
+ "ticket",
9423
+ "apply.js"
9395
9424
  ]
9396
9425
  },
9397
- "template:phase:delete": {
9426
+ "template:ticket:delete": {
9398
9427
  "aliases": [],
9399
9428
  "args": {
9400
9429
  "id": {
@@ -9403,7 +9432,7 @@
9403
9432
  "required": true
9404
9433
  }
9405
9434
  },
9406
- "description": "Delete a phase template",
9435
+ "description": "Delete a ticket template",
9407
9436
  "examples": [
9408
9437
  "<%= config.bin %> <%= command.id %> my-template",
9409
9438
  "<%= config.bin %> <%= command.id %> my-template --force"
@@ -9425,7 +9454,7 @@
9425
9454
  },
9426
9455
  "hasDynamicHelp": false,
9427
9456
  "hiddenAliases": [],
9428
- "id": "template:phase:delete",
9457
+ "id": "template:ticket:delete",
9429
9458
  "pluginAlias": "@proletariat/cli",
9430
9459
  "pluginName": "@proletariat/cli",
9431
9460
  "pluginType": "core",
@@ -9436,21 +9465,21 @@
9436
9465
  "dist",
9437
9466
  "commands",
9438
9467
  "template",
9439
- "phase",
9468
+ "ticket",
9440
9469
  "delete.js"
9441
9470
  ]
9442
9471
  },
9443
- "template:phase": {
9472
+ "template:ticket": {
9444
9473
  "aliases": [
9445
- "template:phases"
9474
+ "template:tickets"
9446
9475
  ],
9447
9476
  "args": {},
9448
- "description": "Manage phase templates (project lifecycle phases)",
9477
+ "description": "Manage ticket templates (for creating tickets from templates)",
9449
9478
  "examples": [
9450
9479
  "<%= config.bin %> <%= command.id %>",
9451
9480
  "<%= config.bin %> <%= command.id %> list",
9452
- "<%= config.bin %> <%= command.id %> apply agile",
9453
- "<%= config.bin %> <%= command.id %> create \"My Phases\""
9481
+ "<%= config.bin %> <%= command.id %> apply bug-report",
9482
+ "<%= config.bin %> <%= command.id %> save TKT-001 \"My Template\""
9454
9483
  ],
9455
9484
  "flags": {
9456
9485
  "json": {
@@ -9462,7 +9491,7 @@
9462
9491
  },
9463
9492
  "hasDynamicHelp": false,
9464
9493
  "hiddenAliases": [],
9465
- "id": "template:phase",
9494
+ "id": "template:ticket",
9466
9495
  "pluginAlias": "@proletariat/cli",
9467
9496
  "pluginName": "@proletariat/cli",
9468
9497
  "pluginType": "core",
@@ -9473,14 +9502,14 @@
9473
9502
  "dist",
9474
9503
  "commands",
9475
9504
  "template",
9476
- "phase",
9505
+ "ticket",
9477
9506
  "index.js"
9478
9507
  ]
9479
9508
  },
9480
- "template:phase:list": {
9509
+ "template:ticket:list": {
9481
9510
  "aliases": [],
9482
9511
  "args": {},
9483
- "description": "List phase templates",
9512
+ "description": "List ticket templates",
9484
9513
  "examples": [
9485
9514
  "<%= config.bin %> <%= command.id %>",
9486
9515
  "<%= config.bin %> <%= command.id %> --builtin",
@@ -9514,7 +9543,7 @@
9514
9543
  },
9515
9544
  "hasDynamicHelp": false,
9516
9545
  "hiddenAliases": [],
9517
- "id": "template:phase:list",
9546
+ "id": "template:ticket:list",
9518
9547
  "pluginAlias": "@proletariat/cli",
9519
9548
  "pluginName": "@proletariat/cli",
9520
9549
  "pluginType": "core",
@@ -9525,36 +9554,33 @@
9525
9554
  "dist",
9526
9555
  "commands",
9527
9556
  "template",
9528
- "phase",
9557
+ "ticket",
9529
9558
  "list.js"
9530
9559
  ]
9531
9560
  },
9532
- "template:phase:update": {
9561
+ "template:ticket:save": {
9533
9562
  "aliases": [],
9534
9563
  "args": {
9535
- "id": {
9536
- "description": "Template ID to update",
9537
- "name": "id",
9564
+ "ticket": {
9565
+ "description": "Ticket ID to create template from",
9566
+ "name": "ticket",
9567
+ "required": false
9568
+ },
9569
+ "name": {
9570
+ "description": "Template name",
9571
+ "name": "name",
9538
9572
  "required": false
9539
9573
  }
9540
9574
  },
9541
- "description": "Update an existing phase template",
9575
+ "description": "Create a template from an existing ticket",
9542
9576
  "examples": [
9543
- "<%= config.bin %> <%= command.id %> my-template --name \"New Name\"",
9544
- "<%= config.bin %> <%= command.id %> my-template --description \"Updated description\""
9577
+ "<%= config.bin %> <%= command.id %> TKT-001 \"Bug Report Template\"",
9578
+ "<%= config.bin %> <%= command.id %> TKT-042 \"Feature Request\" --description \"Standard feature request template\""
9545
9579
  ],
9546
9580
  "flags": {
9547
- "name": {
9548
- "char": "n",
9549
- "description": "New template name",
9550
- "name": "name",
9551
- "hasDynamicHelp": false,
9552
- "multiple": false,
9553
- "type": "option"
9554
- },
9555
9581
  "description": {
9556
9582
  "char": "d",
9557
- "description": "New template description",
9583
+ "description": "Template description",
9558
9584
  "name": "description",
9559
9585
  "hasDynamicHelp": false,
9560
9586
  "multiple": false,
@@ -9563,7 +9589,7 @@
9563
9589
  },
9564
9590
  "hasDynamicHelp": false,
9565
9591
  "hiddenAliases": [],
9566
- "id": "template:phase:update",
9592
+ "id": "template:ticket:save",
9567
9593
  "pluginAlias": "@proletariat/cli",
9568
9594
  "pluginName": "@proletariat/cli",
9569
9595
  "pluginType": "core",
@@ -9574,24 +9600,24 @@
9574
9600
  "dist",
9575
9601
  "commands",
9576
9602
  "template",
9577
- "phase",
9578
- "update.js"
9603
+ "ticket",
9604
+ "save.js"
9579
9605
  ]
9580
9606
  },
9581
- "template:ticket:apply": {
9607
+ "template:phase:apply": {
9582
9608
  "aliases": [],
9583
9609
  "args": {
9584
9610
  "template": {
9585
- "description": "Template ID to use",
9611
+ "description": "Phase template ID to apply",
9586
9612
  "name": "template",
9587
9613
  "required": true
9588
9614
  }
9589
9615
  },
9590
- "description": "Create a new ticket from a template",
9616
+ "description": "Apply a phase template to a project",
9591
9617
  "examples": [
9592
- "<%= config.bin %> <%= command.id %> bug-report",
9593
- "<%= config.bin %> <%= command.id %> feature-request --title \"Add dark mode\"",
9594
- "<%= config.bin %> <%= command.id %> bug-report --project my-project"
9618
+ "<%= config.bin %> <%= command.id %> agile",
9619
+ "<%= config.bin %> <%= command.id %> waterfall --project my-project",
9620
+ "<%= config.bin %> <%= command.id %> agile --force"
9595
9621
  ],
9596
9622
  "flags": {
9597
9623
  "project": {
@@ -9602,33 +9628,10 @@
9602
9628
  "multiple": false,
9603
9629
  "type": "option"
9604
9630
  },
9605
- "title": {
9606
- "char": "t",
9607
- "description": "Ticket title (overrides template pattern)",
9608
- "name": "title",
9609
- "hasDynamicHelp": false,
9610
- "multiple": false,
9611
- "type": "option"
9612
- },
9613
- "column": {
9614
- "char": "c",
9615
- "description": "Column to place the ticket in",
9616
- "name": "column",
9617
- "hasDynamicHelp": false,
9618
- "multiple": false,
9619
- "type": "option"
9620
- },
9621
- "priority": {
9622
- "description": "Priority (overrides template default)",
9623
- "name": "priority",
9624
- "hasDynamicHelp": false,
9625
- "multiple": false,
9626
- "type": "option"
9627
- },
9628
- "interactive": {
9629
- "char": "i",
9630
- "description": "Interactive mode - prompt for values",
9631
- "name": "interactive",
9631
+ "force": {
9632
+ "char": "f",
9633
+ "description": "Skip confirmation prompt (will replace existing phases)",
9634
+ "name": "force",
9632
9635
  "allowNo": false,
9633
9636
  "type": "boolean"
9634
9637
  },
@@ -9641,7 +9644,7 @@
9641
9644
  },
9642
9645
  "hasDynamicHelp": false,
9643
9646
  "hiddenAliases": [],
9644
- "id": "template:ticket:apply",
9647
+ "id": "template:phase:apply",
9645
9648
  "pluginAlias": "@proletariat/cli",
9646
9649
  "pluginName": "@proletariat/cli",
9647
9650
  "pluginType": "core",
@@ -9652,11 +9655,52 @@
9652
9655
  "dist",
9653
9656
  "commands",
9654
9657
  "template",
9655
- "ticket",
9658
+ "phase",
9656
9659
  "apply.js"
9657
9660
  ]
9658
9661
  },
9659
- "template:ticket:delete": {
9662
+ "template:phase:create": {
9663
+ "aliases": [],
9664
+ "args": {
9665
+ "name": {
9666
+ "description": "Name for the new template",
9667
+ "name": "name",
9668
+ "required": false
9669
+ }
9670
+ },
9671
+ "description": "Create a new phase template",
9672
+ "examples": [
9673
+ "<%= config.bin %> <%= command.id %> \"My Phases\"",
9674
+ "<%= config.bin %> <%= command.id %> \"Sprint Phases\" --description \"Agile sprint phases\""
9675
+ ],
9676
+ "flags": {
9677
+ "description": {
9678
+ "char": "d",
9679
+ "description": "Template description",
9680
+ "name": "description",
9681
+ "hasDynamicHelp": false,
9682
+ "multiple": false,
9683
+ "type": "option"
9684
+ }
9685
+ },
9686
+ "hasDynamicHelp": false,
9687
+ "hiddenAliases": [],
9688
+ "id": "template:phase:create",
9689
+ "pluginAlias": "@proletariat/cli",
9690
+ "pluginName": "@proletariat/cli",
9691
+ "pluginType": "core",
9692
+ "strict": true,
9693
+ "enableJsonFlag": false,
9694
+ "isESM": true,
9695
+ "relativePath": [
9696
+ "dist",
9697
+ "commands",
9698
+ "template",
9699
+ "phase",
9700
+ "create.js"
9701
+ ]
9702
+ },
9703
+ "template:phase:delete": {
9660
9704
  "aliases": [],
9661
9705
  "args": {
9662
9706
  "id": {
@@ -9665,7 +9709,7 @@
9665
9709
  "required": true
9666
9710
  }
9667
9711
  },
9668
- "description": "Delete a ticket template",
9712
+ "description": "Delete a phase template",
9669
9713
  "examples": [
9670
9714
  "<%= config.bin %> <%= command.id %> my-template",
9671
9715
  "<%= config.bin %> <%= command.id %> my-template --force"
@@ -9687,7 +9731,7 @@
9687
9731
  },
9688
9732
  "hasDynamicHelp": false,
9689
9733
  "hiddenAliases": [],
9690
- "id": "template:ticket:delete",
9734
+ "id": "template:phase:delete",
9691
9735
  "pluginAlias": "@proletariat/cli",
9692
9736
  "pluginName": "@proletariat/cli",
9693
9737
  "pluginType": "core",
@@ -9698,21 +9742,21 @@
9698
9742
  "dist",
9699
9743
  "commands",
9700
9744
  "template",
9701
- "ticket",
9745
+ "phase",
9702
9746
  "delete.js"
9703
9747
  ]
9704
9748
  },
9705
- "template:ticket": {
9749
+ "template:phase": {
9706
9750
  "aliases": [
9707
- "template:tickets"
9751
+ "template:phases"
9708
9752
  ],
9709
9753
  "args": {},
9710
- "description": "Manage ticket templates (for creating tickets from templates)",
9754
+ "description": "Manage phase templates (project lifecycle phases)",
9711
9755
  "examples": [
9712
9756
  "<%= config.bin %> <%= command.id %>",
9713
9757
  "<%= config.bin %> <%= command.id %> list",
9714
- "<%= config.bin %> <%= command.id %> apply bug-report",
9715
- "<%= config.bin %> <%= command.id %> save TKT-001 \"My Template\""
9758
+ "<%= config.bin %> <%= command.id %> apply agile",
9759
+ "<%= config.bin %> <%= command.id %> create \"My Phases\""
9716
9760
  ],
9717
9761
  "flags": {
9718
9762
  "json": {
@@ -9724,7 +9768,7 @@
9724
9768
  },
9725
9769
  "hasDynamicHelp": false,
9726
9770
  "hiddenAliases": [],
9727
- "id": "template:ticket",
9771
+ "id": "template:phase",
9728
9772
  "pluginAlias": "@proletariat/cli",
9729
9773
  "pluginName": "@proletariat/cli",
9730
9774
  "pluginType": "core",
@@ -9735,14 +9779,14 @@
9735
9779
  "dist",
9736
9780
  "commands",
9737
9781
  "template",
9738
- "ticket",
9782
+ "phase",
9739
9783
  "index.js"
9740
9784
  ]
9741
9785
  },
9742
- "template:ticket:list": {
9786
+ "template:phase:list": {
9743
9787
  "aliases": [],
9744
9788
  "args": {},
9745
- "description": "List ticket templates",
9789
+ "description": "List phase templates",
9746
9790
  "examples": [
9747
9791
  "<%= config.bin %> <%= command.id %>",
9748
9792
  "<%= config.bin %> <%= command.id %> --builtin",
@@ -9776,7 +9820,7 @@
9776
9820
  },
9777
9821
  "hasDynamicHelp": false,
9778
9822
  "hiddenAliases": [],
9779
- "id": "template:ticket:list",
9823
+ "id": "template:phase:list",
9780
9824
  "pluginAlias": "@proletariat/cli",
9781
9825
  "pluginName": "@proletariat/cli",
9782
9826
  "pluginType": "core",
@@ -9787,33 +9831,36 @@
9787
9831
  "dist",
9788
9832
  "commands",
9789
9833
  "template",
9790
- "ticket",
9834
+ "phase",
9791
9835
  "list.js"
9792
9836
  ]
9793
9837
  },
9794
- "template:ticket:save": {
9838
+ "template:phase:update": {
9795
9839
  "aliases": [],
9796
9840
  "args": {
9797
- "ticket": {
9798
- "description": "Ticket ID to create template from",
9799
- "name": "ticket",
9800
- "required": false
9801
- },
9802
- "name": {
9803
- "description": "Template name",
9804
- "name": "name",
9841
+ "id": {
9842
+ "description": "Template ID to update",
9843
+ "name": "id",
9805
9844
  "required": false
9806
9845
  }
9807
9846
  },
9808
- "description": "Create a template from an existing ticket",
9847
+ "description": "Update an existing phase template",
9809
9848
  "examples": [
9810
- "<%= config.bin %> <%= command.id %> TKT-001 \"Bug Report Template\"",
9811
- "<%= config.bin %> <%= command.id %> TKT-042 \"Feature Request\" --description \"Standard feature request template\""
9849
+ "<%= config.bin %> <%= command.id %> my-template --name \"New Name\"",
9850
+ "<%= config.bin %> <%= command.id %> my-template --description \"Updated description\""
9812
9851
  ],
9813
9852
  "flags": {
9853
+ "name": {
9854
+ "char": "n",
9855
+ "description": "New template name",
9856
+ "name": "name",
9857
+ "hasDynamicHelp": false,
9858
+ "multiple": false,
9859
+ "type": "option"
9860
+ },
9814
9861
  "description": {
9815
9862
  "char": "d",
9816
- "description": "Template description",
9863
+ "description": "New template description",
9817
9864
  "name": "description",
9818
9865
  "hasDynamicHelp": false,
9819
9866
  "multiple": false,
@@ -9822,7 +9869,7 @@
9822
9869
  },
9823
9870
  "hasDynamicHelp": false,
9824
9871
  "hiddenAliases": [],
9825
- "id": "template:ticket:save",
9872
+ "id": "template:phase:update",
9826
9873
  "pluginAlias": "@proletariat/cli",
9827
9874
  "pluginName": "@proletariat/cli",
9828
9875
  "pluginType": "core",
@@ -9833,8 +9880,8 @@
9833
9880
  "dist",
9834
9881
  "commands",
9835
9882
  "template",
9836
- "ticket",
9837
- "save.js"
9883
+ "phase",
9884
+ "update.js"
9838
9885
  ]
9839
9886
  },
9840
9887
  "ticket:link:block": {
@@ -10589,5 +10636,5 @@
10589
10636
  ]
10590
10637
  }
10591
10638
  },
10592
- "version": "0.3.8"
10639
+ "version": "0.3.10"
10593
10640
  }