@proletariat/cli 0.3.75 → 0.3.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/session/health.js +50 -39
- package/dist/commands/session/health.js.map +1 -1
- package/dist/lib/repos/index.js +45 -4
- package/dist/lib/repos/index.js.map +1 -1
- package/dist/lib/telemetry/analytics.d.ts +2 -2
- package/dist/lib/telemetry/analytics.js +21 -4
- package/dist/lib/telemetry/analytics.js.map +1 -1
- package/oclif.manifest.json +1666 -1666
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -7247,139 +7247,6 @@
|
|
|
7247
7247
|
"remove.js"
|
|
7248
7248
|
]
|
|
7249
7249
|
},
|
|
7250
|
-
"monday:connect": {
|
|
7251
|
-
"aliases": [],
|
|
7252
|
-
"args": {},
|
|
7253
|
-
"description": "Connect PRLT to Monday.com and store workspace credentials",
|
|
7254
|
-
"examples": [
|
|
7255
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7256
|
-
"<%= config.bin %> <%= command.id %> --board 1234567890",
|
|
7257
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
7258
|
-
"<%= config.bin %> <%= command.id %> --disconnect"
|
|
7259
|
-
],
|
|
7260
|
-
"flags": {
|
|
7261
|
-
"project": {
|
|
7262
|
-
"char": "P",
|
|
7263
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7264
|
-
"name": "project",
|
|
7265
|
-
"hasDynamicHelp": false,
|
|
7266
|
-
"multiple": false,
|
|
7267
|
-
"type": "option"
|
|
7268
|
-
},
|
|
7269
|
-
"json": {
|
|
7270
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7271
|
-
"name": "json",
|
|
7272
|
-
"allowNo": false,
|
|
7273
|
-
"type": "boolean"
|
|
7274
|
-
},
|
|
7275
|
-
"machine": {
|
|
7276
|
-
"char": "m",
|
|
7277
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7278
|
-
"name": "machine",
|
|
7279
|
-
"allowNo": false,
|
|
7280
|
-
"type": "boolean"
|
|
7281
|
-
},
|
|
7282
|
-
"board": {
|
|
7283
|
-
"description": "Monday board ID to sync tickets to",
|
|
7284
|
-
"name": "board",
|
|
7285
|
-
"hasDynamicHelp": false,
|
|
7286
|
-
"multiple": false,
|
|
7287
|
-
"type": "option"
|
|
7288
|
-
},
|
|
7289
|
-
"check": {
|
|
7290
|
-
"description": "Only check if Monday configuration is valid",
|
|
7291
|
-
"name": "check",
|
|
7292
|
-
"allowNo": false,
|
|
7293
|
-
"type": "boolean"
|
|
7294
|
-
},
|
|
7295
|
-
"force": {
|
|
7296
|
-
"description": "Force re-authentication even if already configured",
|
|
7297
|
-
"name": "force",
|
|
7298
|
-
"allowNo": false,
|
|
7299
|
-
"type": "boolean"
|
|
7300
|
-
},
|
|
7301
|
-
"disconnect": {
|
|
7302
|
-
"description": "Remove stored Monday credentials",
|
|
7303
|
-
"name": "disconnect",
|
|
7304
|
-
"allowNo": false,
|
|
7305
|
-
"type": "boolean"
|
|
7306
|
-
}
|
|
7307
|
-
},
|
|
7308
|
-
"hasDynamicHelp": false,
|
|
7309
|
-
"hiddenAliases": [],
|
|
7310
|
-
"id": "monday:connect",
|
|
7311
|
-
"pluginAlias": "@proletariat/cli",
|
|
7312
|
-
"pluginName": "@proletariat/cli",
|
|
7313
|
-
"pluginType": "core",
|
|
7314
|
-
"strict": true,
|
|
7315
|
-
"isESM": true,
|
|
7316
|
-
"relativePath": [
|
|
7317
|
-
"dist",
|
|
7318
|
-
"commands",
|
|
7319
|
-
"monday",
|
|
7320
|
-
"connect.js"
|
|
7321
|
-
]
|
|
7322
|
-
},
|
|
7323
|
-
"monday:sync": {
|
|
7324
|
-
"aliases": [],
|
|
7325
|
-
"args": {},
|
|
7326
|
-
"description": "Sync PMO tickets to Monday.com board items",
|
|
7327
|
-
"examples": [
|
|
7328
|
-
"<%= config.bin %> <%= command.id %> # Sync project tickets to Monday board",
|
|
7329
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 # Sync one ticket",
|
|
7330
|
-
"<%= config.bin %> <%= command.id %> --dry-run # Preview sync operations"
|
|
7331
|
-
],
|
|
7332
|
-
"flags": {
|
|
7333
|
-
"project": {
|
|
7334
|
-
"char": "P",
|
|
7335
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7336
|
-
"name": "project",
|
|
7337
|
-
"hasDynamicHelp": false,
|
|
7338
|
-
"multiple": false,
|
|
7339
|
-
"type": "option"
|
|
7340
|
-
},
|
|
7341
|
-
"json": {
|
|
7342
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7343
|
-
"name": "json",
|
|
7344
|
-
"allowNo": false,
|
|
7345
|
-
"type": "boolean"
|
|
7346
|
-
},
|
|
7347
|
-
"machine": {
|
|
7348
|
-
"char": "m",
|
|
7349
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
7350
|
-
"name": "machine",
|
|
7351
|
-
"allowNo": false,
|
|
7352
|
-
"type": "boolean"
|
|
7353
|
-
},
|
|
7354
|
-
"ticket": {
|
|
7355
|
-
"description": "PMO ticket ID to sync",
|
|
7356
|
-
"name": "ticket",
|
|
7357
|
-
"hasDynamicHelp": false,
|
|
7358
|
-
"multiple": false,
|
|
7359
|
-
"type": "option"
|
|
7360
|
-
},
|
|
7361
|
-
"dry-run": {
|
|
7362
|
-
"description": "Preview what would be synced without writing to Monday",
|
|
7363
|
-
"name": "dry-run",
|
|
7364
|
-
"allowNo": false,
|
|
7365
|
-
"type": "boolean"
|
|
7366
|
-
}
|
|
7367
|
-
},
|
|
7368
|
-
"hasDynamicHelp": false,
|
|
7369
|
-
"hiddenAliases": [],
|
|
7370
|
-
"id": "monday:sync",
|
|
7371
|
-
"pluginAlias": "@proletariat/cli",
|
|
7372
|
-
"pluginName": "@proletariat/cli",
|
|
7373
|
-
"pluginType": "core",
|
|
7374
|
-
"strict": true,
|
|
7375
|
-
"isESM": true,
|
|
7376
|
-
"relativePath": [
|
|
7377
|
-
"dist",
|
|
7378
|
-
"commands",
|
|
7379
|
-
"monday",
|
|
7380
|
-
"sync.js"
|
|
7381
|
-
]
|
|
7382
|
-
},
|
|
7383
7250
|
"media:add": {
|
|
7384
7251
|
"aliases": [],
|
|
7385
7252
|
"args": {
|
|
@@ -7736,16 +7603,25 @@
|
|
|
7736
7603
|
"show.js"
|
|
7737
7604
|
]
|
|
7738
7605
|
},
|
|
7739
|
-
"
|
|
7606
|
+
"monday:connect": {
|
|
7740
7607
|
"aliases": [],
|
|
7741
7608
|
"args": {},
|
|
7742
|
-
"description": "
|
|
7609
|
+
"description": "Connect PRLT to Monday.com and store workspace credentials",
|
|
7743
7610
|
"examples": [
|
|
7744
7611
|
"<%= config.bin %> <%= command.id %>",
|
|
7745
|
-
"<%= config.bin %> <%= command.id %> --
|
|
7746
|
-
"<%= config.bin %> <%= command.id %> --
|
|
7612
|
+
"<%= config.bin %> <%= command.id %> --board 1234567890",
|
|
7613
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
7614
|
+
"<%= config.bin %> <%= command.id %> --disconnect"
|
|
7747
7615
|
],
|
|
7748
7616
|
"flags": {
|
|
7617
|
+
"project": {
|
|
7618
|
+
"char": "P",
|
|
7619
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7620
|
+
"name": "project",
|
|
7621
|
+
"hasDynamicHelp": false,
|
|
7622
|
+
"multiple": false,
|
|
7623
|
+
"type": "option"
|
|
7624
|
+
},
|
|
7749
7625
|
"json": {
|
|
7750
7626
|
"description": "Output as JSON for AI agents/scripts",
|
|
7751
7627
|
"name": "json",
|
|
@@ -7759,40 +7635,35 @@
|
|
|
7759
7635
|
"allowNo": false,
|
|
7760
7636
|
"type": "boolean"
|
|
7761
7637
|
},
|
|
7762
|
-
"
|
|
7763
|
-
"
|
|
7764
|
-
"
|
|
7765
|
-
"name": "name",
|
|
7638
|
+
"board": {
|
|
7639
|
+
"description": "Monday board ID to sync tickets to",
|
|
7640
|
+
"name": "board",
|
|
7766
7641
|
"hasDynamicHelp": false,
|
|
7767
7642
|
"multiple": false,
|
|
7768
7643
|
"type": "option"
|
|
7769
7644
|
},
|
|
7770
|
-
"
|
|
7771
|
-
"description": "
|
|
7772
|
-
"name": "
|
|
7645
|
+
"check": {
|
|
7646
|
+
"description": "Only check if Monday configuration is valid",
|
|
7647
|
+
"name": "check",
|
|
7773
7648
|
"allowNo": false,
|
|
7774
7649
|
"type": "boolean"
|
|
7775
7650
|
},
|
|
7776
|
-
"
|
|
7777
|
-
"
|
|
7778
|
-
"
|
|
7779
|
-
"
|
|
7780
|
-
"
|
|
7781
|
-
"multiple": false,
|
|
7782
|
-
"type": "option"
|
|
7651
|
+
"force": {
|
|
7652
|
+
"description": "Force re-authentication even if already configured",
|
|
7653
|
+
"name": "force",
|
|
7654
|
+
"allowNo": false,
|
|
7655
|
+
"type": "boolean"
|
|
7783
7656
|
},
|
|
7784
|
-
"
|
|
7785
|
-
"
|
|
7786
|
-
"
|
|
7787
|
-
"hidden": true,
|
|
7788
|
-
"name": "current-terminal",
|
|
7657
|
+
"disconnect": {
|
|
7658
|
+
"description": "Remove stored Monday credentials",
|
|
7659
|
+
"name": "disconnect",
|
|
7789
7660
|
"allowNo": false,
|
|
7790
7661
|
"type": "boolean"
|
|
7791
7662
|
}
|
|
7792
7663
|
},
|
|
7793
7664
|
"hasDynamicHelp": false,
|
|
7794
7665
|
"hiddenAliases": [],
|
|
7795
|
-
"id": "
|
|
7666
|
+
"id": "monday:connect",
|
|
7796
7667
|
"pluginAlias": "@proletariat/cli",
|
|
7797
7668
|
"pluginName": "@proletariat/cli",
|
|
7798
7669
|
"pluginType": "core",
|
|
@@ -7801,20 +7672,18 @@
|
|
|
7801
7672
|
"relativePath": [
|
|
7802
7673
|
"dist",
|
|
7803
7674
|
"commands",
|
|
7804
|
-
"
|
|
7805
|
-
"
|
|
7675
|
+
"monday",
|
|
7676
|
+
"connect.js"
|
|
7806
7677
|
]
|
|
7807
7678
|
},
|
|
7808
|
-
"
|
|
7679
|
+
"monday:sync": {
|
|
7809
7680
|
"aliases": [],
|
|
7810
7681
|
"args": {},
|
|
7811
|
-
"description": "
|
|
7682
|
+
"description": "Sync PMO tickets to Monday.com board items",
|
|
7812
7683
|
"examples": [
|
|
7813
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7814
|
-
"<%= config.bin %> <%= command.id %>
|
|
7815
|
-
"<%= config.bin %> <%= command.id %>
|
|
7816
|
-
"<%= config.bin %> <%= command.id %> status",
|
|
7817
|
-
"<%= config.bin %> <%= command.id %> stop"
|
|
7684
|
+
"<%= config.bin %> <%= command.id %> # Sync project tickets to Monday board",
|
|
7685
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 # Sync one ticket",
|
|
7686
|
+
"<%= config.bin %> <%= command.id %> --dry-run # Preview sync operations"
|
|
7818
7687
|
],
|
|
7819
7688
|
"flags": {
|
|
7820
7689
|
"project": {
|
|
@@ -7837,11 +7706,24 @@
|
|
|
7837
7706
|
"name": "machine",
|
|
7838
7707
|
"allowNo": false,
|
|
7839
7708
|
"type": "boolean"
|
|
7709
|
+
},
|
|
7710
|
+
"ticket": {
|
|
7711
|
+
"description": "PMO ticket ID to sync",
|
|
7712
|
+
"name": "ticket",
|
|
7713
|
+
"hasDynamicHelp": false,
|
|
7714
|
+
"multiple": false,
|
|
7715
|
+
"type": "option"
|
|
7716
|
+
},
|
|
7717
|
+
"dry-run": {
|
|
7718
|
+
"description": "Preview what would be synced without writing to Monday",
|
|
7719
|
+
"name": "dry-run",
|
|
7720
|
+
"allowNo": false,
|
|
7721
|
+
"type": "boolean"
|
|
7840
7722
|
}
|
|
7841
7723
|
},
|
|
7842
7724
|
"hasDynamicHelp": false,
|
|
7843
7725
|
"hiddenAliases": [],
|
|
7844
|
-
"id": "
|
|
7726
|
+
"id": "monday:sync",
|
|
7845
7727
|
"pluginAlias": "@proletariat/cli",
|
|
7846
7728
|
"pluginName": "@proletariat/cli",
|
|
7847
7729
|
"pluginType": "core",
|
|
@@ -7850,20 +7732,18 @@
|
|
|
7850
7732
|
"relativePath": [
|
|
7851
7733
|
"dist",
|
|
7852
7734
|
"commands",
|
|
7853
|
-
"
|
|
7854
|
-
"
|
|
7735
|
+
"monday",
|
|
7736
|
+
"sync.js"
|
|
7855
7737
|
]
|
|
7856
7738
|
},
|
|
7857
|
-
"orchestrator:
|
|
7739
|
+
"orchestrator:attach": {
|
|
7858
7740
|
"aliases": [],
|
|
7859
7741
|
"args": {},
|
|
7860
|
-
"description": "
|
|
7742
|
+
"description": "Attach to the running orchestrator tmux session",
|
|
7861
7743
|
"examples": [
|
|
7862
7744
|
"<%= config.bin %> <%= command.id %>",
|
|
7863
|
-
"<%= config.bin %> <%= command.id %> --
|
|
7864
|
-
"<%= config.bin %> <%= command.id %> --
|
|
7865
|
-
"<%= config.bin %> <%= command.id %> --prompt \"coordinate all agents on TKT-100\"",
|
|
7866
|
-
"<%= config.bin %> <%= command.id %> --background"
|
|
7745
|
+
"<%= config.bin %> <%= command.id %> --new-tab",
|
|
7746
|
+
"<%= config.bin %> <%= command.id %> --new-tab --terminal Ghostty"
|
|
7867
7747
|
],
|
|
7868
7748
|
"flags": {
|
|
7869
7749
|
"json": {
|
|
@@ -7879,26 +7759,146 @@
|
|
|
7879
7759
|
"allowNo": false,
|
|
7880
7760
|
"type": "boolean"
|
|
7881
7761
|
},
|
|
7882
|
-
"
|
|
7883
|
-
"char": "
|
|
7884
|
-
"description": "
|
|
7885
|
-
"name": "
|
|
7762
|
+
"name": {
|
|
7763
|
+
"char": "n",
|
|
7764
|
+
"description": "Name of the orchestrator session to attach to (default: main)",
|
|
7765
|
+
"name": "name",
|
|
7886
7766
|
"hasDynamicHelp": false,
|
|
7887
7767
|
"multiple": false,
|
|
7888
7768
|
"type": "option"
|
|
7889
7769
|
},
|
|
7890
|
-
"
|
|
7891
|
-
"
|
|
7892
|
-
"
|
|
7893
|
-
"
|
|
7770
|
+
"new-tab": {
|
|
7771
|
+
"description": "Open in a new terminal tab instead of attaching in the current terminal",
|
|
7772
|
+
"name": "new-tab",
|
|
7773
|
+
"allowNo": false,
|
|
7774
|
+
"type": "boolean"
|
|
7775
|
+
},
|
|
7776
|
+
"terminal": {
|
|
7777
|
+
"char": "t",
|
|
7778
|
+
"description": "Terminal app to use for new tab (iTerm, Terminal, Ghostty). Auto-detected if not specified.",
|
|
7779
|
+
"name": "terminal",
|
|
7894
7780
|
"hasDynamicHelp": false,
|
|
7895
7781
|
"multiple": false,
|
|
7896
7782
|
"type": "option"
|
|
7897
7783
|
},
|
|
7898
|
-
"
|
|
7899
|
-
"char": "
|
|
7900
|
-
"description": "
|
|
7901
|
-
"
|
|
7784
|
+
"current-terminal": {
|
|
7785
|
+
"char": "c",
|
|
7786
|
+
"description": "[deprecated] Attach in current terminal (this is now the default behavior)",
|
|
7787
|
+
"hidden": true,
|
|
7788
|
+
"name": "current-terminal",
|
|
7789
|
+
"allowNo": false,
|
|
7790
|
+
"type": "boolean"
|
|
7791
|
+
}
|
|
7792
|
+
},
|
|
7793
|
+
"hasDynamicHelp": false,
|
|
7794
|
+
"hiddenAliases": [],
|
|
7795
|
+
"id": "orchestrator:attach",
|
|
7796
|
+
"pluginAlias": "@proletariat/cli",
|
|
7797
|
+
"pluginName": "@proletariat/cli",
|
|
7798
|
+
"pluginType": "core",
|
|
7799
|
+
"strict": true,
|
|
7800
|
+
"isESM": true,
|
|
7801
|
+
"relativePath": [
|
|
7802
|
+
"dist",
|
|
7803
|
+
"commands",
|
|
7804
|
+
"orchestrator",
|
|
7805
|
+
"attach.js"
|
|
7806
|
+
]
|
|
7807
|
+
},
|
|
7808
|
+
"orchestrator": {
|
|
7809
|
+
"aliases": [],
|
|
7810
|
+
"args": {},
|
|
7811
|
+
"description": "Manage the orchestrator agent (start, attach, status, stop)",
|
|
7812
|
+
"examples": [
|
|
7813
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7814
|
+
"<%= config.bin %> <%= command.id %> start",
|
|
7815
|
+
"<%= config.bin %> <%= command.id %> attach",
|
|
7816
|
+
"<%= config.bin %> <%= command.id %> status",
|
|
7817
|
+
"<%= config.bin %> <%= command.id %> stop"
|
|
7818
|
+
],
|
|
7819
|
+
"flags": {
|
|
7820
|
+
"project": {
|
|
7821
|
+
"char": "P",
|
|
7822
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7823
|
+
"name": "project",
|
|
7824
|
+
"hasDynamicHelp": false,
|
|
7825
|
+
"multiple": false,
|
|
7826
|
+
"type": "option"
|
|
7827
|
+
},
|
|
7828
|
+
"json": {
|
|
7829
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7830
|
+
"name": "json",
|
|
7831
|
+
"allowNo": false,
|
|
7832
|
+
"type": "boolean"
|
|
7833
|
+
},
|
|
7834
|
+
"machine": {
|
|
7835
|
+
"char": "m",
|
|
7836
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7837
|
+
"name": "machine",
|
|
7838
|
+
"allowNo": false,
|
|
7839
|
+
"type": "boolean"
|
|
7840
|
+
}
|
|
7841
|
+
},
|
|
7842
|
+
"hasDynamicHelp": false,
|
|
7843
|
+
"hiddenAliases": [],
|
|
7844
|
+
"id": "orchestrator",
|
|
7845
|
+
"pluginAlias": "@proletariat/cli",
|
|
7846
|
+
"pluginName": "@proletariat/cli",
|
|
7847
|
+
"pluginType": "core",
|
|
7848
|
+
"strict": true,
|
|
7849
|
+
"isESM": true,
|
|
7850
|
+
"relativePath": [
|
|
7851
|
+
"dist",
|
|
7852
|
+
"commands",
|
|
7853
|
+
"orchestrator",
|
|
7854
|
+
"index.js"
|
|
7855
|
+
]
|
|
7856
|
+
},
|
|
7857
|
+
"orchestrator:start": {
|
|
7858
|
+
"aliases": [],
|
|
7859
|
+
"args": {},
|
|
7860
|
+
"description": "Start the orchestrator agent in a tmux session",
|
|
7861
|
+
"examples": [
|
|
7862
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7863
|
+
"<%= config.bin %> <%= command.id %> --executor codex",
|
|
7864
|
+
"<%= config.bin %> <%= command.id %> --permission-mode danger",
|
|
7865
|
+
"<%= config.bin %> <%= command.id %> --prompt \"coordinate all agents on TKT-100\"",
|
|
7866
|
+
"<%= config.bin %> <%= command.id %> --background"
|
|
7867
|
+
],
|
|
7868
|
+
"flags": {
|
|
7869
|
+
"json": {
|
|
7870
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7871
|
+
"name": "json",
|
|
7872
|
+
"allowNo": false,
|
|
7873
|
+
"type": "boolean"
|
|
7874
|
+
},
|
|
7875
|
+
"machine": {
|
|
7876
|
+
"char": "m",
|
|
7877
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7878
|
+
"name": "machine",
|
|
7879
|
+
"allowNo": false,
|
|
7880
|
+
"type": "boolean"
|
|
7881
|
+
},
|
|
7882
|
+
"prompt": {
|
|
7883
|
+
"char": "p",
|
|
7884
|
+
"description": "Initial prompt for the orchestrator",
|
|
7885
|
+
"name": "prompt",
|
|
7886
|
+
"hasDynamicHelp": false,
|
|
7887
|
+
"multiple": false,
|
|
7888
|
+
"type": "option"
|
|
7889
|
+
},
|
|
7890
|
+
"action": {
|
|
7891
|
+
"char": "A",
|
|
7892
|
+
"description": "Load an action by name from the actions table (uses its prompt)",
|
|
7893
|
+
"name": "action",
|
|
7894
|
+
"hasDynamicHelp": false,
|
|
7895
|
+
"multiple": false,
|
|
7896
|
+
"type": "option"
|
|
7897
|
+
},
|
|
7898
|
+
"executor": {
|
|
7899
|
+
"char": "e",
|
|
7900
|
+
"description": "Executor type",
|
|
7901
|
+
"name": "executor",
|
|
7902
7902
|
"hasDynamicHelp": false,
|
|
7903
7903
|
"multiple": false,
|
|
7904
7904
|
"options": [
|
|
@@ -8107,6 +8107,95 @@
|
|
|
8107
8107
|
"stop.js"
|
|
8108
8108
|
]
|
|
8109
8109
|
},
|
|
8110
|
+
"pmo:init": {
|
|
8111
|
+
"aliases": [],
|
|
8112
|
+
"args": {},
|
|
8113
|
+
"description": "Initialize PMO (Project Management Org) in current directory or HQ",
|
|
8114
|
+
"examples": [
|
|
8115
|
+
"<%= config.bin %> <%= command.id %>",
|
|
8116
|
+
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
|
|
8117
|
+
"<%= config.bin %> <%= command.id %> --location separate --template linear"
|
|
8118
|
+
],
|
|
8119
|
+
"flags": {
|
|
8120
|
+
"location": {
|
|
8121
|
+
"char": "l",
|
|
8122
|
+
"description": "PMO location (separate or repo:name)",
|
|
8123
|
+
"name": "location",
|
|
8124
|
+
"hasDynamicHelp": false,
|
|
8125
|
+
"multiple": false,
|
|
8126
|
+
"type": "option"
|
|
8127
|
+
},
|
|
8128
|
+
"template": {
|
|
8129
|
+
"char": "t",
|
|
8130
|
+
"description": "Board template",
|
|
8131
|
+
"name": "template",
|
|
8132
|
+
"hasDynamicHelp": false,
|
|
8133
|
+
"multiple": false,
|
|
8134
|
+
"options": [
|
|
8135
|
+
"kanban",
|
|
8136
|
+
"linear",
|
|
8137
|
+
"5-tool-founder",
|
|
8138
|
+
"custom"
|
|
8139
|
+
],
|
|
8140
|
+
"type": "option"
|
|
8141
|
+
},
|
|
8142
|
+
"name": {
|
|
8143
|
+
"char": "n",
|
|
8144
|
+
"description": "Board name",
|
|
8145
|
+
"name": "name",
|
|
8146
|
+
"hasDynamicHelp": false,
|
|
8147
|
+
"multiple": false,
|
|
8148
|
+
"type": "option"
|
|
8149
|
+
},
|
|
8150
|
+
"json": {
|
|
8151
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
8152
|
+
"name": "json",
|
|
8153
|
+
"allowNo": false,
|
|
8154
|
+
"type": "boolean"
|
|
8155
|
+
},
|
|
8156
|
+
"machine": {
|
|
8157
|
+
"char": "m",
|
|
8158
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
8159
|
+
"name": "machine",
|
|
8160
|
+
"allowNo": false,
|
|
8161
|
+
"type": "boolean"
|
|
8162
|
+
},
|
|
8163
|
+
"action": {
|
|
8164
|
+
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
8165
|
+
"hidden": true,
|
|
8166
|
+
"name": "action",
|
|
8167
|
+
"hasDynamicHelp": false,
|
|
8168
|
+
"multiple": false,
|
|
8169
|
+
"options": [
|
|
8170
|
+
"cancel",
|
|
8171
|
+
"reinitialize"
|
|
8172
|
+
],
|
|
8173
|
+
"type": "option"
|
|
8174
|
+
},
|
|
8175
|
+
"confirmation": {
|
|
8176
|
+
"description": "Confirmation text for destructive operations",
|
|
8177
|
+
"hidden": true,
|
|
8178
|
+
"name": "confirmation",
|
|
8179
|
+
"hasDynamicHelp": false,
|
|
8180
|
+
"multiple": false,
|
|
8181
|
+
"type": "option"
|
|
8182
|
+
}
|
|
8183
|
+
},
|
|
8184
|
+
"hasDynamicHelp": false,
|
|
8185
|
+
"hiddenAliases": [],
|
|
8186
|
+
"id": "pmo:init",
|
|
8187
|
+
"pluginAlias": "@proletariat/cli",
|
|
8188
|
+
"pluginName": "@proletariat/cli",
|
|
8189
|
+
"pluginType": "core",
|
|
8190
|
+
"strict": true,
|
|
8191
|
+
"isESM": true,
|
|
8192
|
+
"relativePath": [
|
|
8193
|
+
"dist",
|
|
8194
|
+
"commands",
|
|
8195
|
+
"pmo",
|
|
8196
|
+
"init.js"
|
|
8197
|
+
]
|
|
8198
|
+
},
|
|
8110
8199
|
"phase:create": {
|
|
8111
8200
|
"aliases": [],
|
|
8112
8201
|
"args": {
|
|
@@ -8492,115 +8581,26 @@
|
|
|
8492
8581
|
"update.js"
|
|
8493
8582
|
]
|
|
8494
8583
|
},
|
|
8495
|
-
"
|
|
8584
|
+
"pr:checks": {
|
|
8496
8585
|
"aliases": [],
|
|
8497
|
-
"args": {
|
|
8498
|
-
|
|
8586
|
+
"args": {
|
|
8587
|
+
"prNumber": {
|
|
8588
|
+
"description": "PR number (defaults to PR for current branch)",
|
|
8589
|
+
"name": "prNumber",
|
|
8590
|
+
"required": false
|
|
8591
|
+
}
|
|
8592
|
+
},
|
|
8593
|
+
"description": "Show CI check status for a pull request",
|
|
8499
8594
|
"examples": [
|
|
8500
8595
|
"<%= config.bin %> <%= command.id %>",
|
|
8501
|
-
"<%= config.bin %> <%= command.id %>
|
|
8502
|
-
"<%= config.bin %> <%= command.id %> --
|
|
8596
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
8597
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
8503
8598
|
],
|
|
8504
8599
|
"flags": {
|
|
8505
|
-
"
|
|
8506
|
-
"char": "
|
|
8507
|
-
"description": "
|
|
8508
|
-
"name": "
|
|
8509
|
-
"hasDynamicHelp": false,
|
|
8510
|
-
"multiple": false,
|
|
8511
|
-
"type": "option"
|
|
8512
|
-
},
|
|
8513
|
-
"template": {
|
|
8514
|
-
"char": "t",
|
|
8515
|
-
"description": "Board template",
|
|
8516
|
-
"name": "template",
|
|
8517
|
-
"hasDynamicHelp": false,
|
|
8518
|
-
"multiple": false,
|
|
8519
|
-
"options": [
|
|
8520
|
-
"kanban",
|
|
8521
|
-
"linear",
|
|
8522
|
-
"5-tool-founder",
|
|
8523
|
-
"custom"
|
|
8524
|
-
],
|
|
8525
|
-
"type": "option"
|
|
8526
|
-
},
|
|
8527
|
-
"name": {
|
|
8528
|
-
"char": "n",
|
|
8529
|
-
"description": "Board name",
|
|
8530
|
-
"name": "name",
|
|
8531
|
-
"hasDynamicHelp": false,
|
|
8532
|
-
"multiple": false,
|
|
8533
|
-
"type": "option"
|
|
8534
|
-
},
|
|
8535
|
-
"json": {
|
|
8536
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
8537
|
-
"name": "json",
|
|
8538
|
-
"allowNo": false,
|
|
8539
|
-
"type": "boolean"
|
|
8540
|
-
},
|
|
8541
|
-
"machine": {
|
|
8542
|
-
"char": "m",
|
|
8543
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
8544
|
-
"name": "machine",
|
|
8545
|
-
"allowNo": false,
|
|
8546
|
-
"type": "boolean"
|
|
8547
|
-
},
|
|
8548
|
-
"action": {
|
|
8549
|
-
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
8550
|
-
"hidden": true,
|
|
8551
|
-
"name": "action",
|
|
8552
|
-
"hasDynamicHelp": false,
|
|
8553
|
-
"multiple": false,
|
|
8554
|
-
"options": [
|
|
8555
|
-
"cancel",
|
|
8556
|
-
"reinitialize"
|
|
8557
|
-
],
|
|
8558
|
-
"type": "option"
|
|
8559
|
-
},
|
|
8560
|
-
"confirmation": {
|
|
8561
|
-
"description": "Confirmation text for destructive operations",
|
|
8562
|
-
"hidden": true,
|
|
8563
|
-
"name": "confirmation",
|
|
8564
|
-
"hasDynamicHelp": false,
|
|
8565
|
-
"multiple": false,
|
|
8566
|
-
"type": "option"
|
|
8567
|
-
}
|
|
8568
|
-
},
|
|
8569
|
-
"hasDynamicHelp": false,
|
|
8570
|
-
"hiddenAliases": [],
|
|
8571
|
-
"id": "pmo:init",
|
|
8572
|
-
"pluginAlias": "@proletariat/cli",
|
|
8573
|
-
"pluginName": "@proletariat/cli",
|
|
8574
|
-
"pluginType": "core",
|
|
8575
|
-
"strict": true,
|
|
8576
|
-
"isESM": true,
|
|
8577
|
-
"relativePath": [
|
|
8578
|
-
"dist",
|
|
8579
|
-
"commands",
|
|
8580
|
-
"pmo",
|
|
8581
|
-
"init.js"
|
|
8582
|
-
]
|
|
8583
|
-
},
|
|
8584
|
-
"pr:checks": {
|
|
8585
|
-
"aliases": [],
|
|
8586
|
-
"args": {
|
|
8587
|
-
"prNumber": {
|
|
8588
|
-
"description": "PR number (defaults to PR for current branch)",
|
|
8589
|
-
"name": "prNumber",
|
|
8590
|
-
"required": false
|
|
8591
|
-
}
|
|
8592
|
-
},
|
|
8593
|
-
"description": "Show CI check status for a pull request",
|
|
8594
|
-
"examples": [
|
|
8595
|
-
"<%= config.bin %> <%= command.id %>",
|
|
8596
|
-
"<%= config.bin %> <%= command.id %> 123",
|
|
8597
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
8598
|
-
],
|
|
8599
|
-
"flags": {
|
|
8600
|
-
"project": {
|
|
8601
|
-
"char": "P",
|
|
8602
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
8603
|
-
"name": "project",
|
|
8600
|
+
"project": {
|
|
8601
|
+
"char": "P",
|
|
8602
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
8603
|
+
"name": "project",
|
|
8604
8604
|
"hasDynamicHelp": false,
|
|
8605
8605
|
"multiple": false,
|
|
8606
8606
|
"type": "option"
|
|
@@ -10433,99 +10433,6 @@
|
|
|
10433
10433
|
"view.js"
|
|
10434
10434
|
]
|
|
10435
10435
|
},
|
|
10436
|
-
"run": {
|
|
10437
|
-
"aliases": [],
|
|
10438
|
-
"args": {
|
|
10439
|
-
"task": {
|
|
10440
|
-
"description": "Task description for the agent",
|
|
10441
|
-
"name": "task",
|
|
10442
|
-
"required": true
|
|
10443
|
-
}
|
|
10444
|
-
},
|
|
10445
|
-
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
10446
|
-
"examples": [
|
|
10447
|
-
"<%= config.bin %> run \"fix the login bug\"",
|
|
10448
|
-
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
10449
|
-
"<%= config.bin %> run -d \"fix the bug\"",
|
|
10450
|
-
"<%= config.bin %> run --runner codex \"add tests\""
|
|
10451
|
-
],
|
|
10452
|
-
"flags": {
|
|
10453
|
-
"json": {
|
|
10454
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10455
|
-
"name": "json",
|
|
10456
|
-
"allowNo": false,
|
|
10457
|
-
"type": "boolean"
|
|
10458
|
-
},
|
|
10459
|
-
"machine": {
|
|
10460
|
-
"char": "m",
|
|
10461
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
10462
|
-
"name": "machine",
|
|
10463
|
-
"allowNo": false,
|
|
10464
|
-
"type": "boolean"
|
|
10465
|
-
},
|
|
10466
|
-
"runner": {
|
|
10467
|
-
"char": "r",
|
|
10468
|
-
"description": "Runner to use (claude-code, codex, pi)",
|
|
10469
|
-
"name": "runner",
|
|
10470
|
-
"hasDynamicHelp": false,
|
|
10471
|
-
"multiple": false,
|
|
10472
|
-
"type": "option"
|
|
10473
|
-
},
|
|
10474
|
-
"detached": {
|
|
10475
|
-
"char": "d",
|
|
10476
|
-
"description": "Run in background (detached)",
|
|
10477
|
-
"name": "detached",
|
|
10478
|
-
"allowNo": false,
|
|
10479
|
-
"type": "boolean"
|
|
10480
|
-
},
|
|
10481
|
-
"directory": {
|
|
10482
|
-
"description": "Working directory (default: cwd)",
|
|
10483
|
-
"name": "directory",
|
|
10484
|
-
"hasDynamicHelp": false,
|
|
10485
|
-
"multiple": false,
|
|
10486
|
-
"type": "option"
|
|
10487
|
-
},
|
|
10488
|
-
"permission-mode": {
|
|
10489
|
-
"char": "p",
|
|
10490
|
-
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
10491
|
-
"name": "permission-mode",
|
|
10492
|
-
"hasDynamicHelp": false,
|
|
10493
|
-
"multiple": false,
|
|
10494
|
-
"options": [
|
|
10495
|
-
"danger",
|
|
10496
|
-
"safe"
|
|
10497
|
-
],
|
|
10498
|
-
"type": "option"
|
|
10499
|
-
},
|
|
10500
|
-
"environment": {
|
|
10501
|
-
"char": "e",
|
|
10502
|
-
"description": "Environment to run in",
|
|
10503
|
-
"name": "environment",
|
|
10504
|
-
"hasDynamicHelp": false,
|
|
10505
|
-
"multiple": false,
|
|
10506
|
-
"options": [
|
|
10507
|
-
"host",
|
|
10508
|
-
"docker",
|
|
10509
|
-
"podman"
|
|
10510
|
-
],
|
|
10511
|
-
"type": "option"
|
|
10512
|
-
}
|
|
10513
|
-
},
|
|
10514
|
-
"hasDynamicHelp": false,
|
|
10515
|
-
"hiddenAliases": [],
|
|
10516
|
-
"id": "run",
|
|
10517
|
-
"pluginAlias": "@proletariat/cli",
|
|
10518
|
-
"pluginName": "@proletariat/cli",
|
|
10519
|
-
"pluginType": "core",
|
|
10520
|
-
"strict": true,
|
|
10521
|
-
"isESM": true,
|
|
10522
|
-
"relativePath": [
|
|
10523
|
-
"dist",
|
|
10524
|
-
"commands",
|
|
10525
|
-
"run",
|
|
10526
|
-
"index.js"
|
|
10527
|
-
]
|
|
10528
|
-
},
|
|
10529
10436
|
"roadmap:add-project": {
|
|
10530
10437
|
"aliases": [],
|
|
10531
10438
|
"args": {
|
|
@@ -11157,6 +11064,99 @@
|
|
|
11157
11064
|
"view.js"
|
|
11158
11065
|
]
|
|
11159
11066
|
},
|
|
11067
|
+
"run": {
|
|
11068
|
+
"aliases": [],
|
|
11069
|
+
"args": {
|
|
11070
|
+
"task": {
|
|
11071
|
+
"description": "Task description for the agent",
|
|
11072
|
+
"name": "task",
|
|
11073
|
+
"required": true
|
|
11074
|
+
}
|
|
11075
|
+
},
|
|
11076
|
+
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
11077
|
+
"examples": [
|
|
11078
|
+
"<%= config.bin %> run \"fix the login bug\"",
|
|
11079
|
+
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
11080
|
+
"<%= config.bin %> run -d \"fix the bug\"",
|
|
11081
|
+
"<%= config.bin %> run --runner codex \"add tests\""
|
|
11082
|
+
],
|
|
11083
|
+
"flags": {
|
|
11084
|
+
"json": {
|
|
11085
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11086
|
+
"name": "json",
|
|
11087
|
+
"allowNo": false,
|
|
11088
|
+
"type": "boolean"
|
|
11089
|
+
},
|
|
11090
|
+
"machine": {
|
|
11091
|
+
"char": "m",
|
|
11092
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
11093
|
+
"name": "machine",
|
|
11094
|
+
"allowNo": false,
|
|
11095
|
+
"type": "boolean"
|
|
11096
|
+
},
|
|
11097
|
+
"runner": {
|
|
11098
|
+
"char": "r",
|
|
11099
|
+
"description": "Runner to use (claude-code, codex, pi)",
|
|
11100
|
+
"name": "runner",
|
|
11101
|
+
"hasDynamicHelp": false,
|
|
11102
|
+
"multiple": false,
|
|
11103
|
+
"type": "option"
|
|
11104
|
+
},
|
|
11105
|
+
"detached": {
|
|
11106
|
+
"char": "d",
|
|
11107
|
+
"description": "Run in background (detached)",
|
|
11108
|
+
"name": "detached",
|
|
11109
|
+
"allowNo": false,
|
|
11110
|
+
"type": "boolean"
|
|
11111
|
+
},
|
|
11112
|
+
"directory": {
|
|
11113
|
+
"description": "Working directory (default: cwd)",
|
|
11114
|
+
"name": "directory",
|
|
11115
|
+
"hasDynamicHelp": false,
|
|
11116
|
+
"multiple": false,
|
|
11117
|
+
"type": "option"
|
|
11118
|
+
},
|
|
11119
|
+
"permission-mode": {
|
|
11120
|
+
"char": "p",
|
|
11121
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
11122
|
+
"name": "permission-mode",
|
|
11123
|
+
"hasDynamicHelp": false,
|
|
11124
|
+
"multiple": false,
|
|
11125
|
+
"options": [
|
|
11126
|
+
"danger",
|
|
11127
|
+
"safe"
|
|
11128
|
+
],
|
|
11129
|
+
"type": "option"
|
|
11130
|
+
},
|
|
11131
|
+
"environment": {
|
|
11132
|
+
"char": "e",
|
|
11133
|
+
"description": "Environment to run in",
|
|
11134
|
+
"name": "environment",
|
|
11135
|
+
"hasDynamicHelp": false,
|
|
11136
|
+
"multiple": false,
|
|
11137
|
+
"options": [
|
|
11138
|
+
"host",
|
|
11139
|
+
"docker",
|
|
11140
|
+
"podman"
|
|
11141
|
+
],
|
|
11142
|
+
"type": "option"
|
|
11143
|
+
}
|
|
11144
|
+
},
|
|
11145
|
+
"hasDynamicHelp": false,
|
|
11146
|
+
"hiddenAliases": [],
|
|
11147
|
+
"id": "run",
|
|
11148
|
+
"pluginAlias": "@proletariat/cli",
|
|
11149
|
+
"pluginName": "@proletariat/cli",
|
|
11150
|
+
"pluginType": "core",
|
|
11151
|
+
"strict": true,
|
|
11152
|
+
"isESM": true,
|
|
11153
|
+
"relativePath": [
|
|
11154
|
+
"dist",
|
|
11155
|
+
"commands",
|
|
11156
|
+
"run",
|
|
11157
|
+
"index.js"
|
|
11158
|
+
]
|
|
11159
|
+
},
|
|
11160
11160
|
"shortcut:connect": {
|
|
11161
11161
|
"aliases": [],
|
|
11162
11162
|
"args": {},
|
|
@@ -16073,21 +16073,14 @@
|
|
|
16073
16073
|
"bump.js"
|
|
16074
16074
|
]
|
|
16075
16075
|
},
|
|
16076
|
-
"
|
|
16076
|
+
"work:asana": {
|
|
16077
16077
|
"aliases": [],
|
|
16078
|
-
"args": {
|
|
16079
|
-
|
|
16080
|
-
"description": "Workflow name",
|
|
16081
|
-
"name": "name",
|
|
16082
|
-
"required": false
|
|
16083
|
-
}
|
|
16084
|
-
},
|
|
16085
|
-
"description": "Create a new custom workflow",
|
|
16078
|
+
"args": {},
|
|
16079
|
+
"description": "List/select Asana tasks and spawn work using the existing work-start flow",
|
|
16086
16080
|
"examples": [
|
|
16087
|
-
"<%= config.bin %> <%= command.id %>
|
|
16088
|
-
"<%= config.bin %> <%= command.id %>
|
|
16089
|
-
"<%= config.bin %> <%= command.id %>
|
|
16090
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
16081
|
+
"<%= config.bin %> <%= command.id %>",
|
|
16082
|
+
"<%= config.bin %> <%= command.id %> --task 1234567890",
|
|
16083
|
+
"<%= config.bin %> <%= command.id %> --task 1234567890 --yes --skip-permissions --display terminal"
|
|
16091
16084
|
],
|
|
16092
16085
|
"flags": {
|
|
16093
16086
|
"project": {
|
|
@@ -16111,87 +16104,93 @@
|
|
|
16111
16104
|
"allowNo": false,
|
|
16112
16105
|
"type": "boolean"
|
|
16113
16106
|
},
|
|
16114
|
-
"
|
|
16107
|
+
"task": {
|
|
16108
|
+
"description": "Asana task GID (for example: 1234567890)",
|
|
16109
|
+
"name": "task",
|
|
16110
|
+
"hasDynamicHelp": false,
|
|
16111
|
+
"multiple": false,
|
|
16112
|
+
"type": "option"
|
|
16113
|
+
},
|
|
16114
|
+
"limit": {
|
|
16115
|
+
"char": "l",
|
|
16116
|
+
"description": "Maximum number of Asana tasks to fetch",
|
|
16117
|
+
"name": "limit",
|
|
16118
|
+
"default": 20,
|
|
16119
|
+
"hasDynamicHelp": false,
|
|
16120
|
+
"multiple": false,
|
|
16121
|
+
"type": "option"
|
|
16122
|
+
},
|
|
16123
|
+
"executor": {
|
|
16124
|
+
"char": "e",
|
|
16125
|
+
"description": "Override executor",
|
|
16126
|
+
"name": "executor",
|
|
16127
|
+
"hasDynamicHelp": false,
|
|
16128
|
+
"multiple": false,
|
|
16129
|
+
"options": [
|
|
16130
|
+
"claude-code",
|
|
16131
|
+
"codex",
|
|
16132
|
+
"custom"
|
|
16133
|
+
],
|
|
16134
|
+
"type": "option"
|
|
16135
|
+
},
|
|
16136
|
+
"display": {
|
|
16115
16137
|
"char": "d",
|
|
16116
|
-
"description": "
|
|
16117
|
-
"name": "
|
|
16138
|
+
"description": "Display mode",
|
|
16139
|
+
"name": "display",
|
|
16118
16140
|
"hasDynamicHelp": false,
|
|
16119
16141
|
"multiple": false,
|
|
16142
|
+
"options": [
|
|
16143
|
+
"terminal",
|
|
16144
|
+
"background",
|
|
16145
|
+
"foreground"
|
|
16146
|
+
],
|
|
16120
16147
|
"type": "option"
|
|
16121
16148
|
},
|
|
16122
|
-
"
|
|
16123
|
-
"char": "
|
|
16124
|
-
"description": "
|
|
16125
|
-
"name": "
|
|
16149
|
+
"action": {
|
|
16150
|
+
"char": "A",
|
|
16151
|
+
"description": "Action to run in work start (default: implement)",
|
|
16152
|
+
"name": "action",
|
|
16153
|
+
"default": "implement",
|
|
16126
16154
|
"hasDynamicHelp": false,
|
|
16127
16155
|
"multiple": false,
|
|
16128
16156
|
"type": "option"
|
|
16129
|
-
}
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
"id": "workflow:create",
|
|
16134
|
-
"pluginAlias": "@proletariat/cli",
|
|
16135
|
-
"pluginName": "@proletariat/cli",
|
|
16136
|
-
"pluginType": "core",
|
|
16137
|
-
"strict": true,
|
|
16138
|
-
"isESM": true,
|
|
16139
|
-
"relativePath": [
|
|
16140
|
-
"dist",
|
|
16141
|
-
"commands",
|
|
16142
|
-
"workflow",
|
|
16143
|
-
"create.js"
|
|
16144
|
-
]
|
|
16145
|
-
},
|
|
16146
|
-
"workflow:delete": {
|
|
16147
|
-
"aliases": [],
|
|
16148
|
-
"args": {
|
|
16149
|
-
"id": {
|
|
16150
|
-
"description": "Workflow ID to delete - prompts with dropdown if not provided",
|
|
16151
|
-
"name": "id",
|
|
16152
|
-
"required": false
|
|
16153
|
-
}
|
|
16154
|
-
},
|
|
16155
|
-
"description": "Delete a custom workflow",
|
|
16156
|
-
"examples": [
|
|
16157
|
-
"<%= config.bin %> <%= command.id %> my-workflow",
|
|
16158
|
-
"<%= config.bin %> <%= command.id %> my-workflow --force # Skip confirmation",
|
|
16159
|
-
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
16160
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
16161
|
-
],
|
|
16162
|
-
"flags": {
|
|
16163
|
-
"project": {
|
|
16164
|
-
"char": "P",
|
|
16165
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16166
|
-
"name": "project",
|
|
16157
|
+
},
|
|
16158
|
+
"message": {
|
|
16159
|
+
"description": "Additional instructions appended to spawn context",
|
|
16160
|
+
"name": "message",
|
|
16167
16161
|
"hasDynamicHelp": false,
|
|
16168
16162
|
"multiple": false,
|
|
16169
16163
|
"type": "option"
|
|
16170
16164
|
},
|
|
16171
|
-
"
|
|
16172
|
-
"description": "
|
|
16173
|
-
"name": "
|
|
16165
|
+
"run-on-host": {
|
|
16166
|
+
"description": "Run on host even if devcontainer exists",
|
|
16167
|
+
"name": "run-on-host",
|
|
16174
16168
|
"allowNo": false,
|
|
16175
16169
|
"type": "boolean"
|
|
16176
16170
|
},
|
|
16177
|
-
"
|
|
16178
|
-
"
|
|
16179
|
-
"
|
|
16180
|
-
"name": "machine",
|
|
16171
|
+
"skip-permissions": {
|
|
16172
|
+
"description": "Skip permission prompts (danger mode)",
|
|
16173
|
+
"name": "skip-permissions",
|
|
16181
16174
|
"allowNo": false,
|
|
16182
16175
|
"type": "boolean"
|
|
16183
16176
|
},
|
|
16184
|
-
"
|
|
16185
|
-
"
|
|
16186
|
-
"
|
|
16187
|
-
"
|
|
16177
|
+
"create-pr": {
|
|
16178
|
+
"description": "Create PR when work is ready",
|
|
16179
|
+
"name": "create-pr",
|
|
16180
|
+
"allowNo": false,
|
|
16181
|
+
"type": "boolean"
|
|
16182
|
+
},
|
|
16183
|
+
"yes": {
|
|
16184
|
+
"char": "y",
|
|
16185
|
+
"description": "Skip confirmation prompts in downstream work start",
|
|
16186
|
+
"name": "yes",
|
|
16188
16187
|
"allowNo": false,
|
|
16189
16188
|
"type": "boolean"
|
|
16190
16189
|
}
|
|
16191
16190
|
},
|
|
16192
16191
|
"hasDynamicHelp": false,
|
|
16193
16192
|
"hiddenAliases": [],
|
|
16194
|
-
"id": "
|
|
16193
|
+
"id": "work:asana",
|
|
16195
16194
|
"pluginAlias": "@proletariat/cli",
|
|
16196
16195
|
"pluginName": "@proletariat/cli",
|
|
16197
16196
|
"pluginType": "core",
|
|
@@ -16200,18 +16199,23 @@
|
|
|
16200
16199
|
"relativePath": [
|
|
16201
16200
|
"dist",
|
|
16202
16201
|
"commands",
|
|
16203
|
-
"
|
|
16204
|
-
"
|
|
16202
|
+
"work",
|
|
16203
|
+
"asana.js"
|
|
16205
16204
|
]
|
|
16206
16205
|
},
|
|
16207
|
-
"
|
|
16206
|
+
"work:complete": {
|
|
16208
16207
|
"aliases": [],
|
|
16209
|
-
"args": {
|
|
16210
|
-
|
|
16208
|
+
"args": {
|
|
16209
|
+
"ticketId": {
|
|
16210
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
16211
|
+
"name": "ticketId",
|
|
16212
|
+
"required": false
|
|
16213
|
+
}
|
|
16214
|
+
},
|
|
16215
|
+
"description": "Mark work as complete (moves ticket to Done column)",
|
|
16211
16216
|
"examples": [
|
|
16212
16217
|
"<%= config.bin %> <%= command.id %>",
|
|
16213
|
-
"<%= config.bin %> <%= command.id %>
|
|
16214
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
16218
|
+
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
16215
16219
|
],
|
|
16216
16220
|
"flags": {
|
|
16217
16221
|
"project": {
|
|
@@ -16234,23 +16238,11 @@
|
|
|
16234
16238
|
"name": "machine",
|
|
16235
16239
|
"allowNo": false,
|
|
16236
16240
|
"type": "boolean"
|
|
16237
|
-
},
|
|
16238
|
-
"builtin": {
|
|
16239
|
-
"description": "Show only built-in workflows",
|
|
16240
|
-
"name": "builtin",
|
|
16241
|
-
"allowNo": false,
|
|
16242
|
-
"type": "boolean"
|
|
16243
|
-
},
|
|
16244
|
-
"custom": {
|
|
16245
|
-
"description": "Show only custom workflows",
|
|
16246
|
-
"name": "custom",
|
|
16247
|
-
"allowNo": false,
|
|
16248
|
-
"type": "boolean"
|
|
16249
16241
|
}
|
|
16250
16242
|
},
|
|
16251
16243
|
"hasDynamicHelp": false,
|
|
16252
16244
|
"hiddenAliases": [],
|
|
16253
|
-
"id": "
|
|
16245
|
+
"id": "work:complete",
|
|
16254
16246
|
"pluginAlias": "@proletariat/cli",
|
|
16255
16247
|
"pluginName": "@proletariat/cli",
|
|
16256
16248
|
"pluginType": "core",
|
|
@@ -16259,18 +16251,16 @@
|
|
|
16259
16251
|
"relativePath": [
|
|
16260
16252
|
"dist",
|
|
16261
16253
|
"commands",
|
|
16262
|
-
"
|
|
16263
|
-
"
|
|
16254
|
+
"work",
|
|
16255
|
+
"complete.js"
|
|
16264
16256
|
]
|
|
16265
16257
|
},
|
|
16266
|
-
"
|
|
16258
|
+
"work": {
|
|
16267
16259
|
"aliases": [],
|
|
16268
16260
|
"args": {},
|
|
16269
|
-
"description": "
|
|
16261
|
+
"description": "Interactive menu for work operations (ownership, assignment, execution)",
|
|
16270
16262
|
"examples": [
|
|
16271
|
-
"<%= config.bin %> <%= command.id %>"
|
|
16272
|
-
"<%= config.bin %> <%= command.id %> --builtin",
|
|
16273
|
-
"<%= config.bin %> <%= command.id %> --machine"
|
|
16263
|
+
"<%= config.bin %> <%= command.id %>"
|
|
16274
16264
|
],
|
|
16275
16265
|
"flags": {
|
|
16276
16266
|
"project": {
|
|
@@ -16293,23 +16283,11 @@
|
|
|
16293
16283
|
"name": "machine",
|
|
16294
16284
|
"allowNo": false,
|
|
16295
16285
|
"type": "boolean"
|
|
16296
|
-
},
|
|
16297
|
-
"builtin": {
|
|
16298
|
-
"description": "Show only built-in workflows",
|
|
16299
|
-
"name": "builtin",
|
|
16300
|
-
"allowNo": false,
|
|
16301
|
-
"type": "boolean"
|
|
16302
|
-
},
|
|
16303
|
-
"custom": {
|
|
16304
|
-
"description": "Show only custom workflows",
|
|
16305
|
-
"name": "custom",
|
|
16306
|
-
"allowNo": false,
|
|
16307
|
-
"type": "boolean"
|
|
16308
16286
|
}
|
|
16309
16287
|
},
|
|
16310
16288
|
"hasDynamicHelp": false,
|
|
16311
16289
|
"hiddenAliases": [],
|
|
16312
|
-
"id": "
|
|
16290
|
+
"id": "work",
|
|
16313
16291
|
"pluginAlias": "@proletariat/cli",
|
|
16314
16292
|
"pluginName": "@proletariat/cli",
|
|
16315
16293
|
"pluginType": "core",
|
|
@@ -16318,18 +16296,18 @@
|
|
|
16318
16296
|
"relativePath": [
|
|
16319
16297
|
"dist",
|
|
16320
16298
|
"commands",
|
|
16321
|
-
"
|
|
16322
|
-
"
|
|
16299
|
+
"work",
|
|
16300
|
+
"index.js"
|
|
16323
16301
|
]
|
|
16324
16302
|
},
|
|
16325
|
-
"
|
|
16303
|
+
"work:jira": {
|
|
16326
16304
|
"aliases": [],
|
|
16327
16305
|
"args": {},
|
|
16328
|
-
"description": "
|
|
16306
|
+
"description": "List/select Jira issues and spawn work using the existing work-start flow",
|
|
16329
16307
|
"examples": [
|
|
16330
|
-
"<%= config.bin %> <%= command.id %>",
|
|
16331
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16332
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16308
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --project-key PROJ",
|
|
16309
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --issue PROJ-123",
|
|
16310
|
+
"<%= config.bin %> <%= command.id %> --host https://myorg.atlassian.net --issue PROJ-123 --yes --skip-permissions --display terminal"
|
|
16333
16311
|
],
|
|
16334
16312
|
"flags": {
|
|
16335
16313
|
"project": {
|
|
@@ -16353,183 +16331,128 @@
|
|
|
16353
16331
|
"allowNo": false,
|
|
16354
16332
|
"type": "boolean"
|
|
16355
16333
|
},
|
|
16356
|
-
"
|
|
16357
|
-
"description": "
|
|
16358
|
-
"name": "
|
|
16359
|
-
"
|
|
16360
|
-
"
|
|
16361
|
-
}
|
|
16362
|
-
},
|
|
16363
|
-
"hasDynamicHelp": false,
|
|
16364
|
-
"hiddenAliases": [],
|
|
16365
|
-
"id": "workflow:setup",
|
|
16366
|
-
"pluginAlias": "@proletariat/cli",
|
|
16367
|
-
"pluginName": "@proletariat/cli",
|
|
16368
|
-
"pluginType": "core",
|
|
16369
|
-
"strict": true,
|
|
16370
|
-
"isESM": true,
|
|
16371
|
-
"relativePath": [
|
|
16372
|
-
"dist",
|
|
16373
|
-
"commands",
|
|
16374
|
-
"workflow",
|
|
16375
|
-
"setup.js"
|
|
16376
|
-
]
|
|
16377
|
-
},
|
|
16378
|
-
"workflow:show": {
|
|
16379
|
-
"aliases": [],
|
|
16380
|
-
"args": {
|
|
16381
|
-
"id": {
|
|
16382
|
-
"description": "Workflow ID - prompts with dropdown if not provided",
|
|
16383
|
-
"name": "id",
|
|
16384
|
-
"required": false
|
|
16385
|
-
}
|
|
16386
|
-
},
|
|
16387
|
-
"description": "View details of a workflow (alias for workflow view)",
|
|
16388
|
-
"examples": [
|
|
16389
|
-
"<%= config.bin %> <%= command.id %> default",
|
|
16390
|
-
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
16391
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
16392
|
-
],
|
|
16393
|
-
"flags": {
|
|
16394
|
-
"project": {
|
|
16395
|
-
"char": "P",
|
|
16396
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16397
|
-
"name": "project",
|
|
16398
|
-
"hasDynamicHelp": false,
|
|
16399
|
-
"multiple": false,
|
|
16334
|
+
"host": {
|
|
16335
|
+
"description": "Jira host URL (fallback: PRLT_JIRA_HOST or JIRA_HOST)",
|
|
16336
|
+
"name": "host",
|
|
16337
|
+
"hasDynamicHelp": false,
|
|
16338
|
+
"multiple": false,
|
|
16400
16339
|
"type": "option"
|
|
16401
16340
|
},
|
|
16402
|
-
"
|
|
16403
|
-
"description": "
|
|
16404
|
-
"name": "
|
|
16405
|
-
"
|
|
16406
|
-
"
|
|
16341
|
+
"email": {
|
|
16342
|
+
"description": "Jira account email (fallback: PRLT_JIRA_EMAIL or JIRA_EMAIL)",
|
|
16343
|
+
"name": "email",
|
|
16344
|
+
"hasDynamicHelp": false,
|
|
16345
|
+
"multiple": false,
|
|
16346
|
+
"type": "option"
|
|
16407
16347
|
},
|
|
16408
|
-
"
|
|
16409
|
-
"
|
|
16410
|
-
"
|
|
16411
|
-
"name": "machine",
|
|
16412
|
-
"allowNo": false,
|
|
16413
|
-
"type": "boolean"
|
|
16414
|
-
}
|
|
16415
|
-
},
|
|
16416
|
-
"hasDynamicHelp": false,
|
|
16417
|
-
"hidden": true,
|
|
16418
|
-
"hiddenAliases": [],
|
|
16419
|
-
"id": "workflow:show",
|
|
16420
|
-
"pluginAlias": "@proletariat/cli",
|
|
16421
|
-
"pluginName": "@proletariat/cli",
|
|
16422
|
-
"pluginType": "core",
|
|
16423
|
-
"isESM": true,
|
|
16424
|
-
"relativePath": [
|
|
16425
|
-
"dist",
|
|
16426
|
-
"commands",
|
|
16427
|
-
"workflow",
|
|
16428
|
-
"show.js"
|
|
16429
|
-
]
|
|
16430
|
-
},
|
|
16431
|
-
"workflow:switch": {
|
|
16432
|
-
"aliases": [],
|
|
16433
|
-
"args": {
|
|
16434
|
-
"workflow": {
|
|
16435
|
-
"description": "Workflow ID to switch to",
|
|
16436
|
-
"name": "workflow",
|
|
16437
|
-
"required": false
|
|
16438
|
-
}
|
|
16439
|
-
},
|
|
16440
|
-
"description": "Switch a project to use a different workflow",
|
|
16441
|
-
"examples": [
|
|
16442
|
-
"<%= config.bin %> <%= command.id %> kanban",
|
|
16443
|
-
"<%= config.bin %> <%= command.id %> linear --project my-project",
|
|
16444
|
-
"<%= config.bin %> <%= command.id %> --force # Skip confirmation",
|
|
16445
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
16446
|
-
],
|
|
16447
|
-
"flags": {
|
|
16448
|
-
"project": {
|
|
16449
|
-
"char": "P",
|
|
16450
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16451
|
-
"name": "project",
|
|
16348
|
+
"token": {
|
|
16349
|
+
"description": "Jira API token (fallback: PRLT_JIRA_API_TOKEN or JIRA_API_TOKEN)",
|
|
16350
|
+
"name": "token",
|
|
16452
16351
|
"hasDynamicHelp": false,
|
|
16453
16352
|
"multiple": false,
|
|
16454
16353
|
"type": "option"
|
|
16455
16354
|
},
|
|
16456
|
-
"
|
|
16457
|
-
"description": "
|
|
16458
|
-
"name": "
|
|
16459
|
-
"
|
|
16460
|
-
"
|
|
16355
|
+
"project-key": {
|
|
16356
|
+
"description": "Jira project key for listing issues (fallback: PRLT_JIRA_PROJECT or JIRA_PROJECT_KEY)",
|
|
16357
|
+
"name": "project-key",
|
|
16358
|
+
"hasDynamicHelp": false,
|
|
16359
|
+
"multiple": false,
|
|
16360
|
+
"type": "option"
|
|
16461
16361
|
},
|
|
16462
|
-
"
|
|
16463
|
-
"
|
|
16464
|
-
"
|
|
16465
|
-
"
|
|
16362
|
+
"jql": {
|
|
16363
|
+
"description": "Custom JQL for listing issues (overrides project key filters)",
|
|
16364
|
+
"name": "jql",
|
|
16365
|
+
"hasDynamicHelp": false,
|
|
16366
|
+
"multiple": false,
|
|
16367
|
+
"type": "option"
|
|
16368
|
+
},
|
|
16369
|
+
"issue": {
|
|
16370
|
+
"description": "Jira issue key (for example: PROJ-123)",
|
|
16371
|
+
"name": "issue",
|
|
16372
|
+
"hasDynamicHelp": false,
|
|
16373
|
+
"multiple": false,
|
|
16374
|
+
"type": "option"
|
|
16375
|
+
},
|
|
16376
|
+
"limit": {
|
|
16377
|
+
"char": "l",
|
|
16378
|
+
"description": "Maximum number of Jira issues to fetch",
|
|
16379
|
+
"name": "limit",
|
|
16380
|
+
"default": 20,
|
|
16381
|
+
"hasDynamicHelp": false,
|
|
16382
|
+
"multiple": false,
|
|
16383
|
+
"type": "option"
|
|
16384
|
+
},
|
|
16385
|
+
"executor": {
|
|
16386
|
+
"char": "e",
|
|
16387
|
+
"description": "Override executor",
|
|
16388
|
+
"name": "executor",
|
|
16389
|
+
"hasDynamicHelp": false,
|
|
16390
|
+
"multiple": false,
|
|
16391
|
+
"options": [
|
|
16392
|
+
"claude-code",
|
|
16393
|
+
"codex",
|
|
16394
|
+
"custom"
|
|
16395
|
+
],
|
|
16396
|
+
"type": "option"
|
|
16397
|
+
},
|
|
16398
|
+
"display": {
|
|
16399
|
+
"char": "d",
|
|
16400
|
+
"description": "Display mode",
|
|
16401
|
+
"name": "display",
|
|
16402
|
+
"hasDynamicHelp": false,
|
|
16403
|
+
"multiple": false,
|
|
16404
|
+
"options": [
|
|
16405
|
+
"terminal",
|
|
16406
|
+
"background",
|
|
16407
|
+
"foreground"
|
|
16408
|
+
],
|
|
16409
|
+
"type": "option"
|
|
16410
|
+
},
|
|
16411
|
+
"action": {
|
|
16412
|
+
"char": "A",
|
|
16413
|
+
"description": "Action to run in work start (default: implement)",
|
|
16414
|
+
"name": "action",
|
|
16415
|
+
"default": "implement",
|
|
16416
|
+
"hasDynamicHelp": false,
|
|
16417
|
+
"multiple": false,
|
|
16418
|
+
"type": "option"
|
|
16419
|
+
},
|
|
16420
|
+
"message": {
|
|
16421
|
+
"description": "Additional instructions appended to spawn context",
|
|
16422
|
+
"name": "message",
|
|
16423
|
+
"hasDynamicHelp": false,
|
|
16424
|
+
"multiple": false,
|
|
16425
|
+
"type": "option"
|
|
16426
|
+
},
|
|
16427
|
+
"run-on-host": {
|
|
16428
|
+
"description": "Run on host even if devcontainer exists",
|
|
16429
|
+
"name": "run-on-host",
|
|
16466
16430
|
"allowNo": false,
|
|
16467
16431
|
"type": "boolean"
|
|
16468
16432
|
},
|
|
16469
|
-
"
|
|
16470
|
-
"
|
|
16471
|
-
"
|
|
16472
|
-
"name": "force",
|
|
16433
|
+
"skip-permissions": {
|
|
16434
|
+
"description": "Skip permission prompts (danger mode)",
|
|
16435
|
+
"name": "skip-permissions",
|
|
16473
16436
|
"allowNo": false,
|
|
16474
16437
|
"type": "boolean"
|
|
16475
|
-
}
|
|
16476
|
-
},
|
|
16477
|
-
"hasDynamicHelp": false,
|
|
16478
|
-
"hiddenAliases": [],
|
|
16479
|
-
"id": "workflow:switch",
|
|
16480
|
-
"pluginAlias": "@proletariat/cli",
|
|
16481
|
-
"pluginName": "@proletariat/cli",
|
|
16482
|
-
"pluginType": "core",
|
|
16483
|
-
"strict": true,
|
|
16484
|
-
"isESM": true,
|
|
16485
|
-
"relativePath": [
|
|
16486
|
-
"dist",
|
|
16487
|
-
"commands",
|
|
16488
|
-
"workflow",
|
|
16489
|
-
"switch.js"
|
|
16490
|
-
]
|
|
16491
|
-
},
|
|
16492
|
-
"workflow:view": {
|
|
16493
|
-
"aliases": [],
|
|
16494
|
-
"args": {
|
|
16495
|
-
"id": {
|
|
16496
|
-
"description": "Workflow ID - prompts with dropdown if not provided",
|
|
16497
|
-
"name": "id",
|
|
16498
|
-
"required": false
|
|
16499
|
-
}
|
|
16500
|
-
},
|
|
16501
|
-
"description": "View details of a workflow",
|
|
16502
|
-
"examples": [
|
|
16503
|
-
"<%= config.bin %> <%= command.id %> default",
|
|
16504
|
-
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
16505
|
-
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
16506
|
-
],
|
|
16507
|
-
"flags": {
|
|
16508
|
-
"project": {
|
|
16509
|
-
"char": "P",
|
|
16510
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
16511
|
-
"name": "project",
|
|
16512
|
-
"hasDynamicHelp": false,
|
|
16513
|
-
"multiple": false,
|
|
16514
|
-
"type": "option"
|
|
16515
16438
|
},
|
|
16516
|
-
"
|
|
16517
|
-
"description": "
|
|
16518
|
-
"name": "
|
|
16439
|
+
"create-pr": {
|
|
16440
|
+
"description": "Create PR when work is ready",
|
|
16441
|
+
"name": "create-pr",
|
|
16519
16442
|
"allowNo": false,
|
|
16520
16443
|
"type": "boolean"
|
|
16521
16444
|
},
|
|
16522
|
-
"
|
|
16523
|
-
"char": "
|
|
16524
|
-
"description": "
|
|
16525
|
-
"name": "
|
|
16445
|
+
"yes": {
|
|
16446
|
+
"char": "y",
|
|
16447
|
+
"description": "Skip confirmation prompts in downstream work start",
|
|
16448
|
+
"name": "yes",
|
|
16526
16449
|
"allowNo": false,
|
|
16527
16450
|
"type": "boolean"
|
|
16528
16451
|
}
|
|
16529
16452
|
},
|
|
16530
16453
|
"hasDynamicHelp": false,
|
|
16531
16454
|
"hiddenAliases": [],
|
|
16532
|
-
"id": "
|
|
16455
|
+
"id": "work:jira",
|
|
16533
16456
|
"pluginAlias": "@proletariat/cli",
|
|
16534
16457
|
"pluginName": "@proletariat/cli",
|
|
16535
16458
|
"pluginType": "core",
|
|
@@ -16538,18 +16461,18 @@
|
|
|
16538
16461
|
"relativePath": [
|
|
16539
16462
|
"dist",
|
|
16540
16463
|
"commands",
|
|
16541
|
-
"
|
|
16542
|
-
"
|
|
16464
|
+
"work",
|
|
16465
|
+
"jira.js"
|
|
16543
16466
|
]
|
|
16544
16467
|
},
|
|
16545
|
-
"work:
|
|
16468
|
+
"work:linear": {
|
|
16546
16469
|
"aliases": [],
|
|
16547
16470
|
"args": {},
|
|
16548
|
-
"description": "List/select
|
|
16471
|
+
"description": "List/select Linear issues and spawn work using the existing work-start flow",
|
|
16549
16472
|
"examples": [
|
|
16550
|
-
"<%= config.bin %> <%= command.id %>",
|
|
16551
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16552
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16473
|
+
"<%= config.bin %> <%= command.id %> --team ENG",
|
|
16474
|
+
"<%= config.bin %> <%= command.id %> --team ENG --issue ENG-123",
|
|
16475
|
+
"<%= config.bin %> <%= command.id %> --team ENG --issue ENG-123 --yes --skip-permissions --display terminal"
|
|
16553
16476
|
],
|
|
16554
16477
|
"flags": {
|
|
16555
16478
|
"project": {
|
|
@@ -16573,16 +16496,23 @@
|
|
|
16573
16496
|
"allowNo": false,
|
|
16574
16497
|
"type": "boolean"
|
|
16575
16498
|
},
|
|
16576
|
-
"
|
|
16577
|
-
"description": "
|
|
16578
|
-
"name": "
|
|
16499
|
+
"team": {
|
|
16500
|
+
"description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
|
|
16501
|
+
"name": "team",
|
|
16502
|
+
"hasDynamicHelp": false,
|
|
16503
|
+
"multiple": false,
|
|
16504
|
+
"type": "option"
|
|
16505
|
+
},
|
|
16506
|
+
"issue": {
|
|
16507
|
+
"description": "Linear issue identifier (for example: ENG-123)",
|
|
16508
|
+
"name": "issue",
|
|
16579
16509
|
"hasDynamicHelp": false,
|
|
16580
16510
|
"multiple": false,
|
|
16581
16511
|
"type": "option"
|
|
16582
16512
|
},
|
|
16583
16513
|
"limit": {
|
|
16584
16514
|
"char": "l",
|
|
16585
|
-
"description": "Maximum number of
|
|
16515
|
+
"description": "Maximum number of Linear issues to fetch",
|
|
16586
16516
|
"name": "limit",
|
|
16587
16517
|
"default": 20,
|
|
16588
16518
|
"hasDynamicHelp": false,
|
|
@@ -16659,7 +16589,7 @@
|
|
|
16659
16589
|
},
|
|
16660
16590
|
"hasDynamicHelp": false,
|
|
16661
16591
|
"hiddenAliases": [],
|
|
16662
|
-
"id": "work:
|
|
16592
|
+
"id": "work:linear",
|
|
16663
16593
|
"pluginAlias": "@proletariat/cli",
|
|
16664
16594
|
"pluginName": "@proletariat/cli",
|
|
16665
16595
|
"pluginType": "core",
|
|
@@ -16669,10 +16599,10 @@
|
|
|
16669
16599
|
"dist",
|
|
16670
16600
|
"commands",
|
|
16671
16601
|
"work",
|
|
16672
|
-
"
|
|
16602
|
+
"linear.js"
|
|
16673
16603
|
]
|
|
16674
16604
|
},
|
|
16675
|
-
"work:
|
|
16605
|
+
"work:ready": {
|
|
16676
16606
|
"aliases": [],
|
|
16677
16607
|
"args": {
|
|
16678
16608
|
"ticketId": {
|
|
@@ -16681,10 +16611,13 @@
|
|
|
16681
16611
|
"required": false
|
|
16682
16612
|
}
|
|
16683
16613
|
},
|
|
16684
|
-
"description": "Mark work as
|
|
16614
|
+
"description": "Mark work as ready for review (moves ticket to In Review column)",
|
|
16685
16615
|
"examples": [
|
|
16686
16616
|
"<%= config.bin %> <%= command.id %>",
|
|
16687
|
-
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
16617
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
16618
|
+
"<%= config.bin %> <%= command.id %> --pr",
|
|
16619
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --draft-pr",
|
|
16620
|
+
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
16688
16621
|
],
|
|
16689
16622
|
"flags": {
|
|
16690
16623
|
"project": {
|
|
@@ -16707,11 +16640,29 @@
|
|
|
16707
16640
|
"name": "machine",
|
|
16708
16641
|
"allowNo": false,
|
|
16709
16642
|
"type": "boolean"
|
|
16710
|
-
}
|
|
16711
|
-
|
|
16712
|
-
|
|
16713
|
-
|
|
16714
|
-
|
|
16643
|
+
},
|
|
16644
|
+
"pr": {
|
|
16645
|
+
"description": "Create a pull request for this work",
|
|
16646
|
+
"name": "pr",
|
|
16647
|
+
"allowNo": false,
|
|
16648
|
+
"type": "boolean"
|
|
16649
|
+
},
|
|
16650
|
+
"draft-pr": {
|
|
16651
|
+
"description": "Create a draft pull request (implies --pr)",
|
|
16652
|
+
"name": "draft-pr",
|
|
16653
|
+
"allowNo": false,
|
|
16654
|
+
"type": "boolean"
|
|
16655
|
+
},
|
|
16656
|
+
"no-pr": {
|
|
16657
|
+
"description": "Skip PR creation prompt",
|
|
16658
|
+
"name": "no-pr",
|
|
16659
|
+
"allowNo": false,
|
|
16660
|
+
"type": "boolean"
|
|
16661
|
+
}
|
|
16662
|
+
},
|
|
16663
|
+
"hasDynamicHelp": false,
|
|
16664
|
+
"hiddenAliases": [],
|
|
16665
|
+
"id": "work:ready",
|
|
16715
16666
|
"pluginAlias": "@proletariat/cli",
|
|
16716
16667
|
"pluginName": "@proletariat/cli",
|
|
16717
16668
|
"pluginType": "core",
|
|
@@ -16721,15 +16672,23 @@
|
|
|
16721
16672
|
"dist",
|
|
16722
16673
|
"commands",
|
|
16723
16674
|
"work",
|
|
16724
|
-
"
|
|
16675
|
+
"ready.js"
|
|
16725
16676
|
]
|
|
16726
16677
|
},
|
|
16727
|
-
"work": {
|
|
16678
|
+
"work:resolve": {
|
|
16728
16679
|
"aliases": [],
|
|
16729
|
-
"args": {
|
|
16730
|
-
|
|
16680
|
+
"args": {
|
|
16681
|
+
"ticketId": {
|
|
16682
|
+
"description": "Ticket ID(s) to resolve - prompts with picker if not provided",
|
|
16683
|
+
"name": "ticketId",
|
|
16684
|
+
"required": false
|
|
16685
|
+
}
|
|
16686
|
+
},
|
|
16687
|
+
"description": "Agent-assisted resolution of ambiguity questions on tickets (spawns interactive agent)",
|
|
16731
16688
|
"examples": [
|
|
16732
|
-
"<%= config.bin %> <%= command.id %>"
|
|
16689
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
16690
|
+
"<%= config.bin %> <%= command.id %> TKT-001 TKT-002",
|
|
16691
|
+
"<%= config.bin %> <%= command.id %> # Interactive picker for needs-clarification tickets"
|
|
16733
16692
|
],
|
|
16734
16693
|
"flags": {
|
|
16735
16694
|
"project": {
|
|
@@ -16741,7 +16700,11 @@
|
|
|
16741
16700
|
"type": "option"
|
|
16742
16701
|
},
|
|
16743
16702
|
"json": {
|
|
16744
|
-
"
|
|
16703
|
+
"aliases": [
|
|
16704
|
+
"machine"
|
|
16705
|
+
],
|
|
16706
|
+
"char": "m",
|
|
16707
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
16745
16708
|
"name": "json",
|
|
16746
16709
|
"allowNo": false,
|
|
16747
16710
|
"type": "boolean"
|
|
@@ -16756,27 +16719,34 @@
|
|
|
16756
16719
|
},
|
|
16757
16720
|
"hasDynamicHelp": false,
|
|
16758
16721
|
"hiddenAliases": [],
|
|
16759
|
-
"id": "work",
|
|
16722
|
+
"id": "work:resolve",
|
|
16760
16723
|
"pluginAlias": "@proletariat/cli",
|
|
16761
16724
|
"pluginName": "@proletariat/cli",
|
|
16762
16725
|
"pluginType": "core",
|
|
16763
|
-
"strict":
|
|
16726
|
+
"strict": false,
|
|
16764
16727
|
"isESM": true,
|
|
16765
16728
|
"relativePath": [
|
|
16766
16729
|
"dist",
|
|
16767
16730
|
"commands",
|
|
16768
16731
|
"work",
|
|
16769
|
-
"
|
|
16732
|
+
"resolve.js"
|
|
16770
16733
|
]
|
|
16771
16734
|
},
|
|
16772
|
-
"work:
|
|
16735
|
+
"work:review": {
|
|
16773
16736
|
"aliases": [],
|
|
16774
|
-
"args": {
|
|
16775
|
-
|
|
16737
|
+
"args": {
|
|
16738
|
+
"ticketId": {
|
|
16739
|
+
"description": "Ticket ID to review",
|
|
16740
|
+
"name": "ticketId",
|
|
16741
|
+
"required": false
|
|
16742
|
+
}
|
|
16743
|
+
},
|
|
16744
|
+
"description": "Automated review-fix pipeline: review → fix → re-review until clean",
|
|
16776
16745
|
"examples": [
|
|
16777
|
-
"<%= config.bin %> <%= command.id %>
|
|
16778
|
-
"<%= config.bin %> <%= command.id %>
|
|
16779
|
-
"<%= config.bin %> <%= command.id %>
|
|
16746
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
16747
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --max-cycles 5",
|
|
16748
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --auto # Skip confirmations between cycles",
|
|
16749
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
16780
16750
|
],
|
|
16781
16751
|
"flags": {
|
|
16782
16752
|
"project": {
|
|
@@ -16800,56 +16770,19 @@
|
|
|
16800
16770
|
"allowNo": false,
|
|
16801
16771
|
"type": "boolean"
|
|
16802
16772
|
},
|
|
16803
|
-
"
|
|
16804
|
-
"description": "
|
|
16805
|
-
"name": "
|
|
16806
|
-
"
|
|
16807
|
-
"multiple": false,
|
|
16808
|
-
"type": "option"
|
|
16809
|
-
},
|
|
16810
|
-
"email": {
|
|
16811
|
-
"description": "Jira account email (fallback: PRLT_JIRA_EMAIL or JIRA_EMAIL)",
|
|
16812
|
-
"name": "email",
|
|
16813
|
-
"hasDynamicHelp": false,
|
|
16814
|
-
"multiple": false,
|
|
16815
|
-
"type": "option"
|
|
16816
|
-
},
|
|
16817
|
-
"token": {
|
|
16818
|
-
"description": "Jira API token (fallback: PRLT_JIRA_API_TOKEN or JIRA_API_TOKEN)",
|
|
16819
|
-
"name": "token",
|
|
16820
|
-
"hasDynamicHelp": false,
|
|
16821
|
-
"multiple": false,
|
|
16822
|
-
"type": "option"
|
|
16823
|
-
},
|
|
16824
|
-
"project-key": {
|
|
16825
|
-
"description": "Jira project key for listing issues (fallback: PRLT_JIRA_PROJECT or JIRA_PROJECT_KEY)",
|
|
16826
|
-
"name": "project-key",
|
|
16827
|
-
"hasDynamicHelp": false,
|
|
16828
|
-
"multiple": false,
|
|
16829
|
-
"type": "option"
|
|
16830
|
-
},
|
|
16831
|
-
"jql": {
|
|
16832
|
-
"description": "Custom JQL for listing issues (overrides project key filters)",
|
|
16833
|
-
"name": "jql",
|
|
16834
|
-
"hasDynamicHelp": false,
|
|
16835
|
-
"multiple": false,
|
|
16836
|
-
"type": "option"
|
|
16837
|
-
},
|
|
16838
|
-
"issue": {
|
|
16839
|
-
"description": "Jira issue key (for example: PROJ-123)",
|
|
16840
|
-
"name": "issue",
|
|
16773
|
+
"max-cycles": {
|
|
16774
|
+
"description": "Maximum review-fix cycles before stopping (default: 3)",
|
|
16775
|
+
"name": "max-cycles",
|
|
16776
|
+
"default": 3,
|
|
16841
16777
|
"hasDynamicHelp": false,
|
|
16842
16778
|
"multiple": false,
|
|
16843
16779
|
"type": "option"
|
|
16844
16780
|
},
|
|
16845
|
-
"
|
|
16846
|
-
"
|
|
16847
|
-
"
|
|
16848
|
-
"
|
|
16849
|
-
"
|
|
16850
|
-
"hasDynamicHelp": false,
|
|
16851
|
-
"multiple": false,
|
|
16852
|
-
"type": "option"
|
|
16781
|
+
"auto": {
|
|
16782
|
+
"description": "Skip confirmations between cycles (fully automated)",
|
|
16783
|
+
"name": "auto",
|
|
16784
|
+
"allowNo": false,
|
|
16785
|
+
"type": "boolean"
|
|
16853
16786
|
},
|
|
16854
16787
|
"executor": {
|
|
16855
16788
|
"char": "e",
|
|
@@ -16864,64 +16797,64 @@
|
|
|
16864
16797
|
],
|
|
16865
16798
|
"type": "option"
|
|
16866
16799
|
},
|
|
16800
|
+
"run-on-host": {
|
|
16801
|
+
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
16802
|
+
"name": "run-on-host",
|
|
16803
|
+
"allowNo": false,
|
|
16804
|
+
"type": "boolean"
|
|
16805
|
+
},
|
|
16806
|
+
"skip-permissions": {
|
|
16807
|
+
"description": "Skip permission checks for agents",
|
|
16808
|
+
"name": "skip-permissions",
|
|
16809
|
+
"allowNo": false,
|
|
16810
|
+
"type": "boolean"
|
|
16811
|
+
},
|
|
16867
16812
|
"display": {
|
|
16868
16813
|
"char": "d",
|
|
16869
|
-
"description": "Display mode",
|
|
16814
|
+
"description": "Display mode for agents",
|
|
16870
16815
|
"name": "display",
|
|
16816
|
+
"default": "background",
|
|
16871
16817
|
"hasDynamicHelp": false,
|
|
16872
16818
|
"multiple": false,
|
|
16873
16819
|
"options": [
|
|
16820
|
+
"foreground",
|
|
16874
16821
|
"terminal",
|
|
16875
|
-
"background"
|
|
16876
|
-
"foreground"
|
|
16822
|
+
"background"
|
|
16877
16823
|
],
|
|
16878
16824
|
"type": "option"
|
|
16879
16825
|
},
|
|
16880
|
-
"
|
|
16881
|
-
"char": "
|
|
16882
|
-
"description": "
|
|
16883
|
-
"name": "
|
|
16884
|
-
"default": "
|
|
16826
|
+
"session": {
|
|
16827
|
+
"char": "s",
|
|
16828
|
+
"description": "Session manager inside container",
|
|
16829
|
+
"name": "session",
|
|
16830
|
+
"default": "tmux",
|
|
16885
16831
|
"hasDynamicHelp": false,
|
|
16886
16832
|
"multiple": false,
|
|
16833
|
+
"options": [
|
|
16834
|
+
"tmux",
|
|
16835
|
+
"direct"
|
|
16836
|
+
],
|
|
16887
16837
|
"type": "option"
|
|
16888
16838
|
},
|
|
16889
|
-
"
|
|
16890
|
-
"description": "
|
|
16891
|
-
"name": "
|
|
16839
|
+
"poll-interval": {
|
|
16840
|
+
"description": "Polling interval in seconds to check agent completion (default: 10)",
|
|
16841
|
+
"name": "poll-interval",
|
|
16842
|
+
"default": 10,
|
|
16892
16843
|
"hasDynamicHelp": false,
|
|
16893
16844
|
"multiple": false,
|
|
16894
16845
|
"type": "option"
|
|
16895
16846
|
},
|
|
16896
|
-
"
|
|
16897
|
-
"
|
|
16898
|
-
"
|
|
16899
|
-
"
|
|
16900
|
-
"type": "boolean"
|
|
16901
|
-
},
|
|
16902
|
-
"skip-permissions": {
|
|
16903
|
-
"description": "Skip permission prompts (danger mode)",
|
|
16904
|
-
"name": "skip-permissions",
|
|
16905
|
-
"allowNo": false,
|
|
16906
|
-
"type": "boolean"
|
|
16907
|
-
},
|
|
16908
|
-
"create-pr": {
|
|
16909
|
-
"description": "Create PR when work is ready",
|
|
16910
|
-
"name": "create-pr",
|
|
16911
|
-
"allowNo": false,
|
|
16912
|
-
"type": "boolean"
|
|
16913
|
-
},
|
|
16914
|
-
"yes": {
|
|
16915
|
-
"char": "y",
|
|
16916
|
-
"description": "Skip confirmation prompts in downstream work start",
|
|
16917
|
-
"name": "yes",
|
|
16847
|
+
"force": {
|
|
16848
|
+
"char": "f",
|
|
16849
|
+
"description": "Force spawn even if ticket has running executions",
|
|
16850
|
+
"name": "force",
|
|
16918
16851
|
"allowNo": false,
|
|
16919
16852
|
"type": "boolean"
|
|
16920
16853
|
}
|
|
16921
16854
|
},
|
|
16922
16855
|
"hasDynamicHelp": false,
|
|
16923
16856
|
"hiddenAliases": [],
|
|
16924
|
-
"id": "work:
|
|
16857
|
+
"id": "work:review",
|
|
16925
16858
|
"pluginAlias": "@proletariat/cli",
|
|
16926
16859
|
"pluginName": "@proletariat/cli",
|
|
16927
16860
|
"pluginType": "core",
|
|
@@ -16931,17 +16864,23 @@
|
|
|
16931
16864
|
"dist",
|
|
16932
16865
|
"commands",
|
|
16933
16866
|
"work",
|
|
16934
|
-
"
|
|
16867
|
+
"review.js"
|
|
16935
16868
|
]
|
|
16936
16869
|
},
|
|
16937
|
-
"work:
|
|
16870
|
+
"work:revise": {
|
|
16938
16871
|
"aliases": [],
|
|
16939
|
-
"args": {
|
|
16940
|
-
|
|
16872
|
+
"args": {
|
|
16873
|
+
"ticketId": {
|
|
16874
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
16875
|
+
"name": "ticketId",
|
|
16876
|
+
"required": false
|
|
16877
|
+
}
|
|
16878
|
+
},
|
|
16879
|
+
"description": "Address PR feedback on a ticket (fetches reviews/comments and spawns agent)",
|
|
16941
16880
|
"examples": [
|
|
16942
|
-
"<%= config.bin %> <%= command.id %>
|
|
16943
|
-
"<%= config.bin %> <%= command.id %>
|
|
16944
|
-
"<%= config.bin %> <%= command.id %> --
|
|
16881
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
16882
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
16883
|
+
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
16945
16884
|
],
|
|
16946
16885
|
"flags": {
|
|
16947
16886
|
"project": {
|
|
@@ -16965,27 +16904,19 @@
|
|
|
16965
16904
|
"allowNo": false,
|
|
16966
16905
|
"type": "boolean"
|
|
16967
16906
|
},
|
|
16968
|
-
"
|
|
16969
|
-
"
|
|
16970
|
-
"
|
|
16971
|
-
"
|
|
16972
|
-
"multiple": false,
|
|
16973
|
-
"type": "option"
|
|
16974
|
-
},
|
|
16975
|
-
"issue": {
|
|
16976
|
-
"description": "Linear issue identifier (for example: ENG-123)",
|
|
16977
|
-
"name": "issue",
|
|
16978
|
-
"hasDynamicHelp": false,
|
|
16979
|
-
"multiple": false,
|
|
16980
|
-
"type": "option"
|
|
16981
|
-
},
|
|
16982
|
-
"limit": {
|
|
16983
|
-
"char": "l",
|
|
16984
|
-
"description": "Maximum number of Linear issues to fetch",
|
|
16985
|
-
"name": "limit",
|
|
16986
|
-
"default": 20,
|
|
16907
|
+
"mode": {
|
|
16908
|
+
"char": "d",
|
|
16909
|
+
"description": "Runtime mode",
|
|
16910
|
+
"name": "mode",
|
|
16987
16911
|
"hasDynamicHelp": false,
|
|
16988
16912
|
"multiple": false,
|
|
16913
|
+
"options": [
|
|
16914
|
+
"foreground",
|
|
16915
|
+
"background",
|
|
16916
|
+
"tmux",
|
|
16917
|
+
"terminal",
|
|
16918
|
+
"devcontainer"
|
|
16919
|
+
],
|
|
16989
16920
|
"type": "option"
|
|
16990
16921
|
},
|
|
16991
16922
|
"executor": {
|
|
@@ -17001,64 +16932,36 @@
|
|
|
17001
16932
|
],
|
|
17002
16933
|
"type": "option"
|
|
17003
16934
|
},
|
|
17004
|
-
"
|
|
17005
|
-
"char": "
|
|
17006
|
-
"description": "
|
|
17007
|
-
"name": "
|
|
17008
|
-
"hasDynamicHelp": false,
|
|
17009
|
-
"multiple": false,
|
|
17010
|
-
"options": [
|
|
17011
|
-
"terminal",
|
|
17012
|
-
"background",
|
|
17013
|
-
"foreground"
|
|
17014
|
-
],
|
|
17015
|
-
"type": "option"
|
|
17016
|
-
},
|
|
17017
|
-
"action": {
|
|
17018
|
-
"char": "A",
|
|
17019
|
-
"description": "Action to run in work start (default: implement)",
|
|
17020
|
-
"name": "action",
|
|
17021
|
-
"default": "implement",
|
|
17022
|
-
"hasDynamicHelp": false,
|
|
17023
|
-
"multiple": false,
|
|
17024
|
-
"type": "option"
|
|
17025
|
-
},
|
|
17026
|
-
"message": {
|
|
17027
|
-
"description": "Additional instructions appended to spawn context",
|
|
17028
|
-
"name": "message",
|
|
17029
|
-
"hasDynamicHelp": false,
|
|
17030
|
-
"multiple": false,
|
|
17031
|
-
"type": "option"
|
|
17032
|
-
},
|
|
17033
|
-
"run-on-host": {
|
|
17034
|
-
"description": "Run on host even if devcontainer exists",
|
|
17035
|
-
"name": "run-on-host",
|
|
17036
|
-
"allowNo": false,
|
|
17037
|
-
"type": "boolean"
|
|
17038
|
-
},
|
|
17039
|
-
"skip-permissions": {
|
|
17040
|
-
"description": "Skip permission prompts (danger mode)",
|
|
17041
|
-
"name": "skip-permissions",
|
|
16935
|
+
"force": {
|
|
16936
|
+
"char": "f",
|
|
16937
|
+
"description": "Start even if no pending feedback",
|
|
16938
|
+
"name": "force",
|
|
17042
16939
|
"allowNo": false,
|
|
17043
16940
|
"type": "boolean"
|
|
17044
16941
|
},
|
|
17045
|
-
"
|
|
17046
|
-
"description": "
|
|
17047
|
-
"name": "
|
|
16942
|
+
"run-on-host": {
|
|
16943
|
+
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
16944
|
+
"name": "run-on-host",
|
|
17048
16945
|
"allowNo": false,
|
|
17049
16946
|
"type": "boolean"
|
|
17050
16947
|
},
|
|
17051
|
-
"
|
|
17052
|
-
"char": "
|
|
17053
|
-
"description": "
|
|
17054
|
-
"name": "
|
|
17055
|
-
"
|
|
17056
|
-
"
|
|
16948
|
+
"session": {
|
|
16949
|
+
"char": "s",
|
|
16950
|
+
"description": "Session manager inside container (tmux runs agent in tmux inside container)",
|
|
16951
|
+
"name": "session",
|
|
16952
|
+
"default": "tmux",
|
|
16953
|
+
"hasDynamicHelp": false,
|
|
16954
|
+
"multiple": false,
|
|
16955
|
+
"options": [
|
|
16956
|
+
"tmux",
|
|
16957
|
+
"direct"
|
|
16958
|
+
],
|
|
16959
|
+
"type": "option"
|
|
17057
16960
|
}
|
|
17058
16961
|
},
|
|
17059
16962
|
"hasDynamicHelp": false,
|
|
17060
16963
|
"hiddenAliases": [],
|
|
17061
|
-
"id": "work:
|
|
16964
|
+
"id": "work:revise",
|
|
17062
16965
|
"pluginAlias": "@proletariat/cli",
|
|
17063
16966
|
"pluginName": "@proletariat/cli",
|
|
17064
16967
|
"pluginType": "core",
|
|
@@ -17068,25 +16971,17 @@
|
|
|
17068
16971
|
"dist",
|
|
17069
16972
|
"commands",
|
|
17070
16973
|
"work",
|
|
17071
|
-
"
|
|
16974
|
+
"revise.js"
|
|
17072
16975
|
]
|
|
17073
16976
|
},
|
|
17074
|
-
"work:
|
|
16977
|
+
"work:shortcut": {
|
|
17075
16978
|
"aliases": [],
|
|
17076
|
-
"args": {
|
|
17077
|
-
|
|
17078
|
-
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
17079
|
-
"name": "ticketId",
|
|
17080
|
-
"required": false
|
|
17081
|
-
}
|
|
17082
|
-
},
|
|
17083
|
-
"description": "Mark work as ready for review (moves ticket to In Review column)",
|
|
16979
|
+
"args": {},
|
|
16980
|
+
"description": "List/select Shortcut stories and spawn work using the existing work-start flow",
|
|
17084
16981
|
"examples": [
|
|
17085
16982
|
"<%= config.bin %> <%= command.id %>",
|
|
17086
|
-
"<%= config.bin %> <%= command.id %>
|
|
17087
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17088
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --draft-pr",
|
|
17089
|
-
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
16983
|
+
"<%= config.bin %> <%= command.id %> --issue sc-123",
|
|
16984
|
+
"<%= config.bin %> <%= command.id %> --issue sc-123 --yes --skip-permissions --display terminal"
|
|
17090
16985
|
],
|
|
17091
16986
|
"flags": {
|
|
17092
16987
|
"project": {
|
|
@@ -17110,28 +17005,93 @@
|
|
|
17110
17005
|
"allowNo": false,
|
|
17111
17006
|
"type": "boolean"
|
|
17112
17007
|
},
|
|
17113
|
-
"
|
|
17114
|
-
"description": "
|
|
17115
|
-
"name": "
|
|
17008
|
+
"issue": {
|
|
17009
|
+
"description": "Shortcut story key (for example: sc-123 or 123)",
|
|
17010
|
+
"name": "issue",
|
|
17011
|
+
"hasDynamicHelp": false,
|
|
17012
|
+
"multiple": false,
|
|
17013
|
+
"type": "option"
|
|
17014
|
+
},
|
|
17015
|
+
"limit": {
|
|
17016
|
+
"char": "l",
|
|
17017
|
+
"description": "Maximum number of Shortcut stories to fetch",
|
|
17018
|
+
"name": "limit",
|
|
17019
|
+
"default": 20,
|
|
17020
|
+
"hasDynamicHelp": false,
|
|
17021
|
+
"multiple": false,
|
|
17022
|
+
"type": "option"
|
|
17023
|
+
},
|
|
17024
|
+
"executor": {
|
|
17025
|
+
"char": "e",
|
|
17026
|
+
"description": "Override executor",
|
|
17027
|
+
"name": "executor",
|
|
17028
|
+
"hasDynamicHelp": false,
|
|
17029
|
+
"multiple": false,
|
|
17030
|
+
"options": [
|
|
17031
|
+
"claude-code",
|
|
17032
|
+
"codex",
|
|
17033
|
+
"custom"
|
|
17034
|
+
],
|
|
17035
|
+
"type": "option"
|
|
17036
|
+
},
|
|
17037
|
+
"display": {
|
|
17038
|
+
"char": "d",
|
|
17039
|
+
"description": "Display mode",
|
|
17040
|
+
"name": "display",
|
|
17041
|
+
"hasDynamicHelp": false,
|
|
17042
|
+
"multiple": false,
|
|
17043
|
+
"options": [
|
|
17044
|
+
"terminal",
|
|
17045
|
+
"background",
|
|
17046
|
+
"foreground"
|
|
17047
|
+
],
|
|
17048
|
+
"type": "option"
|
|
17049
|
+
},
|
|
17050
|
+
"action": {
|
|
17051
|
+
"char": "A",
|
|
17052
|
+
"description": "Action to run in work start (default: implement)",
|
|
17053
|
+
"name": "action",
|
|
17054
|
+
"default": "implement",
|
|
17055
|
+
"hasDynamicHelp": false,
|
|
17056
|
+
"multiple": false,
|
|
17057
|
+
"type": "option"
|
|
17058
|
+
},
|
|
17059
|
+
"message": {
|
|
17060
|
+
"description": "Additional instructions appended to spawn context",
|
|
17061
|
+
"name": "message",
|
|
17062
|
+
"hasDynamicHelp": false,
|
|
17063
|
+
"multiple": false,
|
|
17064
|
+
"type": "option"
|
|
17065
|
+
},
|
|
17066
|
+
"run-on-host": {
|
|
17067
|
+
"description": "Run on host even if devcontainer exists",
|
|
17068
|
+
"name": "run-on-host",
|
|
17116
17069
|
"allowNo": false,
|
|
17117
17070
|
"type": "boolean"
|
|
17118
17071
|
},
|
|
17119
|
-
"
|
|
17120
|
-
"description": "
|
|
17121
|
-
"name": "
|
|
17072
|
+
"skip-permissions": {
|
|
17073
|
+
"description": "Skip permission prompts (danger mode)",
|
|
17074
|
+
"name": "skip-permissions",
|
|
17122
17075
|
"allowNo": false,
|
|
17123
17076
|
"type": "boolean"
|
|
17124
17077
|
},
|
|
17125
|
-
"
|
|
17126
|
-
"description": "
|
|
17127
|
-
"name": "
|
|
17078
|
+
"create-pr": {
|
|
17079
|
+
"description": "Create PR when work is ready",
|
|
17080
|
+
"name": "create-pr",
|
|
17081
|
+
"allowNo": false,
|
|
17082
|
+
"type": "boolean"
|
|
17083
|
+
},
|
|
17084
|
+
"yes": {
|
|
17085
|
+
"char": "y",
|
|
17086
|
+
"description": "Skip confirmation prompts in downstream work start",
|
|
17087
|
+
"name": "yes",
|
|
17128
17088
|
"allowNo": false,
|
|
17129
17089
|
"type": "boolean"
|
|
17130
17090
|
}
|
|
17131
17091
|
},
|
|
17132
17092
|
"hasDynamicHelp": false,
|
|
17133
17093
|
"hiddenAliases": [],
|
|
17134
|
-
"id": "work:
|
|
17094
|
+
"id": "work:shortcut",
|
|
17135
17095
|
"pluginAlias": "@proletariat/cli",
|
|
17136
17096
|
"pluginName": "@proletariat/cli",
|
|
17137
17097
|
"pluginType": "core",
|
|
@@ -17141,23 +17101,17 @@
|
|
|
17141
17101
|
"dist",
|
|
17142
17102
|
"commands",
|
|
17143
17103
|
"work",
|
|
17144
|
-
"
|
|
17104
|
+
"shortcut.js"
|
|
17145
17105
|
]
|
|
17146
17106
|
},
|
|
17147
|
-
"work:
|
|
17107
|
+
"work:source": {
|
|
17148
17108
|
"aliases": [],
|
|
17149
|
-
"args": {
|
|
17150
|
-
|
|
17151
|
-
"description": "Ticket ID(s) to resolve - prompts with picker if not provided",
|
|
17152
|
-
"name": "ticketId",
|
|
17153
|
-
"required": false
|
|
17154
|
-
}
|
|
17155
|
-
},
|
|
17156
|
-
"description": "Agent-assisted resolution of ambiguity questions on tickets (spawns interactive agent)",
|
|
17109
|
+
"args": {},
|
|
17110
|
+
"description": "Show the default work source used by \"work start\" and \"work spawn\"",
|
|
17157
17111
|
"examples": [
|
|
17158
|
-
"<%= config.bin %> <%= command.id %>
|
|
17159
|
-
"<%= config.bin %>
|
|
17160
|
-
"<%= config.bin %> <%= command.id %>
|
|
17112
|
+
"<%= config.bin %> <%= command.id %>",
|
|
17113
|
+
"<%= config.bin %> work source set linear:PRO",
|
|
17114
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
17161
17115
|
],
|
|
17162
17116
|
"flags": {
|
|
17163
17117
|
"project": {
|
|
@@ -17169,11 +17123,7 @@
|
|
|
17169
17123
|
"type": "option"
|
|
17170
17124
|
},
|
|
17171
17125
|
"json": {
|
|
17172
|
-
"
|
|
17173
|
-
"machine"
|
|
17174
|
-
],
|
|
17175
|
-
"char": "m",
|
|
17176
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
17126
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
17177
17127
|
"name": "json",
|
|
17178
17128
|
"allowNo": false,
|
|
17179
17129
|
"type": "boolean"
|
|
@@ -17188,34 +17138,28 @@
|
|
|
17188
17138
|
},
|
|
17189
17139
|
"hasDynamicHelp": false,
|
|
17190
17140
|
"hiddenAliases": [],
|
|
17191
|
-
"id": "work:
|
|
17141
|
+
"id": "work:source",
|
|
17192
17142
|
"pluginAlias": "@proletariat/cli",
|
|
17193
17143
|
"pluginName": "@proletariat/cli",
|
|
17194
17144
|
"pluginType": "core",
|
|
17195
|
-
"strict":
|
|
17145
|
+
"strict": true,
|
|
17196
17146
|
"isESM": true,
|
|
17197
17147
|
"relativePath": [
|
|
17198
17148
|
"dist",
|
|
17199
17149
|
"commands",
|
|
17200
17150
|
"work",
|
|
17201
|
-
"
|
|
17151
|
+
"source.js"
|
|
17202
17152
|
]
|
|
17203
17153
|
},
|
|
17204
|
-
"work:
|
|
17154
|
+
"work:spawn-all": {
|
|
17205
17155
|
"aliases": [],
|
|
17206
|
-
"args": {
|
|
17207
|
-
|
|
17208
|
-
"description": "Ticket ID to review",
|
|
17209
|
-
"name": "ticketId",
|
|
17210
|
-
"required": false
|
|
17211
|
-
}
|
|
17212
|
-
},
|
|
17213
|
-
"description": "Automated review-fix pipeline: review → fix → re-review until clean",
|
|
17156
|
+
"args": {},
|
|
17157
|
+
"description": "Spawn work on all backlog tickets (alias for \"work spawn --all\")",
|
|
17214
17158
|
"examples": [
|
|
17215
|
-
"<%= config.bin %> <%= command.id %>
|
|
17216
|
-
"<%= config.bin %> <%= command.id %>
|
|
17217
|
-
"<%= config.bin %> <%= command.id %>
|
|
17218
|
-
"<%= config.bin %> <%= command.id %>
|
|
17159
|
+
"<%= config.bin %> <%= command.id %>",
|
|
17160
|
+
"<%= config.bin %> <%= command.id %> --skip-permissions",
|
|
17161
|
+
"<%= config.bin %> <%= command.id %> --create-pr",
|
|
17162
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
17219
17163
|
],
|
|
17220
17164
|
"flags": {
|
|
17221
17165
|
"project": {
|
|
@@ -17239,17 +17183,28 @@
|
|
|
17239
17183
|
"allowNo": false,
|
|
17240
17184
|
"type": "boolean"
|
|
17241
17185
|
},
|
|
17242
|
-
"
|
|
17243
|
-
"
|
|
17244
|
-
"
|
|
17245
|
-
"
|
|
17246
|
-
"
|
|
17247
|
-
"
|
|
17248
|
-
"type": "option"
|
|
17186
|
+
"force": {
|
|
17187
|
+
"char": "f",
|
|
17188
|
+
"description": "Start even if work already in progress",
|
|
17189
|
+
"name": "force",
|
|
17190
|
+
"allowNo": false,
|
|
17191
|
+
"type": "boolean"
|
|
17249
17192
|
},
|
|
17250
|
-
"
|
|
17251
|
-
"description": "
|
|
17252
|
-
"name": "
|
|
17193
|
+
"run-on-host": {
|
|
17194
|
+
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
17195
|
+
"name": "run-on-host",
|
|
17196
|
+
"allowNo": false,
|
|
17197
|
+
"type": "boolean"
|
|
17198
|
+
},
|
|
17199
|
+
"skip-permissions": {
|
|
17200
|
+
"description": "Skip permission prompts (danger mode)",
|
|
17201
|
+
"name": "skip-permissions",
|
|
17202
|
+
"allowNo": false,
|
|
17203
|
+
"type": "boolean"
|
|
17204
|
+
},
|
|
17205
|
+
"create-pr": {
|
|
17206
|
+
"description": "Create PR when work is ready (canonical flag for PR behavior)",
|
|
17207
|
+
"name": "create-pr",
|
|
17253
17208
|
"allowNo": false,
|
|
17254
17209
|
"type": "boolean"
|
|
17255
17210
|
},
|
|
@@ -17265,65 +17220,11 @@
|
|
|
17265
17220
|
"custom"
|
|
17266
17221
|
],
|
|
17267
17222
|
"type": "option"
|
|
17268
|
-
},
|
|
17269
|
-
"run-on-host": {
|
|
17270
|
-
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
17271
|
-
"name": "run-on-host",
|
|
17272
|
-
"allowNo": false,
|
|
17273
|
-
"type": "boolean"
|
|
17274
|
-
},
|
|
17275
|
-
"skip-permissions": {
|
|
17276
|
-
"description": "Skip permission checks for agents",
|
|
17277
|
-
"name": "skip-permissions",
|
|
17278
|
-
"allowNo": false,
|
|
17279
|
-
"type": "boolean"
|
|
17280
|
-
},
|
|
17281
|
-
"display": {
|
|
17282
|
-
"char": "d",
|
|
17283
|
-
"description": "Display mode for agents",
|
|
17284
|
-
"name": "display",
|
|
17285
|
-
"default": "background",
|
|
17286
|
-
"hasDynamicHelp": false,
|
|
17287
|
-
"multiple": false,
|
|
17288
|
-
"options": [
|
|
17289
|
-
"foreground",
|
|
17290
|
-
"terminal",
|
|
17291
|
-
"background"
|
|
17292
|
-
],
|
|
17293
|
-
"type": "option"
|
|
17294
|
-
},
|
|
17295
|
-
"session": {
|
|
17296
|
-
"char": "s",
|
|
17297
|
-
"description": "Session manager inside container",
|
|
17298
|
-
"name": "session",
|
|
17299
|
-
"default": "tmux",
|
|
17300
|
-
"hasDynamicHelp": false,
|
|
17301
|
-
"multiple": false,
|
|
17302
|
-
"options": [
|
|
17303
|
-
"tmux",
|
|
17304
|
-
"direct"
|
|
17305
|
-
],
|
|
17306
|
-
"type": "option"
|
|
17307
|
-
},
|
|
17308
|
-
"poll-interval": {
|
|
17309
|
-
"description": "Polling interval in seconds to check agent completion (default: 10)",
|
|
17310
|
-
"name": "poll-interval",
|
|
17311
|
-
"default": 10,
|
|
17312
|
-
"hasDynamicHelp": false,
|
|
17313
|
-
"multiple": false,
|
|
17314
|
-
"type": "option"
|
|
17315
|
-
},
|
|
17316
|
-
"force": {
|
|
17317
|
-
"char": "f",
|
|
17318
|
-
"description": "Force spawn even if ticket has running executions",
|
|
17319
|
-
"name": "force",
|
|
17320
|
-
"allowNo": false,
|
|
17321
|
-
"type": "boolean"
|
|
17322
17223
|
}
|
|
17323
17224
|
},
|
|
17324
17225
|
"hasDynamicHelp": false,
|
|
17325
17226
|
"hiddenAliases": [],
|
|
17326
|
-
"id": "work:
|
|
17227
|
+
"id": "work:spawn-all",
|
|
17327
17228
|
"pluginAlias": "@proletariat/cli",
|
|
17328
17229
|
"pluginName": "@proletariat/cli",
|
|
17329
17230
|
"pluginType": "core",
|
|
@@ -17333,23 +17234,41 @@
|
|
|
17333
17234
|
"dist",
|
|
17334
17235
|
"commands",
|
|
17335
17236
|
"work",
|
|
17336
|
-
"
|
|
17237
|
+
"spawn-all.js"
|
|
17337
17238
|
]
|
|
17338
17239
|
},
|
|
17339
|
-
"work:
|
|
17240
|
+
"work:spawn": {
|
|
17340
17241
|
"aliases": [],
|
|
17341
|
-
"args": {
|
|
17342
|
-
|
|
17343
|
-
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
17344
|
-
"name": "ticketId",
|
|
17345
|
-
"required": false
|
|
17346
|
-
}
|
|
17347
|
-
},
|
|
17348
|
-
"description": "Address PR feedback on a ticket (fetches reviews/comments and spawns agent)",
|
|
17242
|
+
"args": {},
|
|
17243
|
+
"description": "Spawn work for multiple tickets by column (batch mode)",
|
|
17349
17244
|
"examples": [
|
|
17350
|
-
"<%= config.bin %> <%= command.id %>
|
|
17351
|
-
"<%= config.bin %> <%= command.id %>
|
|
17352
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17245
|
+
"<%= config.bin %> <%= command.id %> # Interactive: All or Many",
|
|
17246
|
+
"<%= config.bin %> <%= command.id %> --all # All tickets in selected column",
|
|
17247
|
+
"<%= config.bin %> <%= command.id %> --column Backlog # All tickets in Backlog",
|
|
17248
|
+
"<%= config.bin %> <%= command.id %> --many # Multi-select specific tickets",
|
|
17249
|
+
"<%= config.bin %> <%= command.id %> TKT-001 TKT-002 # Spawn specific tickets by ID",
|
|
17250
|
+
"<%= config.bin %> <%= command.id %> --dry-run # Preview without executing",
|
|
17251
|
+
"<%= config.bin %> <%= command.id %> --many --json # Output ticket choices as JSON (for agents)",
|
|
17252
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --action custom --message \"Add unit tests\" # Custom prompt",
|
|
17253
|
+
"<%= config.bin %> <%= command.id %> --count 5 --action implement # Top 5 by rank",
|
|
17254
|
+
"<%= config.bin %> <%= command.id %> --count 10 --diet --action groom # Diet-balanced",
|
|
17255
|
+
"<%= config.bin %> <%= command.id %> --count 5 --category ship --action implement # Filtered by category",
|
|
17256
|
+
"<%= config.bin %> <%= command.id %> --count 5 --priority P0 --action implement # Filtered by priority",
|
|
17257
|
+
"<%= config.bin %> <%= command.id %> --from-linear # Pull Linear issues → PMO → spawn",
|
|
17258
|
+
"<%= config.bin %> <%= command.id %> --from-linear ENG-123 ENG-124 # Pull specific Linear issues → spawn",
|
|
17259
|
+
"<%= config.bin %> <%= command.id %> --from linear:ENG # Use source override (provider[:context])",
|
|
17260
|
+
"<%= config.bin %> work source set linear:ENG # Persist default source for future spawn",
|
|
17261
|
+
"<%= config.bin %> <%= command.id %> --from-linear --linear-team ENG # Pull from specific team",
|
|
17262
|
+
"<%= config.bin %> <%= command.id %> --from-linear --linear-state \"In Progress\" # Filter by state",
|
|
17263
|
+
"<%= config.bin %> <%= command.id %> --count 10 --diet --category ship,grow --action groom # Combined",
|
|
17264
|
+
"<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --create-pr # Create PR when work is ready",
|
|
17265
|
+
"<%= config.bin %> <%= command.id %> --from jira:PROJ # Pull Jira issues → PMO → spawn",
|
|
17266
|
+
"<%= config.bin %> <%= command.id %> --from jira:PROJ PROJ-123 PROJ-456 # Pull specific Jira issues",
|
|
17267
|
+
"<%= config.bin %> <%= command.id %> --from jira --jira-project PROJ # Jira with explicit project key",
|
|
17268
|
+
"<%= config.bin %> work source set jira:PROJ # Persist Jira as default source",
|
|
17269
|
+
"<%= config.bin %> <%= command.id %> --from shortcut # Pull Shortcut stories → PMO → spawn",
|
|
17270
|
+
"<%= config.bin %> <%= command.id %> --from shortcut sc-123 sc-456 # Pull specific Shortcut stories",
|
|
17271
|
+
"<%= config.bin %> work source set shortcut # Persist Shortcut as default source"
|
|
17353
17272
|
],
|
|
17354
17273
|
"flags": {
|
|
17355
17274
|
"project": {
|
|
@@ -17373,18 +17292,56 @@
|
|
|
17373
17292
|
"allowNo": false,
|
|
17374
17293
|
"type": "boolean"
|
|
17375
17294
|
},
|
|
17376
|
-
"
|
|
17295
|
+
"all": {
|
|
17296
|
+
"char": "a",
|
|
17297
|
+
"description": "Spawn all tickets tickets in a column",
|
|
17298
|
+
"name": "all",
|
|
17299
|
+
"allowNo": false,
|
|
17300
|
+
"type": "boolean"
|
|
17301
|
+
},
|
|
17302
|
+
"many": {
|
|
17303
|
+
"description": "Multi-select specific tickets to spawn",
|
|
17304
|
+
"name": "many",
|
|
17305
|
+
"allowNo": false,
|
|
17306
|
+
"type": "boolean"
|
|
17307
|
+
},
|
|
17308
|
+
"column": {
|
|
17309
|
+
"char": "c",
|
|
17310
|
+
"description": "Column name to spawn tickets from [required for non-interactive with --all]",
|
|
17311
|
+
"name": "column",
|
|
17312
|
+
"hasDynamicHelp": false,
|
|
17313
|
+
"multiple": false,
|
|
17314
|
+
"type": "option"
|
|
17315
|
+
},
|
|
17316
|
+
"strategy": {
|
|
17317
|
+
"char": "s",
|
|
17318
|
+
"description": "Agent selection strategy",
|
|
17319
|
+
"name": "strategy",
|
|
17320
|
+
"default": "round-robin",
|
|
17321
|
+
"hasDynamicHelp": false,
|
|
17322
|
+
"multiple": false,
|
|
17323
|
+
"options": [
|
|
17324
|
+
"round-robin",
|
|
17325
|
+
"least-busy",
|
|
17326
|
+
"random"
|
|
17327
|
+
],
|
|
17328
|
+
"type": "option"
|
|
17329
|
+
},
|
|
17330
|
+
"dry-run": {
|
|
17331
|
+
"description": "Show what would be spawned without executing",
|
|
17332
|
+
"name": "dry-run",
|
|
17333
|
+
"allowNo": false,
|
|
17334
|
+
"type": "boolean"
|
|
17335
|
+
},
|
|
17336
|
+
"display": {
|
|
17377
17337
|
"char": "d",
|
|
17378
|
-
"description": "
|
|
17379
|
-
"name": "
|
|
17338
|
+
"description": "Display mode for spawned agents (foreground not available for batch)",
|
|
17339
|
+
"name": "display",
|
|
17380
17340
|
"hasDynamicHelp": false,
|
|
17381
17341
|
"multiple": false,
|
|
17382
17342
|
"options": [
|
|
17383
|
-
"foreground",
|
|
17384
|
-
"background",
|
|
17385
|
-
"tmux",
|
|
17386
17343
|
"terminal",
|
|
17387
|
-
"
|
|
17344
|
+
"background"
|
|
17388
17345
|
],
|
|
17389
17346
|
"type": "option"
|
|
17390
17347
|
},
|
|
@@ -17403,7 +17360,7 @@
|
|
|
17403
17360
|
},
|
|
17404
17361
|
"force": {
|
|
17405
17362
|
"char": "f",
|
|
17406
|
-
"description": "Start even if
|
|
17363
|
+
"description": "Start even if work already in progress",
|
|
17407
17364
|
"name": "force",
|
|
17408
17365
|
"allowNo": false,
|
|
17409
17366
|
"type": "boolean"
|
|
@@ -17414,221 +17371,252 @@
|
|
|
17414
17371
|
"allowNo": false,
|
|
17415
17372
|
"type": "boolean"
|
|
17416
17373
|
},
|
|
17417
|
-
"
|
|
17418
|
-
"char": "
|
|
17419
|
-
"description": "
|
|
17420
|
-
"name": "
|
|
17421
|
-
"default": "tmux",
|
|
17374
|
+
"limit": {
|
|
17375
|
+
"char": "l",
|
|
17376
|
+
"description": "Maximum number of tickets to spawn",
|
|
17377
|
+
"name": "limit",
|
|
17422
17378
|
"hasDynamicHelp": false,
|
|
17423
17379
|
"multiple": false,
|
|
17424
|
-
"options": [
|
|
17425
|
-
"tmux",
|
|
17426
|
-
"direct"
|
|
17427
|
-
],
|
|
17428
17380
|
"type": "option"
|
|
17429
|
-
}
|
|
17430
|
-
|
|
17431
|
-
|
|
17432
|
-
|
|
17433
|
-
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
|
|
17437
|
-
|
|
17438
|
-
|
|
17439
|
-
|
|
17440
|
-
|
|
17441
|
-
|
|
17442
|
-
|
|
17443
|
-
"
|
|
17444
|
-
|
|
17445
|
-
|
|
17446
|
-
|
|
17447
|
-
"aliases": [],
|
|
17448
|
-
"args": {},
|
|
17449
|
-
"description": "List/select Shortcut stories and spawn work using the existing work-start flow",
|
|
17450
|
-
"examples": [
|
|
17451
|
-
"<%= config.bin %> <%= command.id %>",
|
|
17452
|
-
"<%= config.bin %> <%= command.id %> --issue sc-123",
|
|
17453
|
-
"<%= config.bin %> <%= command.id %> --issue sc-123 --yes --skip-permissions --display terminal"
|
|
17454
|
-
],
|
|
17455
|
-
"flags": {
|
|
17456
|
-
"project": {
|
|
17457
|
-
"char": "P",
|
|
17458
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17459
|
-
"name": "project",
|
|
17381
|
+
},
|
|
17382
|
+
"yes": {
|
|
17383
|
+
"char": "y",
|
|
17384
|
+
"description": "Skip confirmation prompt",
|
|
17385
|
+
"name": "yes",
|
|
17386
|
+
"allowNo": false,
|
|
17387
|
+
"type": "boolean"
|
|
17388
|
+
},
|
|
17389
|
+
"per-ticket": {
|
|
17390
|
+
"description": "Prompt for settings per ticket (default: batch mode with same settings for all)",
|
|
17391
|
+
"name": "per-ticket",
|
|
17392
|
+
"allowNo": false,
|
|
17393
|
+
"type": "boolean"
|
|
17394
|
+
},
|
|
17395
|
+
"output": {
|
|
17396
|
+
"char": "o",
|
|
17397
|
+
"description": "Output mode (batch mode only)",
|
|
17398
|
+
"name": "output",
|
|
17460
17399
|
"hasDynamicHelp": false,
|
|
17461
17400
|
"multiple": false,
|
|
17401
|
+
"options": [
|
|
17402
|
+
"interactive",
|
|
17403
|
+
"print"
|
|
17404
|
+
],
|
|
17462
17405
|
"type": "option"
|
|
17463
17406
|
},
|
|
17464
|
-
"
|
|
17465
|
-
"description": "
|
|
17466
|
-
"name": "
|
|
17407
|
+
"skip-permissions": {
|
|
17408
|
+
"description": "Skip permission prompts - danger mode (batch mode only)",
|
|
17409
|
+
"name": "skip-permissions",
|
|
17467
17410
|
"allowNo": false,
|
|
17468
17411
|
"type": "boolean"
|
|
17469
17412
|
},
|
|
17470
|
-
"
|
|
17471
|
-
"
|
|
17472
|
-
"
|
|
17473
|
-
"name": "machine",
|
|
17413
|
+
"create-pr": {
|
|
17414
|
+
"description": "Create PR when work is ready (canonical flag for PR behavior, batch mode only)",
|
|
17415
|
+
"name": "create-pr",
|
|
17474
17416
|
"allowNo": false,
|
|
17475
17417
|
"type": "boolean"
|
|
17476
17418
|
},
|
|
17477
|
-
"
|
|
17478
|
-
"description": "
|
|
17479
|
-
"name": "
|
|
17419
|
+
"no-pr": {
|
|
17420
|
+
"description": "[deprecated: use --create-pr instead] Skip PR creation (batch mode only)",
|
|
17421
|
+
"name": "no-pr",
|
|
17422
|
+
"allowNo": false,
|
|
17423
|
+
"type": "boolean"
|
|
17424
|
+
},
|
|
17425
|
+
"action": {
|
|
17426
|
+
"description": "Action to perform (e.g., groom, implement, review, custom). Prompts if not provided.",
|
|
17427
|
+
"name": "action",
|
|
17480
17428
|
"hasDynamicHelp": false,
|
|
17481
17429
|
"multiple": false,
|
|
17482
17430
|
"type": "option"
|
|
17483
17431
|
},
|
|
17484
|
-
"
|
|
17485
|
-
"
|
|
17486
|
-
"
|
|
17487
|
-
"name": "limit",
|
|
17488
|
-
"default": 20,
|
|
17432
|
+
"message": {
|
|
17433
|
+
"description": "Additional instructions for the agent (appended to any action prompt)",
|
|
17434
|
+
"name": "message",
|
|
17489
17435
|
"hasDynamicHelp": false,
|
|
17490
17436
|
"multiple": false,
|
|
17491
17437
|
"type": "option"
|
|
17492
17438
|
},
|
|
17493
|
-
"
|
|
17494
|
-
"
|
|
17495
|
-
"
|
|
17496
|
-
"
|
|
17439
|
+
"session": {
|
|
17440
|
+
"description": "Session manager inside container (tmux runs agent in tmux inside container)",
|
|
17441
|
+
"name": "session",
|
|
17442
|
+
"default": "tmux",
|
|
17497
17443
|
"hasDynamicHelp": false,
|
|
17498
17444
|
"multiple": false,
|
|
17499
17445
|
"options": [
|
|
17500
|
-
"
|
|
17501
|
-
"
|
|
17502
|
-
"custom"
|
|
17446
|
+
"tmux",
|
|
17447
|
+
"direct"
|
|
17503
17448
|
],
|
|
17504
17449
|
"type": "option"
|
|
17505
17450
|
},
|
|
17506
|
-
"
|
|
17507
|
-
"
|
|
17508
|
-
"
|
|
17509
|
-
"
|
|
17451
|
+
"focus": {
|
|
17452
|
+
"description": "Bring terminal to foreground when opening new tabs (default: opens in background)",
|
|
17453
|
+
"name": "focus",
|
|
17454
|
+
"allowNo": false,
|
|
17455
|
+
"type": "boolean"
|
|
17456
|
+
},
|
|
17457
|
+
"clone": {
|
|
17458
|
+
"description": "Use independent git clone instead of worktree (more isolation, no real-time sync)",
|
|
17459
|
+
"name": "clone",
|
|
17460
|
+
"allowNo": false,
|
|
17461
|
+
"type": "boolean"
|
|
17462
|
+
},
|
|
17463
|
+
"count": {
|
|
17464
|
+
"char": "n",
|
|
17465
|
+
"description": "Number of tickets to spawn (selects top N by rank)",
|
|
17466
|
+
"name": "count",
|
|
17510
17467
|
"hasDynamicHelp": false,
|
|
17511
17468
|
"multiple": false,
|
|
17512
|
-
"options": [
|
|
17513
|
-
"terminal",
|
|
17514
|
-
"background",
|
|
17515
|
-
"foreground"
|
|
17516
|
-
],
|
|
17517
17469
|
"type": "option"
|
|
17518
17470
|
},
|
|
17519
|
-
"
|
|
17520
|
-
"
|
|
17521
|
-
"
|
|
17522
|
-
"
|
|
17523
|
-
"
|
|
17471
|
+
"diet": {
|
|
17472
|
+
"description": "Apply diet-balanced category weighting when selecting tickets",
|
|
17473
|
+
"name": "diet",
|
|
17474
|
+
"allowNo": false,
|
|
17475
|
+
"type": "boolean"
|
|
17476
|
+
},
|
|
17477
|
+
"category": {
|
|
17478
|
+
"description": "Filter tickets by category (comma-separated, e.g., ship,grow)",
|
|
17479
|
+
"name": "category",
|
|
17524
17480
|
"hasDynamicHelp": false,
|
|
17525
17481
|
"multiple": false,
|
|
17526
17482
|
"type": "option"
|
|
17527
17483
|
},
|
|
17528
|
-
"
|
|
17529
|
-
"description": "
|
|
17530
|
-
"name": "
|
|
17484
|
+
"priority": {
|
|
17485
|
+
"description": "Filter tickets by priority (comma-separated, e.g., P0,P1)",
|
|
17486
|
+
"name": "priority",
|
|
17531
17487
|
"hasDynamicHelp": false,
|
|
17532
17488
|
"multiple": false,
|
|
17533
17489
|
"type": "option"
|
|
17534
17490
|
},
|
|
17535
|
-
"
|
|
17536
|
-
"description": "
|
|
17537
|
-
"name": "
|
|
17538
|
-
"
|
|
17539
|
-
"
|
|
17491
|
+
"epic": {
|
|
17492
|
+
"description": "Filter tickets by epic ID",
|
|
17493
|
+
"name": "epic",
|
|
17494
|
+
"hasDynamicHelp": false,
|
|
17495
|
+
"multiple": false,
|
|
17496
|
+
"type": "option"
|
|
17540
17497
|
},
|
|
17541
|
-
"
|
|
17542
|
-
"description": "
|
|
17543
|
-
"name": "
|
|
17544
|
-
"
|
|
17545
|
-
"
|
|
17498
|
+
"status": {
|
|
17499
|
+
"description": "Filter tickets by status name (e.g., Backlog, Ready)",
|
|
17500
|
+
"name": "status",
|
|
17501
|
+
"hasDynamicHelp": false,
|
|
17502
|
+
"multiple": false,
|
|
17503
|
+
"type": "option"
|
|
17546
17504
|
},
|
|
17547
|
-
"
|
|
17548
|
-
"description": "
|
|
17549
|
-
"name": "
|
|
17505
|
+
"from-linear": {
|
|
17506
|
+
"description": "Pull issues from Linear, mirror into PMO, then spawn agents",
|
|
17507
|
+
"name": "from-linear",
|
|
17550
17508
|
"allowNo": false,
|
|
17551
17509
|
"type": "boolean"
|
|
17552
17510
|
},
|
|
17553
|
-
"
|
|
17554
|
-
"
|
|
17555
|
-
"
|
|
17556
|
-
"name": "yes",
|
|
17557
|
-
"allowNo": false,
|
|
17558
|
-
"type": "boolean"
|
|
17559
|
-
}
|
|
17560
|
-
},
|
|
17561
|
-
"hasDynamicHelp": false,
|
|
17562
|
-
"hiddenAliases": [],
|
|
17563
|
-
"id": "work:shortcut",
|
|
17564
|
-
"pluginAlias": "@proletariat/cli",
|
|
17565
|
-
"pluginName": "@proletariat/cli",
|
|
17566
|
-
"pluginType": "core",
|
|
17567
|
-
"strict": true,
|
|
17568
|
-
"isESM": true,
|
|
17569
|
-
"relativePath": [
|
|
17570
|
-
"dist",
|
|
17571
|
-
"commands",
|
|
17572
|
-
"work",
|
|
17573
|
-
"shortcut.js"
|
|
17574
|
-
]
|
|
17575
|
-
},
|
|
17576
|
-
"work:source": {
|
|
17577
|
-
"aliases": [],
|
|
17578
|
-
"args": {},
|
|
17579
|
-
"description": "Show the default work source used by \"work start\" and \"work spawn\"",
|
|
17580
|
-
"examples": [
|
|
17581
|
-
"<%= config.bin %> <%= command.id %>",
|
|
17582
|
-
"<%= config.bin %> work source set linear:PRO",
|
|
17583
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
17584
|
-
],
|
|
17585
|
-
"flags": {
|
|
17586
|
-
"project": {
|
|
17587
|
-
"char": "P",
|
|
17588
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17589
|
-
"name": "project",
|
|
17511
|
+
"from": {
|
|
17512
|
+
"description": "Source override in provider[:context] format (e.g., pmo, linear:PRO, jira:PROJ)",
|
|
17513
|
+
"name": "from",
|
|
17590
17514
|
"hasDynamicHelp": false,
|
|
17591
17515
|
"multiple": false,
|
|
17592
17516
|
"type": "option"
|
|
17593
17517
|
},
|
|
17594
|
-
"
|
|
17595
|
-
"description": "
|
|
17596
|
-
"name": "
|
|
17597
|
-
"
|
|
17598
|
-
"
|
|
17518
|
+
"linear-team": {
|
|
17519
|
+
"description": "Linear team key to pull issues from (e.g., ENG)",
|
|
17520
|
+
"name": "linear-team",
|
|
17521
|
+
"hasDynamicHelp": false,
|
|
17522
|
+
"multiple": false,
|
|
17523
|
+
"type": "option"
|
|
17599
17524
|
},
|
|
17600
|
-
"
|
|
17601
|
-
"
|
|
17602
|
-
"
|
|
17603
|
-
"
|
|
17604
|
-
"
|
|
17605
|
-
"type": "
|
|
17525
|
+
"linear-state": {
|
|
17526
|
+
"description": "Filter Linear issues by state name (e.g., \"In Progress\")",
|
|
17527
|
+
"name": "linear-state",
|
|
17528
|
+
"hasDynamicHelp": false,
|
|
17529
|
+
"multiple": false,
|
|
17530
|
+
"type": "option"
|
|
17531
|
+
},
|
|
17532
|
+
"linear-label": {
|
|
17533
|
+
"description": "Filter Linear issues by label name",
|
|
17534
|
+
"name": "linear-label",
|
|
17535
|
+
"hasDynamicHelp": false,
|
|
17536
|
+
"multiple": false,
|
|
17537
|
+
"type": "option"
|
|
17538
|
+
},
|
|
17539
|
+
"linear-limit": {
|
|
17540
|
+
"description": "Maximum number of Linear issues to pull",
|
|
17541
|
+
"name": "linear-limit",
|
|
17542
|
+
"default": 20,
|
|
17543
|
+
"hasDynamicHelp": false,
|
|
17544
|
+
"multiple": false,
|
|
17545
|
+
"type": "option"
|
|
17546
|
+
},
|
|
17547
|
+
"jira-project": {
|
|
17548
|
+
"description": "Jira project key to pull issues from (e.g., PROJ)",
|
|
17549
|
+
"name": "jira-project",
|
|
17550
|
+
"hasDynamicHelp": false,
|
|
17551
|
+
"multiple": false,
|
|
17552
|
+
"type": "option"
|
|
17553
|
+
},
|
|
17554
|
+
"jira-jql": {
|
|
17555
|
+
"description": "Custom JQL for filtering Jira issues",
|
|
17556
|
+
"name": "jira-jql",
|
|
17557
|
+
"hasDynamicHelp": false,
|
|
17558
|
+
"multiple": false,
|
|
17559
|
+
"type": "option"
|
|
17560
|
+
},
|
|
17561
|
+
"jira-limit": {
|
|
17562
|
+
"description": "Maximum number of Jira issues to pull",
|
|
17563
|
+
"name": "jira-limit",
|
|
17564
|
+
"default": 20,
|
|
17565
|
+
"hasDynamicHelp": false,
|
|
17566
|
+
"multiple": false,
|
|
17567
|
+
"type": "option"
|
|
17568
|
+
},
|
|
17569
|
+
"shortcut-limit": {
|
|
17570
|
+
"description": "Maximum number of Shortcut stories to pull",
|
|
17571
|
+
"name": "shortcut-limit",
|
|
17572
|
+
"default": 20,
|
|
17573
|
+
"hasDynamicHelp": false,
|
|
17574
|
+
"multiple": false,
|
|
17575
|
+
"type": "option"
|
|
17606
17576
|
}
|
|
17607
17577
|
},
|
|
17608
17578
|
"hasDynamicHelp": false,
|
|
17609
17579
|
"hiddenAliases": [],
|
|
17610
|
-
"id": "work:
|
|
17580
|
+
"id": "work:spawn",
|
|
17611
17581
|
"pluginAlias": "@proletariat/cli",
|
|
17612
17582
|
"pluginName": "@proletariat/cli",
|
|
17613
17583
|
"pluginType": "core",
|
|
17614
|
-
"strict":
|
|
17584
|
+
"strict": false,
|
|
17615
17585
|
"isESM": true,
|
|
17616
17586
|
"relativePath": [
|
|
17617
17587
|
"dist",
|
|
17618
17588
|
"commands",
|
|
17619
17589
|
"work",
|
|
17620
|
-
"
|
|
17590
|
+
"spawn.js"
|
|
17621
17591
|
]
|
|
17622
17592
|
},
|
|
17623
|
-
"work:
|
|
17593
|
+
"work:start": {
|
|
17624
17594
|
"aliases": [],
|
|
17625
|
-
"args": {
|
|
17626
|
-
|
|
17595
|
+
"args": {
|
|
17596
|
+
"ticketId": {
|
|
17597
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
17598
|
+
"name": "ticketId",
|
|
17599
|
+
"required": false
|
|
17600
|
+
}
|
|
17601
|
+
},
|
|
17602
|
+
"description": "Start work on a ticket (launches an agent to implement it)",
|
|
17627
17603
|
"examples": [
|
|
17628
|
-
"<%= config.bin %> <%= command.id %>",
|
|
17629
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17630
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17631
|
-
"<%= config.bin %> <%= command.id %> --
|
|
17604
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
17605
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --create-pr # Create PR when work is ready",
|
|
17606
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --mode foreground",
|
|
17607
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --mode tmux",
|
|
17608
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --mode terminal",
|
|
17609
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
17610
|
+
"<%= config.bin %> <%= command.id %> --all # Spawn all backlog tickets",
|
|
17611
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --prompt \"Add unit tests for the API\" # Custom prompt",
|
|
17612
|
+
"<%= config.bin %> <%= command.id %> --from-issue --source linear --key ENG-123",
|
|
17613
|
+
"<%= config.bin %> <%= command.id %> --from-issue --source jira --key PROJ-123 --mirror-to-pmo",
|
|
17614
|
+
"<%= config.bin %> <%= command.id %> --from linear:ENG-123 # Unified: provider:key shorthand",
|
|
17615
|
+
"<%= config.bin %> <%= command.id %> --from jira:PROJ-123 # Unified: Jira shorthand",
|
|
17616
|
+
"<%= config.bin %> <%= command.id %> --from asana:1234567890 # Unified: Asana shorthand",
|
|
17617
|
+
"<%= config.bin %> <%= command.id %> --from shortcut:sc-123 # Unified: Shortcut shorthand",
|
|
17618
|
+
"<%= config.bin %> <%= command.id %> --from trello:abc123 # Unified: Trello shorthand",
|
|
17619
|
+
"<%= config.bin %> <%= command.id %> --from-issue # Uses workspace active source"
|
|
17632
17620
|
],
|
|
17633
17621
|
"flags": {
|
|
17634
17622
|
"project": {
|
|
@@ -17652,28 +17640,10 @@
|
|
|
17652
17640
|
"allowNo": false,
|
|
17653
17641
|
"type": "boolean"
|
|
17654
17642
|
},
|
|
17655
|
-
"
|
|
17656
|
-
"char": "
|
|
17657
|
-
"description": "Start
|
|
17658
|
-
"name": "
|
|
17659
|
-
"allowNo": false,
|
|
17660
|
-
"type": "boolean"
|
|
17661
|
-
},
|
|
17662
|
-
"run-on-host": {
|
|
17663
|
-
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
17664
|
-
"name": "run-on-host",
|
|
17665
|
-
"allowNo": false,
|
|
17666
|
-
"type": "boolean"
|
|
17667
|
-
},
|
|
17668
|
-
"skip-permissions": {
|
|
17669
|
-
"description": "Skip permission prompts (danger mode)",
|
|
17670
|
-
"name": "skip-permissions",
|
|
17671
|
-
"allowNo": false,
|
|
17672
|
-
"type": "boolean"
|
|
17673
|
-
},
|
|
17674
|
-
"create-pr": {
|
|
17675
|
-
"description": "Create PR when work is ready (canonical flag for PR behavior)",
|
|
17676
|
-
"name": "create-pr",
|
|
17643
|
+
"all": {
|
|
17644
|
+
"char": "a",
|
|
17645
|
+
"description": "Start work on all unassigned backlog tickets (batch mode)",
|
|
17646
|
+
"name": "all",
|
|
17677
17647
|
"allowNo": false,
|
|
17678
17648
|
"type": "boolean"
|
|
17679
17649
|
},
|
|
@@ -17689,144 +17659,77 @@
|
|
|
17689
17659
|
"custom"
|
|
17690
17660
|
],
|
|
17691
17661
|
"type": "option"
|
|
17692
|
-
}
|
|
17693
|
-
|
|
17694
|
-
|
|
17695
|
-
|
|
17696
|
-
|
|
17697
|
-
"pluginAlias": "@proletariat/cli",
|
|
17698
|
-
"pluginName": "@proletariat/cli",
|
|
17699
|
-
"pluginType": "core",
|
|
17700
|
-
"strict": true,
|
|
17701
|
-
"isESM": true,
|
|
17702
|
-
"relativePath": [
|
|
17703
|
-
"dist",
|
|
17704
|
-
"commands",
|
|
17705
|
-
"work",
|
|
17706
|
-
"spawn-all.js"
|
|
17707
|
-
]
|
|
17708
|
-
},
|
|
17709
|
-
"work:spawn": {
|
|
17710
|
-
"aliases": [],
|
|
17711
|
-
"args": {},
|
|
17712
|
-
"description": "Spawn work for multiple tickets by column (batch mode)",
|
|
17713
|
-
"examples": [
|
|
17714
|
-
"<%= config.bin %> <%= command.id %> # Interactive: All or Many",
|
|
17715
|
-
"<%= config.bin %> <%= command.id %> --all # All tickets in selected column",
|
|
17716
|
-
"<%= config.bin %> <%= command.id %> --column Backlog # All tickets in Backlog",
|
|
17717
|
-
"<%= config.bin %> <%= command.id %> --many # Multi-select specific tickets",
|
|
17718
|
-
"<%= config.bin %> <%= command.id %> TKT-001 TKT-002 # Spawn specific tickets by ID",
|
|
17719
|
-
"<%= config.bin %> <%= command.id %> --dry-run # Preview without executing",
|
|
17720
|
-
"<%= config.bin %> <%= command.id %> --many --json # Output ticket choices as JSON (for agents)",
|
|
17721
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --action custom --message \"Add unit tests\" # Custom prompt",
|
|
17722
|
-
"<%= config.bin %> <%= command.id %> --count 5 --action implement # Top 5 by rank",
|
|
17723
|
-
"<%= config.bin %> <%= command.id %> --count 10 --diet --action groom # Diet-balanced",
|
|
17724
|
-
"<%= config.bin %> <%= command.id %> --count 5 --category ship --action implement # Filtered by category",
|
|
17725
|
-
"<%= config.bin %> <%= command.id %> --count 5 --priority P0 --action implement # Filtered by priority",
|
|
17726
|
-
"<%= config.bin %> <%= command.id %> --from-linear # Pull Linear issues → PMO → spawn",
|
|
17727
|
-
"<%= config.bin %> <%= command.id %> --from-linear ENG-123 ENG-124 # Pull specific Linear issues → spawn",
|
|
17728
|
-
"<%= config.bin %> <%= command.id %> --from linear:ENG # Use source override (provider[:context])",
|
|
17729
|
-
"<%= config.bin %> work source set linear:ENG # Persist default source for future spawn",
|
|
17730
|
-
"<%= config.bin %> <%= command.id %> --from-linear --linear-team ENG # Pull from specific team",
|
|
17731
|
-
"<%= config.bin %> <%= command.id %> --from-linear --linear-state \"In Progress\" # Filter by state",
|
|
17732
|
-
"<%= config.bin %> <%= command.id %> --count 10 --diet --category ship,grow --action groom # Combined",
|
|
17733
|
-
"<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --create-pr # Create PR when work is ready",
|
|
17734
|
-
"<%= config.bin %> <%= command.id %> --from jira:PROJ # Pull Jira issues → PMO → spawn",
|
|
17735
|
-
"<%= config.bin %> <%= command.id %> --from jira:PROJ PROJ-123 PROJ-456 # Pull specific Jira issues",
|
|
17736
|
-
"<%= config.bin %> <%= command.id %> --from jira --jira-project PROJ # Jira with explicit project key",
|
|
17737
|
-
"<%= config.bin %> work source set jira:PROJ # Persist Jira as default source",
|
|
17738
|
-
"<%= config.bin %> <%= command.id %> --from shortcut # Pull Shortcut stories → PMO → spawn",
|
|
17739
|
-
"<%= config.bin %> <%= command.id %> --from shortcut sc-123 sc-456 # Pull specific Shortcut stories",
|
|
17740
|
-
"<%= config.bin %> work source set shortcut # Persist Shortcut as default source"
|
|
17741
|
-
],
|
|
17742
|
-
"flags": {
|
|
17743
|
-
"project": {
|
|
17744
|
-
"char": "P",
|
|
17745
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
17746
|
-
"name": "project",
|
|
17662
|
+
},
|
|
17663
|
+
"action": {
|
|
17664
|
+
"char": "A",
|
|
17665
|
+
"description": "Action to perform (e.g., implement, groom, review)",
|
|
17666
|
+
"name": "action",
|
|
17747
17667
|
"hasDynamicHelp": false,
|
|
17748
17668
|
"multiple": false,
|
|
17749
17669
|
"type": "option"
|
|
17750
17670
|
},
|
|
17751
|
-
"
|
|
17752
|
-
"
|
|
17753
|
-
"
|
|
17754
|
-
"
|
|
17755
|
-
"
|
|
17756
|
-
|
|
17757
|
-
|
|
17758
|
-
"char": "m",
|
|
17759
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
17760
|
-
"name": "machine",
|
|
17761
|
-
"allowNo": false,
|
|
17762
|
-
"type": "boolean"
|
|
17763
|
-
},
|
|
17764
|
-
"all": {
|
|
17765
|
-
"char": "a",
|
|
17766
|
-
"description": "Spawn all tickets tickets in a column",
|
|
17767
|
-
"name": "all",
|
|
17768
|
-
"allowNo": false,
|
|
17769
|
-
"type": "boolean"
|
|
17770
|
-
},
|
|
17771
|
-
"many": {
|
|
17772
|
-
"description": "Multi-select specific tickets to spawn",
|
|
17773
|
-
"name": "many",
|
|
17774
|
-
"allowNo": false,
|
|
17775
|
-
"type": "boolean"
|
|
17671
|
+
"prompt": {
|
|
17672
|
+
"char": "p",
|
|
17673
|
+
"description": "Custom prompt (overrides action)",
|
|
17674
|
+
"name": "prompt",
|
|
17675
|
+
"hasDynamicHelp": false,
|
|
17676
|
+
"multiple": false,
|
|
17677
|
+
"type": "option"
|
|
17776
17678
|
},
|
|
17777
|
-
"
|
|
17778
|
-
"
|
|
17779
|
-
"
|
|
17780
|
-
"name": "column",
|
|
17679
|
+
"message": {
|
|
17680
|
+
"description": "Additional instructions appended to any action prompt",
|
|
17681
|
+
"name": "message",
|
|
17781
17682
|
"hasDynamicHelp": false,
|
|
17782
17683
|
"multiple": false,
|
|
17783
17684
|
"type": "option"
|
|
17784
17685
|
},
|
|
17785
|
-
"
|
|
17786
|
-
"
|
|
17787
|
-
"
|
|
17788
|
-
"name": "strategy",
|
|
17789
|
-
"default": "round-robin",
|
|
17686
|
+
"from": {
|
|
17687
|
+
"description": "External issue ref in provider:key format (e.g., linear:ENG-123, jira:PROJ-456). Shorthand for --from-issue --source X --key Y.",
|
|
17688
|
+
"name": "from",
|
|
17790
17689
|
"hasDynamicHelp": false,
|
|
17791
17690
|
"multiple": false,
|
|
17792
|
-
"options": [
|
|
17793
|
-
"round-robin",
|
|
17794
|
-
"least-busy",
|
|
17795
|
-
"random"
|
|
17796
|
-
],
|
|
17797
17691
|
"type": "option"
|
|
17798
17692
|
},
|
|
17799
|
-
"
|
|
17800
|
-
"description": "
|
|
17801
|
-
"name": "
|
|
17693
|
+
"from-issue": {
|
|
17694
|
+
"description": "Start from external issue source instead of internal ticket id",
|
|
17695
|
+
"name": "from-issue",
|
|
17802
17696
|
"allowNo": false,
|
|
17803
17697
|
"type": "boolean"
|
|
17804
17698
|
},
|
|
17805
|
-
"
|
|
17806
|
-
"
|
|
17807
|
-
"
|
|
17808
|
-
"name": "display",
|
|
17699
|
+
"source": {
|
|
17700
|
+
"description": "External issue source",
|
|
17701
|
+
"name": "source",
|
|
17809
17702
|
"hasDynamicHelp": false,
|
|
17810
17703
|
"multiple": false,
|
|
17811
17704
|
"options": [
|
|
17812
|
-
"
|
|
17813
|
-
"
|
|
17705
|
+
"linear",
|
|
17706
|
+
"jira",
|
|
17707
|
+
"asana",
|
|
17708
|
+
"shortcut",
|
|
17709
|
+
"trello"
|
|
17814
17710
|
],
|
|
17815
17711
|
"type": "option"
|
|
17816
17712
|
},
|
|
17817
|
-
"
|
|
17818
|
-
"
|
|
17819
|
-
"
|
|
17820
|
-
"name": "executor",
|
|
17713
|
+
"key": {
|
|
17714
|
+
"description": "External issue key (for example: ENG-123, PROJ-456)",
|
|
17715
|
+
"name": "key",
|
|
17821
17716
|
"hasDynamicHelp": false,
|
|
17822
17717
|
"multiple": false,
|
|
17823
|
-
"options": [
|
|
17824
|
-
"claude-code",
|
|
17825
|
-
"codex",
|
|
17826
|
-
"custom"
|
|
17827
|
-
],
|
|
17828
17718
|
"type": "option"
|
|
17829
17719
|
},
|
|
17720
|
+
"mirror-to-pmo": {
|
|
17721
|
+
"description": "Mirror external issue data into PMO ticket (default from execution.mirror_to_pmo_default or PRLT_MIRROR_TO_PMO_DEFAULT)",
|
|
17722
|
+
"name": "mirror-to-pmo",
|
|
17723
|
+
"allowNo": true,
|
|
17724
|
+
"type": "boolean"
|
|
17725
|
+
},
|
|
17726
|
+
"watch": {
|
|
17727
|
+
"char": "w",
|
|
17728
|
+
"description": "Stream output in real-time",
|
|
17729
|
+
"name": "watch",
|
|
17730
|
+
"allowNo": false,
|
|
17731
|
+
"type": "boolean"
|
|
17732
|
+
},
|
|
17830
17733
|
"force": {
|
|
17831
17734
|
"char": "f",
|
|
17832
17735
|
"description": "Start even if work already in progress",
|
|
@@ -17834,78 +17737,81 @@
|
|
|
17834
17737
|
"allowNo": false,
|
|
17835
17738
|
"type": "boolean"
|
|
17836
17739
|
},
|
|
17837
|
-
"
|
|
17838
|
-
"description": "
|
|
17839
|
-
"name": "
|
|
17840
|
-
"allowNo": false,
|
|
17841
|
-
"type": "boolean"
|
|
17842
|
-
},
|
|
17843
|
-
"limit": {
|
|
17844
|
-
"char": "l",
|
|
17845
|
-
"description": "Maximum number of tickets to spawn",
|
|
17846
|
-
"name": "limit",
|
|
17740
|
+
"vm-host": {
|
|
17741
|
+
"description": "VM host for vm mode",
|
|
17742
|
+
"name": "vm-host",
|
|
17847
17743
|
"hasDynamicHelp": false,
|
|
17848
17744
|
"multiple": false,
|
|
17849
17745
|
"type": "option"
|
|
17850
17746
|
},
|
|
17851
|
-
"
|
|
17852
|
-
"
|
|
17853
|
-
"
|
|
17854
|
-
"name": "yes",
|
|
17747
|
+
"run-on-host": {
|
|
17748
|
+
"description": "Run on host even if devcontainer exists (bypasses sandbox)",
|
|
17749
|
+
"name": "run-on-host",
|
|
17855
17750
|
"allowNo": false,
|
|
17856
17751
|
"type": "boolean"
|
|
17857
17752
|
},
|
|
17858
|
-
"
|
|
17859
|
-
"description": "
|
|
17860
|
-
"name": "
|
|
17753
|
+
"reconfigure": {
|
|
17754
|
+
"description": "Re-prompt for terminal app preference",
|
|
17755
|
+
"name": "reconfigure",
|
|
17861
17756
|
"allowNo": false,
|
|
17862
17757
|
"type": "boolean"
|
|
17863
17758
|
},
|
|
17864
|
-
"
|
|
17865
|
-
"
|
|
17866
|
-
"
|
|
17867
|
-
"name": "output",
|
|
17759
|
+
"permission-mode": {
|
|
17760
|
+
"description": "Permission mode for selected executor (danger=skip checks, safe=require approval)",
|
|
17761
|
+
"name": "permission-mode",
|
|
17868
17762
|
"hasDynamicHelp": false,
|
|
17869
17763
|
"multiple": false,
|
|
17870
17764
|
"options": [
|
|
17871
|
-
"
|
|
17872
|
-
"
|
|
17765
|
+
"danger",
|
|
17766
|
+
"safe"
|
|
17873
17767
|
],
|
|
17874
17768
|
"type": "option"
|
|
17875
17769
|
},
|
|
17876
17770
|
"skip-permissions": {
|
|
17877
|
-
"description": "Skip permission
|
|
17771
|
+
"description": "Skip permission checks (shorthand for --permission-mode danger)",
|
|
17878
17772
|
"name": "skip-permissions",
|
|
17879
17773
|
"allowNo": false,
|
|
17880
17774
|
"type": "boolean"
|
|
17881
17775
|
},
|
|
17882
17776
|
"create-pr": {
|
|
17883
|
-
"description": "Create PR when work is ready (canonical flag for PR behavior
|
|
17777
|
+
"description": "Create PR when work is ready (canonical flag for PR behavior)",
|
|
17884
17778
|
"name": "create-pr",
|
|
17885
17779
|
"allowNo": false,
|
|
17886
17780
|
"type": "boolean"
|
|
17887
17781
|
},
|
|
17888
17782
|
"no-pr": {
|
|
17889
|
-
"description": "[deprecated: use --create-pr instead] Skip PR creation
|
|
17783
|
+
"description": "[deprecated: use --create-pr instead] Skip PR creation when work is ready",
|
|
17890
17784
|
"name": "no-pr",
|
|
17891
17785
|
"allowNo": false,
|
|
17892
17786
|
"type": "boolean"
|
|
17893
17787
|
},
|
|
17894
|
-
"
|
|
17895
|
-
"
|
|
17896
|
-
"
|
|
17788
|
+
"output": {
|
|
17789
|
+
"char": "o",
|
|
17790
|
+
"description": "Output mode",
|
|
17791
|
+
"name": "output",
|
|
17897
17792
|
"hasDynamicHelp": false,
|
|
17898
17793
|
"multiple": false,
|
|
17794
|
+
"options": [
|
|
17795
|
+
"interactive",
|
|
17796
|
+
"print"
|
|
17797
|
+
],
|
|
17899
17798
|
"type": "option"
|
|
17900
17799
|
},
|
|
17901
|
-
"
|
|
17902
|
-
"
|
|
17903
|
-
"
|
|
17800
|
+
"display": {
|
|
17801
|
+
"char": "d",
|
|
17802
|
+
"description": "Display mode (foreground=current terminal, terminal=new tab, background=detached)",
|
|
17803
|
+
"name": "display",
|
|
17904
17804
|
"hasDynamicHelp": false,
|
|
17905
17805
|
"multiple": false,
|
|
17806
|
+
"options": [
|
|
17807
|
+
"foreground",
|
|
17808
|
+
"terminal",
|
|
17809
|
+
"background"
|
|
17810
|
+
],
|
|
17906
17811
|
"type": "option"
|
|
17907
17812
|
},
|
|
17908
17813
|
"session": {
|
|
17814
|
+
"char": "s",
|
|
17909
17815
|
"description": "Session manager inside container (tmux runs agent in tmux inside container)",
|
|
17910
17816
|
"name": "session",
|
|
17911
17817
|
"default": "tmux",
|
|
@@ -17917,6 +17823,19 @@
|
|
|
17917
17823
|
],
|
|
17918
17824
|
"type": "option"
|
|
17919
17825
|
},
|
|
17826
|
+
"agent": {
|
|
17827
|
+
"description": "Agent to assign (skips interactive selection)",
|
|
17828
|
+
"name": "agent",
|
|
17829
|
+
"hasDynamicHelp": false,
|
|
17830
|
+
"multiple": false,
|
|
17831
|
+
"type": "option"
|
|
17832
|
+
},
|
|
17833
|
+
"ephemeral": {
|
|
17834
|
+
"description": "Create an ephemeral agent on-demand (auto-generates name)",
|
|
17835
|
+
"name": "ephemeral",
|
|
17836
|
+
"allowNo": false,
|
|
17837
|
+
"type": "boolean"
|
|
17838
|
+
},
|
|
17920
17839
|
"focus": {
|
|
17921
17840
|
"description": "Bring terminal to foreground when opening new tabs (default: opens in background)",
|
|
17922
17841
|
"name": "focus",
|
|
@@ -17929,163 +17848,243 @@
|
|
|
17929
17848
|
"allowNo": false,
|
|
17930
17849
|
"type": "boolean"
|
|
17931
17850
|
},
|
|
17932
|
-
"
|
|
17933
|
-
"
|
|
17934
|
-
"
|
|
17935
|
-
"name": "count",
|
|
17851
|
+
"session-action": {
|
|
17852
|
+
"description": "Action when existing session found (attach, spawn, kill, cancel). Skips interactive menu.",
|
|
17853
|
+
"name": "session-action",
|
|
17936
17854
|
"hasDynamicHelp": false,
|
|
17937
17855
|
"multiple": false,
|
|
17856
|
+
"options": [
|
|
17857
|
+
"attach",
|
|
17858
|
+
"spawn",
|
|
17859
|
+
"kill",
|
|
17860
|
+
"cancel"
|
|
17861
|
+
],
|
|
17938
17862
|
"type": "option"
|
|
17939
17863
|
},
|
|
17940
|
-
"
|
|
17941
|
-
"
|
|
17942
|
-
"
|
|
17864
|
+
"yes": {
|
|
17865
|
+
"char": "y",
|
|
17866
|
+
"description": "Skip confirmation prompt (for non-TTY/scripted execution)",
|
|
17867
|
+
"name": "yes",
|
|
17943
17868
|
"allowNo": false,
|
|
17944
17869
|
"type": "boolean"
|
|
17945
17870
|
},
|
|
17946
|
-
"
|
|
17947
|
-
"description": "
|
|
17948
|
-
"
|
|
17949
|
-
"
|
|
17950
|
-
"
|
|
17951
|
-
"type": "
|
|
17952
|
-
},
|
|
17953
|
-
"priority": {
|
|
17954
|
-
"description": "Filter tickets by priority (comma-separated, e.g., P0,P1)",
|
|
17955
|
-
"name": "priority",
|
|
17956
|
-
"hasDynamicHelp": false,
|
|
17957
|
-
"multiple": false,
|
|
17958
|
-
"type": "option"
|
|
17871
|
+
"use-api-key": {
|
|
17872
|
+
"description": "Use ANTHROPIC_API_KEY for Docker containers instead of OAuth credentials",
|
|
17873
|
+
"hidden": true,
|
|
17874
|
+
"name": "use-api-key",
|
|
17875
|
+
"allowNo": false,
|
|
17876
|
+
"type": "boolean"
|
|
17959
17877
|
},
|
|
17960
|
-
"
|
|
17961
|
-
"description": "
|
|
17962
|
-
"name": "
|
|
17878
|
+
"tool-policy": {
|
|
17879
|
+
"description": "Tool policy profile name for per-agent access control (e.g., code-agent, ops-agent)",
|
|
17880
|
+
"name": "tool-policy",
|
|
17963
17881
|
"hasDynamicHelp": false,
|
|
17964
17882
|
"multiple": false,
|
|
17965
17883
|
"type": "option"
|
|
17966
|
-
}
|
|
17967
|
-
|
|
17968
|
-
|
|
17969
|
-
|
|
17884
|
+
}
|
|
17885
|
+
},
|
|
17886
|
+
"hasDynamicHelp": false,
|
|
17887
|
+
"hiddenAliases": [],
|
|
17888
|
+
"id": "work:start",
|
|
17889
|
+
"pluginAlias": "@proletariat/cli",
|
|
17890
|
+
"pluginName": "@proletariat/cli",
|
|
17891
|
+
"pluginType": "core",
|
|
17892
|
+
"strict": true,
|
|
17893
|
+
"isESM": true,
|
|
17894
|
+
"relativePath": [
|
|
17895
|
+
"dist",
|
|
17896
|
+
"commands",
|
|
17897
|
+
"work",
|
|
17898
|
+
"start.js"
|
|
17899
|
+
]
|
|
17900
|
+
},
|
|
17901
|
+
"work:status": {
|
|
17902
|
+
"aliases": [],
|
|
17903
|
+
"args": {},
|
|
17904
|
+
"description": "Show current work status (in-progress tickets)",
|
|
17905
|
+
"examples": [
|
|
17906
|
+
"<%= config.bin %> <%= command.id %>",
|
|
17907
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
17908
|
+
],
|
|
17909
|
+
"flags": {
|
|
17910
|
+
"project": {
|
|
17911
|
+
"char": "P",
|
|
17912
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
17913
|
+
"name": "project",
|
|
17970
17914
|
"hasDynamicHelp": false,
|
|
17971
17915
|
"multiple": false,
|
|
17972
17916
|
"type": "option"
|
|
17973
17917
|
},
|
|
17974
|
-
"
|
|
17975
|
-
"description": "
|
|
17976
|
-
"name": "
|
|
17918
|
+
"json": {
|
|
17919
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
17920
|
+
"name": "json",
|
|
17977
17921
|
"allowNo": false,
|
|
17978
17922
|
"type": "boolean"
|
|
17979
17923
|
},
|
|
17980
|
-
"
|
|
17981
|
-
"
|
|
17982
|
-
"
|
|
17924
|
+
"machine": {
|
|
17925
|
+
"char": "m",
|
|
17926
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
17927
|
+
"name": "machine",
|
|
17928
|
+
"allowNo": false,
|
|
17929
|
+
"type": "boolean"
|
|
17930
|
+
}
|
|
17931
|
+
},
|
|
17932
|
+
"hasDynamicHelp": false,
|
|
17933
|
+
"hiddenAliases": [],
|
|
17934
|
+
"id": "work:status",
|
|
17935
|
+
"pluginAlias": "@proletariat/cli",
|
|
17936
|
+
"pluginName": "@proletariat/cli",
|
|
17937
|
+
"pluginType": "core",
|
|
17938
|
+
"strict": true,
|
|
17939
|
+
"isESM": true,
|
|
17940
|
+
"relativePath": [
|
|
17941
|
+
"dist",
|
|
17942
|
+
"commands",
|
|
17943
|
+
"work",
|
|
17944
|
+
"status.js"
|
|
17945
|
+
]
|
|
17946
|
+
},
|
|
17947
|
+
"work:watch": {
|
|
17948
|
+
"aliases": [],
|
|
17949
|
+
"args": {},
|
|
17950
|
+
"description": "Watch a column and auto-spawn agents for new tickets",
|
|
17951
|
+
"examples": [
|
|
17952
|
+
"<%= config.bin %> <%= command.id %>",
|
|
17953
|
+
"<%= config.bin %> <%= command.id %> --column Ready",
|
|
17954
|
+
"<%= config.bin %> <%= command.id %> --column Ready --strategy round-robin",
|
|
17955
|
+
"<%= config.bin %> <%= command.id %> --column Ready --interval 10",
|
|
17956
|
+
"<%= config.bin %> <%= command.id %> --column Ready --once"
|
|
17957
|
+
],
|
|
17958
|
+
"flags": {
|
|
17959
|
+
"project": {
|
|
17960
|
+
"char": "P",
|
|
17961
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
17962
|
+
"name": "project",
|
|
17983
17963
|
"hasDynamicHelp": false,
|
|
17984
17964
|
"multiple": false,
|
|
17985
17965
|
"type": "option"
|
|
17986
17966
|
},
|
|
17987
|
-
"
|
|
17988
|
-
"description": "
|
|
17989
|
-
"name": "
|
|
17990
|
-
"
|
|
17991
|
-
"
|
|
17992
|
-
"type": "option"
|
|
17967
|
+
"json": {
|
|
17968
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
17969
|
+
"name": "json",
|
|
17970
|
+
"allowNo": false,
|
|
17971
|
+
"type": "boolean"
|
|
17993
17972
|
},
|
|
17994
|
-
"
|
|
17995
|
-
"
|
|
17996
|
-
"
|
|
17997
|
-
"
|
|
17998
|
-
"
|
|
17999
|
-
"type": "
|
|
17973
|
+
"machine": {
|
|
17974
|
+
"char": "m",
|
|
17975
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
17976
|
+
"name": "machine",
|
|
17977
|
+
"allowNo": false,
|
|
17978
|
+
"type": "boolean"
|
|
18000
17979
|
},
|
|
18001
|
-
"
|
|
18002
|
-
"
|
|
18003
|
-
"
|
|
17980
|
+
"column": {
|
|
17981
|
+
"char": "c",
|
|
17982
|
+
"description": "Column to watch for new tickets (prompts if not provided)",
|
|
17983
|
+
"name": "column",
|
|
18004
17984
|
"hasDynamicHelp": false,
|
|
18005
17985
|
"multiple": false,
|
|
18006
17986
|
"type": "option"
|
|
18007
17987
|
},
|
|
18008
|
-
"
|
|
18009
|
-
"
|
|
18010
|
-
"
|
|
18011
|
-
"
|
|
17988
|
+
"strategy": {
|
|
17989
|
+
"char": "s",
|
|
17990
|
+
"description": "Agent selection strategy",
|
|
17991
|
+
"name": "strategy",
|
|
17992
|
+
"default": "round-robin",
|
|
18012
17993
|
"hasDynamicHelp": false,
|
|
18013
17994
|
"multiple": false,
|
|
17995
|
+
"options": [
|
|
17996
|
+
"round-robin",
|
|
17997
|
+
"least-busy",
|
|
17998
|
+
"random"
|
|
17999
|
+
],
|
|
18014
18000
|
"type": "option"
|
|
18015
18001
|
},
|
|
18016
|
-
"
|
|
18017
|
-
"
|
|
18018
|
-
"
|
|
18002
|
+
"agent": {
|
|
18003
|
+
"char": "a",
|
|
18004
|
+
"description": "Use specific agent for all tickets",
|
|
18005
|
+
"name": "agent",
|
|
18019
18006
|
"hasDynamicHelp": false,
|
|
18020
18007
|
"multiple": false,
|
|
18021
18008
|
"type": "option"
|
|
18022
18009
|
},
|
|
18023
|
-
"
|
|
18024
|
-
"
|
|
18025
|
-
"
|
|
18010
|
+
"limit": {
|
|
18011
|
+
"char": "l",
|
|
18012
|
+
"description": "Maximum concurrent executions",
|
|
18013
|
+
"name": "limit",
|
|
18026
18014
|
"hasDynamicHelp": false,
|
|
18027
18015
|
"multiple": false,
|
|
18028
18016
|
"type": "option"
|
|
18029
18017
|
},
|
|
18030
|
-
"
|
|
18031
|
-
"
|
|
18032
|
-
"
|
|
18033
|
-
"
|
|
18018
|
+
"interval": {
|
|
18019
|
+
"char": "i",
|
|
18020
|
+
"description": "Polling interval in seconds",
|
|
18021
|
+
"name": "interval",
|
|
18022
|
+
"default": 5,
|
|
18034
18023
|
"hasDynamicHelp": false,
|
|
18035
18024
|
"multiple": false,
|
|
18036
18025
|
"type": "option"
|
|
18037
18026
|
},
|
|
18038
|
-
"
|
|
18039
|
-
"description": "
|
|
18040
|
-
"name": "
|
|
18041
|
-
"
|
|
18027
|
+
"once": {
|
|
18028
|
+
"description": "Check once and exit (no continuous watching)",
|
|
18029
|
+
"name": "once",
|
|
18030
|
+
"allowNo": false,
|
|
18031
|
+
"type": "boolean"
|
|
18032
|
+
},
|
|
18033
|
+
"mode": {
|
|
18034
|
+
"char": "d",
|
|
18035
|
+
"description": "Display mode for agent output",
|
|
18036
|
+
"name": "mode",
|
|
18042
18037
|
"hasDynamicHelp": false,
|
|
18043
18038
|
"multiple": false,
|
|
18039
|
+
"options": [
|
|
18040
|
+
"terminal",
|
|
18041
|
+
"background"
|
|
18042
|
+
],
|
|
18044
18043
|
"type": "option"
|
|
18044
|
+
},
|
|
18045
|
+
"skip-permissions": {
|
|
18046
|
+
"description": "Skip permission prompts (danger mode)",
|
|
18047
|
+
"name": "skip-permissions",
|
|
18048
|
+
"allowNo": false,
|
|
18049
|
+
"type": "boolean"
|
|
18050
|
+
},
|
|
18051
|
+
"create-pr": {
|
|
18052
|
+
"description": "Create PR when work is ready (canonical flag for PR behavior)",
|
|
18053
|
+
"name": "create-pr",
|
|
18054
|
+
"allowNo": false,
|
|
18055
|
+
"type": "boolean"
|
|
18045
18056
|
}
|
|
18046
18057
|
},
|
|
18047
18058
|
"hasDynamicHelp": false,
|
|
18048
18059
|
"hiddenAliases": [],
|
|
18049
|
-
"id": "work:
|
|
18060
|
+
"id": "work:watch",
|
|
18050
18061
|
"pluginAlias": "@proletariat/cli",
|
|
18051
18062
|
"pluginName": "@proletariat/cli",
|
|
18052
18063
|
"pluginType": "core",
|
|
18053
|
-
"strict":
|
|
18064
|
+
"strict": true,
|
|
18054
18065
|
"isESM": true,
|
|
18055
18066
|
"relativePath": [
|
|
18056
18067
|
"dist",
|
|
18057
18068
|
"commands",
|
|
18058
18069
|
"work",
|
|
18059
|
-
"
|
|
18070
|
+
"watch.js"
|
|
18060
18071
|
]
|
|
18061
18072
|
},
|
|
18062
|
-
"
|
|
18073
|
+
"workflow:create": {
|
|
18063
18074
|
"aliases": [],
|
|
18064
18075
|
"args": {
|
|
18065
|
-
"
|
|
18066
|
-
"description": "
|
|
18067
|
-
"name": "
|
|
18076
|
+
"name": {
|
|
18077
|
+
"description": "Workflow name",
|
|
18078
|
+
"name": "name",
|
|
18068
18079
|
"required": false
|
|
18069
18080
|
}
|
|
18070
18081
|
},
|
|
18071
|
-
"description": "
|
|
18082
|
+
"description": "Create a new custom workflow",
|
|
18072
18083
|
"examples": [
|
|
18073
|
-
"<%= config.bin %> <%= command.id %>
|
|
18074
|
-
"<%= config.bin %> <%= command.id %>
|
|
18075
|
-
"<%= config.bin %> <%= command.id %>
|
|
18076
|
-
"<%= config.bin %> <%= command.id %>
|
|
18077
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --mode terminal",
|
|
18078
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
18079
|
-
"<%= config.bin %> <%= command.id %> --all # Spawn all backlog tickets",
|
|
18080
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --prompt \"Add unit tests for the API\" # Custom prompt",
|
|
18081
|
-
"<%= config.bin %> <%= command.id %> --from-issue --source linear --key ENG-123",
|
|
18082
|
-
"<%= config.bin %> <%= command.id %> --from-issue --source jira --key PROJ-123 --mirror-to-pmo",
|
|
18083
|
-
"<%= config.bin %> <%= command.id %> --from linear:ENG-123 # Unified: provider:key shorthand",
|
|
18084
|
-
"<%= config.bin %> <%= command.id %> --from jira:PROJ-123 # Unified: Jira shorthand",
|
|
18085
|
-
"<%= config.bin %> <%= command.id %> --from asana:1234567890 # Unified: Asana shorthand",
|
|
18086
|
-
"<%= config.bin %> <%= command.id %> --from shortcut:sc-123 # Unified: Shortcut shorthand",
|
|
18087
|
-
"<%= config.bin %> <%= command.id %> --from trello:abc123 # Unified: Trello shorthand",
|
|
18088
|
-
"<%= config.bin %> <%= command.id %> --from-issue # Uses workspace active source"
|
|
18084
|
+
"<%= config.bin %> <%= command.id %> \"My Workflow\"",
|
|
18085
|
+
"<%= config.bin %> <%= command.id %> \"Sprint Board\" --description \"Agile sprint workflow\"",
|
|
18086
|
+
"<%= config.bin %> <%= command.id %> \"Simple\" --statuses \"Todo,In Progress,Done\"",
|
|
18087
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
18089
18088
|
],
|
|
18090
18089
|
"flags": {
|
|
18091
18090
|
"project": {
|
|
@@ -18109,252 +18108,205 @@
|
|
|
18109
18108
|
"allowNo": false,
|
|
18110
18109
|
"type": "boolean"
|
|
18111
18110
|
},
|
|
18112
|
-
"
|
|
18113
|
-
"char": "
|
|
18114
|
-
"description": "
|
|
18115
|
-
"name": "
|
|
18116
|
-
"allowNo": false,
|
|
18117
|
-
"type": "boolean"
|
|
18118
|
-
},
|
|
18119
|
-
"executor": {
|
|
18120
|
-
"char": "e",
|
|
18121
|
-
"description": "Override executor",
|
|
18122
|
-
"name": "executor",
|
|
18111
|
+
"description": {
|
|
18112
|
+
"char": "d",
|
|
18113
|
+
"description": "Workflow description",
|
|
18114
|
+
"name": "description",
|
|
18123
18115
|
"hasDynamicHelp": false,
|
|
18124
18116
|
"multiple": false,
|
|
18125
|
-
"options": [
|
|
18126
|
-
"claude-code",
|
|
18127
|
-
"codex",
|
|
18128
|
-
"custom"
|
|
18129
|
-
],
|
|
18130
18117
|
"type": "option"
|
|
18131
18118
|
},
|
|
18132
|
-
"
|
|
18133
|
-
"char": "
|
|
18134
|
-
"description": "
|
|
18135
|
-
"name": "
|
|
18136
|
-
"hasDynamicHelp": false,
|
|
18137
|
-
"multiple": false,
|
|
18138
|
-
"type": "option"
|
|
18139
|
-
},
|
|
18140
|
-
"prompt": {
|
|
18141
|
-
"char": "p",
|
|
18142
|
-
"description": "Custom prompt (overrides action)",
|
|
18143
|
-
"name": "prompt",
|
|
18144
|
-
"hasDynamicHelp": false,
|
|
18145
|
-
"multiple": false,
|
|
18146
|
-
"type": "option"
|
|
18147
|
-
},
|
|
18148
|
-
"message": {
|
|
18149
|
-
"description": "Additional instructions appended to any action prompt",
|
|
18150
|
-
"name": "message",
|
|
18119
|
+
"statuses": {
|
|
18120
|
+
"char": "s",
|
|
18121
|
+
"description": "Comma-separated list of status names (uses default categories)",
|
|
18122
|
+
"name": "statuses",
|
|
18151
18123
|
"hasDynamicHelp": false,
|
|
18152
18124
|
"multiple": false,
|
|
18153
18125
|
"type": "option"
|
|
18154
|
-
}
|
|
18155
|
-
|
|
18156
|
-
|
|
18157
|
-
|
|
18126
|
+
}
|
|
18127
|
+
},
|
|
18128
|
+
"hasDynamicHelp": false,
|
|
18129
|
+
"hiddenAliases": [],
|
|
18130
|
+
"id": "workflow:create",
|
|
18131
|
+
"pluginAlias": "@proletariat/cli",
|
|
18132
|
+
"pluginName": "@proletariat/cli",
|
|
18133
|
+
"pluginType": "core",
|
|
18134
|
+
"strict": true,
|
|
18135
|
+
"isESM": true,
|
|
18136
|
+
"relativePath": [
|
|
18137
|
+
"dist",
|
|
18138
|
+
"commands",
|
|
18139
|
+
"workflow",
|
|
18140
|
+
"create.js"
|
|
18141
|
+
]
|
|
18142
|
+
},
|
|
18143
|
+
"workflow:delete": {
|
|
18144
|
+
"aliases": [],
|
|
18145
|
+
"args": {
|
|
18146
|
+
"id": {
|
|
18147
|
+
"description": "Workflow ID to delete - prompts with dropdown if not provided",
|
|
18148
|
+
"name": "id",
|
|
18149
|
+
"required": false
|
|
18150
|
+
}
|
|
18151
|
+
},
|
|
18152
|
+
"description": "Delete a custom workflow",
|
|
18153
|
+
"examples": [
|
|
18154
|
+
"<%= config.bin %> <%= command.id %> my-workflow",
|
|
18155
|
+
"<%= config.bin %> <%= command.id %> my-workflow --force # Skip confirmation",
|
|
18156
|
+
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
18157
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
18158
|
+
],
|
|
18159
|
+
"flags": {
|
|
18160
|
+
"project": {
|
|
18161
|
+
"char": "P",
|
|
18162
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18163
|
+
"name": "project",
|
|
18158
18164
|
"hasDynamicHelp": false,
|
|
18159
18165
|
"multiple": false,
|
|
18160
18166
|
"type": "option"
|
|
18161
18167
|
},
|
|
18162
|
-
"
|
|
18163
|
-
"description": "
|
|
18164
|
-
"name": "
|
|
18168
|
+
"json": {
|
|
18169
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18170
|
+
"name": "json",
|
|
18165
18171
|
"allowNo": false,
|
|
18166
18172
|
"type": "boolean"
|
|
18167
18173
|
},
|
|
18168
|
-
"
|
|
18169
|
-
"
|
|
18170
|
-
"
|
|
18171
|
-
"
|
|
18172
|
-
"multiple": false,
|
|
18173
|
-
"options": [
|
|
18174
|
-
"linear",
|
|
18175
|
-
"jira",
|
|
18176
|
-
"asana",
|
|
18177
|
-
"shortcut",
|
|
18178
|
-
"trello"
|
|
18179
|
-
],
|
|
18180
|
-
"type": "option"
|
|
18181
|
-
},
|
|
18182
|
-
"key": {
|
|
18183
|
-
"description": "External issue key (for example: ENG-123, PROJ-456)",
|
|
18184
|
-
"name": "key",
|
|
18185
|
-
"hasDynamicHelp": false,
|
|
18186
|
-
"multiple": false,
|
|
18187
|
-
"type": "option"
|
|
18188
|
-
},
|
|
18189
|
-
"mirror-to-pmo": {
|
|
18190
|
-
"description": "Mirror external issue data into PMO ticket (default from execution.mirror_to_pmo_default or PRLT_MIRROR_TO_PMO_DEFAULT)",
|
|
18191
|
-
"name": "mirror-to-pmo",
|
|
18192
|
-
"allowNo": true,
|
|
18193
|
-
"type": "boolean"
|
|
18194
|
-
},
|
|
18195
|
-
"watch": {
|
|
18196
|
-
"char": "w",
|
|
18197
|
-
"description": "Stream output in real-time",
|
|
18198
|
-
"name": "watch",
|
|
18174
|
+
"machine": {
|
|
18175
|
+
"char": "m",
|
|
18176
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18177
|
+
"name": "machine",
|
|
18199
18178
|
"allowNo": false,
|
|
18200
18179
|
"type": "boolean"
|
|
18201
18180
|
},
|
|
18202
18181
|
"force": {
|
|
18203
18182
|
"char": "f",
|
|
18204
|
-
"description": "
|
|
18183
|
+
"description": "Skip confirmation prompt",
|
|
18205
18184
|
"name": "force",
|
|
18206
18185
|
"allowNo": false,
|
|
18207
18186
|
"type": "boolean"
|
|
18208
|
-
}
|
|
18209
|
-
|
|
18210
|
-
|
|
18211
|
-
|
|
18187
|
+
}
|
|
18188
|
+
},
|
|
18189
|
+
"hasDynamicHelp": false,
|
|
18190
|
+
"hiddenAliases": [],
|
|
18191
|
+
"id": "workflow:delete",
|
|
18192
|
+
"pluginAlias": "@proletariat/cli",
|
|
18193
|
+
"pluginName": "@proletariat/cli",
|
|
18194
|
+
"pluginType": "core",
|
|
18195
|
+
"strict": true,
|
|
18196
|
+
"isESM": true,
|
|
18197
|
+
"relativePath": [
|
|
18198
|
+
"dist",
|
|
18199
|
+
"commands",
|
|
18200
|
+
"workflow",
|
|
18201
|
+
"delete.js"
|
|
18202
|
+
]
|
|
18203
|
+
},
|
|
18204
|
+
"workflow": {
|
|
18205
|
+
"aliases": [],
|
|
18206
|
+
"args": {},
|
|
18207
|
+
"description": "List all available workflows (alias for workflow list)",
|
|
18208
|
+
"examples": [
|
|
18209
|
+
"<%= config.bin %> <%= command.id %>",
|
|
18210
|
+
"<%= config.bin %> <%= command.id %> --builtin",
|
|
18211
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
18212
|
+
],
|
|
18213
|
+
"flags": {
|
|
18214
|
+
"project": {
|
|
18215
|
+
"char": "P",
|
|
18216
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18217
|
+
"name": "project",
|
|
18212
18218
|
"hasDynamicHelp": false,
|
|
18213
18219
|
"multiple": false,
|
|
18214
18220
|
"type": "option"
|
|
18215
18221
|
},
|
|
18216
|
-
"
|
|
18217
|
-
"description": "
|
|
18218
|
-
"name": "
|
|
18219
|
-
"allowNo": false,
|
|
18220
|
-
"type": "boolean"
|
|
18221
|
-
},
|
|
18222
|
-
"reconfigure": {
|
|
18223
|
-
"description": "Re-prompt for terminal app preference",
|
|
18224
|
-
"name": "reconfigure",
|
|
18222
|
+
"json": {
|
|
18223
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18224
|
+
"name": "json",
|
|
18225
18225
|
"allowNo": false,
|
|
18226
18226
|
"type": "boolean"
|
|
18227
18227
|
},
|
|
18228
|
-
"
|
|
18229
|
-
"
|
|
18230
|
-
"
|
|
18231
|
-
"
|
|
18232
|
-
"multiple": false,
|
|
18233
|
-
"options": [
|
|
18234
|
-
"danger",
|
|
18235
|
-
"safe"
|
|
18236
|
-
],
|
|
18237
|
-
"type": "option"
|
|
18238
|
-
},
|
|
18239
|
-
"skip-permissions": {
|
|
18240
|
-
"description": "Skip permission checks (shorthand for --permission-mode danger)",
|
|
18241
|
-
"name": "skip-permissions",
|
|
18228
|
+
"machine": {
|
|
18229
|
+
"char": "m",
|
|
18230
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18231
|
+
"name": "machine",
|
|
18242
18232
|
"allowNo": false,
|
|
18243
18233
|
"type": "boolean"
|
|
18244
18234
|
},
|
|
18245
|
-
"
|
|
18246
|
-
"description": "
|
|
18247
|
-
"name": "
|
|
18235
|
+
"builtin": {
|
|
18236
|
+
"description": "Show only built-in workflows",
|
|
18237
|
+
"name": "builtin",
|
|
18248
18238
|
"allowNo": false,
|
|
18249
18239
|
"type": "boolean"
|
|
18250
18240
|
},
|
|
18251
|
-
"
|
|
18252
|
-
"description": "
|
|
18253
|
-
"name": "
|
|
18241
|
+
"custom": {
|
|
18242
|
+
"description": "Show only custom workflows",
|
|
18243
|
+
"name": "custom",
|
|
18254
18244
|
"allowNo": false,
|
|
18255
18245
|
"type": "boolean"
|
|
18256
|
-
}
|
|
18257
|
-
|
|
18258
|
-
|
|
18259
|
-
|
|
18260
|
-
|
|
18261
|
-
|
|
18262
|
-
|
|
18263
|
-
|
|
18264
|
-
|
|
18265
|
-
|
|
18266
|
-
|
|
18267
|
-
|
|
18268
|
-
|
|
18269
|
-
"
|
|
18270
|
-
|
|
18271
|
-
|
|
18272
|
-
|
|
18273
|
-
|
|
18274
|
-
|
|
18275
|
-
|
|
18276
|
-
|
|
18277
|
-
|
|
18278
|
-
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
"
|
|
18285
|
-
"
|
|
18286
|
-
"
|
|
18287
|
-
"hasDynamicHelp": false,
|
|
18288
|
-
"multiple": false,
|
|
18289
|
-
"options": [
|
|
18290
|
-
"tmux",
|
|
18291
|
-
"direct"
|
|
18292
|
-
],
|
|
18293
|
-
"type": "option"
|
|
18294
|
-
},
|
|
18295
|
-
"agent": {
|
|
18296
|
-
"description": "Agent to assign (skips interactive selection)",
|
|
18297
|
-
"name": "agent",
|
|
18246
|
+
}
|
|
18247
|
+
},
|
|
18248
|
+
"hasDynamicHelp": false,
|
|
18249
|
+
"hiddenAliases": [],
|
|
18250
|
+
"id": "workflow",
|
|
18251
|
+
"pluginAlias": "@proletariat/cli",
|
|
18252
|
+
"pluginName": "@proletariat/cli",
|
|
18253
|
+
"pluginType": "core",
|
|
18254
|
+
"strict": true,
|
|
18255
|
+
"isESM": true,
|
|
18256
|
+
"relativePath": [
|
|
18257
|
+
"dist",
|
|
18258
|
+
"commands",
|
|
18259
|
+
"workflow",
|
|
18260
|
+
"index.js"
|
|
18261
|
+
]
|
|
18262
|
+
},
|
|
18263
|
+
"workflow:list": {
|
|
18264
|
+
"aliases": [],
|
|
18265
|
+
"args": {},
|
|
18266
|
+
"description": "List all available workflows",
|
|
18267
|
+
"examples": [
|
|
18268
|
+
"<%= config.bin %> <%= command.id %>",
|
|
18269
|
+
"<%= config.bin %> <%= command.id %> --builtin",
|
|
18270
|
+
"<%= config.bin %> <%= command.id %> --machine"
|
|
18271
|
+
],
|
|
18272
|
+
"flags": {
|
|
18273
|
+
"project": {
|
|
18274
|
+
"char": "P",
|
|
18275
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18276
|
+
"name": "project",
|
|
18298
18277
|
"hasDynamicHelp": false,
|
|
18299
18278
|
"multiple": false,
|
|
18300
|
-
"type": "option"
|
|
18301
|
-
},
|
|
18302
|
-
"ephemeral": {
|
|
18303
|
-
"description": "Create an ephemeral agent on-demand (auto-generates name)",
|
|
18304
|
-
"name": "ephemeral",
|
|
18305
|
-
"allowNo": false,
|
|
18306
|
-
"type": "boolean"
|
|
18279
|
+
"type": "option"
|
|
18307
18280
|
},
|
|
18308
|
-
"
|
|
18309
|
-
"description": "
|
|
18310
|
-
"name": "
|
|
18281
|
+
"json": {
|
|
18282
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18283
|
+
"name": "json",
|
|
18311
18284
|
"allowNo": false,
|
|
18312
18285
|
"type": "boolean"
|
|
18313
18286
|
},
|
|
18314
|
-
"
|
|
18315
|
-
"
|
|
18316
|
-
"
|
|
18287
|
+
"machine": {
|
|
18288
|
+
"char": "m",
|
|
18289
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18290
|
+
"name": "machine",
|
|
18317
18291
|
"allowNo": false,
|
|
18318
18292
|
"type": "boolean"
|
|
18319
18293
|
},
|
|
18320
|
-
"
|
|
18321
|
-
"description": "
|
|
18322
|
-
"name": "
|
|
18323
|
-
"hasDynamicHelp": false,
|
|
18324
|
-
"multiple": false,
|
|
18325
|
-
"options": [
|
|
18326
|
-
"attach",
|
|
18327
|
-
"spawn",
|
|
18328
|
-
"kill",
|
|
18329
|
-
"cancel"
|
|
18330
|
-
],
|
|
18331
|
-
"type": "option"
|
|
18332
|
-
},
|
|
18333
|
-
"yes": {
|
|
18334
|
-
"char": "y",
|
|
18335
|
-
"description": "Skip confirmation prompt (for non-TTY/scripted execution)",
|
|
18336
|
-
"name": "yes",
|
|
18294
|
+
"builtin": {
|
|
18295
|
+
"description": "Show only built-in workflows",
|
|
18296
|
+
"name": "builtin",
|
|
18337
18297
|
"allowNo": false,
|
|
18338
18298
|
"type": "boolean"
|
|
18339
18299
|
},
|
|
18340
|
-
"
|
|
18341
|
-
"description": "
|
|
18342
|
-
"
|
|
18343
|
-
"name": "use-api-key",
|
|
18300
|
+
"custom": {
|
|
18301
|
+
"description": "Show only custom workflows",
|
|
18302
|
+
"name": "custom",
|
|
18344
18303
|
"allowNo": false,
|
|
18345
18304
|
"type": "boolean"
|
|
18346
|
-
},
|
|
18347
|
-
"tool-policy": {
|
|
18348
|
-
"description": "Tool policy profile name for per-agent access control (e.g., code-agent, ops-agent)",
|
|
18349
|
-
"name": "tool-policy",
|
|
18350
|
-
"hasDynamicHelp": false,
|
|
18351
|
-
"multiple": false,
|
|
18352
|
-
"type": "option"
|
|
18353
18305
|
}
|
|
18354
18306
|
},
|
|
18355
18307
|
"hasDynamicHelp": false,
|
|
18356
18308
|
"hiddenAliases": [],
|
|
18357
|
-
"id": "
|
|
18309
|
+
"id": "workflow:list",
|
|
18358
18310
|
"pluginAlias": "@proletariat/cli",
|
|
18359
18311
|
"pluginName": "@proletariat/cli",
|
|
18360
18312
|
"pluginType": "core",
|
|
@@ -18363,17 +18315,18 @@
|
|
|
18363
18315
|
"relativePath": [
|
|
18364
18316
|
"dist",
|
|
18365
18317
|
"commands",
|
|
18366
|
-
"
|
|
18367
|
-
"
|
|
18318
|
+
"workflow",
|
|
18319
|
+
"list.js"
|
|
18368
18320
|
]
|
|
18369
18321
|
},
|
|
18370
|
-
"
|
|
18322
|
+
"workflow:setup": {
|
|
18371
18323
|
"aliases": [],
|
|
18372
18324
|
"args": {},
|
|
18373
|
-
"description": "
|
|
18325
|
+
"description": "Pull board states from provider and wire actions to state transitions",
|
|
18374
18326
|
"examples": [
|
|
18375
18327
|
"<%= config.bin %> <%= command.id %>",
|
|
18376
|
-
"<%= config.bin %> <%= command.id %> --
|
|
18328
|
+
"<%= config.bin %> <%= command.id %> --accept-defaults",
|
|
18329
|
+
"<%= config.bin %> <%= command.id %> --machine"
|
|
18377
18330
|
],
|
|
18378
18331
|
"flags": {
|
|
18379
18332
|
"project": {
|
|
@@ -18396,11 +18349,17 @@
|
|
|
18396
18349
|
"name": "machine",
|
|
18397
18350
|
"allowNo": false,
|
|
18398
18351
|
"type": "boolean"
|
|
18352
|
+
},
|
|
18353
|
+
"accept-defaults": {
|
|
18354
|
+
"description": "Accept all default action suggestions without prompting",
|
|
18355
|
+
"name": "accept-defaults",
|
|
18356
|
+
"allowNo": false,
|
|
18357
|
+
"type": "boolean"
|
|
18399
18358
|
}
|
|
18400
18359
|
},
|
|
18401
18360
|
"hasDynamicHelp": false,
|
|
18402
18361
|
"hiddenAliases": [],
|
|
18403
|
-
"id": "
|
|
18362
|
+
"id": "workflow:setup",
|
|
18404
18363
|
"pluginAlias": "@proletariat/cli",
|
|
18405
18364
|
"pluginName": "@proletariat/cli",
|
|
18406
18365
|
"pluginType": "core",
|
|
@@ -18409,20 +18368,24 @@
|
|
|
18409
18368
|
"relativePath": [
|
|
18410
18369
|
"dist",
|
|
18411
18370
|
"commands",
|
|
18412
|
-
"
|
|
18413
|
-
"
|
|
18371
|
+
"workflow",
|
|
18372
|
+
"setup.js"
|
|
18414
18373
|
]
|
|
18415
18374
|
},
|
|
18416
|
-
"
|
|
18375
|
+
"workflow:show": {
|
|
18417
18376
|
"aliases": [],
|
|
18418
|
-
"args": {
|
|
18419
|
-
|
|
18377
|
+
"args": {
|
|
18378
|
+
"id": {
|
|
18379
|
+
"description": "Workflow ID - prompts with dropdown if not provided",
|
|
18380
|
+
"name": "id",
|
|
18381
|
+
"required": false
|
|
18382
|
+
}
|
|
18383
|
+
},
|
|
18384
|
+
"description": "View details of a workflow (alias for workflow view)",
|
|
18420
18385
|
"examples": [
|
|
18421
|
-
"<%= config.bin %> <%= command.id %>",
|
|
18422
|
-
"<%= config.bin %> <%= command.id %>
|
|
18423
|
-
"<%= config.bin %> <%= command.id %> --
|
|
18424
|
-
"<%= config.bin %> <%= command.id %> --column Ready --interval 10",
|
|
18425
|
-
"<%= config.bin %> <%= command.id %> --column Ready --once"
|
|
18386
|
+
"<%= config.bin %> <%= command.id %> default",
|
|
18387
|
+
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
18388
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
18426
18389
|
],
|
|
18427
18390
|
"flags": {
|
|
18428
18391
|
"project": {
|
|
@@ -18445,88 +18408,125 @@
|
|
|
18445
18408
|
"name": "machine",
|
|
18446
18409
|
"allowNo": false,
|
|
18447
18410
|
"type": "boolean"
|
|
18448
|
-
}
|
|
18449
|
-
|
|
18450
|
-
|
|
18451
|
-
|
|
18452
|
-
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
|
|
18456
|
-
|
|
18457
|
-
|
|
18458
|
-
|
|
18459
|
-
|
|
18460
|
-
|
|
18461
|
-
|
|
18462
|
-
|
|
18463
|
-
|
|
18464
|
-
|
|
18465
|
-
|
|
18466
|
-
|
|
18467
|
-
|
|
18468
|
-
|
|
18469
|
-
"
|
|
18470
|
-
|
|
18471
|
-
|
|
18472
|
-
|
|
18473
|
-
|
|
18474
|
-
|
|
18475
|
-
|
|
18476
|
-
|
|
18477
|
-
|
|
18478
|
-
|
|
18479
|
-
"
|
|
18480
|
-
|
|
18481
|
-
|
|
18482
|
-
|
|
18411
|
+
}
|
|
18412
|
+
},
|
|
18413
|
+
"hasDynamicHelp": false,
|
|
18414
|
+
"hidden": true,
|
|
18415
|
+
"hiddenAliases": [],
|
|
18416
|
+
"id": "workflow:show",
|
|
18417
|
+
"pluginAlias": "@proletariat/cli",
|
|
18418
|
+
"pluginName": "@proletariat/cli",
|
|
18419
|
+
"pluginType": "core",
|
|
18420
|
+
"isESM": true,
|
|
18421
|
+
"relativePath": [
|
|
18422
|
+
"dist",
|
|
18423
|
+
"commands",
|
|
18424
|
+
"workflow",
|
|
18425
|
+
"show.js"
|
|
18426
|
+
]
|
|
18427
|
+
},
|
|
18428
|
+
"workflow:switch": {
|
|
18429
|
+
"aliases": [],
|
|
18430
|
+
"args": {
|
|
18431
|
+
"workflow": {
|
|
18432
|
+
"description": "Workflow ID to switch to",
|
|
18433
|
+
"name": "workflow",
|
|
18434
|
+
"required": false
|
|
18435
|
+
}
|
|
18436
|
+
},
|
|
18437
|
+
"description": "Switch a project to use a different workflow",
|
|
18438
|
+
"examples": [
|
|
18439
|
+
"<%= config.bin %> <%= command.id %> kanban",
|
|
18440
|
+
"<%= config.bin %> <%= command.id %> linear --project my-project",
|
|
18441
|
+
"<%= config.bin %> <%= command.id %> --force # Skip confirmation",
|
|
18442
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
18443
|
+
],
|
|
18444
|
+
"flags": {
|
|
18445
|
+
"project": {
|
|
18446
|
+
"char": "P",
|
|
18447
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18448
|
+
"name": "project",
|
|
18483
18449
|
"hasDynamicHelp": false,
|
|
18484
18450
|
"multiple": false,
|
|
18485
18451
|
"type": "option"
|
|
18486
18452
|
},
|
|
18487
|
-
"
|
|
18488
|
-
"
|
|
18489
|
-
"
|
|
18490
|
-
"
|
|
18491
|
-
"
|
|
18492
|
-
"hasDynamicHelp": false,
|
|
18493
|
-
"multiple": false,
|
|
18494
|
-
"type": "option"
|
|
18453
|
+
"json": {
|
|
18454
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18455
|
+
"name": "json",
|
|
18456
|
+
"allowNo": false,
|
|
18457
|
+
"type": "boolean"
|
|
18495
18458
|
},
|
|
18496
|
-
"
|
|
18497
|
-
"
|
|
18498
|
-
"
|
|
18459
|
+
"machine": {
|
|
18460
|
+
"char": "m",
|
|
18461
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18462
|
+
"name": "machine",
|
|
18499
18463
|
"allowNo": false,
|
|
18500
18464
|
"type": "boolean"
|
|
18501
18465
|
},
|
|
18502
|
-
"
|
|
18503
|
-
"char": "
|
|
18504
|
-
"description": "
|
|
18505
|
-
"name": "
|
|
18466
|
+
"force": {
|
|
18467
|
+
"char": "f",
|
|
18468
|
+
"description": "Skip confirmation prompt",
|
|
18469
|
+
"name": "force",
|
|
18470
|
+
"allowNo": false,
|
|
18471
|
+
"type": "boolean"
|
|
18472
|
+
}
|
|
18473
|
+
},
|
|
18474
|
+
"hasDynamicHelp": false,
|
|
18475
|
+
"hiddenAliases": [],
|
|
18476
|
+
"id": "workflow:switch",
|
|
18477
|
+
"pluginAlias": "@proletariat/cli",
|
|
18478
|
+
"pluginName": "@proletariat/cli",
|
|
18479
|
+
"pluginType": "core",
|
|
18480
|
+
"strict": true,
|
|
18481
|
+
"isESM": true,
|
|
18482
|
+
"relativePath": [
|
|
18483
|
+
"dist",
|
|
18484
|
+
"commands",
|
|
18485
|
+
"workflow",
|
|
18486
|
+
"switch.js"
|
|
18487
|
+
]
|
|
18488
|
+
},
|
|
18489
|
+
"workflow:view": {
|
|
18490
|
+
"aliases": [],
|
|
18491
|
+
"args": {
|
|
18492
|
+
"id": {
|
|
18493
|
+
"description": "Workflow ID - prompts with dropdown if not provided",
|
|
18494
|
+
"name": "id",
|
|
18495
|
+
"required": false
|
|
18496
|
+
}
|
|
18497
|
+
},
|
|
18498
|
+
"description": "View details of a workflow",
|
|
18499
|
+
"examples": [
|
|
18500
|
+
"<%= config.bin %> <%= command.id %> default",
|
|
18501
|
+
"<%= config.bin %> <%= command.id %> # Interactive selection",
|
|
18502
|
+
"<%= config.bin %> <%= command.id %> --machine # JSON output for AI agents"
|
|
18503
|
+
],
|
|
18504
|
+
"flags": {
|
|
18505
|
+
"project": {
|
|
18506
|
+
"char": "P",
|
|
18507
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
18508
|
+
"name": "project",
|
|
18506
18509
|
"hasDynamicHelp": false,
|
|
18507
18510
|
"multiple": false,
|
|
18508
|
-
"options": [
|
|
18509
|
-
"terminal",
|
|
18510
|
-
"background"
|
|
18511
|
-
],
|
|
18512
18511
|
"type": "option"
|
|
18513
18512
|
},
|
|
18514
|
-
"
|
|
18515
|
-
"description": "
|
|
18516
|
-
"name": "
|
|
18513
|
+
"json": {
|
|
18514
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18515
|
+
"name": "json",
|
|
18517
18516
|
"allowNo": false,
|
|
18518
18517
|
"type": "boolean"
|
|
18519
18518
|
},
|
|
18520
|
-
"
|
|
18521
|
-
"
|
|
18522
|
-
"
|
|
18519
|
+
"machine": {
|
|
18520
|
+
"char": "m",
|
|
18521
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
18522
|
+
"name": "machine",
|
|
18523
18523
|
"allowNo": false,
|
|
18524
18524
|
"type": "boolean"
|
|
18525
18525
|
}
|
|
18526
18526
|
},
|
|
18527
18527
|
"hasDynamicHelp": false,
|
|
18528
18528
|
"hiddenAliases": [],
|
|
18529
|
-
"id": "
|
|
18529
|
+
"id": "workflow:view",
|
|
18530
18530
|
"pluginAlias": "@proletariat/cli",
|
|
18531
18531
|
"pluginName": "@proletariat/cli",
|
|
18532
18532
|
"pluginType": "core",
|
|
@@ -18535,8 +18535,8 @@
|
|
|
18535
18535
|
"relativePath": [
|
|
18536
18536
|
"dist",
|
|
18537
18537
|
"commands",
|
|
18538
|
-
"
|
|
18539
|
-
"
|
|
18538
|
+
"workflow",
|
|
18539
|
+
"view.js"
|
|
18540
18540
|
]
|
|
18541
18541
|
},
|
|
18542
18542
|
"workflow-rule:create": {
|
|
@@ -21310,5 +21310,5 @@
|
|
|
21310
21310
|
]
|
|
21311
21311
|
}
|
|
21312
21312
|
},
|
|
21313
|
-
"version": "0.3.
|
|
21313
|
+
"version": "0.3.76"
|
|
21314
21314
|
}
|