@proletariat/cli 0.3.83 → 0.3.84
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/pr/merge.d.ts +9 -0
- package/dist/commands/pr/merge.js +78 -48
- package/dist/commands/pr/merge.js.map +1 -1
- package/dist/commands/ticket/update.d.ts +9 -0
- package/dist/commands/ticket/update.js +174 -71
- package/dist/commands/ticket/update.js.map +1 -1
- package/dist/lib/telemetry/analytics.js +27 -8
- package/dist/lib/telemetry/analytics.js.map +1 -1
- package/oclif.manifest.json +1115 -1072
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -5519,95 +5519,6 @@
|
|
|
5519
5519
|
"sync.js"
|
|
5520
5520
|
]
|
|
5521
5521
|
},
|
|
5522
|
-
"pmo:init": {
|
|
5523
|
-
"aliases": [],
|
|
5524
|
-
"args": {},
|
|
5525
|
-
"description": "Initialize PMO (Project Management Org) in current directory or HQ",
|
|
5526
|
-
"examples": [
|
|
5527
|
-
"<%= config.bin %> <%= command.id %>",
|
|
5528
|
-
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
|
|
5529
|
-
"<%= config.bin %> <%= command.id %> --location separate --template linear"
|
|
5530
|
-
],
|
|
5531
|
-
"flags": {
|
|
5532
|
-
"location": {
|
|
5533
|
-
"char": "l",
|
|
5534
|
-
"description": "PMO location (separate or repo:name)",
|
|
5535
|
-
"name": "location",
|
|
5536
|
-
"hasDynamicHelp": false,
|
|
5537
|
-
"multiple": false,
|
|
5538
|
-
"type": "option"
|
|
5539
|
-
},
|
|
5540
|
-
"template": {
|
|
5541
|
-
"char": "t",
|
|
5542
|
-
"description": "Board template",
|
|
5543
|
-
"name": "template",
|
|
5544
|
-
"hasDynamicHelp": false,
|
|
5545
|
-
"multiple": false,
|
|
5546
|
-
"options": [
|
|
5547
|
-
"kanban",
|
|
5548
|
-
"linear",
|
|
5549
|
-
"5-tool-founder",
|
|
5550
|
-
"custom"
|
|
5551
|
-
],
|
|
5552
|
-
"type": "option"
|
|
5553
|
-
},
|
|
5554
|
-
"name": {
|
|
5555
|
-
"char": "n",
|
|
5556
|
-
"description": "Board name",
|
|
5557
|
-
"name": "name",
|
|
5558
|
-
"hasDynamicHelp": false,
|
|
5559
|
-
"multiple": false,
|
|
5560
|
-
"type": "option"
|
|
5561
|
-
},
|
|
5562
|
-
"json": {
|
|
5563
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5564
|
-
"name": "json",
|
|
5565
|
-
"allowNo": false,
|
|
5566
|
-
"type": "boolean"
|
|
5567
|
-
},
|
|
5568
|
-
"machine": {
|
|
5569
|
-
"char": "m",
|
|
5570
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
5571
|
-
"name": "machine",
|
|
5572
|
-
"allowNo": false,
|
|
5573
|
-
"type": "boolean"
|
|
5574
|
-
},
|
|
5575
|
-
"action": {
|
|
5576
|
-
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
5577
|
-
"hidden": true,
|
|
5578
|
-
"name": "action",
|
|
5579
|
-
"hasDynamicHelp": false,
|
|
5580
|
-
"multiple": false,
|
|
5581
|
-
"options": [
|
|
5582
|
-
"cancel",
|
|
5583
|
-
"reinitialize"
|
|
5584
|
-
],
|
|
5585
|
-
"type": "option"
|
|
5586
|
-
},
|
|
5587
|
-
"confirmation": {
|
|
5588
|
-
"description": "Confirmation text for destructive operations",
|
|
5589
|
-
"hidden": true,
|
|
5590
|
-
"name": "confirmation",
|
|
5591
|
-
"hasDynamicHelp": false,
|
|
5592
|
-
"multiple": false,
|
|
5593
|
-
"type": "option"
|
|
5594
|
-
}
|
|
5595
|
-
},
|
|
5596
|
-
"hasDynamicHelp": false,
|
|
5597
|
-
"hiddenAliases": [],
|
|
5598
|
-
"id": "pmo:init",
|
|
5599
|
-
"pluginAlias": "@proletariat/cli",
|
|
5600
|
-
"pluginName": "@proletariat/cli",
|
|
5601
|
-
"pluginType": "core",
|
|
5602
|
-
"strict": true,
|
|
5603
|
-
"isESM": true,
|
|
5604
|
-
"relativePath": [
|
|
5605
|
-
"dist",
|
|
5606
|
-
"commands",
|
|
5607
|
-
"pmo",
|
|
5608
|
-
"init.js"
|
|
5609
|
-
]
|
|
5610
|
-
},
|
|
5611
5522
|
"orchestrator:attach": {
|
|
5612
5523
|
"aliases": [],
|
|
5613
5524
|
"args": {},
|
|
@@ -5979,25 +5890,42 @@
|
|
|
5979
5890
|
"stop.js"
|
|
5980
5891
|
]
|
|
5981
5892
|
},
|
|
5982
|
-
"
|
|
5893
|
+
"pmo:init": {
|
|
5983
5894
|
"aliases": [],
|
|
5984
|
-
"args": {
|
|
5985
|
-
|
|
5986
|
-
"description": "Project ID",
|
|
5987
|
-
"name": "id",
|
|
5988
|
-
"required": true
|
|
5989
|
-
}
|
|
5990
|
-
},
|
|
5991
|
-
"description": "Archive a project (hide from default views)",
|
|
5895
|
+
"args": {},
|
|
5896
|
+
"description": "Initialize PMO (Project Management Org) in current directory or HQ",
|
|
5992
5897
|
"examples": [
|
|
5993
|
-
"<%= config.bin %> <%= command.id %>
|
|
5994
|
-
"<%= config.bin %> <%= command.id %>
|
|
5898
|
+
"<%= config.bin %> <%= command.id %>",
|
|
5899
|
+
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
|
|
5900
|
+
"<%= config.bin %> <%= command.id %> --location separate --template linear"
|
|
5995
5901
|
],
|
|
5996
5902
|
"flags": {
|
|
5997
|
-
"
|
|
5998
|
-
"char": "
|
|
5999
|
-
"description": "
|
|
6000
|
-
"name": "
|
|
5903
|
+
"location": {
|
|
5904
|
+
"char": "l",
|
|
5905
|
+
"description": "PMO location (separate or repo:name)",
|
|
5906
|
+
"name": "location",
|
|
5907
|
+
"hasDynamicHelp": false,
|
|
5908
|
+
"multiple": false,
|
|
5909
|
+
"type": "option"
|
|
5910
|
+
},
|
|
5911
|
+
"template": {
|
|
5912
|
+
"char": "t",
|
|
5913
|
+
"description": "Board template",
|
|
5914
|
+
"name": "template",
|
|
5915
|
+
"hasDynamicHelp": false,
|
|
5916
|
+
"multiple": false,
|
|
5917
|
+
"options": [
|
|
5918
|
+
"kanban",
|
|
5919
|
+
"linear",
|
|
5920
|
+
"5-tool-founder",
|
|
5921
|
+
"custom"
|
|
5922
|
+
],
|
|
5923
|
+
"type": "option"
|
|
5924
|
+
},
|
|
5925
|
+
"name": {
|
|
5926
|
+
"char": "n",
|
|
5927
|
+
"description": "Board name",
|
|
5928
|
+
"name": "name",
|
|
6001
5929
|
"hasDynamicHelp": false,
|
|
6002
5930
|
"multiple": false,
|
|
6003
5931
|
"type": "option"
|
|
@@ -6015,17 +5943,30 @@
|
|
|
6015
5943
|
"allowNo": false,
|
|
6016
5944
|
"type": "boolean"
|
|
6017
5945
|
},
|
|
6018
|
-
"
|
|
6019
|
-
"
|
|
6020
|
-
"
|
|
6021
|
-
"name": "
|
|
6022
|
-
"
|
|
6023
|
-
"
|
|
5946
|
+
"action": {
|
|
5947
|
+
"description": "Action for existing PMO (cancel or reinitialize)",
|
|
5948
|
+
"hidden": true,
|
|
5949
|
+
"name": "action",
|
|
5950
|
+
"hasDynamicHelp": false,
|
|
5951
|
+
"multiple": false,
|
|
5952
|
+
"options": [
|
|
5953
|
+
"cancel",
|
|
5954
|
+
"reinitialize"
|
|
5955
|
+
],
|
|
5956
|
+
"type": "option"
|
|
5957
|
+
},
|
|
5958
|
+
"confirmation": {
|
|
5959
|
+
"description": "Confirmation text for destructive operations",
|
|
5960
|
+
"hidden": true,
|
|
5961
|
+
"name": "confirmation",
|
|
5962
|
+
"hasDynamicHelp": false,
|
|
5963
|
+
"multiple": false,
|
|
5964
|
+
"type": "option"
|
|
6024
5965
|
}
|
|
6025
5966
|
},
|
|
6026
5967
|
"hasDynamicHelp": false,
|
|
6027
5968
|
"hiddenAliases": [],
|
|
6028
|
-
"id": "
|
|
5969
|
+
"id": "pmo:init",
|
|
6029
5970
|
"pluginAlias": "@proletariat/cli",
|
|
6030
5971
|
"pluginName": "@proletariat/cli",
|
|
6031
5972
|
"pluginType": "core",
|
|
@@ -6034,25 +5975,24 @@
|
|
|
6034
5975
|
"relativePath": [
|
|
6035
5976
|
"dist",
|
|
6036
5977
|
"commands",
|
|
6037
|
-
"
|
|
6038
|
-
"
|
|
5978
|
+
"pmo",
|
|
5979
|
+
"init.js"
|
|
6039
5980
|
]
|
|
6040
5981
|
},
|
|
6041
|
-
"
|
|
5982
|
+
"pr:checks": {
|
|
6042
5983
|
"aliases": [],
|
|
6043
5984
|
"args": {
|
|
6044
|
-
"
|
|
6045
|
-
"description": "
|
|
6046
|
-
"name": "
|
|
5985
|
+
"prNumber": {
|
|
5986
|
+
"description": "PR number (defaults to PR for current branch)",
|
|
5987
|
+
"name": "prNumber",
|
|
6047
5988
|
"required": false
|
|
6048
5989
|
}
|
|
6049
5990
|
},
|
|
6050
|
-
"description": "
|
|
5991
|
+
"description": "Show CI check status for a pull request",
|
|
6051
5992
|
"examples": [
|
|
6052
|
-
"<%= config.bin %> <%= command.id %>
|
|
6053
|
-
"<%= config.bin %> <%= command.id %>
|
|
6054
|
-
"<%= config.bin %> <%= command.id %>
|
|
6055
|
-
"<%= config.bin %> <%= command.id %> --name \"Test\" --dry-run --json # Validate without creating"
|
|
5993
|
+
"<%= config.bin %> <%= command.id %>",
|
|
5994
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
5995
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
6056
5996
|
],
|
|
6057
5997
|
"flags": {
|
|
6058
5998
|
"project": {
|
|
@@ -6075,64 +6015,11 @@
|
|
|
6075
6015
|
"name": "machine",
|
|
6076
6016
|
"allowNo": false,
|
|
6077
6017
|
"type": "boolean"
|
|
6078
|
-
},
|
|
6079
|
-
"name": {
|
|
6080
|
-
"char": "n",
|
|
6081
|
-
"description": "Project name [required for non-interactive]",
|
|
6082
|
-
"name": "name",
|
|
6083
|
-
"hasDynamicHelp": false,
|
|
6084
|
-
"multiple": false,
|
|
6085
|
-
"type": "option"
|
|
6086
|
-
},
|
|
6087
|
-
"id": {
|
|
6088
|
-
"description": "Custom project ID (auto-generated from name if not provided)",
|
|
6089
|
-
"name": "id",
|
|
6090
|
-
"hasDynamicHelp": false,
|
|
6091
|
-
"multiple": false,
|
|
6092
|
-
"type": "option"
|
|
6093
|
-
},
|
|
6094
|
-
"description": {
|
|
6095
|
-
"char": "d",
|
|
6096
|
-
"description": "Project description",
|
|
6097
|
-
"name": "description",
|
|
6098
|
-
"hasDynamicHelp": false,
|
|
6099
|
-
"multiple": false,
|
|
6100
|
-
"type": "option"
|
|
6101
|
-
},
|
|
6102
|
-
"template": {
|
|
6103
|
-
"char": "t",
|
|
6104
|
-
"description": "Workflow template",
|
|
6105
|
-
"name": "template",
|
|
6106
|
-
"default": "kanban",
|
|
6107
|
-
"hasDynamicHelp": false,
|
|
6108
|
-
"multiple": false,
|
|
6109
|
-
"options": [
|
|
6110
|
-
"default",
|
|
6111
|
-
"kanban",
|
|
6112
|
-
"linear",
|
|
6113
|
-
"5-tool-founder",
|
|
6114
|
-
"bug-smash",
|
|
6115
|
-
"gtm"
|
|
6116
|
-
],
|
|
6117
|
-
"type": "option"
|
|
6118
|
-
},
|
|
6119
|
-
"interactive": {
|
|
6120
|
-
"char": "i",
|
|
6121
|
-
"description": "Interactive mode",
|
|
6122
|
-
"name": "interactive",
|
|
6123
|
-
"allowNo": false,
|
|
6124
|
-
"type": "boolean"
|
|
6125
|
-
},
|
|
6126
|
-
"dry-run": {
|
|
6127
|
-
"description": "Validate inputs without creating project (use with --json for structured output)",
|
|
6128
|
-
"name": "dry-run",
|
|
6129
|
-
"allowNo": false,
|
|
6130
|
-
"type": "boolean"
|
|
6131
6018
|
}
|
|
6132
6019
|
},
|
|
6133
6020
|
"hasDynamicHelp": false,
|
|
6134
6021
|
"hiddenAliases": [],
|
|
6135
|
-
"id": "
|
|
6022
|
+
"id": "pr:checks",
|
|
6136
6023
|
"pluginAlias": "@proletariat/cli",
|
|
6137
6024
|
"pluginName": "@proletariat/cli",
|
|
6138
6025
|
"pluginType": "core",
|
|
@@ -6141,24 +6028,25 @@
|
|
|
6141
6028
|
"relativePath": [
|
|
6142
6029
|
"dist",
|
|
6143
6030
|
"commands",
|
|
6144
|
-
"
|
|
6145
|
-
"
|
|
6031
|
+
"pr",
|
|
6032
|
+
"checks.js"
|
|
6146
6033
|
]
|
|
6147
6034
|
},
|
|
6148
|
-
"
|
|
6035
|
+
"pr:close": {
|
|
6149
6036
|
"aliases": [],
|
|
6150
6037
|
"args": {
|
|
6151
|
-
"
|
|
6152
|
-
"description": "
|
|
6153
|
-
"name": "
|
|
6038
|
+
"prNumber": {
|
|
6039
|
+
"description": "PR number to close",
|
|
6040
|
+
"name": "prNumber",
|
|
6154
6041
|
"required": false
|
|
6155
6042
|
}
|
|
6156
6043
|
},
|
|
6157
|
-
"description": "
|
|
6044
|
+
"description": "Close a GitHub pull request by number",
|
|
6158
6045
|
"examples": [
|
|
6159
|
-
"<%= config.bin %> <%= command.id %>
|
|
6160
|
-
"<%= config.bin %> <%= command.id %>
|
|
6161
|
-
|
|
6046
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
6047
|
+
"<%= config.bin %> <%= command.id %> 123 --comment \"Superseded by #456\"",
|
|
6048
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
6049
|
+
],
|
|
6162
6050
|
"flags": {
|
|
6163
6051
|
"project": {
|
|
6164
6052
|
"char": "P",
|
|
@@ -6181,17 +6069,18 @@
|
|
|
6181
6069
|
"allowNo": false,
|
|
6182
6070
|
"type": "boolean"
|
|
6183
6071
|
},
|
|
6184
|
-
"
|
|
6185
|
-
"char": "
|
|
6186
|
-
"description": "
|
|
6187
|
-
"name": "
|
|
6188
|
-
"
|
|
6189
|
-
"
|
|
6072
|
+
"comment": {
|
|
6073
|
+
"char": "c",
|
|
6074
|
+
"description": "Comment to leave when closing the PR",
|
|
6075
|
+
"name": "comment",
|
|
6076
|
+
"hasDynamicHelp": false,
|
|
6077
|
+
"multiple": false,
|
|
6078
|
+
"type": "option"
|
|
6190
6079
|
}
|
|
6191
6080
|
},
|
|
6192
6081
|
"hasDynamicHelp": false,
|
|
6193
6082
|
"hiddenAliases": [],
|
|
6194
|
-
"id": "
|
|
6083
|
+
"id": "pr:close",
|
|
6195
6084
|
"pluginAlias": "@proletariat/cli",
|
|
6196
6085
|
"pluginName": "@proletariat/cli",
|
|
6197
6086
|
"pluginType": "core",
|
|
@@ -6200,16 +6089,25 @@
|
|
|
6200
6089
|
"relativePath": [
|
|
6201
6090
|
"dist",
|
|
6202
6091
|
"commands",
|
|
6203
|
-
"
|
|
6204
|
-
"
|
|
6092
|
+
"pr",
|
|
6093
|
+
"close.js"
|
|
6205
6094
|
]
|
|
6206
6095
|
},
|
|
6207
|
-
"
|
|
6096
|
+
"pr:create": {
|
|
6208
6097
|
"aliases": [],
|
|
6209
|
-
"args": {
|
|
6210
|
-
|
|
6098
|
+
"args": {
|
|
6099
|
+
"ticketId": {
|
|
6100
|
+
"description": "Ticket ID to link to PR - auto-detects from branch if not provided",
|
|
6101
|
+
"name": "ticketId",
|
|
6102
|
+
"required": false
|
|
6103
|
+
}
|
|
6104
|
+
},
|
|
6105
|
+
"description": "Create a GitHub pull request from the current branch",
|
|
6211
6106
|
"examples": [
|
|
6212
|
-
"<%= config.bin %> <%= command.id %>"
|
|
6107
|
+
"<%= config.bin %> <%= command.id %>",
|
|
6108
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
6109
|
+
"<%= config.bin %> <%= command.id %> --draft",
|
|
6110
|
+
"<%= config.bin %> <%= command.id %> --base develop"
|
|
6213
6111
|
],
|
|
6214
6112
|
"flags": {
|
|
6215
6113
|
"project": {
|
|
@@ -6232,11 +6130,54 @@
|
|
|
6232
6130
|
"name": "machine",
|
|
6233
6131
|
"allowNo": false,
|
|
6234
6132
|
"type": "boolean"
|
|
6133
|
+
},
|
|
6134
|
+
"base": {
|
|
6135
|
+
"char": "b",
|
|
6136
|
+
"description": "Base branch for the PR (defaults to main/master)",
|
|
6137
|
+
"name": "base",
|
|
6138
|
+
"hasDynamicHelp": false,
|
|
6139
|
+
"multiple": false,
|
|
6140
|
+
"type": "option"
|
|
6141
|
+
},
|
|
6142
|
+
"draft": {
|
|
6143
|
+
"char": "d",
|
|
6144
|
+
"description": "Create as draft PR",
|
|
6145
|
+
"name": "draft",
|
|
6146
|
+
"allowNo": false,
|
|
6147
|
+
"type": "boolean"
|
|
6148
|
+
},
|
|
6149
|
+
"no-link": {
|
|
6150
|
+
"description": "Skip linking PR to ticket",
|
|
6151
|
+
"name": "no-link",
|
|
6152
|
+
"allowNo": false,
|
|
6153
|
+
"type": "boolean"
|
|
6154
|
+
},
|
|
6155
|
+
"title": {
|
|
6156
|
+
"char": "t",
|
|
6157
|
+
"description": "PR title (auto-generated from ticket if not provided)",
|
|
6158
|
+
"name": "title",
|
|
6159
|
+
"hasDynamicHelp": false,
|
|
6160
|
+
"multiple": false,
|
|
6161
|
+
"type": "option"
|
|
6162
|
+
},
|
|
6163
|
+
"body": {
|
|
6164
|
+
"description": "PR body/description",
|
|
6165
|
+
"name": "body",
|
|
6166
|
+
"hasDynamicHelp": false,
|
|
6167
|
+
"multiple": false,
|
|
6168
|
+
"type": "option"
|
|
6169
|
+
},
|
|
6170
|
+
"ticket": {
|
|
6171
|
+
"description": "Ticket ID to link (alternative to positional arg)",
|
|
6172
|
+
"name": "ticket",
|
|
6173
|
+
"hasDynamicHelp": false,
|
|
6174
|
+
"multiple": false,
|
|
6175
|
+
"type": "option"
|
|
6235
6176
|
}
|
|
6236
6177
|
},
|
|
6237
6178
|
"hasDynamicHelp": false,
|
|
6238
6179
|
"hiddenAliases": [],
|
|
6239
|
-
"id": "
|
|
6180
|
+
"id": "pr:create",
|
|
6240
6181
|
"pluginAlias": "@proletariat/cli",
|
|
6241
6182
|
"pluginName": "@proletariat/cli",
|
|
6242
6183
|
"pluginType": "core",
|
|
@@ -6245,18 +6186,16 @@
|
|
|
6245
6186
|
"relativePath": [
|
|
6246
6187
|
"dist",
|
|
6247
6188
|
"commands",
|
|
6248
|
-
"
|
|
6249
|
-
"
|
|
6189
|
+
"pr",
|
|
6190
|
+
"create.js"
|
|
6250
6191
|
]
|
|
6251
6192
|
},
|
|
6252
|
-
"
|
|
6193
|
+
"pr": {
|
|
6253
6194
|
"aliases": [],
|
|
6254
6195
|
"args": {},
|
|
6255
|
-
"description": "
|
|
6196
|
+
"description": "Interactive menu for pull request operations",
|
|
6256
6197
|
"examples": [
|
|
6257
|
-
"<%= config.bin %> <%= command.id %>"
|
|
6258
|
-
"<%= config.bin %> <%= command.id %> --archived",
|
|
6259
|
-
"<%= config.bin %> <%= command.id %> --all"
|
|
6198
|
+
"<%= config.bin %> <%= command.id %>"
|
|
6260
6199
|
],
|
|
6261
6200
|
"flags": {
|
|
6262
6201
|
"project": {
|
|
@@ -6280,23 +6219,27 @@
|
|
|
6280
6219
|
"allowNo": false,
|
|
6281
6220
|
"type": "boolean"
|
|
6282
6221
|
},
|
|
6283
|
-
"
|
|
6222
|
+
"action": {
|
|
6284
6223
|
"char": "a",
|
|
6285
|
-
"description": "
|
|
6286
|
-
"name": "
|
|
6287
|
-
"
|
|
6288
|
-
"
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6294
|
-
|
|
6224
|
+
"description": "Action to perform (list, create, merge, close, checks, link, status)",
|
|
6225
|
+
"name": "action",
|
|
6226
|
+
"hasDynamicHelp": false,
|
|
6227
|
+
"multiple": false,
|
|
6228
|
+
"options": [
|
|
6229
|
+
"list",
|
|
6230
|
+
"create",
|
|
6231
|
+
"merge",
|
|
6232
|
+
"close",
|
|
6233
|
+
"checks",
|
|
6234
|
+
"link",
|
|
6235
|
+
"status"
|
|
6236
|
+
],
|
|
6237
|
+
"type": "option"
|
|
6295
6238
|
}
|
|
6296
6239
|
},
|
|
6297
6240
|
"hasDynamicHelp": false,
|
|
6298
6241
|
"hiddenAliases": [],
|
|
6299
|
-
"id": "
|
|
6242
|
+
"id": "pr",
|
|
6300
6243
|
"pluginAlias": "@proletariat/cli",
|
|
6301
6244
|
"pluginName": "@proletariat/cli",
|
|
6302
6245
|
"pluginType": "core",
|
|
@@ -6305,25 +6248,25 @@
|
|
|
6305
6248
|
"relativePath": [
|
|
6306
6249
|
"dist",
|
|
6307
6250
|
"commands",
|
|
6308
|
-
"
|
|
6309
|
-
"
|
|
6251
|
+
"pr",
|
|
6252
|
+
"index.js"
|
|
6310
6253
|
]
|
|
6311
6254
|
},
|
|
6312
|
-
"
|
|
6255
|
+
"pr:link": {
|
|
6313
6256
|
"aliases": [],
|
|
6314
6257
|
"args": {
|
|
6315
|
-
"
|
|
6316
|
-
"description": "
|
|
6317
|
-
"name": "
|
|
6258
|
+
"ticketId": {
|
|
6259
|
+
"description": "Ticket ID to link PR to",
|
|
6260
|
+
"name": "ticketId",
|
|
6318
6261
|
"required": false
|
|
6319
6262
|
}
|
|
6320
6263
|
},
|
|
6321
|
-
"description": "
|
|
6264
|
+
"description": "Link an existing GitHub pull request to a ticket",
|
|
6322
6265
|
"examples": [
|
|
6323
|
-
"<%= config.bin %> <%= command.id %>
|
|
6324
|
-
"<%= config.bin %> <%= command.id %>
|
|
6325
|
-
"<%= config.bin %> <%= command.id %>
|
|
6326
|
-
"<%= config.bin %> <%= command.id %>"
|
|
6266
|
+
"<%= config.bin %> <%= command.id %>",
|
|
6267
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
6268
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --pr 123",
|
|
6269
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --url https://github.com/owner/repo/pull/123"
|
|
6327
6270
|
],
|
|
6328
6271
|
"flags": {
|
|
6329
6272
|
"project": {
|
|
@@ -6347,26 +6290,39 @@
|
|
|
6347
6290
|
"allowNo": false,
|
|
6348
6291
|
"type": "boolean"
|
|
6349
6292
|
},
|
|
6350
|
-
"
|
|
6351
|
-
"char": "
|
|
6352
|
-
"description": "
|
|
6353
|
-
"name": "
|
|
6293
|
+
"pr": {
|
|
6294
|
+
"char": "p",
|
|
6295
|
+
"description": "PR number to link",
|
|
6296
|
+
"name": "pr",
|
|
6354
6297
|
"hasDynamicHelp": false,
|
|
6355
6298
|
"multiple": false,
|
|
6356
6299
|
"type": "option"
|
|
6357
6300
|
},
|
|
6358
|
-
"
|
|
6359
|
-
"char": "
|
|
6360
|
-
"description": "
|
|
6361
|
-
"name": "
|
|
6301
|
+
"url": {
|
|
6302
|
+
"char": "u",
|
|
6303
|
+
"description": "PR URL to link",
|
|
6304
|
+
"name": "url",
|
|
6305
|
+
"hasDynamicHelp": false,
|
|
6306
|
+
"multiple": false,
|
|
6307
|
+
"type": "option"
|
|
6308
|
+
},
|
|
6309
|
+
"ticket": {
|
|
6310
|
+
"description": "Ticket ID to link (alternative to positional arg)",
|
|
6311
|
+
"name": "ticket",
|
|
6362
6312
|
"hasDynamicHelp": false,
|
|
6363
6313
|
"multiple": false,
|
|
6364
6314
|
"type": "option"
|
|
6315
|
+
},
|
|
6316
|
+
"confirm": {
|
|
6317
|
+
"description": "Confirm overwriting existing PR link",
|
|
6318
|
+
"name": "confirm",
|
|
6319
|
+
"allowNo": false,
|
|
6320
|
+
"type": "boolean"
|
|
6365
6321
|
}
|
|
6366
6322
|
},
|
|
6367
6323
|
"hasDynamicHelp": false,
|
|
6368
6324
|
"hiddenAliases": [],
|
|
6369
|
-
"id": "
|
|
6325
|
+
"id": "pr:link",
|
|
6370
6326
|
"pluginAlias": "@proletariat/cli",
|
|
6371
6327
|
"pluginName": "@proletariat/cli",
|
|
6372
6328
|
"pluginType": "core",
|
|
@@ -6375,22 +6331,20 @@
|
|
|
6375
6331
|
"relativePath": [
|
|
6376
6332
|
"dist",
|
|
6377
6333
|
"commands",
|
|
6378
|
-
"
|
|
6379
|
-
"
|
|
6334
|
+
"pr",
|
|
6335
|
+
"link.js"
|
|
6380
6336
|
]
|
|
6381
6337
|
},
|
|
6382
|
-
"
|
|
6338
|
+
"pr:list": {
|
|
6383
6339
|
"aliases": [],
|
|
6384
|
-
"args": {
|
|
6385
|
-
|
|
6386
|
-
"description": "Project ID",
|
|
6387
|
-
"name": "id",
|
|
6388
|
-
"required": true
|
|
6389
|
-
}
|
|
6390
|
-
},
|
|
6391
|
-
"description": "Unarchive a project (restore to default views)",
|
|
6340
|
+
"args": {},
|
|
6341
|
+
"description": "List pull requests linked to tickets in the workspace",
|
|
6392
6342
|
"examples": [
|
|
6393
|
-
"<%= config.bin %> <%= command.id %>
|
|
6343
|
+
"<%= config.bin %> <%= command.id %>",
|
|
6344
|
+
"<%= config.bin %> <%= command.id %> --state open",
|
|
6345
|
+
"<%= config.bin %> <%= command.id %> --state draft",
|
|
6346
|
+
"<%= config.bin %> <%= command.id %> --format json",
|
|
6347
|
+
"<%= config.bin %> <%= command.id %> --machine"
|
|
6394
6348
|
],
|
|
6395
6349
|
"flags": {
|
|
6396
6350
|
"project": {
|
|
@@ -6413,11 +6367,48 @@
|
|
|
6413
6367
|
"name": "machine",
|
|
6414
6368
|
"allowNo": false,
|
|
6415
6369
|
"type": "boolean"
|
|
6370
|
+
},
|
|
6371
|
+
"state": {
|
|
6372
|
+
"char": "s",
|
|
6373
|
+
"description": "Filter by PR state",
|
|
6374
|
+
"name": "state",
|
|
6375
|
+
"default": "open",
|
|
6376
|
+
"hasDynamicHelp": false,
|
|
6377
|
+
"multiple": false,
|
|
6378
|
+
"options": [
|
|
6379
|
+
"open",
|
|
6380
|
+
"draft",
|
|
6381
|
+
"all"
|
|
6382
|
+
],
|
|
6383
|
+
"type": "option"
|
|
6384
|
+
},
|
|
6385
|
+
"format": {
|
|
6386
|
+
"char": "f",
|
|
6387
|
+
"description": "Output format",
|
|
6388
|
+
"name": "format",
|
|
6389
|
+
"default": "table",
|
|
6390
|
+
"hasDynamicHelp": false,
|
|
6391
|
+
"multiple": false,
|
|
6392
|
+
"options": [
|
|
6393
|
+
"table",
|
|
6394
|
+
"compact",
|
|
6395
|
+
"json"
|
|
6396
|
+
],
|
|
6397
|
+
"type": "option"
|
|
6398
|
+
},
|
|
6399
|
+
"limit": {
|
|
6400
|
+
"char": "l",
|
|
6401
|
+
"description": "Maximum number of PRs to show",
|
|
6402
|
+
"name": "limit",
|
|
6403
|
+
"default": 50,
|
|
6404
|
+
"hasDynamicHelp": false,
|
|
6405
|
+
"multiple": false,
|
|
6406
|
+
"type": "option"
|
|
6416
6407
|
}
|
|
6417
6408
|
},
|
|
6418
6409
|
"hasDynamicHelp": false,
|
|
6419
6410
|
"hiddenAliases": [],
|
|
6420
|
-
"id": "
|
|
6411
|
+
"id": "pr:list",
|
|
6421
6412
|
"pluginAlias": "@proletariat/cli",
|
|
6422
6413
|
"pluginName": "@proletariat/cli",
|
|
6423
6414
|
"pluginType": "core",
|
|
@@ -6426,25 +6417,25 @@
|
|
|
6426
6417
|
"relativePath": [
|
|
6427
6418
|
"dist",
|
|
6428
6419
|
"commands",
|
|
6429
|
-
"
|
|
6430
|
-
"
|
|
6420
|
+
"pr",
|
|
6421
|
+
"list.js"
|
|
6431
6422
|
]
|
|
6432
6423
|
},
|
|
6433
|
-
"
|
|
6424
|
+
"pr:merge": {
|
|
6434
6425
|
"aliases": [],
|
|
6435
6426
|
"args": {
|
|
6436
|
-
"
|
|
6437
|
-
"description": "
|
|
6438
|
-
"name": "
|
|
6427
|
+
"prNumber": {
|
|
6428
|
+
"description": "PR number to merge",
|
|
6429
|
+
"name": "prNumber",
|
|
6439
6430
|
"required": false
|
|
6440
6431
|
}
|
|
6441
6432
|
},
|
|
6442
|
-
"description": "
|
|
6433
|
+
"description": "Merge a GitHub pull request by number",
|
|
6443
6434
|
"examples": [
|
|
6444
|
-
"<%= config.bin %> <%= command.id %>
|
|
6445
|
-
"<%= config.bin %> <%= command.id %>
|
|
6446
|
-
"<%= config.bin %> <%= command.id %>
|
|
6447
|
-
"<%= config.bin %> <%= command.id %>
|
|
6435
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
6436
|
+
"<%= config.bin %> <%= command.id %> 123 --method squash",
|
|
6437
|
+
"<%= config.bin %> <%= command.id %> 123 --no-delete-branch",
|
|
6438
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
6448
6439
|
],
|
|
6449
6440
|
"flags": {
|
|
6450
6441
|
"project": {
|
|
@@ -6468,26 +6459,35 @@
|
|
|
6468
6459
|
"allowNo": false,
|
|
6469
6460
|
"type": "boolean"
|
|
6470
6461
|
},
|
|
6471
|
-
"
|
|
6472
|
-
"
|
|
6473
|
-
"
|
|
6474
|
-
"
|
|
6462
|
+
"method": {
|
|
6463
|
+
"description": "Merge method",
|
|
6464
|
+
"name": "method",
|
|
6465
|
+
"default": "squash",
|
|
6475
6466
|
"hasDynamicHelp": false,
|
|
6476
6467
|
"multiple": false,
|
|
6468
|
+
"options": [
|
|
6469
|
+
"merge",
|
|
6470
|
+
"squash",
|
|
6471
|
+
"rebase"
|
|
6472
|
+
],
|
|
6477
6473
|
"type": "option"
|
|
6478
6474
|
},
|
|
6479
|
-
"
|
|
6480
|
-
"
|
|
6481
|
-
"
|
|
6482
|
-
"
|
|
6483
|
-
"
|
|
6484
|
-
|
|
6485
|
-
|
|
6475
|
+
"delete-branch": {
|
|
6476
|
+
"description": "Delete branch after merging",
|
|
6477
|
+
"name": "delete-branch",
|
|
6478
|
+
"allowNo": true,
|
|
6479
|
+
"type": "boolean"
|
|
6480
|
+
},
|
|
6481
|
+
"admin": {
|
|
6482
|
+
"description": "Use admin privileges to bypass branch protections",
|
|
6483
|
+
"name": "admin",
|
|
6484
|
+
"allowNo": false,
|
|
6485
|
+
"type": "boolean"
|
|
6486
6486
|
}
|
|
6487
6487
|
},
|
|
6488
6488
|
"hasDynamicHelp": false,
|
|
6489
6489
|
"hiddenAliases": [],
|
|
6490
|
-
"id": "
|
|
6490
|
+
"id": "pr:merge",
|
|
6491
6491
|
"pluginAlias": "@proletariat/cli",
|
|
6492
6492
|
"pluginName": "@proletariat/cli",
|
|
6493
6493
|
"pluginType": "core",
|
|
@@ -6496,23 +6496,23 @@
|
|
|
6496
6496
|
"relativePath": [
|
|
6497
6497
|
"dist",
|
|
6498
6498
|
"commands",
|
|
6499
|
-
"
|
|
6500
|
-
"
|
|
6499
|
+
"pr",
|
|
6500
|
+
"merge.js"
|
|
6501
6501
|
]
|
|
6502
6502
|
},
|
|
6503
|
-
"
|
|
6503
|
+
"pr:status": {
|
|
6504
6504
|
"aliases": [],
|
|
6505
6505
|
"args": {
|
|
6506
|
-
"
|
|
6507
|
-
"description": "
|
|
6508
|
-
"name": "
|
|
6506
|
+
"ticketId": {
|
|
6507
|
+
"description": "Ticket ID to check PR status for",
|
|
6508
|
+
"name": "ticketId",
|
|
6509
6509
|
"required": false
|
|
6510
6510
|
}
|
|
6511
6511
|
},
|
|
6512
|
-
"description": "View a
|
|
6512
|
+
"description": "View PR status for a ticket",
|
|
6513
6513
|
"examples": [
|
|
6514
|
-
"<%= config.bin %> <%= command.id %>
|
|
6515
|
-
"<%= config.bin %> <%= command.id %>
|
|
6514
|
+
"<%= config.bin %> <%= command.id %>",
|
|
6515
|
+
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
6516
6516
|
],
|
|
6517
6517
|
"flags": {
|
|
6518
6518
|
"project": {
|
|
@@ -6535,11 +6535,18 @@
|
|
|
6535
6535
|
"name": "machine",
|
|
6536
6536
|
"allowNo": false,
|
|
6537
6537
|
"type": "boolean"
|
|
6538
|
+
},
|
|
6539
|
+
"ticket": {
|
|
6540
|
+
"description": "Ticket ID to check (alternative to positional arg)",
|
|
6541
|
+
"name": "ticket",
|
|
6542
|
+
"hasDynamicHelp": false,
|
|
6543
|
+
"multiple": false,
|
|
6544
|
+
"type": "option"
|
|
6538
6545
|
}
|
|
6539
6546
|
},
|
|
6540
6547
|
"hasDynamicHelp": false,
|
|
6541
6548
|
"hiddenAliases": [],
|
|
6542
|
-
"id": "
|
|
6549
|
+
"id": "pr:status",
|
|
6543
6550
|
"pluginAlias": "@proletariat/cli",
|
|
6544
6551
|
"pluginName": "@proletariat/cli",
|
|
6545
6552
|
"pluginType": "core",
|
|
@@ -6548,24 +6555,23 @@
|
|
|
6548
6555
|
"relativePath": [
|
|
6549
6556
|
"dist",
|
|
6550
6557
|
"commands",
|
|
6551
|
-
"
|
|
6552
|
-
"
|
|
6558
|
+
"pr",
|
|
6559
|
+
"status.js"
|
|
6553
6560
|
]
|
|
6554
6561
|
},
|
|
6555
|
-
"
|
|
6562
|
+
"project:archive": {
|
|
6556
6563
|
"aliases": [],
|
|
6557
6564
|
"args": {
|
|
6558
|
-
"
|
|
6559
|
-
"description": "
|
|
6560
|
-
"name": "
|
|
6561
|
-
"required":
|
|
6565
|
+
"id": {
|
|
6566
|
+
"description": "Project ID",
|
|
6567
|
+
"name": "id",
|
|
6568
|
+
"required": true
|
|
6562
6569
|
}
|
|
6563
6570
|
},
|
|
6564
|
-
"description": "
|
|
6571
|
+
"description": "Archive a project (hide from default views)",
|
|
6565
6572
|
"examples": [
|
|
6566
|
-
"<%= config.bin %> <%= command.id %>",
|
|
6567
|
-
"<%= config.bin %> <%= command.id %>
|
|
6568
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
6573
|
+
"<%= config.bin %> <%= command.id %> old-project",
|
|
6574
|
+
"<%= config.bin %> <%= command.id %> old-project --force"
|
|
6569
6575
|
],
|
|
6570
6576
|
"flags": {
|
|
6571
6577
|
"project": {
|
|
@@ -6588,11 +6594,18 @@
|
|
|
6588
6594
|
"name": "machine",
|
|
6589
6595
|
"allowNo": false,
|
|
6590
6596
|
"type": "boolean"
|
|
6597
|
+
},
|
|
6598
|
+
"force": {
|
|
6599
|
+
"char": "f",
|
|
6600
|
+
"description": "Skip confirmation",
|
|
6601
|
+
"name": "force",
|
|
6602
|
+
"allowNo": false,
|
|
6603
|
+
"type": "boolean"
|
|
6591
6604
|
}
|
|
6592
6605
|
},
|
|
6593
6606
|
"hasDynamicHelp": false,
|
|
6594
6607
|
"hiddenAliases": [],
|
|
6595
|
-
"id": "
|
|
6608
|
+
"id": "project:archive",
|
|
6596
6609
|
"pluginAlias": "@proletariat/cli",
|
|
6597
6610
|
"pluginName": "@proletariat/cli",
|
|
6598
6611
|
"pluginType": "core",
|
|
@@ -6601,24 +6614,25 @@
|
|
|
6601
6614
|
"relativePath": [
|
|
6602
6615
|
"dist",
|
|
6603
6616
|
"commands",
|
|
6604
|
-
"
|
|
6605
|
-
"
|
|
6617
|
+
"project",
|
|
6618
|
+
"archive.js"
|
|
6606
6619
|
]
|
|
6607
6620
|
},
|
|
6608
|
-
"
|
|
6621
|
+
"project:create": {
|
|
6609
6622
|
"aliases": [],
|
|
6610
6623
|
"args": {
|
|
6611
|
-
"
|
|
6612
|
-
"description": "
|
|
6613
|
-
"name": "
|
|
6624
|
+
"name": {
|
|
6625
|
+
"description": "Project name",
|
|
6626
|
+
"name": "name",
|
|
6614
6627
|
"required": false
|
|
6615
6628
|
}
|
|
6616
6629
|
},
|
|
6617
|
-
"description": "
|
|
6630
|
+
"description": "Create a new project in the PMO",
|
|
6618
6631
|
"examples": [
|
|
6619
|
-
"<%= config.bin %> <%= command.id %>
|
|
6620
|
-
"<%= config.bin %> <%= command.id %>
|
|
6621
|
-
"<%= config.bin %> <%= command.id %>
|
|
6632
|
+
"<%= config.bin %> <%= command.id %> \"My New Project\"",
|
|
6633
|
+
"<%= config.bin %> <%= command.id %> --name \"Mobile App\" --description \"iOS and Android app\"",
|
|
6634
|
+
"<%= config.bin %> <%= command.id %> -i # Interactive mode",
|
|
6635
|
+
"<%= config.bin %> <%= command.id %> --name \"Test\" --dry-run --json # Validate without creating"
|
|
6622
6636
|
],
|
|
6623
6637
|
"flags": {
|
|
6624
6638
|
"project": {
|
|
@@ -6642,18 +6656,63 @@
|
|
|
6642
6656
|
"allowNo": false,
|
|
6643
6657
|
"type": "boolean"
|
|
6644
6658
|
},
|
|
6645
|
-
"
|
|
6646
|
-
"char": "
|
|
6647
|
-
"description": "
|
|
6648
|
-
"name": "
|
|
6659
|
+
"name": {
|
|
6660
|
+
"char": "n",
|
|
6661
|
+
"description": "Project name [required for non-interactive]",
|
|
6662
|
+
"name": "name",
|
|
6663
|
+
"hasDynamicHelp": false,
|
|
6664
|
+
"multiple": false,
|
|
6665
|
+
"type": "option"
|
|
6666
|
+
},
|
|
6667
|
+
"id": {
|
|
6668
|
+
"description": "Custom project ID (auto-generated from name if not provided)",
|
|
6669
|
+
"name": "id",
|
|
6670
|
+
"hasDynamicHelp": false,
|
|
6671
|
+
"multiple": false,
|
|
6672
|
+
"type": "option"
|
|
6673
|
+
},
|
|
6674
|
+
"description": {
|
|
6675
|
+
"char": "d",
|
|
6676
|
+
"description": "Project description",
|
|
6677
|
+
"name": "description",
|
|
6678
|
+
"hasDynamicHelp": false,
|
|
6679
|
+
"multiple": false,
|
|
6680
|
+
"type": "option"
|
|
6681
|
+
},
|
|
6682
|
+
"template": {
|
|
6683
|
+
"char": "t",
|
|
6684
|
+
"description": "Workflow template",
|
|
6685
|
+
"name": "template",
|
|
6686
|
+
"default": "kanban",
|
|
6649
6687
|
"hasDynamicHelp": false,
|
|
6650
6688
|
"multiple": false,
|
|
6689
|
+
"options": [
|
|
6690
|
+
"default",
|
|
6691
|
+
"kanban",
|
|
6692
|
+
"linear",
|
|
6693
|
+
"5-tool-founder",
|
|
6694
|
+
"bug-smash",
|
|
6695
|
+
"gtm"
|
|
6696
|
+
],
|
|
6651
6697
|
"type": "option"
|
|
6698
|
+
},
|
|
6699
|
+
"interactive": {
|
|
6700
|
+
"char": "i",
|
|
6701
|
+
"description": "Interactive mode",
|
|
6702
|
+
"name": "interactive",
|
|
6703
|
+
"allowNo": false,
|
|
6704
|
+
"type": "boolean"
|
|
6705
|
+
},
|
|
6706
|
+
"dry-run": {
|
|
6707
|
+
"description": "Validate inputs without creating project (use with --json for structured output)",
|
|
6708
|
+
"name": "dry-run",
|
|
6709
|
+
"allowNo": false,
|
|
6710
|
+
"type": "boolean"
|
|
6652
6711
|
}
|
|
6653
6712
|
},
|
|
6654
6713
|
"hasDynamicHelp": false,
|
|
6655
6714
|
"hiddenAliases": [],
|
|
6656
|
-
"id": "
|
|
6715
|
+
"id": "project:create",
|
|
6657
6716
|
"pluginAlias": "@proletariat/cli",
|
|
6658
6717
|
"pluginName": "@proletariat/cli",
|
|
6659
6718
|
"pluginType": "core",
|
|
@@ -6662,25 +6721,23 @@
|
|
|
6662
6721
|
"relativePath": [
|
|
6663
6722
|
"dist",
|
|
6664
6723
|
"commands",
|
|
6665
|
-
"
|
|
6666
|
-
"
|
|
6724
|
+
"project",
|
|
6725
|
+
"create.js"
|
|
6667
6726
|
]
|
|
6668
6727
|
},
|
|
6669
|
-
"
|
|
6728
|
+
"project:delete": {
|
|
6670
6729
|
"aliases": [],
|
|
6671
6730
|
"args": {
|
|
6672
|
-
"
|
|
6673
|
-
"description": "
|
|
6674
|
-
"name": "
|
|
6731
|
+
"id": {
|
|
6732
|
+
"description": "Project ID to delete - prompts with dropdown if not provided",
|
|
6733
|
+
"name": "id",
|
|
6675
6734
|
"required": false
|
|
6676
6735
|
}
|
|
6677
6736
|
},
|
|
6678
|
-
"description": "
|
|
6737
|
+
"description": "Delete a project from the PMO",
|
|
6679
6738
|
"examples": [
|
|
6680
|
-
"<%= config.bin %> <%= command.id %>",
|
|
6681
|
-
"<%= config.bin %> <%= command.id %>
|
|
6682
|
-
"<%= config.bin %> <%= command.id %> --draft",
|
|
6683
|
-
"<%= config.bin %> <%= command.id %> --base develop"
|
|
6739
|
+
"<%= config.bin %> <%= command.id %> my-project",
|
|
6740
|
+
"<%= config.bin %> <%= command.id %> my-project --force"
|
|
6684
6741
|
],
|
|
6685
6742
|
"flags": {
|
|
6686
6743
|
"project": {
|
|
@@ -6704,53 +6761,17 @@
|
|
|
6704
6761
|
"allowNo": false,
|
|
6705
6762
|
"type": "boolean"
|
|
6706
6763
|
},
|
|
6707
|
-
"
|
|
6708
|
-
"char": "
|
|
6709
|
-
"description": "
|
|
6710
|
-
"name": "
|
|
6711
|
-
"hasDynamicHelp": false,
|
|
6712
|
-
"multiple": false,
|
|
6713
|
-
"type": "option"
|
|
6714
|
-
},
|
|
6715
|
-
"draft": {
|
|
6716
|
-
"char": "d",
|
|
6717
|
-
"description": "Create as draft PR",
|
|
6718
|
-
"name": "draft",
|
|
6719
|
-
"allowNo": false,
|
|
6720
|
-
"type": "boolean"
|
|
6721
|
-
},
|
|
6722
|
-
"no-link": {
|
|
6723
|
-
"description": "Skip linking PR to ticket",
|
|
6724
|
-
"name": "no-link",
|
|
6764
|
+
"force": {
|
|
6765
|
+
"char": "f",
|
|
6766
|
+
"description": "Skip confirmation prompt",
|
|
6767
|
+
"name": "force",
|
|
6725
6768
|
"allowNo": false,
|
|
6726
6769
|
"type": "boolean"
|
|
6727
|
-
},
|
|
6728
|
-
"title": {
|
|
6729
|
-
"char": "t",
|
|
6730
|
-
"description": "PR title (auto-generated from ticket if not provided)",
|
|
6731
|
-
"name": "title",
|
|
6732
|
-
"hasDynamicHelp": false,
|
|
6733
|
-
"multiple": false,
|
|
6734
|
-
"type": "option"
|
|
6735
|
-
},
|
|
6736
|
-
"body": {
|
|
6737
|
-
"description": "PR body/description",
|
|
6738
|
-
"name": "body",
|
|
6739
|
-
"hasDynamicHelp": false,
|
|
6740
|
-
"multiple": false,
|
|
6741
|
-
"type": "option"
|
|
6742
|
-
},
|
|
6743
|
-
"ticket": {
|
|
6744
|
-
"description": "Ticket ID to link (alternative to positional arg)",
|
|
6745
|
-
"name": "ticket",
|
|
6746
|
-
"hasDynamicHelp": false,
|
|
6747
|
-
"multiple": false,
|
|
6748
|
-
"type": "option"
|
|
6749
6770
|
}
|
|
6750
6771
|
},
|
|
6751
6772
|
"hasDynamicHelp": false,
|
|
6752
6773
|
"hiddenAliases": [],
|
|
6753
|
-
"id": "
|
|
6774
|
+
"id": "project:delete",
|
|
6754
6775
|
"pluginAlias": "@proletariat/cli",
|
|
6755
6776
|
"pluginName": "@proletariat/cli",
|
|
6756
6777
|
"pluginType": "core",
|
|
@@ -6759,14 +6780,14 @@
|
|
|
6759
6780
|
"relativePath": [
|
|
6760
6781
|
"dist",
|
|
6761
6782
|
"commands",
|
|
6762
|
-
"
|
|
6763
|
-
"
|
|
6783
|
+
"project",
|
|
6784
|
+
"delete.js"
|
|
6764
6785
|
]
|
|
6765
6786
|
},
|
|
6766
|
-
"
|
|
6787
|
+
"project": {
|
|
6767
6788
|
"aliases": [],
|
|
6768
6789
|
"args": {},
|
|
6769
|
-
"description": "Interactive menu for
|
|
6790
|
+
"description": "Interactive menu for project operations",
|
|
6770
6791
|
"examples": [
|
|
6771
6792
|
"<%= config.bin %> <%= command.id %>"
|
|
6772
6793
|
],
|
|
@@ -6791,28 +6812,11 @@
|
|
|
6791
6812
|
"name": "machine",
|
|
6792
6813
|
"allowNo": false,
|
|
6793
6814
|
"type": "boolean"
|
|
6794
|
-
},
|
|
6795
|
-
"action": {
|
|
6796
|
-
"char": "a",
|
|
6797
|
-
"description": "Action to perform (list, create, merge, close, checks, link, status)",
|
|
6798
|
-
"name": "action",
|
|
6799
|
-
"hasDynamicHelp": false,
|
|
6800
|
-
"multiple": false,
|
|
6801
|
-
"options": [
|
|
6802
|
-
"list",
|
|
6803
|
-
"create",
|
|
6804
|
-
"merge",
|
|
6805
|
-
"close",
|
|
6806
|
-
"checks",
|
|
6807
|
-
"link",
|
|
6808
|
-
"status"
|
|
6809
|
-
],
|
|
6810
|
-
"type": "option"
|
|
6811
6815
|
}
|
|
6812
6816
|
},
|
|
6813
6817
|
"hasDynamicHelp": false,
|
|
6814
6818
|
"hiddenAliases": [],
|
|
6815
|
-
"id": "
|
|
6819
|
+
"id": "project",
|
|
6816
6820
|
"pluginAlias": "@proletariat/cli",
|
|
6817
6821
|
"pluginName": "@proletariat/cli",
|
|
6818
6822
|
"pluginType": "core",
|
|
@@ -6821,25 +6825,18 @@
|
|
|
6821
6825
|
"relativePath": [
|
|
6822
6826
|
"dist",
|
|
6823
6827
|
"commands",
|
|
6824
|
-
"
|
|
6828
|
+
"project",
|
|
6825
6829
|
"index.js"
|
|
6826
6830
|
]
|
|
6827
6831
|
},
|
|
6828
|
-
"
|
|
6832
|
+
"project:list": {
|
|
6829
6833
|
"aliases": [],
|
|
6830
|
-
"args": {
|
|
6831
|
-
|
|
6832
|
-
"description": "Ticket ID to link PR to",
|
|
6833
|
-
"name": "ticketId",
|
|
6834
|
-
"required": false
|
|
6835
|
-
}
|
|
6836
|
-
},
|
|
6837
|
-
"description": "Link an existing GitHub pull request to a ticket",
|
|
6834
|
+
"args": {},
|
|
6835
|
+
"description": "List all projects in the PMO",
|
|
6838
6836
|
"examples": [
|
|
6839
6837
|
"<%= config.bin %> <%= command.id %>",
|
|
6840
|
-
"<%= config.bin %> <%= command.id %>
|
|
6841
|
-
"<%= config.bin %> <%= command.id %>
|
|
6842
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --url https://github.com/owner/repo/pull/123"
|
|
6838
|
+
"<%= config.bin %> <%= command.id %> --archived",
|
|
6839
|
+
"<%= config.bin %> <%= command.id %> --all"
|
|
6843
6840
|
],
|
|
6844
6841
|
"flags": {
|
|
6845
6842
|
"project": {
|
|
@@ -6863,39 +6860,23 @@
|
|
|
6863
6860
|
"allowNo": false,
|
|
6864
6861
|
"type": "boolean"
|
|
6865
6862
|
},
|
|
6866
|
-
"
|
|
6867
|
-
"char": "
|
|
6868
|
-
"description": "
|
|
6869
|
-
"name": "
|
|
6870
|
-
"
|
|
6871
|
-
"
|
|
6872
|
-
"type": "option"
|
|
6873
|
-
},
|
|
6874
|
-
"url": {
|
|
6875
|
-
"char": "u",
|
|
6876
|
-
"description": "PR URL to link",
|
|
6877
|
-
"name": "url",
|
|
6878
|
-
"hasDynamicHelp": false,
|
|
6879
|
-
"multiple": false,
|
|
6880
|
-
"type": "option"
|
|
6881
|
-
},
|
|
6882
|
-
"ticket": {
|
|
6883
|
-
"description": "Ticket ID to link (alternative to positional arg)",
|
|
6884
|
-
"name": "ticket",
|
|
6885
|
-
"hasDynamicHelp": false,
|
|
6886
|
-
"multiple": false,
|
|
6887
|
-
"type": "option"
|
|
6863
|
+
"archived": {
|
|
6864
|
+
"char": "a",
|
|
6865
|
+
"description": "Show only archived projects",
|
|
6866
|
+
"name": "archived",
|
|
6867
|
+
"allowNo": false,
|
|
6868
|
+
"type": "boolean"
|
|
6888
6869
|
},
|
|
6889
|
-
"
|
|
6890
|
-
"description": "
|
|
6891
|
-
"name": "
|
|
6870
|
+
"all": {
|
|
6871
|
+
"description": "Show all projects (including archived)",
|
|
6872
|
+
"name": "all",
|
|
6892
6873
|
"allowNo": false,
|
|
6893
6874
|
"type": "boolean"
|
|
6894
6875
|
}
|
|
6895
6876
|
},
|
|
6896
6877
|
"hasDynamicHelp": false,
|
|
6897
6878
|
"hiddenAliases": [],
|
|
6898
|
-
"id": "
|
|
6879
|
+
"id": "project:list",
|
|
6899
6880
|
"pluginAlias": "@proletariat/cli",
|
|
6900
6881
|
"pluginName": "@proletariat/cli",
|
|
6901
6882
|
"pluginType": "core",
|
|
@@ -6904,20 +6885,25 @@
|
|
|
6904
6885
|
"relativePath": [
|
|
6905
6886
|
"dist",
|
|
6906
6887
|
"commands",
|
|
6907
|
-
"
|
|
6908
|
-
"
|
|
6888
|
+
"project",
|
|
6889
|
+
"list.js"
|
|
6909
6890
|
]
|
|
6910
6891
|
},
|
|
6911
|
-
"
|
|
6892
|
+
"project:spec": {
|
|
6912
6893
|
"aliases": [],
|
|
6913
|
-
"args": {
|
|
6914
|
-
|
|
6894
|
+
"args": {
|
|
6895
|
+
"projectId": {
|
|
6896
|
+
"description": "Project ID",
|
|
6897
|
+
"name": "projectId",
|
|
6898
|
+
"required": false
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
6901
|
+
"description": "Manage specs associated with a project (many-to-many)",
|
|
6915
6902
|
"examples": [
|
|
6916
|
-
"<%= config.bin %> <%= command.id %>",
|
|
6917
|
-
"<%= config.bin %> <%= command.id %> --
|
|
6918
|
-
"<%= config.bin %> <%= command.id %> --
|
|
6919
|
-
"<%= config.bin %> <%= command.id %>
|
|
6920
|
-
"<%= config.bin %> <%= command.id %> --machine"
|
|
6903
|
+
"<%= config.bin %> <%= command.id %> my-project",
|
|
6904
|
+
"<%= config.bin %> <%= command.id %> my-project --add SPEC-001",
|
|
6905
|
+
"<%= config.bin %> <%= command.id %> my-project --remove SPEC-001",
|
|
6906
|
+
"<%= config.bin %> <%= command.id %>"
|
|
6921
6907
|
],
|
|
6922
6908
|
"flags": {
|
|
6923
6909
|
"project": {
|
|
@@ -6941,39 +6927,18 @@
|
|
|
6941
6927
|
"allowNo": false,
|
|
6942
6928
|
"type": "boolean"
|
|
6943
6929
|
},
|
|
6944
|
-
"
|
|
6945
|
-
"char": "
|
|
6946
|
-
"description": "
|
|
6947
|
-
"name": "
|
|
6948
|
-
"default": "open",
|
|
6949
|
-
"hasDynamicHelp": false,
|
|
6950
|
-
"multiple": false,
|
|
6951
|
-
"options": [
|
|
6952
|
-
"open",
|
|
6953
|
-
"draft",
|
|
6954
|
-
"all"
|
|
6955
|
-
],
|
|
6956
|
-
"type": "option"
|
|
6957
|
-
},
|
|
6958
|
-
"format": {
|
|
6959
|
-
"char": "f",
|
|
6960
|
-
"description": "Output format",
|
|
6961
|
-
"name": "format",
|
|
6962
|
-
"default": "table",
|
|
6930
|
+
"add": {
|
|
6931
|
+
"char": "a",
|
|
6932
|
+
"description": "Add a spec to this project",
|
|
6933
|
+
"name": "add",
|
|
6963
6934
|
"hasDynamicHelp": false,
|
|
6964
6935
|
"multiple": false,
|
|
6965
|
-
"options": [
|
|
6966
|
-
"table",
|
|
6967
|
-
"compact",
|
|
6968
|
-
"json"
|
|
6969
|
-
],
|
|
6970
6936
|
"type": "option"
|
|
6971
6937
|
},
|
|
6972
|
-
"
|
|
6973
|
-
"char": "
|
|
6974
|
-
"description": "
|
|
6975
|
-
"name": "
|
|
6976
|
-
"default": 50,
|
|
6938
|
+
"remove": {
|
|
6939
|
+
"char": "r",
|
|
6940
|
+
"description": "Remove a spec from this project",
|
|
6941
|
+
"name": "remove",
|
|
6977
6942
|
"hasDynamicHelp": false,
|
|
6978
6943
|
"multiple": false,
|
|
6979
6944
|
"type": "option"
|
|
@@ -6981,7 +6946,7 @@
|
|
|
6981
6946
|
},
|
|
6982
6947
|
"hasDynamicHelp": false,
|
|
6983
6948
|
"hiddenAliases": [],
|
|
6984
|
-
"id": "
|
|
6949
|
+
"id": "project:spec",
|
|
6985
6950
|
"pluginAlias": "@proletariat/cli",
|
|
6986
6951
|
"pluginName": "@proletariat/cli",
|
|
6987
6952
|
"pluginType": "core",
|
|
@@ -6990,25 +6955,22 @@
|
|
|
6990
6955
|
"relativePath": [
|
|
6991
6956
|
"dist",
|
|
6992
6957
|
"commands",
|
|
6993
|
-
"
|
|
6994
|
-
"
|
|
6958
|
+
"project",
|
|
6959
|
+
"spec.js"
|
|
6995
6960
|
]
|
|
6996
6961
|
},
|
|
6997
|
-
"
|
|
6962
|
+
"project:unarchive": {
|
|
6998
6963
|
"aliases": [],
|
|
6999
6964
|
"args": {
|
|
7000
|
-
"
|
|
7001
|
-
"description": "
|
|
7002
|
-
"name": "
|
|
7003
|
-
"required":
|
|
6965
|
+
"id": {
|
|
6966
|
+
"description": "Project ID",
|
|
6967
|
+
"name": "id",
|
|
6968
|
+
"required": true
|
|
7004
6969
|
}
|
|
7005
6970
|
},
|
|
7006
|
-
"description": "
|
|
6971
|
+
"description": "Unarchive a project (restore to default views)",
|
|
7007
6972
|
"examples": [
|
|
7008
|
-
"<%= config.bin %> <%= command.id %>
|
|
7009
|
-
"<%= config.bin %> <%= command.id %> 123 --method squash",
|
|
7010
|
-
"<%= config.bin %> <%= command.id %> 123 --no-delete-branch",
|
|
7011
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
6973
|
+
"<%= config.bin %> <%= command.id %> old-project"
|
|
7012
6974
|
],
|
|
7013
6975
|
"flags": {
|
|
7014
6976
|
"project": {
|
|
@@ -7031,36 +6993,11 @@
|
|
|
7031
6993
|
"name": "machine",
|
|
7032
6994
|
"allowNo": false,
|
|
7033
6995
|
"type": "boolean"
|
|
7034
|
-
},
|
|
7035
|
-
"method": {
|
|
7036
|
-
"description": "Merge method",
|
|
7037
|
-
"name": "method",
|
|
7038
|
-
"default": "squash",
|
|
7039
|
-
"hasDynamicHelp": false,
|
|
7040
|
-
"multiple": false,
|
|
7041
|
-
"options": [
|
|
7042
|
-
"merge",
|
|
7043
|
-
"squash",
|
|
7044
|
-
"rebase"
|
|
7045
|
-
],
|
|
7046
|
-
"type": "option"
|
|
7047
|
-
},
|
|
7048
|
-
"delete-branch": {
|
|
7049
|
-
"description": "Delete branch after merging",
|
|
7050
|
-
"name": "delete-branch",
|
|
7051
|
-
"allowNo": true,
|
|
7052
|
-
"type": "boolean"
|
|
7053
|
-
},
|
|
7054
|
-
"admin": {
|
|
7055
|
-
"description": "Use admin privileges to bypass branch protections",
|
|
7056
|
-
"name": "admin",
|
|
7057
|
-
"allowNo": false,
|
|
7058
|
-
"type": "boolean"
|
|
7059
6996
|
}
|
|
7060
6997
|
},
|
|
7061
6998
|
"hasDynamicHelp": false,
|
|
7062
6999
|
"hiddenAliases": [],
|
|
7063
|
-
"id": "
|
|
7000
|
+
"id": "project:unarchive",
|
|
7064
7001
|
"pluginAlias": "@proletariat/cli",
|
|
7065
7002
|
"pluginName": "@proletariat/cli",
|
|
7066
7003
|
"pluginType": "core",
|
|
@@ -7069,23 +7006,25 @@
|
|
|
7069
7006
|
"relativePath": [
|
|
7070
7007
|
"dist",
|
|
7071
7008
|
"commands",
|
|
7072
|
-
"
|
|
7073
|
-
"
|
|
7009
|
+
"project",
|
|
7010
|
+
"unarchive.js"
|
|
7074
7011
|
]
|
|
7075
7012
|
},
|
|
7076
|
-
"
|
|
7013
|
+
"project:update": {
|
|
7077
7014
|
"aliases": [],
|
|
7078
7015
|
"args": {
|
|
7079
|
-
"
|
|
7080
|
-
"description": "
|
|
7081
|
-
"name": "
|
|
7016
|
+
"id": {
|
|
7017
|
+
"description": "Project ID or name",
|
|
7018
|
+
"name": "id",
|
|
7082
7019
|
"required": false
|
|
7083
7020
|
}
|
|
7084
7021
|
},
|
|
7085
|
-
"description": "
|
|
7022
|
+
"description": "Update project metadata (name, description)",
|
|
7086
7023
|
"examples": [
|
|
7087
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7088
|
-
"<%= config.bin %> <%= command.id %>
|
|
7024
|
+
"<%= config.bin %> <%= command.id %> my-project --name \"New Project Name\"",
|
|
7025
|
+
"<%= config.bin %> <%= command.id %> my-project --description \"Updated description\"",
|
|
7026
|
+
"<%= config.bin %> <%= command.id %> my-project --name \"New Name\" --description \"New description\"",
|
|
7027
|
+
"<%= config.bin %> <%= command.id %> my-project # Interactive mode"
|
|
7089
7028
|
],
|
|
7090
7029
|
"flags": {
|
|
7091
7030
|
"project": {
|
|
@@ -7109,9 +7048,18 @@
|
|
|
7109
7048
|
"allowNo": false,
|
|
7110
7049
|
"type": "boolean"
|
|
7111
7050
|
},
|
|
7112
|
-
"
|
|
7113
|
-
"
|
|
7114
|
-
"
|
|
7051
|
+
"name": {
|
|
7052
|
+
"char": "n",
|
|
7053
|
+
"description": "New project name",
|
|
7054
|
+
"name": "name",
|
|
7055
|
+
"hasDynamicHelp": false,
|
|
7056
|
+
"multiple": false,
|
|
7057
|
+
"type": "option"
|
|
7058
|
+
},
|
|
7059
|
+
"description": {
|
|
7060
|
+
"char": "d",
|
|
7061
|
+
"description": "New project description",
|
|
7062
|
+
"name": "description",
|
|
7115
7063
|
"hasDynamicHelp": false,
|
|
7116
7064
|
"multiple": false,
|
|
7117
7065
|
"type": "option"
|
|
@@ -7119,7 +7067,7 @@
|
|
|
7119
7067
|
},
|
|
7120
7068
|
"hasDynamicHelp": false,
|
|
7121
7069
|
"hiddenAliases": [],
|
|
7122
|
-
"id": "
|
|
7070
|
+
"id": "project:update",
|
|
7123
7071
|
"pluginAlias": "@proletariat/cli",
|
|
7124
7072
|
"pluginName": "@proletariat/cli",
|
|
7125
7073
|
"pluginType": "core",
|
|
@@ -7128,24 +7076,33 @@
|
|
|
7128
7076
|
"relativePath": [
|
|
7129
7077
|
"dist",
|
|
7130
7078
|
"commands",
|
|
7131
|
-
"
|
|
7132
|
-
"
|
|
7079
|
+
"project",
|
|
7080
|
+
"update.js"
|
|
7133
7081
|
]
|
|
7134
7082
|
},
|
|
7135
|
-
"
|
|
7136
|
-
"aliases": [
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7083
|
+
"project:view": {
|
|
7084
|
+
"aliases": [],
|
|
7085
|
+
"args": {
|
|
7086
|
+
"id": {
|
|
7087
|
+
"description": "Project ID to view - prompts with dropdown if not provided",
|
|
7088
|
+
"name": "id",
|
|
7089
|
+
"required": false
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
"description": "View a project's board",
|
|
7141
7093
|
"examples": [
|
|
7142
|
-
"<%= config.bin %> <%= command.id %>
|
|
7143
|
-
"<%= config.bin %> <%= command.id %>
|
|
7144
|
-
"<%= config.bin %> <%= command.id %> --watch # Stream agent's tmux screen",
|
|
7145
|
-
"<%= config.bin %> <%= command.id %> --environment host # Run on host instead of container",
|
|
7146
|
-
"<%= config.bin %> <%= command.id %> --seed --watch # Seed data and watch live"
|
|
7094
|
+
"<%= config.bin %> <%= command.id %> my-project",
|
|
7095
|
+
"<%= config.bin %> <%= command.id %> # Views default project"
|
|
7147
7096
|
],
|
|
7148
7097
|
"flags": {
|
|
7098
|
+
"project": {
|
|
7099
|
+
"char": "P",
|
|
7100
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7101
|
+
"name": "project",
|
|
7102
|
+
"hasDynamicHelp": false,
|
|
7103
|
+
"multiple": false,
|
|
7104
|
+
"type": "option"
|
|
7105
|
+
},
|
|
7149
7106
|
"json": {
|
|
7150
7107
|
"description": "Output as JSON for AI agents/scripts",
|
|
7151
7108
|
"name": "json",
|
|
@@ -7158,15 +7115,58 @@
|
|
|
7158
7115
|
"name": "machine",
|
|
7159
7116
|
"allowNo": false,
|
|
7160
7117
|
"type": "boolean"
|
|
7161
|
-
}
|
|
7162
|
-
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7168
|
-
|
|
7169
|
-
|
|
7118
|
+
}
|
|
7119
|
+
},
|
|
7120
|
+
"hasDynamicHelp": false,
|
|
7121
|
+
"hiddenAliases": [],
|
|
7122
|
+
"id": "project:view",
|
|
7123
|
+
"pluginAlias": "@proletariat/cli",
|
|
7124
|
+
"pluginName": "@proletariat/cli",
|
|
7125
|
+
"pluginType": "core",
|
|
7126
|
+
"strict": true,
|
|
7127
|
+
"isESM": true,
|
|
7128
|
+
"relativePath": [
|
|
7129
|
+
"dist",
|
|
7130
|
+
"commands",
|
|
7131
|
+
"project",
|
|
7132
|
+
"view.js"
|
|
7133
|
+
]
|
|
7134
|
+
},
|
|
7135
|
+
"qa": {
|
|
7136
|
+
"aliases": [
|
|
7137
|
+
"explore"
|
|
7138
|
+
],
|
|
7139
|
+
"args": {},
|
|
7140
|
+
"description": "Spawn an exploratory QA agent to autonomously test the CLI (no ticket required)",
|
|
7141
|
+
"examples": [
|
|
7142
|
+
"<%= config.bin %> <%= command.id %> # Quick launch QA agent",
|
|
7143
|
+
"<%= config.bin %> <%= command.id %> --seed # Seed test data first",
|
|
7144
|
+
"<%= config.bin %> <%= command.id %> --watch # Stream agent's tmux screen",
|
|
7145
|
+
"<%= config.bin %> <%= command.id %> --environment host # Run on host instead of container",
|
|
7146
|
+
"<%= config.bin %> <%= command.id %> --seed --watch # Seed data and watch live"
|
|
7147
|
+
],
|
|
7148
|
+
"flags": {
|
|
7149
|
+
"json": {
|
|
7150
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7151
|
+
"name": "json",
|
|
7152
|
+
"allowNo": false,
|
|
7153
|
+
"type": "boolean"
|
|
7154
|
+
},
|
|
7155
|
+
"machine": {
|
|
7156
|
+
"char": "m",
|
|
7157
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
7158
|
+
"name": "machine",
|
|
7159
|
+
"allowNo": false,
|
|
7160
|
+
"type": "boolean"
|
|
7161
|
+
},
|
|
7162
|
+
"seed": {
|
|
7163
|
+
"char": "s",
|
|
7164
|
+
"description": "Seed test data before starting QA (runs seed-explore-data.mjs)",
|
|
7165
|
+
"name": "seed",
|
|
7166
|
+
"allowNo": false,
|
|
7167
|
+
"type": "boolean"
|
|
7168
|
+
},
|
|
7169
|
+
"watch": {
|
|
7170
7170
|
"char": "w",
|
|
7171
7171
|
"description": "Stream the agent's tmux screen to your terminal in real-time",
|
|
7172
7172
|
"name": "watch",
|
|
@@ -9659,12 +9659,17 @@
|
|
|
9659
9659
|
"remove.js"
|
|
9660
9660
|
]
|
|
9661
9661
|
},
|
|
9662
|
-
"
|
|
9662
|
+
"trello:configure": {
|
|
9663
9663
|
"aliases": [],
|
|
9664
9664
|
"args": {},
|
|
9665
|
-
"description": "
|
|
9665
|
+
"description": "Connect to Trello and configure authentication",
|
|
9666
9666
|
"examples": [
|
|
9667
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9667
|
+
"<%= config.bin %> <%= command.id %>",
|
|
9668
|
+
"<%= config.bin %> <%= command.id %> --check",
|
|
9669
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
9670
|
+
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
9671
|
+
"TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
9672
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
9668
9673
|
],
|
|
9669
9674
|
"flags": {
|
|
9670
9675
|
"project": {
|
|
@@ -9687,11 +9692,36 @@
|
|
|
9687
9692
|
"name": "machine",
|
|
9688
9693
|
"allowNo": false,
|
|
9689
9694
|
"type": "boolean"
|
|
9695
|
+
},
|
|
9696
|
+
"check": {
|
|
9697
|
+
"description": "Only check if Trello credentials are valid (do not prompt)",
|
|
9698
|
+
"name": "check",
|
|
9699
|
+
"allowNo": false,
|
|
9700
|
+
"type": "boolean"
|
|
9701
|
+
},
|
|
9702
|
+
"force": {
|
|
9703
|
+
"description": "Force re-authentication even if credentials exist",
|
|
9704
|
+
"name": "force",
|
|
9705
|
+
"allowNo": false,
|
|
9706
|
+
"type": "boolean"
|
|
9707
|
+
},
|
|
9708
|
+
"disconnect": {
|
|
9709
|
+
"description": "Remove stored Trello credentials and configuration",
|
|
9710
|
+
"name": "disconnect",
|
|
9711
|
+
"allowNo": false,
|
|
9712
|
+
"type": "boolean"
|
|
9713
|
+
},
|
|
9714
|
+
"board": {
|
|
9715
|
+
"description": "Default board ID or name",
|
|
9716
|
+
"name": "board",
|
|
9717
|
+
"hasDynamicHelp": false,
|
|
9718
|
+
"multiple": false,
|
|
9719
|
+
"type": "option"
|
|
9690
9720
|
}
|
|
9691
9721
|
},
|
|
9692
9722
|
"hasDynamicHelp": false,
|
|
9693
9723
|
"hiddenAliases": [],
|
|
9694
|
-
"id": "
|
|
9724
|
+
"id": "trello:configure",
|
|
9695
9725
|
"pluginAlias": "@proletariat/cli",
|
|
9696
9726
|
"pluginName": "@proletariat/cli",
|
|
9697
9727
|
"pluginType": "core",
|
|
@@ -9700,24 +9730,89 @@
|
|
|
9700
9730
|
"relativePath": [
|
|
9701
9731
|
"dist",
|
|
9702
9732
|
"commands",
|
|
9703
|
-
"
|
|
9704
|
-
"
|
|
9733
|
+
"trello",
|
|
9734
|
+
"configure.js"
|
|
9705
9735
|
]
|
|
9706
9736
|
},
|
|
9707
|
-
"
|
|
9737
|
+
"trello:import": {
|
|
9708
9738
|
"aliases": [],
|
|
9709
|
-
"args": {
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9739
|
+
"args": {},
|
|
9740
|
+
"description": "Import Trello cards into PMO as tickets",
|
|
9741
|
+
"examples": [
|
|
9742
|
+
"<%= config.bin %> <%= command.id %> # Interactive: select cards from board",
|
|
9743
|
+
"<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 cards",
|
|
9744
|
+
"<%= config.bin %> <%= command.id %> --all # Import all matching cards",
|
|
9745
|
+
"<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
|
|
9746
|
+
"<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
|
|
9747
|
+
],
|
|
9748
|
+
"flags": {
|
|
9749
|
+
"project": {
|
|
9750
|
+
"char": "P",
|
|
9751
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9752
|
+
"name": "project",
|
|
9753
|
+
"hasDynamicHelp": false,
|
|
9754
|
+
"multiple": false,
|
|
9755
|
+
"type": "option"
|
|
9756
|
+
},
|
|
9757
|
+
"json": {
|
|
9758
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
9759
|
+
"name": "json",
|
|
9760
|
+
"allowNo": false,
|
|
9761
|
+
"type": "boolean"
|
|
9762
|
+
},
|
|
9763
|
+
"machine": {
|
|
9764
|
+
"char": "m",
|
|
9765
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
9766
|
+
"name": "machine",
|
|
9767
|
+
"allowNo": false,
|
|
9768
|
+
"type": "boolean"
|
|
9769
|
+
},
|
|
9770
|
+
"limit": {
|
|
9771
|
+
"char": "n",
|
|
9772
|
+
"description": "Maximum number of cards to import",
|
|
9773
|
+
"name": "limit",
|
|
9774
|
+
"default": 50,
|
|
9775
|
+
"hasDynamicHelp": false,
|
|
9776
|
+
"multiple": false,
|
|
9777
|
+
"type": "option"
|
|
9778
|
+
},
|
|
9779
|
+
"all": {
|
|
9780
|
+
"char": "a",
|
|
9781
|
+
"description": "Import all matching cards without interactive selection",
|
|
9782
|
+
"name": "all",
|
|
9783
|
+
"allowNo": false,
|
|
9784
|
+
"type": "boolean"
|
|
9785
|
+
},
|
|
9786
|
+
"dry-run": {
|
|
9787
|
+
"description": "Preview cards that would be imported without creating tickets",
|
|
9788
|
+
"name": "dry-run",
|
|
9789
|
+
"allowNo": false,
|
|
9790
|
+
"type": "boolean"
|
|
9714
9791
|
}
|
|
9715
9792
|
},
|
|
9716
|
-
"
|
|
9793
|
+
"hasDynamicHelp": false,
|
|
9794
|
+
"hiddenAliases": [],
|
|
9795
|
+
"id": "trello:import",
|
|
9796
|
+
"pluginAlias": "@proletariat/cli",
|
|
9797
|
+
"pluginName": "@proletariat/cli",
|
|
9798
|
+
"pluginType": "core",
|
|
9799
|
+
"strict": true,
|
|
9800
|
+
"isESM": true,
|
|
9801
|
+
"relativePath": [
|
|
9802
|
+
"dist",
|
|
9803
|
+
"commands",
|
|
9804
|
+
"trello",
|
|
9805
|
+
"import.js"
|
|
9806
|
+
]
|
|
9807
|
+
},
|
|
9808
|
+
"trello:sync": {
|
|
9809
|
+
"aliases": [],
|
|
9810
|
+
"args": {},
|
|
9811
|
+
"description": "Sync PMO tickets to Trello cards",
|
|
9717
9812
|
"examples": [
|
|
9718
|
-
"<%= config.bin %> <%= command.id %>",
|
|
9719
|
-
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
9720
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9813
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
|
|
9814
|
+
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
9815
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
9721
9816
|
],
|
|
9722
9817
|
"flags": {
|
|
9723
9818
|
"project": {
|
|
@@ -9741,24 +9836,43 @@
|
|
|
9741
9836
|
"allowNo": false,
|
|
9742
9837
|
"type": "boolean"
|
|
9743
9838
|
},
|
|
9744
|
-
"
|
|
9745
|
-
"
|
|
9746
|
-
"
|
|
9747
|
-
"
|
|
9839
|
+
"ticket": {
|
|
9840
|
+
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
9841
|
+
"name": "ticket",
|
|
9842
|
+
"hasDynamicHelp": false,
|
|
9843
|
+
"multiple": false,
|
|
9844
|
+
"type": "option"
|
|
9845
|
+
},
|
|
9846
|
+
"card": {
|
|
9847
|
+
"description": "Trello card ID to map to --ticket",
|
|
9848
|
+
"name": "card",
|
|
9849
|
+
"hasDynamicHelp": false,
|
|
9850
|
+
"multiple": false,
|
|
9851
|
+
"type": "option"
|
|
9852
|
+
},
|
|
9853
|
+
"list": {
|
|
9854
|
+
"description": "Trello list ID used with --create-missing",
|
|
9855
|
+
"name": "list",
|
|
9856
|
+
"hasDynamicHelp": false,
|
|
9857
|
+
"multiple": false,
|
|
9858
|
+
"type": "option"
|
|
9859
|
+
},
|
|
9860
|
+
"create-missing": {
|
|
9861
|
+
"description": "Create Trello card when no mapping exists (requires list)",
|
|
9862
|
+
"name": "create-missing",
|
|
9748
9863
|
"allowNo": false,
|
|
9749
9864
|
"type": "boolean"
|
|
9750
9865
|
},
|
|
9751
|
-
"
|
|
9752
|
-
"
|
|
9753
|
-
"
|
|
9754
|
-
"name": "force",
|
|
9866
|
+
"dry-run": {
|
|
9867
|
+
"description": "Preview sync operations without making changes",
|
|
9868
|
+
"name": "dry-run",
|
|
9755
9869
|
"allowNo": false,
|
|
9756
9870
|
"type": "boolean"
|
|
9757
9871
|
}
|
|
9758
9872
|
},
|
|
9759
9873
|
"hasDynamicHelp": false,
|
|
9760
9874
|
"hiddenAliases": [],
|
|
9761
|
-
"id": "
|
|
9875
|
+
"id": "trello:sync",
|
|
9762
9876
|
"pluginAlias": "@proletariat/cli",
|
|
9763
9877
|
"pluginName": "@proletariat/cli",
|
|
9764
9878
|
"pluginType": "core",
|
|
@@ -9767,22 +9881,16 @@
|
|
|
9767
9881
|
"relativePath": [
|
|
9768
9882
|
"dist",
|
|
9769
9883
|
"commands",
|
|
9770
|
-
"
|
|
9771
|
-
"
|
|
9884
|
+
"trello",
|
|
9885
|
+
"sync.js"
|
|
9772
9886
|
]
|
|
9773
9887
|
},
|
|
9774
|
-
"ticket:
|
|
9775
|
-
"aliases": [
|
|
9776
|
-
"ticket:categories"
|
|
9777
|
-
],
|
|
9888
|
+
"ticket:bulk": {
|
|
9889
|
+
"aliases": [],
|
|
9778
9890
|
"args": {},
|
|
9779
|
-
"description": "Manage
|
|
9891
|
+
"description": "Manage tickets in bulk (interactive menu)",
|
|
9780
9892
|
"examples": [
|
|
9781
|
-
"<%= config.bin %> <%= command.id %>"
|
|
9782
|
-
"<%= config.bin %> <%= command.id %> list",
|
|
9783
|
-
"<%= config.bin %> <%= command.id %> create spike",
|
|
9784
|
-
"<%= config.bin %> <%= command.id %> rename spike investigation",
|
|
9785
|
-
"<%= config.bin %> <%= command.id %> delete spike"
|
|
9893
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9786
9894
|
],
|
|
9787
9895
|
"flags": {
|
|
9788
9896
|
"project": {
|
|
@@ -9794,7 +9902,7 @@
|
|
|
9794
9902
|
"type": "option"
|
|
9795
9903
|
},
|
|
9796
9904
|
"json": {
|
|
9797
|
-
"description": "Output
|
|
9905
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
9798
9906
|
"name": "json",
|
|
9799
9907
|
"allowNo": false,
|
|
9800
9908
|
"type": "boolean"
|
|
@@ -9809,7 +9917,7 @@
|
|
|
9809
9917
|
},
|
|
9810
9918
|
"hasDynamicHelp": false,
|
|
9811
9919
|
"hiddenAliases": [],
|
|
9812
|
-
"id": "ticket:
|
|
9920
|
+
"id": "ticket:bulk",
|
|
9813
9921
|
"pluginAlias": "@proletariat/cli",
|
|
9814
9922
|
"pluginName": "@proletariat/cli",
|
|
9815
9923
|
"pluginType": "core",
|
|
@@ -9819,10 +9927,10 @@
|
|
|
9819
9927
|
"dist",
|
|
9820
9928
|
"commands",
|
|
9821
9929
|
"ticket",
|
|
9822
|
-
"
|
|
9930
|
+
"bulk.js"
|
|
9823
9931
|
]
|
|
9824
9932
|
},
|
|
9825
|
-
"ticket:
|
|
9933
|
+
"ticket:cancel": {
|
|
9826
9934
|
"aliases": [],
|
|
9827
9935
|
"args": {
|
|
9828
9936
|
"ticketId": {
|
|
@@ -9831,10 +9939,10 @@
|
|
|
9831
9939
|
"required": false
|
|
9832
9940
|
}
|
|
9833
9941
|
},
|
|
9834
|
-
"description": "
|
|
9942
|
+
"description": "Cancel ticket(s) (move to Canceled column)",
|
|
9835
9943
|
"examples": [
|
|
9836
9944
|
"<%= config.bin %> <%= command.id %>",
|
|
9837
|
-
"<%= config.bin %> <%= command.id %>
|
|
9945
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
9838
9946
|
"<%= config.bin %> <%= command.id %> --bulk"
|
|
9839
9947
|
],
|
|
9840
9948
|
"flags": {
|
|
@@ -9861,7 +9969,7 @@
|
|
|
9861
9969
|
},
|
|
9862
9970
|
"bulk": {
|
|
9863
9971
|
"char": "b",
|
|
9864
|
-
"description": "Enable bulk mode to
|
|
9972
|
+
"description": "Enable bulk mode to cancel multiple tickets",
|
|
9865
9973
|
"name": "bulk",
|
|
9866
9974
|
"allowNo": false,
|
|
9867
9975
|
"type": "boolean"
|
|
@@ -9876,7 +9984,7 @@
|
|
|
9876
9984
|
},
|
|
9877
9985
|
"hasDynamicHelp": false,
|
|
9878
9986
|
"hiddenAliases": [],
|
|
9879
|
-
"id": "ticket:
|
|
9987
|
+
"id": "ticket:cancel",
|
|
9880
9988
|
"pluginAlias": "@proletariat/cli",
|
|
9881
9989
|
"pluginName": "@proletariat/cli",
|
|
9882
9990
|
"pluginType": "core",
|
|
@@ -9886,13 +9994,131 @@
|
|
|
9886
9994
|
"dist",
|
|
9887
9995
|
"commands",
|
|
9888
9996
|
"ticket",
|
|
9889
|
-
"
|
|
9997
|
+
"cancel.js"
|
|
9890
9998
|
]
|
|
9891
9999
|
},
|
|
9892
|
-
"ticket:
|
|
9893
|
-
"aliases": [
|
|
9894
|
-
|
|
9895
|
-
|
|
10000
|
+
"ticket:category": {
|
|
10001
|
+
"aliases": [
|
|
10002
|
+
"ticket:categories"
|
|
10003
|
+
],
|
|
10004
|
+
"args": {},
|
|
10005
|
+
"description": "Manage ticket categories (feature, bug, refactor, etc.)",
|
|
10006
|
+
"examples": [
|
|
10007
|
+
"<%= config.bin %> <%= command.id %>",
|
|
10008
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
10009
|
+
"<%= config.bin %> <%= command.id %> create spike",
|
|
10010
|
+
"<%= config.bin %> <%= command.id %> rename spike investigation",
|
|
10011
|
+
"<%= config.bin %> <%= command.id %> delete spike"
|
|
10012
|
+
],
|
|
10013
|
+
"flags": {
|
|
10014
|
+
"project": {
|
|
10015
|
+
"char": "P",
|
|
10016
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
10017
|
+
"name": "project",
|
|
10018
|
+
"hasDynamicHelp": false,
|
|
10019
|
+
"multiple": false,
|
|
10020
|
+
"type": "option"
|
|
10021
|
+
},
|
|
10022
|
+
"json": {
|
|
10023
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
10024
|
+
"name": "json",
|
|
10025
|
+
"allowNo": false,
|
|
10026
|
+
"type": "boolean"
|
|
10027
|
+
},
|
|
10028
|
+
"machine": {
|
|
10029
|
+
"char": "m",
|
|
10030
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10031
|
+
"name": "machine",
|
|
10032
|
+
"allowNo": false,
|
|
10033
|
+
"type": "boolean"
|
|
10034
|
+
}
|
|
10035
|
+
},
|
|
10036
|
+
"hasDynamicHelp": false,
|
|
10037
|
+
"hiddenAliases": [],
|
|
10038
|
+
"id": "ticket:category",
|
|
10039
|
+
"pluginAlias": "@proletariat/cli",
|
|
10040
|
+
"pluginName": "@proletariat/cli",
|
|
10041
|
+
"pluginType": "core",
|
|
10042
|
+
"strict": true,
|
|
10043
|
+
"isESM": true,
|
|
10044
|
+
"relativePath": [
|
|
10045
|
+
"dist",
|
|
10046
|
+
"commands",
|
|
10047
|
+
"ticket",
|
|
10048
|
+
"category.js"
|
|
10049
|
+
]
|
|
10050
|
+
},
|
|
10051
|
+
"ticket:complete": {
|
|
10052
|
+
"aliases": [],
|
|
10053
|
+
"args": {
|
|
10054
|
+
"ticketId": {
|
|
10055
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
10056
|
+
"name": "ticketId",
|
|
10057
|
+
"required": false
|
|
10058
|
+
}
|
|
10059
|
+
},
|
|
10060
|
+
"description": "Mark ticket(s) as complete (move to Done column)",
|
|
10061
|
+
"examples": [
|
|
10062
|
+
"<%= config.bin %> <%= command.id %>",
|
|
10063
|
+
"<%= config.bin %> <%= command.id %> TICK-001",
|
|
10064
|
+
"<%= config.bin %> <%= command.id %> --bulk"
|
|
10065
|
+
],
|
|
10066
|
+
"flags": {
|
|
10067
|
+
"project": {
|
|
10068
|
+
"char": "P",
|
|
10069
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
10070
|
+
"name": "project",
|
|
10071
|
+
"hasDynamicHelp": false,
|
|
10072
|
+
"multiple": false,
|
|
10073
|
+
"type": "option"
|
|
10074
|
+
},
|
|
10075
|
+
"json": {
|
|
10076
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10077
|
+
"name": "json",
|
|
10078
|
+
"allowNo": false,
|
|
10079
|
+
"type": "boolean"
|
|
10080
|
+
},
|
|
10081
|
+
"machine": {
|
|
10082
|
+
"char": "m",
|
|
10083
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
10084
|
+
"name": "machine",
|
|
10085
|
+
"allowNo": false,
|
|
10086
|
+
"type": "boolean"
|
|
10087
|
+
},
|
|
10088
|
+
"bulk": {
|
|
10089
|
+
"char": "b",
|
|
10090
|
+
"description": "Enable bulk mode to complete multiple tickets",
|
|
10091
|
+
"name": "bulk",
|
|
10092
|
+
"allowNo": false,
|
|
10093
|
+
"type": "boolean"
|
|
10094
|
+
},
|
|
10095
|
+
"force": {
|
|
10096
|
+
"char": "f",
|
|
10097
|
+
"description": "Skip confirmation prompt (bulk mode only)",
|
|
10098
|
+
"name": "force",
|
|
10099
|
+
"allowNo": false,
|
|
10100
|
+
"type": "boolean"
|
|
10101
|
+
}
|
|
10102
|
+
},
|
|
10103
|
+
"hasDynamicHelp": false,
|
|
10104
|
+
"hiddenAliases": [],
|
|
10105
|
+
"id": "ticket:complete",
|
|
10106
|
+
"pluginAlias": "@proletariat/cli",
|
|
10107
|
+
"pluginName": "@proletariat/cli",
|
|
10108
|
+
"pluginType": "core",
|
|
10109
|
+
"strict": true,
|
|
10110
|
+
"isESM": true,
|
|
10111
|
+
"relativePath": [
|
|
10112
|
+
"dist",
|
|
10113
|
+
"commands",
|
|
10114
|
+
"ticket",
|
|
10115
|
+
"complete.js"
|
|
10116
|
+
]
|
|
10117
|
+
},
|
|
10118
|
+
"ticket:create": {
|
|
10119
|
+
"aliases": [],
|
|
10120
|
+
"args": {},
|
|
10121
|
+
"description": "Create a new ticket (routes to Linear when configured, or local PMO)",
|
|
9896
10122
|
"examples": [
|
|
9897
10123
|
"<%= config.bin %> <%= command.id %>",
|
|
9898
10124
|
"<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
|
|
@@ -11099,13 +11325,17 @@
|
|
|
11099
11325
|
"required": false
|
|
11100
11326
|
}
|
|
11101
11327
|
},
|
|
11102
|
-
"description": "Update priority
|
|
11328
|
+
"description": "Update ticket fields (title, description, priority, category, labels, status)",
|
|
11103
11329
|
"examples": [
|
|
11330
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --title \"New title\"",
|
|
11331
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --description \"Updated description\"",
|
|
11332
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --description-file ./spec.md",
|
|
11104
11333
|
"<%= config.bin %> <%= command.id %> TKT-001 --priority P1",
|
|
11105
11334
|
"<%= config.bin %> <%= command.id %> TKT-001 --category bug",
|
|
11106
|
-
"<%= config.bin %> <%= command.id %> --
|
|
11107
|
-
"<%= config.bin %> <%= command.id %>
|
|
11108
|
-
"<%= config.bin %> <%= command.id %> --
|
|
11335
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --labels frontend,urgent",
|
|
11336
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --status \"In Progress\"",
|
|
11337
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --title \"Fix auth\" --priority P0 --status \"In Progress\" --json",
|
|
11338
|
+
"<%= config.bin %> <%= command.id %> --bulk --priority P1"
|
|
11109
11339
|
],
|
|
11110
11340
|
"flags": {
|
|
11111
11341
|
"project": {
|
|
@@ -11129,9 +11359,32 @@
|
|
|
11129
11359
|
"allowNo": false,
|
|
11130
11360
|
"type": "boolean"
|
|
11131
11361
|
},
|
|
11362
|
+
"title": {
|
|
11363
|
+
"char": "t",
|
|
11364
|
+
"description": "Set ticket title",
|
|
11365
|
+
"name": "title",
|
|
11366
|
+
"hasDynamicHelp": false,
|
|
11367
|
+
"multiple": false,
|
|
11368
|
+
"type": "option"
|
|
11369
|
+
},
|
|
11370
|
+
"description": {
|
|
11371
|
+
"char": "d",
|
|
11372
|
+
"description": "Set ticket description",
|
|
11373
|
+
"name": "description",
|
|
11374
|
+
"hasDynamicHelp": false,
|
|
11375
|
+
"multiple": false,
|
|
11376
|
+
"type": "option"
|
|
11377
|
+
},
|
|
11378
|
+
"description-file": {
|
|
11379
|
+
"description": "Read ticket description from a file",
|
|
11380
|
+
"name": "description-file",
|
|
11381
|
+
"hasDynamicHelp": false,
|
|
11382
|
+
"multiple": false,
|
|
11383
|
+
"type": "option"
|
|
11384
|
+
},
|
|
11132
11385
|
"priority": {
|
|
11133
11386
|
"char": "p",
|
|
11134
|
-
"description": "Set priority (uses workspace priority scale)",
|
|
11387
|
+
"description": "Set priority (uses workspace priority scale, \"none\" to clear)",
|
|
11135
11388
|
"name": "priority",
|
|
11136
11389
|
"hasDynamicHelp": false,
|
|
11137
11390
|
"multiple": false,
|
|
@@ -11139,12 +11392,28 @@
|
|
|
11139
11392
|
},
|
|
11140
11393
|
"category": {
|
|
11141
11394
|
"char": "c",
|
|
11142
|
-
"description": "Set category (e.g., feature, bug, refactor)",
|
|
11395
|
+
"description": "Set category (e.g., feature, bug, refactor, \"none\" to clear)",
|
|
11143
11396
|
"name": "category",
|
|
11144
11397
|
"hasDynamicHelp": false,
|
|
11145
11398
|
"multiple": false,
|
|
11146
11399
|
"type": "option"
|
|
11147
11400
|
},
|
|
11401
|
+
"labels": {
|
|
11402
|
+
"char": "l",
|
|
11403
|
+
"description": "Set labels (comma-separated, replaces existing labels; use \"\" to clear)",
|
|
11404
|
+
"name": "labels",
|
|
11405
|
+
"hasDynamicHelp": false,
|
|
11406
|
+
"multiple": false,
|
|
11407
|
+
"type": "option"
|
|
11408
|
+
},
|
|
11409
|
+
"status": {
|
|
11410
|
+
"char": "s",
|
|
11411
|
+
"description": "Set status/column (e.g., \"In Progress\", \"Done\")",
|
|
11412
|
+
"name": "status",
|
|
11413
|
+
"hasDynamicHelp": false,
|
|
11414
|
+
"multiple": false,
|
|
11415
|
+
"type": "option"
|
|
11416
|
+
},
|
|
11148
11417
|
"bulk": {
|
|
11149
11418
|
"char": "b",
|
|
11150
11419
|
"description": "Enable bulk mode to update multiple tickets",
|
|
@@ -11227,487 +11496,26 @@
|
|
|
11227
11496
|
"view.js"
|
|
11228
11497
|
]
|
|
11229
11498
|
},
|
|
11230
|
-
"
|
|
11231
|
-
"aliases": [],
|
|
11232
|
-
"args": {},
|
|
11233
|
-
"description": "Connect to Trello and configure authentication",
|
|
11234
|
-
"examples": [
|
|
11235
|
-
"<%= config.bin %> <%= command.id %>",
|
|
11236
|
-
"<%= config.bin %> <%= command.id %> --check",
|
|
11237
|
-
"<%= config.bin %> <%= command.id %> --force",
|
|
11238
|
-
"<%= config.bin %> <%= command.id %> --disconnect",
|
|
11239
|
-
"TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
|
|
11240
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
11241
|
-
],
|
|
11242
|
-
"flags": {
|
|
11243
|
-
"project": {
|
|
11244
|
-
"char": "P",
|
|
11245
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11246
|
-
"name": "project",
|
|
11247
|
-
"hasDynamicHelp": false,
|
|
11248
|
-
"multiple": false,
|
|
11249
|
-
"type": "option"
|
|
11250
|
-
},
|
|
11251
|
-
"json": {
|
|
11252
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11253
|
-
"name": "json",
|
|
11254
|
-
"allowNo": false,
|
|
11255
|
-
"type": "boolean"
|
|
11256
|
-
},
|
|
11257
|
-
"machine": {
|
|
11258
|
-
"char": "m",
|
|
11259
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11260
|
-
"name": "machine",
|
|
11261
|
-
"allowNo": false,
|
|
11262
|
-
"type": "boolean"
|
|
11263
|
-
},
|
|
11264
|
-
"check": {
|
|
11265
|
-
"description": "Only check if Trello credentials are valid (do not prompt)",
|
|
11266
|
-
"name": "check",
|
|
11267
|
-
"allowNo": false,
|
|
11268
|
-
"type": "boolean"
|
|
11269
|
-
},
|
|
11270
|
-
"force": {
|
|
11271
|
-
"description": "Force re-authentication even if credentials exist",
|
|
11272
|
-
"name": "force",
|
|
11273
|
-
"allowNo": false,
|
|
11274
|
-
"type": "boolean"
|
|
11275
|
-
},
|
|
11276
|
-
"disconnect": {
|
|
11277
|
-
"description": "Remove stored Trello credentials and configuration",
|
|
11278
|
-
"name": "disconnect",
|
|
11279
|
-
"allowNo": false,
|
|
11280
|
-
"type": "boolean"
|
|
11281
|
-
},
|
|
11282
|
-
"board": {
|
|
11283
|
-
"description": "Default board ID or name",
|
|
11284
|
-
"name": "board",
|
|
11285
|
-
"hasDynamicHelp": false,
|
|
11286
|
-
"multiple": false,
|
|
11287
|
-
"type": "option"
|
|
11288
|
-
}
|
|
11289
|
-
},
|
|
11290
|
-
"hasDynamicHelp": false,
|
|
11291
|
-
"hiddenAliases": [],
|
|
11292
|
-
"id": "trello:configure",
|
|
11293
|
-
"pluginAlias": "@proletariat/cli",
|
|
11294
|
-
"pluginName": "@proletariat/cli",
|
|
11295
|
-
"pluginType": "core",
|
|
11296
|
-
"strict": true,
|
|
11297
|
-
"isESM": true,
|
|
11298
|
-
"relativePath": [
|
|
11299
|
-
"dist",
|
|
11300
|
-
"commands",
|
|
11301
|
-
"trello",
|
|
11302
|
-
"configure.js"
|
|
11303
|
-
]
|
|
11304
|
-
},
|
|
11305
|
-
"trello:import": {
|
|
11306
|
-
"aliases": [],
|
|
11307
|
-
"args": {},
|
|
11308
|
-
"description": "Import Trello cards into PMO as tickets",
|
|
11309
|
-
"examples": [
|
|
11310
|
-
"<%= config.bin %> <%= command.id %> # Interactive: select cards from board",
|
|
11311
|
-
"<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 cards",
|
|
11312
|
-
"<%= config.bin %> <%= command.id %> --all # Import all matching cards",
|
|
11313
|
-
"<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
|
|
11314
|
-
"<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
|
|
11315
|
-
],
|
|
11316
|
-
"flags": {
|
|
11317
|
-
"project": {
|
|
11318
|
-
"char": "P",
|
|
11319
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11320
|
-
"name": "project",
|
|
11321
|
-
"hasDynamicHelp": false,
|
|
11322
|
-
"multiple": false,
|
|
11323
|
-
"type": "option"
|
|
11324
|
-
},
|
|
11325
|
-
"json": {
|
|
11326
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11327
|
-
"name": "json",
|
|
11328
|
-
"allowNo": false,
|
|
11329
|
-
"type": "boolean"
|
|
11330
|
-
},
|
|
11331
|
-
"machine": {
|
|
11332
|
-
"char": "m",
|
|
11333
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11334
|
-
"name": "machine",
|
|
11335
|
-
"allowNo": false,
|
|
11336
|
-
"type": "boolean"
|
|
11337
|
-
},
|
|
11338
|
-
"limit": {
|
|
11339
|
-
"char": "n",
|
|
11340
|
-
"description": "Maximum number of cards to import",
|
|
11341
|
-
"name": "limit",
|
|
11342
|
-
"default": 50,
|
|
11343
|
-
"hasDynamicHelp": false,
|
|
11344
|
-
"multiple": false,
|
|
11345
|
-
"type": "option"
|
|
11346
|
-
},
|
|
11347
|
-
"all": {
|
|
11348
|
-
"char": "a",
|
|
11349
|
-
"description": "Import all matching cards without interactive selection",
|
|
11350
|
-
"name": "all",
|
|
11351
|
-
"allowNo": false,
|
|
11352
|
-
"type": "boolean"
|
|
11353
|
-
},
|
|
11354
|
-
"dry-run": {
|
|
11355
|
-
"description": "Preview cards that would be imported without creating tickets",
|
|
11356
|
-
"name": "dry-run",
|
|
11357
|
-
"allowNo": false,
|
|
11358
|
-
"type": "boolean"
|
|
11359
|
-
}
|
|
11360
|
-
},
|
|
11361
|
-
"hasDynamicHelp": false,
|
|
11362
|
-
"hiddenAliases": [],
|
|
11363
|
-
"id": "trello:import",
|
|
11364
|
-
"pluginAlias": "@proletariat/cli",
|
|
11365
|
-
"pluginName": "@proletariat/cli",
|
|
11366
|
-
"pluginType": "core",
|
|
11367
|
-
"strict": true,
|
|
11368
|
-
"isESM": true,
|
|
11369
|
-
"relativePath": [
|
|
11370
|
-
"dist",
|
|
11371
|
-
"commands",
|
|
11372
|
-
"trello",
|
|
11373
|
-
"import.js"
|
|
11374
|
-
]
|
|
11375
|
-
},
|
|
11376
|
-
"trello:sync": {
|
|
11377
|
-
"aliases": [],
|
|
11378
|
-
"args": {},
|
|
11379
|
-
"description": "Sync PMO tickets to Trello cards",
|
|
11380
|
-
"examples": [
|
|
11381
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
|
|
11382
|
-
"<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
|
|
11383
|
-
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
11384
|
-
],
|
|
11385
|
-
"flags": {
|
|
11386
|
-
"project": {
|
|
11387
|
-
"char": "P",
|
|
11388
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
11389
|
-
"name": "project",
|
|
11390
|
-
"hasDynamicHelp": false,
|
|
11391
|
-
"multiple": false,
|
|
11392
|
-
"type": "option"
|
|
11393
|
-
},
|
|
11394
|
-
"json": {
|
|
11395
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11396
|
-
"name": "json",
|
|
11397
|
-
"allowNo": false,
|
|
11398
|
-
"type": "boolean"
|
|
11399
|
-
},
|
|
11400
|
-
"machine": {
|
|
11401
|
-
"char": "m",
|
|
11402
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11403
|
-
"name": "machine",
|
|
11404
|
-
"allowNo": false,
|
|
11405
|
-
"type": "boolean"
|
|
11406
|
-
},
|
|
11407
|
-
"ticket": {
|
|
11408
|
-
"description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
|
|
11409
|
-
"name": "ticket",
|
|
11410
|
-
"hasDynamicHelp": false,
|
|
11411
|
-
"multiple": false,
|
|
11412
|
-
"type": "option"
|
|
11413
|
-
},
|
|
11414
|
-
"card": {
|
|
11415
|
-
"description": "Trello card ID to map to --ticket",
|
|
11416
|
-
"name": "card",
|
|
11417
|
-
"hasDynamicHelp": false,
|
|
11418
|
-
"multiple": false,
|
|
11419
|
-
"type": "option"
|
|
11420
|
-
},
|
|
11421
|
-
"list": {
|
|
11422
|
-
"description": "Trello list ID used with --create-missing",
|
|
11423
|
-
"name": "list",
|
|
11424
|
-
"hasDynamicHelp": false,
|
|
11425
|
-
"multiple": false,
|
|
11426
|
-
"type": "option"
|
|
11427
|
-
},
|
|
11428
|
-
"create-missing": {
|
|
11429
|
-
"description": "Create Trello card when no mapping exists (requires list)",
|
|
11430
|
-
"name": "create-missing",
|
|
11431
|
-
"allowNo": false,
|
|
11432
|
-
"type": "boolean"
|
|
11433
|
-
},
|
|
11434
|
-
"dry-run": {
|
|
11435
|
-
"description": "Preview sync operations without making changes",
|
|
11436
|
-
"name": "dry-run",
|
|
11437
|
-
"allowNo": false,
|
|
11438
|
-
"type": "boolean"
|
|
11439
|
-
}
|
|
11440
|
-
},
|
|
11441
|
-
"hasDynamicHelp": false,
|
|
11442
|
-
"hiddenAliases": [],
|
|
11443
|
-
"id": "trello:sync",
|
|
11444
|
-
"pluginAlias": "@proletariat/cli",
|
|
11445
|
-
"pluginName": "@proletariat/cli",
|
|
11446
|
-
"pluginType": "core",
|
|
11447
|
-
"strict": true,
|
|
11448
|
-
"isESM": true,
|
|
11449
|
-
"relativePath": [
|
|
11450
|
-
"dist",
|
|
11451
|
-
"commands",
|
|
11452
|
-
"trello",
|
|
11453
|
-
"sync.js"
|
|
11454
|
-
]
|
|
11455
|
-
},
|
|
11456
|
-
"version:bump": {
|
|
11499
|
+
"version:bump": {
|
|
11457
11500
|
"aliases": [],
|
|
11458
11501
|
"args": {
|
|
11459
11502
|
"type": {
|
|
11460
|
-
"description": "Version bump type",
|
|
11461
|
-
"name": "type",
|
|
11462
|
-
"options": [
|
|
11463
|
-
"major",
|
|
11464
|
-
"minor",
|
|
11465
|
-
"patch"
|
|
11466
|
-
],
|
|
11467
|
-
"required": true
|
|
11468
|
-
}
|
|
11469
|
-
},
|
|
11470
|
-
"description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
|
|
11471
|
-
"examples": [
|
|
11472
|
-
"<%= config.bin %> version bump patch",
|
|
11473
|
-
"<%= config.bin %> version bump minor",
|
|
11474
|
-
"<%= config.bin %> version bump major",
|
|
11475
|
-
"<%= config.bin %> version bump patch --json"
|
|
11476
|
-
],
|
|
11477
|
-
"flags": {
|
|
11478
|
-
"json": {
|
|
11479
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11480
|
-
"name": "json",
|
|
11481
|
-
"allowNo": false,
|
|
11482
|
-
"type": "boolean"
|
|
11483
|
-
},
|
|
11484
|
-
"machine": {
|
|
11485
|
-
"char": "m",
|
|
11486
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11487
|
-
"name": "machine",
|
|
11488
|
-
"allowNo": false,
|
|
11489
|
-
"type": "boolean"
|
|
11490
|
-
}
|
|
11491
|
-
},
|
|
11492
|
-
"hasDynamicHelp": false,
|
|
11493
|
-
"hiddenAliases": [],
|
|
11494
|
-
"id": "version:bump",
|
|
11495
|
-
"pluginAlias": "@proletariat/cli",
|
|
11496
|
-
"pluginName": "@proletariat/cli",
|
|
11497
|
-
"pluginType": "core",
|
|
11498
|
-
"strict": true,
|
|
11499
|
-
"enableJsonFlag": false,
|
|
11500
|
-
"isESM": true,
|
|
11501
|
-
"relativePath": [
|
|
11502
|
-
"dist",
|
|
11503
|
-
"commands",
|
|
11504
|
-
"version",
|
|
11505
|
-
"bump.js"
|
|
11506
|
-
]
|
|
11507
|
-
},
|
|
11508
|
-
"workspace:add": {
|
|
11509
|
-
"aliases": [],
|
|
11510
|
-
"args": {
|
|
11511
|
-
"path": {
|
|
11512
|
-
"description": "Path to the workspace to register",
|
|
11513
|
-
"name": "path",
|
|
11514
|
-
"required": true
|
|
11515
|
-
}
|
|
11516
|
-
},
|
|
11517
|
-
"description": "Register an existing workspace in the machine config",
|
|
11518
|
-
"examples": [
|
|
11519
|
-
"<%= config.bin %> <%= command.id %> /path/to/workspace",
|
|
11520
|
-
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
11521
|
-
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
11522
|
-
],
|
|
11523
|
-
"flags": {
|
|
11524
|
-
"json": {
|
|
11525
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11526
|
-
"name": "json",
|
|
11527
|
-
"allowNo": false,
|
|
11528
|
-
"type": "boolean"
|
|
11529
|
-
},
|
|
11530
|
-
"machine": {
|
|
11531
|
-
"char": "m",
|
|
11532
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11533
|
-
"name": "machine",
|
|
11534
|
-
"allowNo": false,
|
|
11535
|
-
"type": "boolean"
|
|
11536
|
-
},
|
|
11537
|
-
"name": {
|
|
11538
|
-
"char": "n",
|
|
11539
|
-
"description": "Custom name for the workspace (defaults to directory basename or workspace config name)",
|
|
11540
|
-
"name": "name",
|
|
11541
|
-
"hasDynamicHelp": false,
|
|
11542
|
-
"multiple": false,
|
|
11543
|
-
"type": "option"
|
|
11544
|
-
}
|
|
11545
|
-
},
|
|
11546
|
-
"hasDynamicHelp": false,
|
|
11547
|
-
"hiddenAliases": [],
|
|
11548
|
-
"id": "workspace:add",
|
|
11549
|
-
"pluginAlias": "@proletariat/cli",
|
|
11550
|
-
"pluginName": "@proletariat/cli",
|
|
11551
|
-
"pluginType": "core",
|
|
11552
|
-
"strict": true,
|
|
11553
|
-
"enableJsonFlag": false,
|
|
11554
|
-
"isESM": true,
|
|
11555
|
-
"relativePath": [
|
|
11556
|
-
"dist",
|
|
11557
|
-
"commands",
|
|
11558
|
-
"workspace",
|
|
11559
|
-
"add.js"
|
|
11560
|
-
]
|
|
11561
|
-
},
|
|
11562
|
-
"workspace:list": {
|
|
11563
|
-
"aliases": [],
|
|
11564
|
-
"args": {},
|
|
11565
|
-
"description": "List all registered and discovered HQ workspaces",
|
|
11566
|
-
"examples": [
|
|
11567
|
-
"<%= config.bin %> <%= command.id %>",
|
|
11568
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
11569
|
-
],
|
|
11570
|
-
"flags": {
|
|
11571
|
-
"json": {
|
|
11572
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11573
|
-
"name": "json",
|
|
11574
|
-
"allowNo": false,
|
|
11575
|
-
"type": "boolean"
|
|
11576
|
-
},
|
|
11577
|
-
"machine": {
|
|
11578
|
-
"char": "m",
|
|
11579
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11580
|
-
"name": "machine",
|
|
11581
|
-
"allowNo": false,
|
|
11582
|
-
"type": "boolean"
|
|
11583
|
-
}
|
|
11584
|
-
},
|
|
11585
|
-
"hasDynamicHelp": false,
|
|
11586
|
-
"hiddenAliases": [],
|
|
11587
|
-
"id": "workspace:list",
|
|
11588
|
-
"pluginAlias": "@proletariat/cli",
|
|
11589
|
-
"pluginName": "@proletariat/cli",
|
|
11590
|
-
"pluginType": "core",
|
|
11591
|
-
"strict": true,
|
|
11592
|
-
"enableJsonFlag": false,
|
|
11593
|
-
"isESM": true,
|
|
11594
|
-
"relativePath": [
|
|
11595
|
-
"dist",
|
|
11596
|
-
"commands",
|
|
11597
|
-
"workspace",
|
|
11598
|
-
"list.js"
|
|
11599
|
-
]
|
|
11600
|
-
},
|
|
11601
|
-
"workspace:prune": {
|
|
11602
|
-
"aliases": [],
|
|
11603
|
-
"args": {},
|
|
11604
|
-
"description": "Remove stale workspace entries and agents with deleted worktrees",
|
|
11605
|
-
"examples": [
|
|
11606
|
-
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
11607
|
-
"<%= config.bin %> <%= command.id %>",
|
|
11608
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
11609
|
-
],
|
|
11610
|
-
"flags": {
|
|
11611
|
-
"json": {
|
|
11612
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11613
|
-
"name": "json",
|
|
11614
|
-
"allowNo": false,
|
|
11615
|
-
"type": "boolean"
|
|
11616
|
-
},
|
|
11617
|
-
"machine": {
|
|
11618
|
-
"char": "m",
|
|
11619
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11620
|
-
"name": "machine",
|
|
11621
|
-
"allowNo": false,
|
|
11622
|
-
"type": "boolean"
|
|
11623
|
-
},
|
|
11624
|
-
"dry-run": {
|
|
11625
|
-
"char": "d",
|
|
11626
|
-
"description": "Show what would be removed without removing",
|
|
11627
|
-
"name": "dry-run",
|
|
11628
|
-
"allowNo": false,
|
|
11629
|
-
"type": "boolean"
|
|
11630
|
-
},
|
|
11631
|
-
"force": {
|
|
11632
|
-
"char": "f",
|
|
11633
|
-
"description": "Skip confirmation prompt and prune immediately",
|
|
11634
|
-
"name": "force",
|
|
11635
|
-
"allowNo": false,
|
|
11636
|
-
"type": "boolean"
|
|
11637
|
-
}
|
|
11638
|
-
},
|
|
11639
|
-
"hasDynamicHelp": false,
|
|
11640
|
-
"hiddenAliases": [],
|
|
11641
|
-
"id": "workspace:prune",
|
|
11642
|
-
"pluginAlias": "@proletariat/cli",
|
|
11643
|
-
"pluginName": "@proletariat/cli",
|
|
11644
|
-
"pluginType": "core",
|
|
11645
|
-
"strict": true,
|
|
11646
|
-
"isESM": true,
|
|
11647
|
-
"relativePath": [
|
|
11648
|
-
"dist",
|
|
11649
|
-
"commands",
|
|
11650
|
-
"workspace",
|
|
11651
|
-
"prune.js"
|
|
11652
|
-
]
|
|
11653
|
-
},
|
|
11654
|
-
"workspace:remove": {
|
|
11655
|
-
"aliases": [],
|
|
11656
|
-
"args": {
|
|
11657
|
-
"nameOrPath": {
|
|
11658
|
-
"description": "Workspace name or path to unregister",
|
|
11659
|
-
"name": "nameOrPath",
|
|
11660
|
-
"required": true
|
|
11661
|
-
}
|
|
11662
|
-
},
|
|
11663
|
-
"description": "Unregister a workspace from the machine config (does NOT delete files)",
|
|
11664
|
-
"examples": [
|
|
11665
|
-
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
11666
|
-
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
11667
|
-
],
|
|
11668
|
-
"flags": {
|
|
11669
|
-
"json": {
|
|
11670
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11671
|
-
"name": "json",
|
|
11672
|
-
"allowNo": false,
|
|
11673
|
-
"type": "boolean"
|
|
11674
|
-
},
|
|
11675
|
-
"machine": {
|
|
11676
|
-
"char": "m",
|
|
11677
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
11678
|
-
"name": "machine",
|
|
11679
|
-
"allowNo": false,
|
|
11680
|
-
"type": "boolean"
|
|
11681
|
-
}
|
|
11682
|
-
},
|
|
11683
|
-
"hasDynamicHelp": false,
|
|
11684
|
-
"hiddenAliases": [],
|
|
11685
|
-
"id": "workspace:remove",
|
|
11686
|
-
"pluginAlias": "@proletariat/cli",
|
|
11687
|
-
"pluginName": "@proletariat/cli",
|
|
11688
|
-
"pluginType": "core",
|
|
11689
|
-
"strict": true,
|
|
11690
|
-
"isESM": true,
|
|
11691
|
-
"relativePath": [
|
|
11692
|
-
"dist",
|
|
11693
|
-
"commands",
|
|
11694
|
-
"workspace",
|
|
11695
|
-
"remove.js"
|
|
11696
|
-
]
|
|
11697
|
-
},
|
|
11698
|
-
"workspace:use": {
|
|
11699
|
-
"aliases": [],
|
|
11700
|
-
"args": {
|
|
11701
|
-
"nameOrPath": {
|
|
11702
|
-
"description": "Workspace name or path",
|
|
11703
|
-
"name": "nameOrPath",
|
|
11503
|
+
"description": "Version bump type",
|
|
11504
|
+
"name": "type",
|
|
11505
|
+
"options": [
|
|
11506
|
+
"major",
|
|
11507
|
+
"minor",
|
|
11508
|
+
"patch"
|
|
11509
|
+
],
|
|
11704
11510
|
"required": true
|
|
11705
11511
|
}
|
|
11706
11512
|
},
|
|
11707
|
-
"description": "
|
|
11513
|
+
"description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
|
|
11708
11514
|
"examples": [
|
|
11709
|
-
"<%= config.bin %>
|
|
11710
|
-
"<%= config.bin %>
|
|
11515
|
+
"<%= config.bin %> version bump patch",
|
|
11516
|
+
"<%= config.bin %> version bump minor",
|
|
11517
|
+
"<%= config.bin %> version bump major",
|
|
11518
|
+
"<%= config.bin %> version bump patch --json"
|
|
11711
11519
|
],
|
|
11712
11520
|
"flags": {
|
|
11713
11521
|
"json": {
|
|
@@ -11726,17 +11534,18 @@
|
|
|
11726
11534
|
},
|
|
11727
11535
|
"hasDynamicHelp": false,
|
|
11728
11536
|
"hiddenAliases": [],
|
|
11729
|
-
"id": "
|
|
11537
|
+
"id": "version:bump",
|
|
11730
11538
|
"pluginAlias": "@proletariat/cli",
|
|
11731
11539
|
"pluginName": "@proletariat/cli",
|
|
11732
11540
|
"pluginType": "core",
|
|
11733
11541
|
"strict": true,
|
|
11542
|
+
"enableJsonFlag": false,
|
|
11734
11543
|
"isESM": true,
|
|
11735
11544
|
"relativePath": [
|
|
11736
11545
|
"dist",
|
|
11737
11546
|
"commands",
|
|
11738
|
-
"
|
|
11739
|
-
"
|
|
11547
|
+
"version",
|
|
11548
|
+
"bump.js"
|
|
11740
11549
|
]
|
|
11741
11550
|
},
|
|
11742
11551
|
"work:asana": {
|
|
@@ -13651,6 +13460,240 @@
|
|
|
13651
13460
|
"watch.js"
|
|
13652
13461
|
]
|
|
13653
13462
|
},
|
|
13463
|
+
"workspace:add": {
|
|
13464
|
+
"aliases": [],
|
|
13465
|
+
"args": {
|
|
13466
|
+
"path": {
|
|
13467
|
+
"description": "Path to the workspace to register",
|
|
13468
|
+
"name": "path",
|
|
13469
|
+
"required": true
|
|
13470
|
+
}
|
|
13471
|
+
},
|
|
13472
|
+
"description": "Register an existing workspace in the machine config",
|
|
13473
|
+
"examples": [
|
|
13474
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace",
|
|
13475
|
+
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
13476
|
+
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
13477
|
+
],
|
|
13478
|
+
"flags": {
|
|
13479
|
+
"json": {
|
|
13480
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13481
|
+
"name": "json",
|
|
13482
|
+
"allowNo": false,
|
|
13483
|
+
"type": "boolean"
|
|
13484
|
+
},
|
|
13485
|
+
"machine": {
|
|
13486
|
+
"char": "m",
|
|
13487
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13488
|
+
"name": "machine",
|
|
13489
|
+
"allowNo": false,
|
|
13490
|
+
"type": "boolean"
|
|
13491
|
+
},
|
|
13492
|
+
"name": {
|
|
13493
|
+
"char": "n",
|
|
13494
|
+
"description": "Custom name for the workspace (defaults to directory basename or workspace config name)",
|
|
13495
|
+
"name": "name",
|
|
13496
|
+
"hasDynamicHelp": false,
|
|
13497
|
+
"multiple": false,
|
|
13498
|
+
"type": "option"
|
|
13499
|
+
}
|
|
13500
|
+
},
|
|
13501
|
+
"hasDynamicHelp": false,
|
|
13502
|
+
"hiddenAliases": [],
|
|
13503
|
+
"id": "workspace:add",
|
|
13504
|
+
"pluginAlias": "@proletariat/cli",
|
|
13505
|
+
"pluginName": "@proletariat/cli",
|
|
13506
|
+
"pluginType": "core",
|
|
13507
|
+
"strict": true,
|
|
13508
|
+
"enableJsonFlag": false,
|
|
13509
|
+
"isESM": true,
|
|
13510
|
+
"relativePath": [
|
|
13511
|
+
"dist",
|
|
13512
|
+
"commands",
|
|
13513
|
+
"workspace",
|
|
13514
|
+
"add.js"
|
|
13515
|
+
]
|
|
13516
|
+
},
|
|
13517
|
+
"workspace:list": {
|
|
13518
|
+
"aliases": [],
|
|
13519
|
+
"args": {},
|
|
13520
|
+
"description": "List all registered and discovered HQ workspaces",
|
|
13521
|
+
"examples": [
|
|
13522
|
+
"<%= config.bin %> <%= command.id %>",
|
|
13523
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
13524
|
+
],
|
|
13525
|
+
"flags": {
|
|
13526
|
+
"json": {
|
|
13527
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13528
|
+
"name": "json",
|
|
13529
|
+
"allowNo": false,
|
|
13530
|
+
"type": "boolean"
|
|
13531
|
+
},
|
|
13532
|
+
"machine": {
|
|
13533
|
+
"char": "m",
|
|
13534
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13535
|
+
"name": "machine",
|
|
13536
|
+
"allowNo": false,
|
|
13537
|
+
"type": "boolean"
|
|
13538
|
+
}
|
|
13539
|
+
},
|
|
13540
|
+
"hasDynamicHelp": false,
|
|
13541
|
+
"hiddenAliases": [],
|
|
13542
|
+
"id": "workspace:list",
|
|
13543
|
+
"pluginAlias": "@proletariat/cli",
|
|
13544
|
+
"pluginName": "@proletariat/cli",
|
|
13545
|
+
"pluginType": "core",
|
|
13546
|
+
"strict": true,
|
|
13547
|
+
"enableJsonFlag": false,
|
|
13548
|
+
"isESM": true,
|
|
13549
|
+
"relativePath": [
|
|
13550
|
+
"dist",
|
|
13551
|
+
"commands",
|
|
13552
|
+
"workspace",
|
|
13553
|
+
"list.js"
|
|
13554
|
+
]
|
|
13555
|
+
},
|
|
13556
|
+
"workspace:prune": {
|
|
13557
|
+
"aliases": [],
|
|
13558
|
+
"args": {},
|
|
13559
|
+
"description": "Remove stale workspace entries and agents with deleted worktrees",
|
|
13560
|
+
"examples": [
|
|
13561
|
+
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
13562
|
+
"<%= config.bin %> <%= command.id %>",
|
|
13563
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
13564
|
+
],
|
|
13565
|
+
"flags": {
|
|
13566
|
+
"json": {
|
|
13567
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13568
|
+
"name": "json",
|
|
13569
|
+
"allowNo": false,
|
|
13570
|
+
"type": "boolean"
|
|
13571
|
+
},
|
|
13572
|
+
"machine": {
|
|
13573
|
+
"char": "m",
|
|
13574
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13575
|
+
"name": "machine",
|
|
13576
|
+
"allowNo": false,
|
|
13577
|
+
"type": "boolean"
|
|
13578
|
+
},
|
|
13579
|
+
"dry-run": {
|
|
13580
|
+
"char": "d",
|
|
13581
|
+
"description": "Show what would be removed without removing",
|
|
13582
|
+
"name": "dry-run",
|
|
13583
|
+
"allowNo": false,
|
|
13584
|
+
"type": "boolean"
|
|
13585
|
+
},
|
|
13586
|
+
"force": {
|
|
13587
|
+
"char": "f",
|
|
13588
|
+
"description": "Skip confirmation prompt and prune immediately",
|
|
13589
|
+
"name": "force",
|
|
13590
|
+
"allowNo": false,
|
|
13591
|
+
"type": "boolean"
|
|
13592
|
+
}
|
|
13593
|
+
},
|
|
13594
|
+
"hasDynamicHelp": false,
|
|
13595
|
+
"hiddenAliases": [],
|
|
13596
|
+
"id": "workspace:prune",
|
|
13597
|
+
"pluginAlias": "@proletariat/cli",
|
|
13598
|
+
"pluginName": "@proletariat/cli",
|
|
13599
|
+
"pluginType": "core",
|
|
13600
|
+
"strict": true,
|
|
13601
|
+
"isESM": true,
|
|
13602
|
+
"relativePath": [
|
|
13603
|
+
"dist",
|
|
13604
|
+
"commands",
|
|
13605
|
+
"workspace",
|
|
13606
|
+
"prune.js"
|
|
13607
|
+
]
|
|
13608
|
+
},
|
|
13609
|
+
"workspace:remove": {
|
|
13610
|
+
"aliases": [],
|
|
13611
|
+
"args": {
|
|
13612
|
+
"nameOrPath": {
|
|
13613
|
+
"description": "Workspace name or path to unregister",
|
|
13614
|
+
"name": "nameOrPath",
|
|
13615
|
+
"required": true
|
|
13616
|
+
}
|
|
13617
|
+
},
|
|
13618
|
+
"description": "Unregister a workspace from the machine config (does NOT delete files)",
|
|
13619
|
+
"examples": [
|
|
13620
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
13621
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
13622
|
+
],
|
|
13623
|
+
"flags": {
|
|
13624
|
+
"json": {
|
|
13625
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13626
|
+
"name": "json",
|
|
13627
|
+
"allowNo": false,
|
|
13628
|
+
"type": "boolean"
|
|
13629
|
+
},
|
|
13630
|
+
"machine": {
|
|
13631
|
+
"char": "m",
|
|
13632
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13633
|
+
"name": "machine",
|
|
13634
|
+
"allowNo": false,
|
|
13635
|
+
"type": "boolean"
|
|
13636
|
+
}
|
|
13637
|
+
},
|
|
13638
|
+
"hasDynamicHelp": false,
|
|
13639
|
+
"hiddenAliases": [],
|
|
13640
|
+
"id": "workspace:remove",
|
|
13641
|
+
"pluginAlias": "@proletariat/cli",
|
|
13642
|
+
"pluginName": "@proletariat/cli",
|
|
13643
|
+
"pluginType": "core",
|
|
13644
|
+
"strict": true,
|
|
13645
|
+
"isESM": true,
|
|
13646
|
+
"relativePath": [
|
|
13647
|
+
"dist",
|
|
13648
|
+
"commands",
|
|
13649
|
+
"workspace",
|
|
13650
|
+
"remove.js"
|
|
13651
|
+
]
|
|
13652
|
+
},
|
|
13653
|
+
"workspace:use": {
|
|
13654
|
+
"aliases": [],
|
|
13655
|
+
"args": {
|
|
13656
|
+
"nameOrPath": {
|
|
13657
|
+
"description": "Workspace name or path",
|
|
13658
|
+
"name": "nameOrPath",
|
|
13659
|
+
"required": true
|
|
13660
|
+
}
|
|
13661
|
+
},
|
|
13662
|
+
"description": "Set the active workspace",
|
|
13663
|
+
"examples": [
|
|
13664
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
13665
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
13666
|
+
],
|
|
13667
|
+
"flags": {
|
|
13668
|
+
"json": {
|
|
13669
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13670
|
+
"name": "json",
|
|
13671
|
+
"allowNo": false,
|
|
13672
|
+
"type": "boolean"
|
|
13673
|
+
},
|
|
13674
|
+
"machine": {
|
|
13675
|
+
"char": "m",
|
|
13676
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
13677
|
+
"name": "machine",
|
|
13678
|
+
"allowNo": false,
|
|
13679
|
+
"type": "boolean"
|
|
13680
|
+
}
|
|
13681
|
+
},
|
|
13682
|
+
"hasDynamicHelp": false,
|
|
13683
|
+
"hiddenAliases": [],
|
|
13684
|
+
"id": "workspace:use",
|
|
13685
|
+
"pluginAlias": "@proletariat/cli",
|
|
13686
|
+
"pluginName": "@proletariat/cli",
|
|
13687
|
+
"pluginType": "core",
|
|
13688
|
+
"strict": true,
|
|
13689
|
+
"isESM": true,
|
|
13690
|
+
"relativePath": [
|
|
13691
|
+
"dist",
|
|
13692
|
+
"commands",
|
|
13693
|
+
"workspace",
|
|
13694
|
+
"use.js"
|
|
13695
|
+
]
|
|
13696
|
+
},
|
|
13654
13697
|
"agent:staff:add": {
|
|
13655
13698
|
"aliases": [],
|
|
13656
13699
|
"args": {
|
|
@@ -14716,5 +14759,5 @@
|
|
|
14716
14759
|
]
|
|
14717
14760
|
}
|
|
14718
14761
|
},
|
|
14719
|
-
"version": "0.3.
|
|
14762
|
+
"version": "0.3.84"
|
|
14720
14763
|
}
|