@proletariat/cli 0.3.67 → 0.3.68

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.
Files changed (118) hide show
  1. package/dist/commands/action/create.js +15 -1
  2. package/dist/commands/action/create.js.map +1 -1
  3. package/dist/commands/action/show.js +5 -2
  4. package/dist/commands/action/show.js.map +1 -1
  5. package/dist/commands/agent/index.js +7 -1
  6. package/dist/commands/agent/index.js.map +1 -1
  7. package/dist/commands/board/index.js +5 -1
  8. package/dist/commands/board/index.js.map +1 -1
  9. package/dist/commands/branch/validate.js +7 -1
  10. package/dist/commands/branch/validate.js.map +1 -1
  11. package/dist/commands/branch/where.js +4 -1
  12. package/dist/commands/branch/where.js.map +1 -1
  13. package/dist/commands/category/create.js +20 -1
  14. package/dist/commands/category/create.js.map +1 -1
  15. package/dist/commands/category/delete.js +19 -1
  16. package/dist/commands/category/delete.js.map +1 -1
  17. package/dist/commands/category/rename.js +28 -1
  18. package/dist/commands/category/rename.js.map +1 -1
  19. package/dist/commands/diet.js +4 -1
  20. package/dist/commands/diet.js.map +1 -1
  21. package/dist/commands/docker/clean.js +7 -0
  22. package/dist/commands/docker/clean.js.map +1 -1
  23. package/dist/commands/docker/index.js +5 -0
  24. package/dist/commands/docker/index.js.map +1 -1
  25. package/dist/commands/docker/logs.js +19 -1
  26. package/dist/commands/docker/logs.js.map +1 -1
  27. package/dist/commands/docker/prune.js +4 -0
  28. package/dist/commands/docker/prune.js.map +1 -1
  29. package/dist/commands/docker/restart.js +17 -0
  30. package/dist/commands/docker/restart.js.map +1 -1
  31. package/dist/commands/docker/start.js +13 -1
  32. package/dist/commands/docker/start.js.map +1 -1
  33. package/dist/commands/docker/stop.js +14 -0
  34. package/dist/commands/docker/stop.js.map +1 -1
  35. package/dist/commands/epic/create.js +4 -1
  36. package/dist/commands/epic/create.js.map +1 -1
  37. package/dist/commands/epic/progress.js +4 -0
  38. package/dist/commands/epic/progress.js.map +1 -1
  39. package/dist/commands/epic/project.js +1 -1
  40. package/dist/commands/epic/project.js.map +1 -1
  41. package/dist/commands/epic/reorder.js +2 -2
  42. package/dist/commands/epic/reorder.js.map +1 -1
  43. package/dist/commands/epic/spec.js +1 -1
  44. package/dist/commands/epic/spec.js.map +1 -1
  45. package/dist/commands/epic/ticket.js +2 -2
  46. package/dist/commands/epic/ticket.js.map +1 -1
  47. package/dist/commands/execution/list.js +4 -1
  48. package/dist/commands/execution/list.js.map +1 -1
  49. package/dist/commands/execution/stop.js +8 -1
  50. package/dist/commands/execution/stop.js.map +1 -1
  51. package/dist/commands/media/add.js +3 -0
  52. package/dist/commands/media/add.js.map +1 -1
  53. package/dist/commands/media/index.js +7 -1
  54. package/dist/commands/media/index.js.map +1 -1
  55. package/dist/commands/media/list.js +5 -1
  56. package/dist/commands/media/list.js.map +1 -1
  57. package/dist/commands/media/remove.js +3 -0
  58. package/dist/commands/media/remove.js.map +1 -1
  59. package/dist/commands/pr/create.js +3 -3
  60. package/dist/commands/pr/create.js.map +1 -1
  61. package/dist/commands/project/create.js +4 -1
  62. package/dist/commands/project/create.js.map +1 -1
  63. package/dist/commands/pull.js +10 -1
  64. package/dist/commands/pull.js.map +1 -1
  65. package/dist/commands/roadmap/create.js +4 -1
  66. package/dist/commands/roadmap/create.js.map +1 -1
  67. package/dist/commands/session/health.d.ts +6 -0
  68. package/dist/commands/session/health.js +115 -8
  69. package/dist/commands/session/health.js.map +1 -1
  70. package/dist/commands/session/poke.js +3 -57
  71. package/dist/commands/session/poke.js.map +1 -1
  72. package/dist/commands/status/delete.js +3 -0
  73. package/dist/commands/status/delete.js.map +1 -1
  74. package/dist/commands/status/list.js +4 -1
  75. package/dist/commands/status/list.js.map +1 -1
  76. package/dist/commands/status/move.js +3 -0
  77. package/dist/commands/status/move.js.map +1 -1
  78. package/dist/commands/ticket/create.d.ts +2 -0
  79. package/dist/commands/ticket/create.js +103 -4
  80. package/dist/commands/ticket/create.js.map +1 -1
  81. package/dist/commands/ticket/delete.js +1 -1
  82. package/dist/commands/ticket/delete.js.map +1 -1
  83. package/dist/commands/ticket/edit.js +1 -1
  84. package/dist/commands/ticket/edit.js.map +1 -1
  85. package/dist/commands/ticket/move.js +3 -3
  86. package/dist/commands/ticket/move.js.map +1 -1
  87. package/dist/commands/ticket/update.js +3 -0
  88. package/dist/commands/ticket/update.js.map +1 -1
  89. package/dist/commands/ticket/view.js +1 -1
  90. package/dist/commands/ticket/view.js.map +1 -1
  91. package/dist/commands/work/complete.js +1 -1
  92. package/dist/commands/work/complete.js.map +1 -1
  93. package/dist/commands/work/ready.js +4 -1
  94. package/dist/commands/work/ready.js.map +1 -1
  95. package/dist/commands/work/source/set.js +4 -4
  96. package/dist/commands/work/source/set.js.map +1 -1
  97. package/dist/commands/work/source.js +15 -15
  98. package/dist/commands/work/source.js.map +1 -1
  99. package/dist/commands/work/spawn.js +6 -6
  100. package/dist/commands/work/spawn.js.map +1 -1
  101. package/dist/commands/work/start.js +43 -19
  102. package/dist/commands/work/start.js.map +1 -1
  103. package/dist/commands/workspace/add.js +16 -1
  104. package/dist/commands/workspace/add.js.map +1 -1
  105. package/dist/lib/execution/session-utils.d.ts +6 -0
  106. package/dist/lib/execution/session-utils.js +50 -0
  107. package/dist/lib/execution/session-utils.js.map +1 -1
  108. package/dist/lib/linear/client.d.ts +9 -0
  109. package/dist/lib/linear/client.js +20 -0
  110. package/dist/lib/linear/client.js.map +1 -1
  111. package/dist/lib/work-source/config.d.ts +14 -3
  112. package/dist/lib/work-source/config.js +35 -7
  113. package/dist/lib/work-source/config.js.map +1 -1
  114. package/dist/lib/work-source/index.d.ts +7 -1
  115. package/dist/lib/work-source/index.js +7 -1
  116. package/dist/lib/work-source/index.js.map +1 -1
  117. package/oclif.manifest.json +1835 -1826
  118. package/package.json +1 -1
@@ -4427,6 +4427,248 @@
4427
4427
  "sync.js"
4428
4428
  ]
4429
4429
  },
4430
+ "feedback": {
4431
+ "aliases": [],
4432
+ "args": {},
4433
+ "description": "Interactive menu for feedback and issue operations",
4434
+ "examples": [
4435
+ "<%= config.bin %> <%= command.id %>",
4436
+ "<%= config.bin %> <%= command.id %> --action submit"
4437
+ ],
4438
+ "flags": {
4439
+ "json": {
4440
+ "description": "Output as JSON for AI agents/scripts",
4441
+ "name": "json",
4442
+ "allowNo": false,
4443
+ "type": "boolean"
4444
+ },
4445
+ "machine": {
4446
+ "char": "m",
4447
+ "description": "Output as JSON for AI agents/scripts",
4448
+ "name": "machine",
4449
+ "allowNo": false,
4450
+ "type": "boolean"
4451
+ },
4452
+ "action": {
4453
+ "char": "a",
4454
+ "description": "Action to perform (submit, list, view)",
4455
+ "name": "action",
4456
+ "hasDynamicHelp": false,
4457
+ "multiple": false,
4458
+ "options": [
4459
+ "submit",
4460
+ "list",
4461
+ "view"
4462
+ ],
4463
+ "type": "option"
4464
+ }
4465
+ },
4466
+ "hasDynamicHelp": false,
4467
+ "hiddenAliases": [],
4468
+ "id": "feedback",
4469
+ "pluginAlias": "@proletariat/cli",
4470
+ "pluginName": "@proletariat/cli",
4471
+ "pluginType": "core",
4472
+ "strict": true,
4473
+ "enableJsonFlag": false,
4474
+ "isESM": true,
4475
+ "relativePath": [
4476
+ "dist",
4477
+ "commands",
4478
+ "feedback",
4479
+ "index.js"
4480
+ ]
4481
+ },
4482
+ "feedback:list": {
4483
+ "aliases": [],
4484
+ "args": {},
4485
+ "description": "List recent feedback issues from the repository",
4486
+ "examples": [
4487
+ "<%= config.bin %> <%= command.id %>",
4488
+ "<%= config.bin %> <%= command.id %> --category bug",
4489
+ "<%= config.bin %> <%= command.id %> --state closed --limit 10",
4490
+ "<%= config.bin %> <%= command.id %> --json"
4491
+ ],
4492
+ "flags": {
4493
+ "json": {
4494
+ "description": "Output as JSON for AI agents/scripts",
4495
+ "name": "json",
4496
+ "allowNo": false,
4497
+ "type": "boolean"
4498
+ },
4499
+ "machine": {
4500
+ "char": "m",
4501
+ "description": "Output as JSON for AI agents/scripts",
4502
+ "name": "machine",
4503
+ "allowNo": false,
4504
+ "type": "boolean"
4505
+ },
4506
+ "category": {
4507
+ "char": "c",
4508
+ "description": "Filter by category (bug, feature, general)",
4509
+ "name": "category",
4510
+ "hasDynamicHelp": false,
4511
+ "multiple": false,
4512
+ "options": [
4513
+ "bug",
4514
+ "feature",
4515
+ "general"
4516
+ ],
4517
+ "type": "option"
4518
+ },
4519
+ "state": {
4520
+ "char": "s",
4521
+ "description": "Filter by state",
4522
+ "name": "state",
4523
+ "default": "open",
4524
+ "hasDynamicHelp": false,
4525
+ "multiple": false,
4526
+ "options": [
4527
+ "open",
4528
+ "closed",
4529
+ "all"
4530
+ ],
4531
+ "type": "option"
4532
+ },
4533
+ "limit": {
4534
+ "char": "l",
4535
+ "description": "Maximum number of issues to show",
4536
+ "name": "limit",
4537
+ "default": 20,
4538
+ "hasDynamicHelp": false,
4539
+ "multiple": false,
4540
+ "type": "option"
4541
+ }
4542
+ },
4543
+ "hasDynamicHelp": false,
4544
+ "hiddenAliases": [],
4545
+ "id": "feedback:list",
4546
+ "pluginAlias": "@proletariat/cli",
4547
+ "pluginName": "@proletariat/cli",
4548
+ "pluginType": "core",
4549
+ "strict": true,
4550
+ "enableJsonFlag": false,
4551
+ "isESM": true,
4552
+ "relativePath": [
4553
+ "dist",
4554
+ "commands",
4555
+ "feedback",
4556
+ "list.js"
4557
+ ]
4558
+ },
4559
+ "feedback:submit": {
4560
+ "aliases": [],
4561
+ "args": {},
4562
+ "description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
4563
+ "examples": [
4564
+ "<%= config.bin %> <%= command.id %>",
4565
+ "<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
4566
+ "<%= config.bin %> <%= command.id %> --json"
4567
+ ],
4568
+ "flags": {
4569
+ "json": {
4570
+ "description": "Output as JSON for AI agents/scripts",
4571
+ "name": "json",
4572
+ "allowNo": false,
4573
+ "type": "boolean"
4574
+ },
4575
+ "machine": {
4576
+ "char": "m",
4577
+ "description": "Output as JSON for AI agents/scripts",
4578
+ "name": "machine",
4579
+ "allowNo": false,
4580
+ "type": "boolean"
4581
+ },
4582
+ "title": {
4583
+ "char": "t",
4584
+ "description": "Issue title (one-liner) [required for non-interactive]",
4585
+ "name": "title",
4586
+ "hasDynamicHelp": false,
4587
+ "multiple": false,
4588
+ "type": "option"
4589
+ },
4590
+ "body": {
4591
+ "char": "b",
4592
+ "description": "Issue description [required for non-interactive]",
4593
+ "name": "body",
4594
+ "hasDynamicHelp": false,
4595
+ "multiple": false,
4596
+ "type": "option"
4597
+ },
4598
+ "category": {
4599
+ "char": "c",
4600
+ "description": "Feedback category",
4601
+ "name": "category",
4602
+ "hasDynamicHelp": false,
4603
+ "multiple": false,
4604
+ "options": [
4605
+ "bug",
4606
+ "feature",
4607
+ "general"
4608
+ ],
4609
+ "type": "option"
4610
+ }
4611
+ },
4612
+ "hasDynamicHelp": false,
4613
+ "hiddenAliases": [],
4614
+ "id": "feedback:submit",
4615
+ "pluginAlias": "@proletariat/cli",
4616
+ "pluginName": "@proletariat/cli",
4617
+ "pluginType": "core",
4618
+ "strict": true,
4619
+ "isESM": true,
4620
+ "relativePath": [
4621
+ "dist",
4622
+ "commands",
4623
+ "feedback",
4624
+ "submit.js"
4625
+ ]
4626
+ },
4627
+ "feedback:view": {
4628
+ "aliases": [],
4629
+ "args": {
4630
+ "number": {
4631
+ "description": "Issue number to view",
4632
+ "name": "number",
4633
+ "required": true
4634
+ }
4635
+ },
4636
+ "description": "View details of a specific feedback issue",
4637
+ "examples": [
4638
+ "<%= config.bin %> <%= command.id %> 123",
4639
+ "<%= config.bin %> <%= command.id %> 123 --json"
4640
+ ],
4641
+ "flags": {
4642
+ "json": {
4643
+ "description": "Output as JSON for AI agents/scripts",
4644
+ "name": "json",
4645
+ "allowNo": false,
4646
+ "type": "boolean"
4647
+ },
4648
+ "machine": {
4649
+ "char": "m",
4650
+ "description": "Output as JSON for AI agents/scripts",
4651
+ "name": "machine",
4652
+ "allowNo": false,
4653
+ "type": "boolean"
4654
+ }
4655
+ },
4656
+ "hasDynamicHelp": false,
4657
+ "hiddenAliases": [],
4658
+ "id": "feedback:view",
4659
+ "pluginAlias": "@proletariat/cli",
4660
+ "pluginName": "@proletariat/cli",
4661
+ "pluginType": "core",
4662
+ "strict": true,
4663
+ "enableJsonFlag": false,
4664
+ "isESM": true,
4665
+ "relativePath": [
4666
+ "dist",
4667
+ "commands",
4668
+ "feedback",
4669
+ "view.js"
4670
+ ]
4671
+ },
4430
4672
  "execution:config": {
4431
4673
  "aliases": [],
4432
4674
  "args": {},
@@ -5845,257 +6087,15 @@
5845
6087
  "view.js"
5846
6088
  ]
5847
6089
  },
5848
- "feedback": {
6090
+ "gh": {
5849
6091
  "aliases": [],
5850
6092
  "args": {},
5851
- "description": "Interactive menu for feedback and issue operations",
6093
+ "description": "GitHub CLI setup and status for PR workflow",
5852
6094
  "examples": [
5853
6095
  "<%= config.bin %> <%= command.id %>",
5854
- "<%= config.bin %> <%= command.id %> --action submit"
5855
- ],
5856
- "flags": {
5857
- "json": {
5858
- "description": "Output as JSON for AI agents/scripts",
5859
- "name": "json",
5860
- "allowNo": false,
5861
- "type": "boolean"
5862
- },
5863
- "machine": {
5864
- "char": "m",
5865
- "description": "Output as JSON for AI agents/scripts",
5866
- "name": "machine",
5867
- "allowNo": false,
5868
- "type": "boolean"
5869
- },
5870
- "action": {
5871
- "char": "a",
5872
- "description": "Action to perform (submit, list, view)",
5873
- "name": "action",
5874
- "hasDynamicHelp": false,
5875
- "multiple": false,
5876
- "options": [
5877
- "submit",
5878
- "list",
5879
- "view"
5880
- ],
5881
- "type": "option"
5882
- }
5883
- },
5884
- "hasDynamicHelp": false,
5885
- "hiddenAliases": [],
5886
- "id": "feedback",
5887
- "pluginAlias": "@proletariat/cli",
5888
- "pluginName": "@proletariat/cli",
5889
- "pluginType": "core",
5890
- "strict": true,
5891
- "enableJsonFlag": false,
5892
- "isESM": true,
5893
- "relativePath": [
5894
- "dist",
5895
- "commands",
5896
- "feedback",
5897
- "index.js"
5898
- ]
5899
- },
5900
- "feedback:list": {
5901
- "aliases": [],
5902
- "args": {},
5903
- "description": "List recent feedback issues from the repository",
5904
- "examples": [
5905
- "<%= config.bin %> <%= command.id %>",
5906
- "<%= config.bin %> <%= command.id %> --category bug",
5907
- "<%= config.bin %> <%= command.id %> --state closed --limit 10",
5908
- "<%= config.bin %> <%= command.id %> --json"
5909
- ],
5910
- "flags": {
5911
- "json": {
5912
- "description": "Output as JSON for AI agents/scripts",
5913
- "name": "json",
5914
- "allowNo": false,
5915
- "type": "boolean"
5916
- },
5917
- "machine": {
5918
- "char": "m",
5919
- "description": "Output as JSON for AI agents/scripts",
5920
- "name": "machine",
5921
- "allowNo": false,
5922
- "type": "boolean"
5923
- },
5924
- "category": {
5925
- "char": "c",
5926
- "description": "Filter by category (bug, feature, general)",
5927
- "name": "category",
5928
- "hasDynamicHelp": false,
5929
- "multiple": false,
5930
- "options": [
5931
- "bug",
5932
- "feature",
5933
- "general"
5934
- ],
5935
- "type": "option"
5936
- },
5937
- "state": {
5938
- "char": "s",
5939
- "description": "Filter by state",
5940
- "name": "state",
5941
- "default": "open",
5942
- "hasDynamicHelp": false,
5943
- "multiple": false,
5944
- "options": [
5945
- "open",
5946
- "closed",
5947
- "all"
5948
- ],
5949
- "type": "option"
5950
- },
5951
- "limit": {
5952
- "char": "l",
5953
- "description": "Maximum number of issues to show",
5954
- "name": "limit",
5955
- "default": 20,
5956
- "hasDynamicHelp": false,
5957
- "multiple": false,
5958
- "type": "option"
5959
- }
5960
- },
5961
- "hasDynamicHelp": false,
5962
- "hiddenAliases": [],
5963
- "id": "feedback:list",
5964
- "pluginAlias": "@proletariat/cli",
5965
- "pluginName": "@proletariat/cli",
5966
- "pluginType": "core",
5967
- "strict": true,
5968
- "enableJsonFlag": false,
5969
- "isESM": true,
5970
- "relativePath": [
5971
- "dist",
5972
- "commands",
5973
- "feedback",
5974
- "list.js"
5975
- ]
5976
- },
5977
- "feedback:submit": {
5978
- "aliases": [],
5979
- "args": {},
5980
- "description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
5981
- "examples": [
5982
- "<%= config.bin %> <%= command.id %>",
5983
- "<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
5984
- "<%= config.bin %> <%= command.id %> --json"
5985
- ],
5986
- "flags": {
5987
- "json": {
5988
- "description": "Output as JSON for AI agents/scripts",
5989
- "name": "json",
5990
- "allowNo": false,
5991
- "type": "boolean"
5992
- },
5993
- "machine": {
5994
- "char": "m",
5995
- "description": "Output as JSON for AI agents/scripts",
5996
- "name": "machine",
5997
- "allowNo": false,
5998
- "type": "boolean"
5999
- },
6000
- "title": {
6001
- "char": "t",
6002
- "description": "Issue title (one-liner) [required for non-interactive]",
6003
- "name": "title",
6004
- "hasDynamicHelp": false,
6005
- "multiple": false,
6006
- "type": "option"
6007
- },
6008
- "body": {
6009
- "char": "b",
6010
- "description": "Issue description [required for non-interactive]",
6011
- "name": "body",
6012
- "hasDynamicHelp": false,
6013
- "multiple": false,
6014
- "type": "option"
6015
- },
6016
- "category": {
6017
- "char": "c",
6018
- "description": "Feedback category",
6019
- "name": "category",
6020
- "hasDynamicHelp": false,
6021
- "multiple": false,
6022
- "options": [
6023
- "bug",
6024
- "feature",
6025
- "general"
6026
- ],
6027
- "type": "option"
6028
- }
6029
- },
6030
- "hasDynamicHelp": false,
6031
- "hiddenAliases": [],
6032
- "id": "feedback:submit",
6033
- "pluginAlias": "@proletariat/cli",
6034
- "pluginName": "@proletariat/cli",
6035
- "pluginType": "core",
6036
- "strict": true,
6037
- "isESM": true,
6038
- "relativePath": [
6039
- "dist",
6040
- "commands",
6041
- "feedback",
6042
- "submit.js"
6043
- ]
6044
- },
6045
- "feedback:view": {
6046
- "aliases": [],
6047
- "args": {
6048
- "number": {
6049
- "description": "Issue number to view",
6050
- "name": "number",
6051
- "required": true
6052
- }
6053
- },
6054
- "description": "View details of a specific feedback issue",
6055
- "examples": [
6056
- "<%= config.bin %> <%= command.id %> 123",
6057
- "<%= config.bin %> <%= command.id %> 123 --json"
6058
- ],
6059
- "flags": {
6060
- "json": {
6061
- "description": "Output as JSON for AI agents/scripts",
6062
- "name": "json",
6063
- "allowNo": false,
6064
- "type": "boolean"
6065
- },
6066
- "machine": {
6067
- "char": "m",
6068
- "description": "Output as JSON for AI agents/scripts",
6069
- "name": "machine",
6070
- "allowNo": false,
6071
- "type": "boolean"
6072
- }
6073
- },
6074
- "hasDynamicHelp": false,
6075
- "hiddenAliases": [],
6076
- "id": "feedback:view",
6077
- "pluginAlias": "@proletariat/cli",
6078
- "pluginName": "@proletariat/cli",
6079
- "pluginType": "core",
6080
- "strict": true,
6081
- "enableJsonFlag": false,
6082
- "isESM": true,
6083
- "relativePath": [
6084
- "dist",
6085
- "commands",
6086
- "feedback",
6087
- "view.js"
6088
- ]
6089
- },
6090
- "gh": {
6091
- "aliases": [],
6092
- "args": {},
6093
- "description": "GitHub CLI setup and status for PR workflow",
6094
- "examples": [
6095
- "<%= config.bin %> <%= command.id %>",
6096
- "<%= config.bin %> <%= command.id %> status",
6097
- "<%= config.bin %> <%= command.id %> login",
6098
- "<%= config.bin %> <%= command.id %> token"
6096
+ "<%= config.bin %> <%= command.id %> status",
6097
+ "<%= config.bin %> <%= command.id %> login",
6098
+ "<%= config.bin %> <%= command.id %> token"
6099
6099
  ],
6100
6100
  "flags": {
6101
6101
  "json": {
@@ -8461,20 +8461,242 @@
8461
8461
  "init.js"
8462
8462
  ]
8463
8463
  },
8464
- "pr:checks": {
8464
+ "priority:add": {
8465
8465
  "aliases": [],
8466
8466
  "args": {
8467
- "prNumber": {
8468
- "description": "PR number (defaults to PR for current branch)",
8469
- "name": "prNumber",
8470
- "required": false
8467
+ "value": {
8468
+ "description": "Priority value to add",
8469
+ "name": "value",
8470
+ "required": true
8471
8471
  }
8472
8472
  },
8473
- "description": "Show CI check status for a pull request",
8473
+ "description": "Add a priority value to the workspace scale",
8474
8474
  "examples": [
8475
- "<%= config.bin %> <%= command.id %>",
8476
- "<%= config.bin %> <%= command.id %> 123",
8477
- "<%= config.bin %> <%= command.id %> --json"
8475
+ "<%= config.bin %> <%= command.id %> Critical",
8476
+ "<%= config.bin %> <%= command.id %> \"Must Have\" --position 0",
8477
+ "<%= config.bin %> <%= command.id %> P4 --after P3"
8478
+ ],
8479
+ "flags": {
8480
+ "project": {
8481
+ "char": "P",
8482
+ "description": "Project ID (uses first project if only one exists)",
8483
+ "name": "project",
8484
+ "hasDynamicHelp": false,
8485
+ "multiple": false,
8486
+ "type": "option"
8487
+ },
8488
+ "json": {
8489
+ "description": "Output as JSON for AI agents/scripts",
8490
+ "name": "json",
8491
+ "allowNo": false,
8492
+ "type": "boolean"
8493
+ },
8494
+ "machine": {
8495
+ "char": "m",
8496
+ "description": "Output as JSON for AI agents/scripts",
8497
+ "name": "machine",
8498
+ "allowNo": false,
8499
+ "type": "boolean"
8500
+ },
8501
+ "position": {
8502
+ "description": "Position in the priority scale (0 = highest)",
8503
+ "name": "position",
8504
+ "hasDynamicHelp": false,
8505
+ "multiple": false,
8506
+ "type": "option"
8507
+ },
8508
+ "after": {
8509
+ "description": "Insert after this priority value",
8510
+ "exclusive": [
8511
+ "position"
8512
+ ],
8513
+ "name": "after",
8514
+ "hasDynamicHelp": false,
8515
+ "multiple": false,
8516
+ "type": "option"
8517
+ }
8518
+ },
8519
+ "hasDynamicHelp": false,
8520
+ "hiddenAliases": [],
8521
+ "id": "priority:add",
8522
+ "pluginAlias": "@proletariat/cli",
8523
+ "pluginName": "@proletariat/cli",
8524
+ "pluginType": "core",
8525
+ "strict": true,
8526
+ "isESM": true,
8527
+ "relativePath": [
8528
+ "dist",
8529
+ "commands",
8530
+ "priority",
8531
+ "add.js"
8532
+ ]
8533
+ },
8534
+ "priority:list": {
8535
+ "aliases": [],
8536
+ "args": {},
8537
+ "description": "List the workspace priority scale",
8538
+ "examples": [
8539
+ "<%= config.bin %> <%= command.id %>",
8540
+ "<%= config.bin %> <%= command.id %> --json"
8541
+ ],
8542
+ "flags": {
8543
+ "project": {
8544
+ "char": "P",
8545
+ "description": "Project ID (uses first project if only one exists)",
8546
+ "name": "project",
8547
+ "hasDynamicHelp": false,
8548
+ "multiple": false,
8549
+ "type": "option"
8550
+ },
8551
+ "json": {
8552
+ "description": "Output as JSON for AI agents/scripts",
8553
+ "name": "json",
8554
+ "allowNo": false,
8555
+ "type": "boolean"
8556
+ },
8557
+ "machine": {
8558
+ "char": "m",
8559
+ "description": "Output as JSON for AI agents/scripts",
8560
+ "name": "machine",
8561
+ "allowNo": false,
8562
+ "type": "boolean"
8563
+ }
8564
+ },
8565
+ "hasDynamicHelp": false,
8566
+ "hiddenAliases": [],
8567
+ "id": "priority:list",
8568
+ "pluginAlias": "@proletariat/cli",
8569
+ "pluginName": "@proletariat/cli",
8570
+ "pluginType": "core",
8571
+ "strict": true,
8572
+ "isESM": true,
8573
+ "relativePath": [
8574
+ "dist",
8575
+ "commands",
8576
+ "priority",
8577
+ "list.js"
8578
+ ]
8579
+ },
8580
+ "priority:remove": {
8581
+ "aliases": [],
8582
+ "args": {
8583
+ "value": {
8584
+ "description": "Priority value to remove",
8585
+ "name": "value",
8586
+ "required": true
8587
+ }
8588
+ },
8589
+ "description": "Remove a priority value from the workspace scale",
8590
+ "examples": [
8591
+ "<%= config.bin %> <%= command.id %> P3",
8592
+ "<%= config.bin %> <%= command.id %> Low"
8593
+ ],
8594
+ "flags": {
8595
+ "project": {
8596
+ "char": "P",
8597
+ "description": "Project ID (uses first project if only one exists)",
8598
+ "name": "project",
8599
+ "hasDynamicHelp": false,
8600
+ "multiple": false,
8601
+ "type": "option"
8602
+ },
8603
+ "json": {
8604
+ "description": "Output as JSON for AI agents/scripts",
8605
+ "name": "json",
8606
+ "allowNo": false,
8607
+ "type": "boolean"
8608
+ },
8609
+ "machine": {
8610
+ "char": "m",
8611
+ "description": "Output as JSON for AI agents/scripts",
8612
+ "name": "machine",
8613
+ "allowNo": false,
8614
+ "type": "boolean"
8615
+ }
8616
+ },
8617
+ "hasDynamicHelp": false,
8618
+ "hiddenAliases": [],
8619
+ "id": "priority:remove",
8620
+ "pluginAlias": "@proletariat/cli",
8621
+ "pluginName": "@proletariat/cli",
8622
+ "pluginType": "core",
8623
+ "strict": true,
8624
+ "isESM": true,
8625
+ "relativePath": [
8626
+ "dist",
8627
+ "commands",
8628
+ "priority",
8629
+ "remove.js"
8630
+ ]
8631
+ },
8632
+ "priority:set": {
8633
+ "aliases": [],
8634
+ "args": {
8635
+ "priorities": {
8636
+ "description": "Priority values from highest to lowest (space-separated)",
8637
+ "name": "priorities",
8638
+ "required": false
8639
+ }
8640
+ },
8641
+ "description": "Set the workspace priority scale (replaces all existing priorities)",
8642
+ "examples": [
8643
+ "<%= config.bin %> <%= command.id %> P0 P1 P2 P3",
8644
+ "<%= config.bin %> <%= command.id %> Critical High Medium Low",
8645
+ "<%= config.bin %> <%= command.id %> Now Next Later",
8646
+ "<%= config.bin %> <%= command.id %> \"Must Have\" \"Should Have\" \"Nice to Have\""
8647
+ ],
8648
+ "flags": {
8649
+ "project": {
8650
+ "char": "P",
8651
+ "description": "Project ID (uses first project if only one exists)",
8652
+ "name": "project",
8653
+ "hasDynamicHelp": false,
8654
+ "multiple": false,
8655
+ "type": "option"
8656
+ },
8657
+ "json": {
8658
+ "description": "Output as JSON for AI agents/scripts",
8659
+ "name": "json",
8660
+ "allowNo": false,
8661
+ "type": "boolean"
8662
+ },
8663
+ "machine": {
8664
+ "char": "m",
8665
+ "description": "Output as JSON for AI agents/scripts",
8666
+ "name": "machine",
8667
+ "allowNo": false,
8668
+ "type": "boolean"
8669
+ }
8670
+ },
8671
+ "hasDynamicHelp": false,
8672
+ "hiddenAliases": [],
8673
+ "id": "priority:set",
8674
+ "pluginAlias": "@proletariat/cli",
8675
+ "pluginName": "@proletariat/cli",
8676
+ "pluginType": "core",
8677
+ "strict": false,
8678
+ "isESM": true,
8679
+ "relativePath": [
8680
+ "dist",
8681
+ "commands",
8682
+ "priority",
8683
+ "set.js"
8684
+ ]
8685
+ },
8686
+ "pr:checks": {
8687
+ "aliases": [],
8688
+ "args": {
8689
+ "prNumber": {
8690
+ "description": "PR number (defaults to PR for current branch)",
8691
+ "name": "prNumber",
8692
+ "required": false
8693
+ }
8694
+ },
8695
+ "description": "Show CI check status for a pull request",
8696
+ "examples": [
8697
+ "<%= config.bin %> <%= command.id %>",
8698
+ "<%= config.bin %> <%= command.id %> 123",
8699
+ "<%= config.bin %> <%= command.id %> --json"
8478
8700
  ],
8479
8701
  "flags": {
8480
8702
  "project": {
@@ -8979,241 +9201,19 @@
8979
9201
  "status.js"
8980
9202
  ]
8981
9203
  },
8982
- "priority:add": {
9204
+ "project:archive": {
8983
9205
  "aliases": [],
8984
9206
  "args": {
8985
- "value": {
8986
- "description": "Priority value to add",
8987
- "name": "value",
9207
+ "id": {
9208
+ "description": "Project ID",
9209
+ "name": "id",
8988
9210
  "required": true
8989
9211
  }
8990
9212
  },
8991
- "description": "Add a priority value to the workspace scale",
9213
+ "description": "Archive a project (hide from default views)",
8992
9214
  "examples": [
8993
- "<%= config.bin %> <%= command.id %> Critical",
8994
- "<%= config.bin %> <%= command.id %> \"Must Have\" --position 0",
8995
- "<%= config.bin %> <%= command.id %> P4 --after P3"
8996
- ],
8997
- "flags": {
8998
- "project": {
8999
- "char": "P",
9000
- "description": "Project ID (uses first project if only one exists)",
9001
- "name": "project",
9002
- "hasDynamicHelp": false,
9003
- "multiple": false,
9004
- "type": "option"
9005
- },
9006
- "json": {
9007
- "description": "Output as JSON for AI agents/scripts",
9008
- "name": "json",
9009
- "allowNo": false,
9010
- "type": "boolean"
9011
- },
9012
- "machine": {
9013
- "char": "m",
9014
- "description": "Output as JSON for AI agents/scripts",
9015
- "name": "machine",
9016
- "allowNo": false,
9017
- "type": "boolean"
9018
- },
9019
- "position": {
9020
- "description": "Position in the priority scale (0 = highest)",
9021
- "name": "position",
9022
- "hasDynamicHelp": false,
9023
- "multiple": false,
9024
- "type": "option"
9025
- },
9026
- "after": {
9027
- "description": "Insert after this priority value",
9028
- "exclusive": [
9029
- "position"
9030
- ],
9031
- "name": "after",
9032
- "hasDynamicHelp": false,
9033
- "multiple": false,
9034
- "type": "option"
9035
- }
9036
- },
9037
- "hasDynamicHelp": false,
9038
- "hiddenAliases": [],
9039
- "id": "priority:add",
9040
- "pluginAlias": "@proletariat/cli",
9041
- "pluginName": "@proletariat/cli",
9042
- "pluginType": "core",
9043
- "strict": true,
9044
- "isESM": true,
9045
- "relativePath": [
9046
- "dist",
9047
- "commands",
9048
- "priority",
9049
- "add.js"
9050
- ]
9051
- },
9052
- "priority:list": {
9053
- "aliases": [],
9054
- "args": {},
9055
- "description": "List the workspace priority scale",
9056
- "examples": [
9057
- "<%= config.bin %> <%= command.id %>",
9058
- "<%= config.bin %> <%= command.id %> --json"
9059
- ],
9060
- "flags": {
9061
- "project": {
9062
- "char": "P",
9063
- "description": "Project ID (uses first project if only one exists)",
9064
- "name": "project",
9065
- "hasDynamicHelp": false,
9066
- "multiple": false,
9067
- "type": "option"
9068
- },
9069
- "json": {
9070
- "description": "Output as JSON for AI agents/scripts",
9071
- "name": "json",
9072
- "allowNo": false,
9073
- "type": "boolean"
9074
- },
9075
- "machine": {
9076
- "char": "m",
9077
- "description": "Output as JSON for AI agents/scripts",
9078
- "name": "machine",
9079
- "allowNo": false,
9080
- "type": "boolean"
9081
- }
9082
- },
9083
- "hasDynamicHelp": false,
9084
- "hiddenAliases": [],
9085
- "id": "priority:list",
9086
- "pluginAlias": "@proletariat/cli",
9087
- "pluginName": "@proletariat/cli",
9088
- "pluginType": "core",
9089
- "strict": true,
9090
- "isESM": true,
9091
- "relativePath": [
9092
- "dist",
9093
- "commands",
9094
- "priority",
9095
- "list.js"
9096
- ]
9097
- },
9098
- "priority:remove": {
9099
- "aliases": [],
9100
- "args": {
9101
- "value": {
9102
- "description": "Priority value to remove",
9103
- "name": "value",
9104
- "required": true
9105
- }
9106
- },
9107
- "description": "Remove a priority value from the workspace scale",
9108
- "examples": [
9109
- "<%= config.bin %> <%= command.id %> P3",
9110
- "<%= config.bin %> <%= command.id %> Low"
9111
- ],
9112
- "flags": {
9113
- "project": {
9114
- "char": "P",
9115
- "description": "Project ID (uses first project if only one exists)",
9116
- "name": "project",
9117
- "hasDynamicHelp": false,
9118
- "multiple": false,
9119
- "type": "option"
9120
- },
9121
- "json": {
9122
- "description": "Output as JSON for AI agents/scripts",
9123
- "name": "json",
9124
- "allowNo": false,
9125
- "type": "boolean"
9126
- },
9127
- "machine": {
9128
- "char": "m",
9129
- "description": "Output as JSON for AI agents/scripts",
9130
- "name": "machine",
9131
- "allowNo": false,
9132
- "type": "boolean"
9133
- }
9134
- },
9135
- "hasDynamicHelp": false,
9136
- "hiddenAliases": [],
9137
- "id": "priority:remove",
9138
- "pluginAlias": "@proletariat/cli",
9139
- "pluginName": "@proletariat/cli",
9140
- "pluginType": "core",
9141
- "strict": true,
9142
- "isESM": true,
9143
- "relativePath": [
9144
- "dist",
9145
- "commands",
9146
- "priority",
9147
- "remove.js"
9148
- ]
9149
- },
9150
- "priority:set": {
9151
- "aliases": [],
9152
- "args": {
9153
- "priorities": {
9154
- "description": "Priority values from highest to lowest (space-separated)",
9155
- "name": "priorities",
9156
- "required": false
9157
- }
9158
- },
9159
- "description": "Set the workspace priority scale (replaces all existing priorities)",
9160
- "examples": [
9161
- "<%= config.bin %> <%= command.id %> P0 P1 P2 P3",
9162
- "<%= config.bin %> <%= command.id %> Critical High Medium Low",
9163
- "<%= config.bin %> <%= command.id %> Now Next Later",
9164
- "<%= config.bin %> <%= command.id %> \"Must Have\" \"Should Have\" \"Nice to Have\""
9165
- ],
9166
- "flags": {
9167
- "project": {
9168
- "char": "P",
9169
- "description": "Project ID (uses first project if only one exists)",
9170
- "name": "project",
9171
- "hasDynamicHelp": false,
9172
- "multiple": false,
9173
- "type": "option"
9174
- },
9175
- "json": {
9176
- "description": "Output as JSON for AI agents/scripts",
9177
- "name": "json",
9178
- "allowNo": false,
9179
- "type": "boolean"
9180
- },
9181
- "machine": {
9182
- "char": "m",
9183
- "description": "Output as JSON for AI agents/scripts",
9184
- "name": "machine",
9185
- "allowNo": false,
9186
- "type": "boolean"
9187
- }
9188
- },
9189
- "hasDynamicHelp": false,
9190
- "hiddenAliases": [],
9191
- "id": "priority:set",
9192
- "pluginAlias": "@proletariat/cli",
9193
- "pluginName": "@proletariat/cli",
9194
- "pluginType": "core",
9195
- "strict": false,
9196
- "isESM": true,
9197
- "relativePath": [
9198
- "dist",
9199
- "commands",
9200
- "priority",
9201
- "set.js"
9202
- ]
9203
- },
9204
- "project:archive": {
9205
- "aliases": [],
9206
- "args": {
9207
- "id": {
9208
- "description": "Project ID",
9209
- "name": "id",
9210
- "required": true
9211
- }
9212
- },
9213
- "description": "Archive a project (hide from default views)",
9214
- "examples": [
9215
- "<%= config.bin %> <%= command.id %> old-project",
9216
- "<%= config.bin %> <%= command.id %> old-project --force"
9215
+ "<%= config.bin %> <%= command.id %> old-project",
9216
+ "<%= config.bin %> <%= command.id %> old-project --force"
9217
9217
  ],
9218
9218
  "flags": {
9219
9219
  "project": {
@@ -11037,17 +11037,20 @@
11037
11037
  "view.js"
11038
11038
  ]
11039
11039
  },
11040
- "shortcut:connect": {
11040
+ "session:attach": {
11041
11041
  "aliases": [],
11042
- "args": {},
11043
- "description": "Connect to Shortcut workspace and configure authentication",
11042
+ "args": {
11043
+ "session": {
11044
+ "description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
11045
+ "name": "session",
11046
+ "required": false
11047
+ }
11048
+ },
11049
+ "description": "Attach to an active tmux session",
11044
11050
  "examples": [
11045
11051
  "<%= config.bin %> <%= command.id %>",
11046
- "<%= config.bin %> <%= command.id %> --check",
11047
- "<%= config.bin %> <%= command.id %> --force",
11048
- "<%= config.bin %> <%= command.id %> --disconnect",
11049
- "SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
11050
- "<%= config.bin %> <%= command.id %> --json"
11052
+ "<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
11053
+ "<%= config.bin %> <%= command.id %> --current-terminal"
11051
11054
  ],
11052
11055
  "flags": {
11053
11056
  "project": {
@@ -11071,28 +11074,33 @@
11071
11074
  "allowNo": false,
11072
11075
  "type": "boolean"
11073
11076
  },
11074
- "check": {
11075
- "description": "Only check if Shortcut credentials are valid (do not prompt)",
11076
- "name": "check",
11077
+ "new-tab": {
11078
+ "char": "n",
11079
+ "description": "Open in a new terminal tab (default: true)",
11080
+ "name": "new-tab",
11077
11081
  "allowNo": false,
11078
11082
  "type": "boolean"
11079
11083
  },
11080
- "force": {
11081
- "description": "Force re-authentication even if credentials exist",
11082
- "name": "force",
11084
+ "current-terminal": {
11085
+ "char": "c",
11086
+ "description": "Attach in current terminal instead of new tab",
11087
+ "name": "current-terminal",
11083
11088
  "allowNo": false,
11084
11089
  "type": "boolean"
11085
11090
  },
11086
- "disconnect": {
11087
- "description": "Remove stored Shortcut credentials and configuration",
11088
- "name": "disconnect",
11089
- "allowNo": false,
11090
- "type": "boolean"
11091
+ "terminal": {
11092
+ "char": "t",
11093
+ "description": "Terminal app to use (iTerm, Terminal, Ghostty)",
11094
+ "name": "terminal",
11095
+ "default": "iTerm",
11096
+ "hasDynamicHelp": false,
11097
+ "multiple": false,
11098
+ "type": "option"
11091
11099
  }
11092
11100
  },
11093
11101
  "hasDynamicHelp": false,
11094
11102
  "hiddenAliases": [],
11095
- "id": "shortcut:connect",
11103
+ "id": "session:attach",
11096
11104
  "pluginAlias": "@proletariat/cli",
11097
11105
  "pluginName": "@proletariat/cli",
11098
11106
  "pluginType": "core",
@@ -11101,87 +11109,11 @@
11101
11109
  "relativePath": [
11102
11110
  "dist",
11103
11111
  "commands",
11104
- "shortcut",
11105
- "connect.js"
11112
+ "session",
11113
+ "attach.js"
11106
11114
  ]
11107
11115
  },
11108
- "session:attach": {
11109
- "aliases": [],
11110
- "args": {
11111
- "session": {
11112
- "description": "Session name or ticket ID to attach to (optional - will prompt if not provided)",
11113
- "name": "session",
11114
- "required": false
11115
- }
11116
- },
11117
- "description": "Attach to an active tmux session",
11118
- "examples": [
11119
- "<%= config.bin %> <%= command.id %>",
11120
- "<%= config.bin %> <%= command.id %> TKT-347-implement-altman",
11121
- "<%= config.bin %> <%= command.id %> --current-terminal"
11122
- ],
11123
- "flags": {
11124
- "project": {
11125
- "char": "P",
11126
- "description": "Project ID (uses first project if only one exists)",
11127
- "name": "project",
11128
- "hasDynamicHelp": false,
11129
- "multiple": false,
11130
- "type": "option"
11131
- },
11132
- "json": {
11133
- "description": "Output as JSON for AI agents/scripts",
11134
- "name": "json",
11135
- "allowNo": false,
11136
- "type": "boolean"
11137
- },
11138
- "machine": {
11139
- "char": "m",
11140
- "description": "Output as JSON for AI agents/scripts",
11141
- "name": "machine",
11142
- "allowNo": false,
11143
- "type": "boolean"
11144
- },
11145
- "new-tab": {
11146
- "char": "n",
11147
- "description": "Open in a new terminal tab (default: true)",
11148
- "name": "new-tab",
11149
- "allowNo": false,
11150
- "type": "boolean"
11151
- },
11152
- "current-terminal": {
11153
- "char": "c",
11154
- "description": "Attach in current terminal instead of new tab",
11155
- "name": "current-terminal",
11156
- "allowNo": false,
11157
- "type": "boolean"
11158
- },
11159
- "terminal": {
11160
- "char": "t",
11161
- "description": "Terminal app to use (iTerm, Terminal, Ghostty)",
11162
- "name": "terminal",
11163
- "default": "iTerm",
11164
- "hasDynamicHelp": false,
11165
- "multiple": false,
11166
- "type": "option"
11167
- }
11168
- },
11169
- "hasDynamicHelp": false,
11170
- "hiddenAliases": [],
11171
- "id": "session:attach",
11172
- "pluginAlias": "@proletariat/cli",
11173
- "pluginName": "@proletariat/cli",
11174
- "pluginType": "core",
11175
- "strict": true,
11176
- "isESM": true,
11177
- "relativePath": [
11178
- "dist",
11179
- "commands",
11180
- "session",
11181
- "attach.js"
11182
- ]
11183
- },
11184
- "session:create": {
11116
+ "session:create": {
11185
11117
  "aliases": [],
11186
11118
  "args": {
11187
11119
  "name": {
@@ -11315,12 +11247,15 @@
11315
11247
  "session:health": {
11316
11248
  "aliases": [],
11317
11249
  "args": {},
11318
- "description": "Check health of running agent sessions and detect/recover hung agents",
11250
+ "description": "Check health of running agent sessions, detect/recover hung agents, and auto-poke idle agents",
11319
11251
  "examples": [
11320
11252
  "<%= config.bin %> session health",
11321
11253
  "<%= config.bin %> session health --fix",
11254
+ "<%= config.bin %> session health --poke-idle",
11255
+ "<%= config.bin %> session health --fix --poke-idle",
11322
11256
  "<%= config.bin %> session health --watch",
11323
- "<%= config.bin %> session health --watch --interval 3 --threshold 5"
11257
+ "<%= config.bin %> session health --watch --interval 3 --threshold 5",
11258
+ "<%= config.bin %> session health --watch --poke-idle"
11324
11259
  ],
11325
11260
  "flags": {
11326
11261
  "project": {
@@ -11350,6 +11285,12 @@
11350
11285
  "allowNo": false,
11351
11286
  "type": "boolean"
11352
11287
  },
11288
+ "poke-idle": {
11289
+ "description": "Auto-poke idle agents with their ticket description to resume work",
11290
+ "name": "poke-idle",
11291
+ "allowNo": false,
11292
+ "type": "boolean"
11293
+ },
11353
11294
  "watch": {
11354
11295
  "description": "Continuously monitor agents and auto-recover hung ones",
11355
11296
  "name": "watch",
@@ -11365,7 +11306,7 @@
11365
11306
  "type": "option"
11366
11307
  },
11367
11308
  "threshold": {
11368
- "description": "Minutes an agent must be hung before auto-recovery in watch mode",
11309
+ "description": "Minutes an agent must be hung/idle before auto-recovery in watch mode",
11369
11310
  "name": "threshold",
11370
11311
  "default": 10,
11371
11312
  "hasDynamicHelp": false,
@@ -11889,6 +11830,74 @@
11889
11830
  "restart.js"
11890
11831
  ]
11891
11832
  },
11833
+ "shortcut:connect": {
11834
+ "aliases": [],
11835
+ "args": {},
11836
+ "description": "Connect to Shortcut workspace and configure authentication",
11837
+ "examples": [
11838
+ "<%= config.bin %> <%= command.id %>",
11839
+ "<%= config.bin %> <%= command.id %> --check",
11840
+ "<%= config.bin %> <%= command.id %> --force",
11841
+ "<%= config.bin %> <%= command.id %> --disconnect",
11842
+ "SHORTCUT_API_TOKEN=... <%= config.bin %> <%= command.id %>",
11843
+ "<%= config.bin %> <%= command.id %> --json"
11844
+ ],
11845
+ "flags": {
11846
+ "project": {
11847
+ "char": "P",
11848
+ "description": "Project ID (uses first project if only one exists)",
11849
+ "name": "project",
11850
+ "hasDynamicHelp": false,
11851
+ "multiple": false,
11852
+ "type": "option"
11853
+ },
11854
+ "json": {
11855
+ "description": "Output as JSON for AI agents/scripts",
11856
+ "name": "json",
11857
+ "allowNo": false,
11858
+ "type": "boolean"
11859
+ },
11860
+ "machine": {
11861
+ "char": "m",
11862
+ "description": "Output as JSON for AI agents/scripts",
11863
+ "name": "machine",
11864
+ "allowNo": false,
11865
+ "type": "boolean"
11866
+ },
11867
+ "check": {
11868
+ "description": "Only check if Shortcut credentials are valid (do not prompt)",
11869
+ "name": "check",
11870
+ "allowNo": false,
11871
+ "type": "boolean"
11872
+ },
11873
+ "force": {
11874
+ "description": "Force re-authentication even if credentials exist",
11875
+ "name": "force",
11876
+ "allowNo": false,
11877
+ "type": "boolean"
11878
+ },
11879
+ "disconnect": {
11880
+ "description": "Remove stored Shortcut credentials and configuration",
11881
+ "name": "disconnect",
11882
+ "allowNo": false,
11883
+ "type": "boolean"
11884
+ }
11885
+ },
11886
+ "hasDynamicHelp": false,
11887
+ "hiddenAliases": [],
11888
+ "id": "shortcut:connect",
11889
+ "pluginAlias": "@proletariat/cli",
11890
+ "pluginName": "@proletariat/cli",
11891
+ "pluginType": "core",
11892
+ "strict": true,
11893
+ "isESM": true,
11894
+ "relativePath": [
11895
+ "dist",
11896
+ "commands",
11897
+ "shortcut",
11898
+ "connect.js"
11899
+ ]
11900
+ },
11892
11901
  "staff:add": {
11893
11902
  "aliases": [],
11894
11903
  "args": {
@@ -13054,31 +13063,26 @@
13054
13063
  "title.js"
13055
13064
  ]
13056
13065
  },
13057
- "template:apply": {
13066
+ "theme:add-names": {
13058
13067
  "aliases": [],
13059
13068
  "args": {
13060
- "template": {
13061
- "description": "Template ID to apply",
13062
- "name": "template",
13069
+ "theme": {
13070
+ "description": "Theme ID",
13071
+ "name": "theme",
13072
+ "required": true
13073
+ },
13074
+ "names": {
13075
+ "description": "Names to add to the theme (space-separated)",
13076
+ "name": "names",
13063
13077
  "required": false
13064
13078
  }
13065
13079
  },
13066
- "description": "Apply a template",
13080
+ "description": "Add names to a theme",
13067
13081
  "examples": [
13068
- "<%= config.bin %> <%= command.id %> --type ticket bug-report",
13069
- "<%= config.bin %> <%= command.id %> --type ticket bug-report --title \"Login fails\"",
13070
- "<%= config.bin %> <%= command.id %> --type phase agile",
13071
- "<%= config.bin %> <%= command.id %> --type phase default --force"
13082
+ "<%= config.bin %> <%= command.id %> greek-gods zeus athena poseidon",
13083
+ "<%= config.bin %> <%= command.id %> my-theme agent-a agent-b"
13072
13084
  ],
13073
13085
  "flags": {
13074
- "project": {
13075
- "char": "P",
13076
- "description": "Project ID (uses first project if only one exists)",
13077
- "name": "project",
13078
- "hasDynamicHelp": false,
13079
- "multiple": false,
13080
- "type": "option"
13081
- },
13082
13086
  "json": {
13083
13087
  "description": "Output as JSON for AI agents/scripts",
13084
13088
  "name": "json",
@@ -13091,43 +13095,281 @@
13091
13095
  "name": "machine",
13092
13096
  "allowNo": false,
13093
13097
  "type": "boolean"
13098
+ }
13099
+ },
13100
+ "hasDynamicHelp": false,
13101
+ "hiddenAliases": [],
13102
+ "id": "theme:add-names",
13103
+ "pluginAlias": "@proletariat/cli",
13104
+ "pluginName": "@proletariat/cli",
13105
+ "pluginType": "core",
13106
+ "strict": false,
13107
+ "enableJsonFlag": false,
13108
+ "isESM": true,
13109
+ "relativePath": [
13110
+ "dist",
13111
+ "commands",
13112
+ "theme",
13113
+ "add-names.js"
13114
+ ]
13115
+ },
13116
+ "theme:create": {
13117
+ "aliases": [],
13118
+ "args": {
13119
+ "name": {
13120
+ "description": "Theme name (used as ID, lowercase with hyphens)",
13121
+ "name": "name",
13122
+ "required": true
13123
+ }
13124
+ },
13125
+ "description": "Create a custom agent theme",
13126
+ "examples": [
13127
+ "<%= config.bin %> <%= command.id %> greek-gods",
13128
+ "<%= config.bin %> <%= command.id %> greek-gods --description \"Mount Olympus crew\"",
13129
+ "<%= config.bin %> <%= command.id %> greek-gods --display-name \"Greek Gods\""
13130
+ ],
13131
+ "flags": {
13132
+ "json": {
13133
+ "description": "Output as JSON for AI agents/scripts",
13134
+ "name": "json",
13135
+ "allowNo": false,
13136
+ "type": "boolean"
13094
13137
  },
13095
- "type": {
13096
- "char": "t",
13097
- "description": "Template type",
13098
- "name": "type",
13099
- "hasDynamicHelp": false,
13100
- "multiple": false,
13101
- "options": [
13102
- "ticket",
13103
- "phase"
13104
- ],
13105
- "type": "option"
13106
- },
13107
- "title": {
13108
- "description": "Ticket title (ticket only)",
13109
- "name": "title",
13110
- "hasDynamicHelp": false,
13111
- "multiple": false,
13112
- "type": "option"
13138
+ "machine": {
13139
+ "char": "m",
13140
+ "description": "Output as JSON for AI agents/scripts",
13141
+ "name": "machine",
13142
+ "allowNo": false,
13143
+ "type": "boolean"
13113
13144
  },
13114
- "column": {
13115
- "char": "c",
13116
- "description": "Column to place ticket (ticket only)",
13117
- "name": "column",
13145
+ "description": {
13146
+ "char": "d",
13147
+ "description": "Theme description",
13148
+ "name": "description",
13118
13149
  "hasDynamicHelp": false,
13119
13150
  "multiple": false,
13120
13151
  "type": "option"
13121
13152
  },
13122
- "priority": {
13123
- "char": "p",
13124
- "description": "Priority override (ticket only, uses workspace priority scale)",
13125
- "name": "priority",
13153
+ "display-name": {
13154
+ "description": "Display name (defaults to formatted name)",
13155
+ "name": "display-name",
13126
13156
  "hasDynamicHelp": false,
13127
13157
  "multiple": false,
13128
13158
  "type": "option"
13129
- },
13130
- "category": {
13159
+ }
13160
+ },
13161
+ "hasDynamicHelp": false,
13162
+ "hiddenAliases": [],
13163
+ "id": "theme:create",
13164
+ "pluginAlias": "@proletariat/cli",
13165
+ "pluginName": "@proletariat/cli",
13166
+ "pluginType": "core",
13167
+ "strict": true,
13168
+ "enableJsonFlag": false,
13169
+ "isESM": true,
13170
+ "relativePath": [
13171
+ "dist",
13172
+ "commands",
13173
+ "theme",
13174
+ "create.js"
13175
+ ]
13176
+ },
13177
+ "theme": {
13178
+ "aliases": [],
13179
+ "args": {},
13180
+ "description": "Manage agent naming themes",
13181
+ "examples": [
13182
+ "<%= config.bin %> <%= command.id %> list",
13183
+ "<%= config.bin %> <%= command.id %> create greek-gods",
13184
+ "<%= config.bin %> <%= command.id %> add-names greek-gods zeus athena"
13185
+ ],
13186
+ "flags": {
13187
+ "json": {
13188
+ "description": "Output as JSON for AI agents/scripts",
13189
+ "name": "json",
13190
+ "allowNo": false,
13191
+ "type": "boolean"
13192
+ },
13193
+ "machine": {
13194
+ "char": "m",
13195
+ "description": "Output as JSON for AI agents/scripts",
13196
+ "name": "machine",
13197
+ "allowNo": false,
13198
+ "type": "boolean"
13199
+ }
13200
+ },
13201
+ "hasDynamicHelp": false,
13202
+ "hiddenAliases": [],
13203
+ "id": "theme",
13204
+ "pluginAlias": "@proletariat/cli",
13205
+ "pluginName": "@proletariat/cli",
13206
+ "pluginType": "core",
13207
+ "strict": true,
13208
+ "isESM": true,
13209
+ "relativePath": [
13210
+ "dist",
13211
+ "commands",
13212
+ "theme",
13213
+ "index.js"
13214
+ ]
13215
+ },
13216
+ "theme:list": {
13217
+ "aliases": [],
13218
+ "args": {},
13219
+ "description": "List available agent themes",
13220
+ "examples": [
13221
+ "<%= config.bin %> <%= command.id %>"
13222
+ ],
13223
+ "flags": {
13224
+ "json": {
13225
+ "description": "Output as JSON for AI agents/scripts",
13226
+ "name": "json",
13227
+ "allowNo": false,
13228
+ "type": "boolean"
13229
+ },
13230
+ "machine": {
13231
+ "char": "m",
13232
+ "description": "Output as JSON for AI agents/scripts",
13233
+ "name": "machine",
13234
+ "allowNo": false,
13235
+ "type": "boolean"
13236
+ }
13237
+ },
13238
+ "hasDynamicHelp": false,
13239
+ "hiddenAliases": [],
13240
+ "id": "theme:list",
13241
+ "pluginAlias": "@proletariat/cli",
13242
+ "pluginName": "@proletariat/cli",
13243
+ "pluginType": "core",
13244
+ "strict": true,
13245
+ "enableJsonFlag": false,
13246
+ "isESM": true,
13247
+ "relativePath": [
13248
+ "dist",
13249
+ "commands",
13250
+ "theme",
13251
+ "list.js"
13252
+ ]
13253
+ },
13254
+ "theme:set": {
13255
+ "aliases": [],
13256
+ "args": {
13257
+ "theme": {
13258
+ "description": "Theme ID to set as active",
13259
+ "name": "theme",
13260
+ "required": false
13261
+ }
13262
+ },
13263
+ "description": "Set the active theme for this workspace",
13264
+ "examples": [
13265
+ "<%= config.bin %> <%= command.id %> billionaires",
13266
+ "<%= config.bin %> <%= command.id %>"
13267
+ ],
13268
+ "flags": {
13269
+ "json": {
13270
+ "description": "Output as JSON for AI agents/scripts",
13271
+ "name": "json",
13272
+ "allowNo": false,
13273
+ "type": "boolean"
13274
+ },
13275
+ "machine": {
13276
+ "char": "m",
13277
+ "description": "Output as JSON for AI agents/scripts",
13278
+ "name": "machine",
13279
+ "allowNo": false,
13280
+ "type": "boolean"
13281
+ }
13282
+ },
13283
+ "hasDynamicHelp": false,
13284
+ "hiddenAliases": [],
13285
+ "id": "theme:set",
13286
+ "pluginAlias": "@proletariat/cli",
13287
+ "pluginName": "@proletariat/cli",
13288
+ "pluginType": "core",
13289
+ "strict": true,
13290
+ "isESM": true,
13291
+ "relativePath": [
13292
+ "dist",
13293
+ "commands",
13294
+ "agent",
13295
+ "themes",
13296
+ "set.js"
13297
+ ]
13298
+ },
13299
+ "template:apply": {
13300
+ "aliases": [],
13301
+ "args": {
13302
+ "template": {
13303
+ "description": "Template ID to apply",
13304
+ "name": "template",
13305
+ "required": false
13306
+ }
13307
+ },
13308
+ "description": "Apply a template",
13309
+ "examples": [
13310
+ "<%= config.bin %> <%= command.id %> --type ticket bug-report",
13311
+ "<%= config.bin %> <%= command.id %> --type ticket bug-report --title \"Login fails\"",
13312
+ "<%= config.bin %> <%= command.id %> --type phase agile",
13313
+ "<%= config.bin %> <%= command.id %> --type phase default --force"
13314
+ ],
13315
+ "flags": {
13316
+ "project": {
13317
+ "char": "P",
13318
+ "description": "Project ID (uses first project if only one exists)",
13319
+ "name": "project",
13320
+ "hasDynamicHelp": false,
13321
+ "multiple": false,
13322
+ "type": "option"
13323
+ },
13324
+ "json": {
13325
+ "description": "Output as JSON for AI agents/scripts",
13326
+ "name": "json",
13327
+ "allowNo": false,
13328
+ "type": "boolean"
13329
+ },
13330
+ "machine": {
13331
+ "char": "m",
13332
+ "description": "Output as JSON for AI agents/scripts",
13333
+ "name": "machine",
13334
+ "allowNo": false,
13335
+ "type": "boolean"
13336
+ },
13337
+ "type": {
13338
+ "char": "t",
13339
+ "description": "Template type",
13340
+ "name": "type",
13341
+ "hasDynamicHelp": false,
13342
+ "multiple": false,
13343
+ "options": [
13344
+ "ticket",
13345
+ "phase"
13346
+ ],
13347
+ "type": "option"
13348
+ },
13349
+ "title": {
13350
+ "description": "Ticket title (ticket only)",
13351
+ "name": "title",
13352
+ "hasDynamicHelp": false,
13353
+ "multiple": false,
13354
+ "type": "option"
13355
+ },
13356
+ "column": {
13357
+ "char": "c",
13358
+ "description": "Column to place ticket (ticket only)",
13359
+ "name": "column",
13360
+ "hasDynamicHelp": false,
13361
+ "multiple": false,
13362
+ "type": "option"
13363
+ },
13364
+ "priority": {
13365
+ "char": "p",
13366
+ "description": "Priority override (ticket only, uses workspace priority scale)",
13367
+ "name": "priority",
13368
+ "hasDynamicHelp": false,
13369
+ "multiple": false,
13370
+ "type": "option"
13371
+ },
13372
+ "category": {
13131
13373
  "description": "Category override (ticket only)",
13132
13374
  "name": "category",
13133
13375
  "hasDynamicHelp": false,
@@ -13673,26 +13915,22 @@
13673
13915
  "update.js"
13674
13916
  ]
13675
13917
  },
13676
- "theme:add-names": {
13918
+ "ticket:bulk": {
13677
13919
  "aliases": [],
13678
- "args": {
13679
- "theme": {
13680
- "description": "Theme ID",
13681
- "name": "theme",
13682
- "required": true
13683
- },
13684
- "names": {
13685
- "description": "Names to add to the theme (space-separated)",
13686
- "name": "names",
13687
- "required": false
13688
- }
13689
- },
13690
- "description": "Add names to a theme",
13920
+ "args": {},
13921
+ "description": "Manage tickets in bulk (interactive menu)",
13691
13922
  "examples": [
13692
- "<%= config.bin %> <%= command.id %> greek-gods zeus athena poseidon",
13693
- "<%= config.bin %> <%= command.id %> my-theme agent-a agent-b"
13923
+ "<%= config.bin %> <%= command.id %>"
13694
13924
  ],
13695
13925
  "flags": {
13926
+ "project": {
13927
+ "char": "P",
13928
+ "description": "Project ID (uses first project if only one exists)",
13929
+ "name": "project",
13930
+ "hasDynamicHelp": false,
13931
+ "multiple": false,
13932
+ "type": "option"
13933
+ },
13696
13934
  "json": {
13697
13935
  "description": "Output as JSON for AI agents/scripts",
13698
13936
  "name": "json",
@@ -13709,93 +13947,43 @@
13709
13947
  },
13710
13948
  "hasDynamicHelp": false,
13711
13949
  "hiddenAliases": [],
13712
- "id": "theme:add-names",
13950
+ "id": "ticket:bulk",
13713
13951
  "pluginAlias": "@proletariat/cli",
13714
13952
  "pluginName": "@proletariat/cli",
13715
13953
  "pluginType": "core",
13716
- "strict": false,
13717
- "enableJsonFlag": false,
13954
+ "strict": true,
13718
13955
  "isESM": true,
13719
13956
  "relativePath": [
13720
13957
  "dist",
13721
13958
  "commands",
13722
- "theme",
13723
- "add-names.js"
13959
+ "ticket",
13960
+ "bulk.js"
13724
13961
  ]
13725
13962
  },
13726
- "theme:create": {
13727
- "aliases": [],
13728
- "args": {
13729
- "name": {
13730
- "description": "Theme name (used as ID, lowercase with hyphens)",
13731
- "name": "name",
13732
- "required": true
13733
- }
13734
- },
13735
- "description": "Create a custom agent theme",
13963
+ "ticket:category": {
13964
+ "aliases": [
13965
+ "ticket:categories"
13966
+ ],
13967
+ "args": {},
13968
+ "description": "Manage ticket categories (feature, bug, refactor, etc.)",
13736
13969
  "examples": [
13737
- "<%= config.bin %> <%= command.id %> greek-gods",
13738
- "<%= config.bin %> <%= command.id %> greek-gods --description \"Mount Olympus crew\"",
13739
- "<%= config.bin %> <%= command.id %> greek-gods --display-name \"Greek Gods\""
13970
+ "<%= config.bin %> <%= command.id %>",
13971
+ "<%= config.bin %> <%= command.id %> list",
13972
+ "<%= config.bin %> <%= command.id %> create spike",
13973
+ "<%= config.bin %> <%= command.id %> rename spike investigation",
13974
+ "<%= config.bin %> <%= command.id %> delete spike"
13740
13975
  ],
13741
13976
  "flags": {
13742
- "json": {
13743
- "description": "Output as JSON for AI agents/scripts",
13744
- "name": "json",
13745
- "allowNo": false,
13746
- "type": "boolean"
13747
- },
13748
- "machine": {
13749
- "char": "m",
13750
- "description": "Output as JSON for AI agents/scripts",
13751
- "name": "machine",
13752
- "allowNo": false,
13753
- "type": "boolean"
13754
- },
13755
- "description": {
13756
- "char": "d",
13757
- "description": "Theme description",
13758
- "name": "description",
13977
+ "project": {
13978
+ "char": "P",
13979
+ "description": "Project ID (uses first project if only one exists)",
13980
+ "name": "project",
13759
13981
  "hasDynamicHelp": false,
13760
13982
  "multiple": false,
13761
13983
  "type": "option"
13762
13984
  },
13763
- "display-name": {
13764
- "description": "Display name (defaults to formatted name)",
13765
- "name": "display-name",
13766
- "hasDynamicHelp": false,
13767
- "multiple": false,
13768
- "type": "option"
13769
- }
13770
- },
13771
- "hasDynamicHelp": false,
13772
- "hiddenAliases": [],
13773
- "id": "theme:create",
13774
- "pluginAlias": "@proletariat/cli",
13775
- "pluginName": "@proletariat/cli",
13776
- "pluginType": "core",
13777
- "strict": true,
13778
- "enableJsonFlag": false,
13779
- "isESM": true,
13780
- "relativePath": [
13781
- "dist",
13782
- "commands",
13783
- "theme",
13784
- "create.js"
13785
- ]
13786
- },
13787
- "theme": {
13788
- "aliases": [],
13789
- "args": {},
13790
- "description": "Manage agent naming themes",
13791
- "examples": [
13792
- "<%= config.bin %> <%= command.id %> list",
13793
- "<%= config.bin %> <%= command.id %> create greek-gods",
13794
- "<%= config.bin %> <%= command.id %> add-names greek-gods zeus athena"
13795
- ],
13796
- "flags": {
13797
13985
  "json": {
13798
- "description": "Output as JSON for AI agents/scripts",
13986
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
13799
13987
  "name": "json",
13800
13988
  "allowNo": false,
13801
13989
  "type": "boolean"
@@ -13810,7 +13998,7 @@
13810
13998
  },
13811
13999
  "hasDynamicHelp": false,
13812
14000
  "hiddenAliases": [],
13813
- "id": "theme",
14001
+ "id": "ticket:category",
13814
14002
  "pluginAlias": "@proletariat/cli",
13815
14003
  "pluginName": "@proletariat/cli",
13816
14004
  "pluginType": "core",
@@ -13819,18 +14007,34 @@
13819
14007
  "relativePath": [
13820
14008
  "dist",
13821
14009
  "commands",
13822
- "theme",
13823
- "index.js"
14010
+ "ticket",
14011
+ "category.js"
13824
14012
  ]
13825
14013
  },
13826
- "theme:list": {
14014
+ "ticket:complete": {
13827
14015
  "aliases": [],
13828
- "args": {},
13829
- "description": "List available agent themes",
14016
+ "args": {
14017
+ "ticketId": {
14018
+ "description": "Ticket ID - prompts with dropdown if not provided",
14019
+ "name": "ticketId",
14020
+ "required": false
14021
+ }
14022
+ },
14023
+ "description": "Mark ticket(s) as complete (move to Done column)",
13830
14024
  "examples": [
13831
- "<%= config.bin %> <%= command.id %>"
14025
+ "<%= config.bin %> <%= command.id %>",
14026
+ "<%= config.bin %> <%= command.id %> TICK-001",
14027
+ "<%= config.bin %> <%= command.id %> --bulk"
13832
14028
  ],
13833
14029
  "flags": {
14030
+ "project": {
14031
+ "char": "P",
14032
+ "description": "Project ID (uses first project if only one exists)",
14033
+ "name": "project",
14034
+ "hasDynamicHelp": false,
14035
+ "multiple": false,
14036
+ "type": "option"
14037
+ },
13834
14038
  "json": {
13835
14039
  "description": "Output as JSON for AI agents/scripts",
13836
14040
  "name": "json",
@@ -13843,56 +14047,25 @@
13843
14047
  "name": "machine",
13844
14048
  "allowNo": false,
13845
14049
  "type": "boolean"
13846
- }
13847
- },
13848
- "hasDynamicHelp": false,
13849
- "hiddenAliases": [],
13850
- "id": "theme:list",
13851
- "pluginAlias": "@proletariat/cli",
13852
- "pluginName": "@proletariat/cli",
13853
- "pluginType": "core",
13854
- "strict": true,
13855
- "enableJsonFlag": false,
13856
- "isESM": true,
13857
- "relativePath": [
13858
- "dist",
13859
- "commands",
13860
- "theme",
13861
- "list.js"
13862
- ]
13863
- },
13864
- "theme:set": {
13865
- "aliases": [],
13866
- "args": {
13867
- "theme": {
13868
- "description": "Theme ID to set as active",
13869
- "name": "theme",
13870
- "required": false
13871
- }
13872
- },
13873
- "description": "Set the active theme for this workspace",
13874
- "examples": [
13875
- "<%= config.bin %> <%= command.id %> billionaires",
13876
- "<%= config.bin %> <%= command.id %>"
13877
- ],
13878
- "flags": {
13879
- "json": {
13880
- "description": "Output as JSON for AI agents/scripts",
13881
- "name": "json",
14050
+ },
14051
+ "bulk": {
14052
+ "char": "b",
14053
+ "description": "Enable bulk mode to complete multiple tickets",
14054
+ "name": "bulk",
13882
14055
  "allowNo": false,
13883
14056
  "type": "boolean"
13884
14057
  },
13885
- "machine": {
13886
- "char": "m",
13887
- "description": "Output as JSON for AI agents/scripts",
13888
- "name": "machine",
14058
+ "force": {
14059
+ "char": "f",
14060
+ "description": "Skip confirmation prompt (bulk mode only)",
14061
+ "name": "force",
13889
14062
  "allowNo": false,
13890
14063
  "type": "boolean"
13891
14064
  }
13892
14065
  },
13893
14066
  "hasDynamicHelp": false,
13894
14067
  "hiddenAliases": [],
13895
- "id": "theme:set",
14068
+ "id": "ticket:complete",
13896
14069
  "pluginAlias": "@proletariat/cli",
13897
14070
  "pluginName": "@proletariat/cli",
13898
14071
  "pluginType": "core",
@@ -13901,35 +14074,36 @@
13901
14074
  "relativePath": [
13902
14075
  "dist",
13903
14076
  "commands",
13904
- "agent",
13905
- "themes",
13906
- "set.js"
14077
+ "ticket",
14078
+ "complete.js"
13907
14079
  ]
13908
14080
  },
13909
- "tools:add": {
14081
+ "ticket:create": {
13910
14082
  "aliases": [],
13911
- "args": {
13912
- "type": {
13913
- "description": "Tool type (mcp or cli)",
13914
- "name": "type",
13915
- "options": [
13916
- "mcp",
13917
- "cli"
13918
- ],
13919
- "required": true
13920
- },
13921
- "name": {
13922
- "description": "Tool name (unique identifier)",
13923
- "name": "name",
13924
- "required": true
13925
- }
13926
- },
13927
- "description": "Register an MCP server or CLI tool",
14083
+ "args": {},
14084
+ "description": "Create a new ticket on the PMO board",
13928
14085
  "examples": [
13929
- "<%= config.bin %> tools add mcp arcade --url https://api.arcade.dev/mcp --auth ARCADE_API_KEY --description \"Arcade integrations\"",
13930
- "<%= config.bin %> tools add cli gh --command gh --detect \"which gh\" --install \"brew install gh\" --description \"GitHub CLI\""
14086
+ "<%= config.bin %> <%= command.id %>",
14087
+ "<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
14088
+ "<%= config.bin %> <%= command.id %> -t \"Add feature\" -c \"In Progress\" -p P1",
14089
+ "<%= config.bin %> <%= command.id %> --project mobile-app -t \"New feature\"",
14090
+ "<%= config.bin %> <%= command.id %> --epic EPIC-001 -t \"Implement auth flow\"",
14091
+ "<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file ./ticket-desc.md",
14092
+ "<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file - # Read from stdin",
14093
+ "<%= config.bin %> <%= command.id %> --json # Output column choices as JSON",
14094
+ "<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating",
14095
+ "<%= config.bin %> <%= command.id %> --source linear -t \"Fix bug\" --team ENG",
14096
+ "<%= config.bin %> <%= command.id %> --source pmo -t \"Local task\" -c Backlog"
13931
14097
  ],
13932
14098
  "flags": {
14099
+ "project": {
14100
+ "char": "P",
14101
+ "description": "Project ID (uses first project if only one exists)",
14102
+ "name": "project",
14103
+ "hasDynamicHelp": false,
14104
+ "multiple": false,
14105
+ "type": "option"
14106
+ },
13933
14107
  "json": {
13934
14108
  "description": "Output as JSON for AI agents/scripts",
13935
14109
  "name": "json",
@@ -13943,344 +14117,119 @@
13943
14117
  "allowNo": false,
13944
14118
  "type": "boolean"
13945
14119
  },
13946
- "url": {
13947
- "description": "MCP server URL (for remote servers)",
13948
- "name": "url",
14120
+ "title": {
14121
+ "char": "t",
14122
+ "description": "Ticket title [required for non-interactive]",
14123
+ "name": "title",
13949
14124
  "hasDynamicHelp": false,
13950
14125
  "multiple": false,
13951
14126
  "type": "option"
13952
14127
  },
13953
- "command": {
13954
- "description": "Command to run (MCP server command or CLI tool binary)",
13955
- "name": "command",
14128
+ "column": {
14129
+ "char": "c",
14130
+ "description": "Column to place the ticket in",
14131
+ "name": "column",
13956
14132
  "hasDynamicHelp": false,
13957
14133
  "multiple": false,
13958
14134
  "type": "option"
13959
14135
  },
13960
- "auth": {
13961
- "description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
13962
- "name": "auth",
14136
+ "priority": {
14137
+ "char": "p",
14138
+ "description": "Ticket priority (uses workspace priority scale)",
14139
+ "name": "priority",
13963
14140
  "hasDynamicHelp": false,
13964
14141
  "multiple": false,
13965
14142
  "type": "option"
13966
14143
  },
13967
- "detect": {
13968
- "description": "Shell command to detect if CLI tool is installed",
13969
- "name": "detect",
14144
+ "category": {
14145
+ "description": "Ticket category (e.g., bug, feature, refactor)",
14146
+ "name": "category",
13970
14147
  "hasDynamicHelp": false,
13971
14148
  "multiple": false,
13972
14149
  "type": "option"
13973
14150
  },
13974
- "install": {
13975
- "description": "Shell command to install the CLI tool",
13976
- "name": "install",
14151
+ "description": {
14152
+ "char": "d",
14153
+ "description": "Ticket description",
14154
+ "name": "description",
13977
14155
  "hasDynamicHelp": false,
13978
14156
  "multiple": false,
13979
14157
  "type": "option"
13980
14158
  },
13981
- "description": {
13982
- "char": "d",
13983
- "description": "Human-readable description",
13984
- "name": "description",
13985
- "required": true,
14159
+ "description-file": {
14160
+ "char": "D",
14161
+ "description": "Path to a markdown file for the ticket description (use - for stdin)",
14162
+ "exclusive": [
14163
+ "description"
14164
+ ],
14165
+ "name": "description-file",
13986
14166
  "hasDynamicHelp": false,
13987
14167
  "multiple": false,
13988
14168
  "type": "option"
13989
- }
13990
- },
13991
- "hasDynamicHelp": false,
13992
- "hiddenAliases": [],
13993
- "id": "tools:add",
13994
- "pluginAlias": "@proletariat/cli",
13995
- "pluginName": "@proletariat/cli",
13996
- "pluginType": "core",
13997
- "strict": true,
13998
- "isESM": true,
13999
- "relativePath": [
14000
- "dist",
14001
- "commands",
14002
- "tools",
14003
- "add.js"
14004
- ]
14005
- },
14006
- "tools:check": {
14007
- "aliases": [],
14008
- "args": {},
14009
- "description": "Verify all registered tools are available and healthy",
14010
- "examples": [
14011
- "<%= config.bin %> tools check",
14012
- "<%= config.bin %> tools check --json"
14013
- ],
14014
- "flags": {
14015
- "json": {
14016
- "description": "Output as JSON for AI agents/scripts",
14017
- "name": "json",
14018
- "allowNo": false,
14019
- "type": "boolean"
14020
14169
  },
14021
- "machine": {
14022
- "char": "m",
14023
- "description": "Output as JSON for AI agents/scripts",
14024
- "name": "machine",
14025
- "allowNo": false,
14026
- "type": "boolean"
14027
- }
14028
- },
14029
- "hasDynamicHelp": false,
14030
- "hiddenAliases": [],
14031
- "id": "tools:check",
14032
- "pluginAlias": "@proletariat/cli",
14033
- "pluginName": "@proletariat/cli",
14034
- "pluginType": "core",
14035
- "strict": true,
14036
- "enableJsonFlag": false,
14037
- "isESM": true,
14038
- "relativePath": [
14039
- "dist",
14040
- "commands",
14041
- "tools",
14042
- "check.js"
14043
- ]
14044
- },
14045
- "tools:detect": {
14046
- "aliases": [],
14047
- "args": {},
14048
- "description": "Auto-detect common CLI tools on the system and register them",
14049
- "examples": [
14050
- "<%= config.bin %> tools detect",
14051
- "<%= config.bin %> tools detect --auto",
14052
- "<%= config.bin %> tools detect --json"
14053
- ],
14054
- "flags": {
14055
- "json": {
14056
- "description": "Output as JSON for AI agents/scripts",
14057
- "name": "json",
14058
- "allowNo": false,
14059
- "type": "boolean"
14170
+ "id": {
14171
+ "description": "Custom ticket ID (auto-generated if not provided)",
14172
+ "name": "id",
14173
+ "hasDynamicHelp": false,
14174
+ "multiple": false,
14175
+ "type": "option"
14060
14176
  },
14061
- "machine": {
14062
- "char": "m",
14063
- "description": "Output as JSON for AI agents/scripts",
14064
- "name": "machine",
14177
+ "interactive": {
14178
+ "char": "i",
14179
+ "description": "Interactive mode",
14180
+ "name": "interactive",
14065
14181
  "allowNo": false,
14066
14182
  "type": "boolean"
14067
14183
  },
14068
- "auto": {
14069
- "description": "Automatically register all detected tools without prompting",
14070
- "name": "auto",
14071
- "allowNo": false,
14072
- "type": "boolean"
14073
- }
14074
- },
14075
- "hasDynamicHelp": false,
14076
- "hiddenAliases": [],
14077
- "id": "tools:detect",
14078
- "pluginAlias": "@proletariat/cli",
14079
- "pluginName": "@proletariat/cli",
14080
- "pluginType": "core",
14081
- "strict": true,
14082
- "enableJsonFlag": false,
14083
- "isESM": true,
14084
- "relativePath": [
14085
- "dist",
14086
- "commands",
14087
- "tools",
14088
- "detect.js"
14089
- ]
14090
- },
14091
- "tools": {
14092
- "aliases": [
14093
- "tools:list"
14094
- ],
14095
- "args": {},
14096
- "description": "Show all registered MCP servers and CLI tools",
14097
- "examples": [
14098
- "<%= config.bin %> tools",
14099
- "<%= config.bin %> tools --json"
14100
- ],
14101
- "flags": {
14102
- "json": {
14103
- "description": "Output as JSON for AI agents/scripts",
14104
- "name": "json",
14105
- "allowNo": false,
14106
- "type": "boolean"
14184
+ "epic": {
14185
+ "char": "e",
14186
+ "description": "Link ticket to an epic (e.g., EPIC-001)",
14187
+ "name": "epic",
14188
+ "hasDynamicHelp": false,
14189
+ "multiple": false,
14190
+ "type": "option"
14107
14191
  },
14108
- "machine": {
14109
- "char": "m",
14110
- "description": "Output as JSON for AI agents/scripts",
14111
- "name": "machine",
14112
- "allowNo": false,
14113
- "type": "boolean"
14114
- }
14115
- },
14116
- "hasDynamicHelp": false,
14117
- "hiddenAliases": [],
14118
- "id": "tools",
14119
- "pluginAlias": "@proletariat/cli",
14120
- "pluginName": "@proletariat/cli",
14121
- "pluginType": "core",
14122
- "strict": true,
14123
- "enableJsonFlag": false,
14124
- "isESM": true,
14125
- "relativePath": [
14126
- "dist",
14127
- "commands",
14128
- "tools",
14129
- "index.js"
14130
- ]
14131
- },
14132
- "tools:remove": {
14133
- "aliases": [],
14134
- "args": {
14135
- "name": {
14136
- "description": "Tool name to remove",
14137
- "name": "name",
14138
- "required": true
14139
- }
14140
- },
14141
- "description": "Remove a tool from the registry",
14142
- "examples": [
14143
- "<%= config.bin %> tools remove arcade",
14144
- "<%= config.bin %> tools remove ffmpeg"
14145
- ],
14146
- "flags": {
14147
- "json": {
14148
- "description": "Output as JSON for AI agents/scripts",
14149
- "name": "json",
14150
- "allowNo": false,
14151
- "type": "boolean"
14192
+ "template": {
14193
+ "char": "T",
14194
+ "description": "Create from a template (e.g., bug-report, feature-request)",
14195
+ "name": "template",
14196
+ "hasDynamicHelp": false,
14197
+ "multiple": false,
14198
+ "type": "option"
14152
14199
  },
14153
- "machine": {
14154
- "char": "m",
14155
- "description": "Output as JSON for AI agents/scripts",
14156
- "name": "machine",
14157
- "allowNo": false,
14158
- "type": "boolean"
14159
- }
14160
- },
14161
- "hasDynamicHelp": false,
14162
- "hiddenAliases": [],
14163
- "id": "tools:remove",
14164
- "pluginAlias": "@proletariat/cli",
14165
- "pluginName": "@proletariat/cli",
14166
- "pluginType": "core",
14167
- "strict": true,
14168
- "enableJsonFlag": false,
14169
- "isESM": true,
14170
- "relativePath": [
14171
- "dist",
14172
- "commands",
14173
- "tools",
14174
- "remove.js"
14175
- ]
14176
- },
14177
- "version:bump": {
14178
- "aliases": [],
14179
- "args": {
14180
- "type": {
14181
- "description": "Version bump type",
14182
- "name": "type",
14183
- "options": [
14184
- "major",
14185
- "minor",
14186
- "patch"
14200
+ "labels": {
14201
+ "aliases": [
14202
+ "label"
14187
14203
  ],
14188
- "required": true
14189
- }
14190
- },
14191
- "description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
14192
- "examples": [
14193
- "<%= config.bin %> version bump patch",
14194
- "<%= config.bin %> version bump minor",
14195
- "<%= config.bin %> version bump major",
14196
- "<%= config.bin %> version bump patch --json"
14197
- ],
14198
- "flags": {
14199
- "json": {
14200
- "description": "Output as JSON for AI agents/scripts",
14201
- "name": "json",
14202
- "allowNo": false,
14203
- "type": "boolean"
14204
- },
14205
- "machine": {
14206
- "char": "m",
14207
- "description": "Output as JSON for AI agents/scripts",
14208
- "name": "machine",
14209
- "allowNo": false,
14210
- "type": "boolean"
14211
- }
14212
- },
14213
- "hasDynamicHelp": false,
14214
- "hiddenAliases": [],
14215
- "id": "version:bump",
14216
- "pluginAlias": "@proletariat/cli",
14217
- "pluginName": "@proletariat/cli",
14218
- "pluginType": "core",
14219
- "strict": true,
14220
- "enableJsonFlag": false,
14221
- "isESM": true,
14222
- "relativePath": [
14223
- "dist",
14224
- "commands",
14225
- "version",
14226
- "bump.js"
14227
- ]
14228
- },
14229
- "trello:configure": {
14230
- "aliases": [],
14231
- "args": {},
14232
- "description": "Connect to Trello and configure authentication",
14233
- "examples": [
14234
- "<%= config.bin %> <%= command.id %>",
14235
- "<%= config.bin %> <%= command.id %> --check",
14236
- "<%= config.bin %> <%= command.id %> --force",
14237
- "<%= config.bin %> <%= command.id %> --disconnect",
14238
- "TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
14239
- "<%= config.bin %> <%= command.id %> --json"
14240
- ],
14241
- "flags": {
14242
- "project": {
14243
- "char": "P",
14244
- "description": "Project ID (uses first project if only one exists)",
14245
- "name": "project",
14204
+ "char": "l",
14205
+ "description": "Labels (comma-separated)",
14206
+ "name": "labels",
14246
14207
  "hasDynamicHelp": false,
14247
14208
  "multiple": false,
14248
14209
  "type": "option"
14249
14210
  },
14250
- "json": {
14251
- "description": "Output as JSON for AI agents/scripts",
14252
- "name": "json",
14253
- "allowNo": false,
14254
- "type": "boolean"
14255
- },
14256
- "machine": {
14257
- "char": "m",
14258
- "description": "Output as JSON for AI agents/scripts",
14259
- "name": "machine",
14260
- "allowNo": false,
14261
- "type": "boolean"
14262
- },
14263
- "check": {
14264
- "description": "Only check if Trello credentials are valid (do not prompt)",
14265
- "name": "check",
14266
- "allowNo": false,
14267
- "type": "boolean"
14268
- },
14269
- "force": {
14270
- "description": "Force re-authentication even if credentials exist",
14271
- "name": "force",
14211
+ "dry-run": {
14212
+ "description": "Validate inputs without creating ticket (use with --json for structured output)",
14213
+ "name": "dry-run",
14272
14214
  "allowNo": false,
14273
14215
  "type": "boolean"
14274
14216
  },
14275
- "disconnect": {
14276
- "description": "Remove stored Trello credentials and configuration",
14277
- "name": "disconnect",
14278
- "allowNo": false,
14279
- "type": "boolean"
14217
+ "source": {
14218
+ "description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
14219
+ "name": "source",
14220
+ "default": "auto",
14221
+ "hasDynamicHelp": false,
14222
+ "multiple": false,
14223
+ "options": [
14224
+ "auto",
14225
+ "pmo",
14226
+ "linear"
14227
+ ],
14228
+ "type": "option"
14280
14229
  },
14281
- "board": {
14282
- "description": "Default board ID or name",
14283
- "name": "board",
14230
+ "team": {
14231
+ "description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
14232
+ "name": "team",
14284
14233
  "hasDynamicHelp": false,
14285
14234
  "multiple": false,
14286
14235
  "type": "option"
@@ -14288,7 +14237,7 @@
14288
14237
  },
14289
14238
  "hasDynamicHelp": false,
14290
14239
  "hiddenAliases": [],
14291
- "id": "trello:configure",
14240
+ "id": "ticket:create",
14292
14241
  "pluginAlias": "@proletariat/cli",
14293
14242
  "pluginName": "@proletariat/cli",
14294
14243
  "pluginType": "core",
@@ -14297,20 +14246,26 @@
14297
14246
  "relativePath": [
14298
14247
  "dist",
14299
14248
  "commands",
14300
- "trello",
14301
- "configure.js"
14249
+ "ticket",
14250
+ "create.js"
14302
14251
  ]
14303
14252
  },
14304
- "trello:import": {
14253
+ "ticket:delete": {
14305
14254
  "aliases": [],
14306
- "args": {},
14307
- "description": "Import Trello cards into PMO as tickets",
14255
+ "args": {
14256
+ "ticketId": {
14257
+ "description": "Ticket ID to delete - prompts with dropdown if not provided",
14258
+ "name": "ticketId",
14259
+ "required": false
14260
+ }
14261
+ },
14262
+ "description": "Delete ticket(s) permanently",
14308
14263
  "examples": [
14309
- "<%= config.bin %> <%= command.id %> # Interactive: select cards from board",
14310
- "<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 cards",
14311
- "<%= config.bin %> <%= command.id %> --all # Import all matching cards",
14312
- "<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
14313
- "<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
14264
+ "<%= config.bin %> <%= command.id %> TICK-001",
14265
+ "<%= config.bin %> <%= command.id %> TICK-001 --force",
14266
+ "<%= config.bin %> <%= command.id %> # Interactive mode",
14267
+ "<%= config.bin %> <%= command.id %> --bulk",
14268
+ "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
14314
14269
  ],
14315
14270
  "flags": {
14316
14271
  "project": {
@@ -14334,32 +14289,24 @@
14334
14289
  "allowNo": false,
14335
14290
  "type": "boolean"
14336
14291
  },
14337
- "limit": {
14338
- "char": "n",
14339
- "description": "Maximum number of cards to import",
14340
- "name": "limit",
14341
- "default": 50,
14342
- "hasDynamicHelp": false,
14343
- "multiple": false,
14344
- "type": "option"
14345
- },
14346
- "all": {
14347
- "char": "a",
14348
- "description": "Import all matching cards without interactive selection",
14349
- "name": "all",
14292
+ "force": {
14293
+ "char": "f",
14294
+ "description": "Skip confirmation prompt",
14295
+ "name": "force",
14350
14296
  "allowNo": false,
14351
14297
  "type": "boolean"
14352
14298
  },
14353
- "dry-run": {
14354
- "description": "Preview cards that would be imported without creating tickets",
14355
- "name": "dry-run",
14299
+ "bulk": {
14300
+ "char": "b",
14301
+ "description": "Enable bulk mode to delete multiple tickets",
14302
+ "name": "bulk",
14356
14303
  "allowNo": false,
14357
14304
  "type": "boolean"
14358
14305
  }
14359
14306
  },
14360
14307
  "hasDynamicHelp": false,
14361
14308
  "hiddenAliases": [],
14362
- "id": "trello:import",
14309
+ "id": "ticket:delete",
14363
14310
  "pluginAlias": "@proletariat/cli",
14364
14311
  "pluginName": "@proletariat/cli",
14365
14312
  "pluginType": "core",
@@ -14368,18 +14315,27 @@
14368
14315
  "relativePath": [
14369
14316
  "dist",
14370
14317
  "commands",
14371
- "trello",
14372
- "import.js"
14318
+ "ticket",
14319
+ "delete.js"
14373
14320
  ]
14374
14321
  },
14375
- "trello:sync": {
14322
+ "ticket:edit": {
14376
14323
  "aliases": [],
14377
- "args": {},
14378
- "description": "Sync PMO tickets to Trello cards",
14324
+ "args": {
14325
+ "ticketId": {
14326
+ "description": "Ticket ID to edit - prompts with dropdown if not provided",
14327
+ "name": "ticketId",
14328
+ "required": false
14329
+ }
14330
+ },
14331
+ "description": "Edit an existing ticket",
14379
14332
  "examples": [
14380
- "<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
14381
- "<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
14382
- "<%= config.bin %> <%= command.id %> --dry-run"
14333
+ "<%= config.bin %> <%= command.id %> TICK-001",
14334
+ "<%= config.bin %> <%= command.id %> TICK-001 --title \"New title\"",
14335
+ "<%= config.bin %> <%= command.id %> TICK-001 --priority P1 --category bug",
14336
+ "<%= config.bin %> <%= command.id %> TICK-001 --add-subtask \"Implement feature\" --add-subtask \"Write tests\"",
14337
+ "<%= config.bin %> <%= command.id %> TICK-001 --owner \"john\" --assignee \"agent-1\"",
14338
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
14383
14339
  ],
14384
14340
  "flags": {
14385
14341
  "project": {
@@ -14403,43 +14359,104 @@
14403
14359
  "allowNo": false,
14404
14360
  "type": "boolean"
14405
14361
  },
14406
- "ticket": {
14407
- "description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
14408
- "name": "ticket",
14362
+ "title": {
14363
+ "char": "t",
14364
+ "description": "New ticket title",
14365
+ "name": "title",
14409
14366
  "hasDynamicHelp": false,
14410
14367
  "multiple": false,
14411
14368
  "type": "option"
14412
14369
  },
14413
- "card": {
14414
- "description": "Trello card ID to map to --ticket",
14415
- "name": "card",
14370
+ "description": {
14371
+ "char": "d",
14372
+ "description": "New ticket description",
14373
+ "name": "description",
14416
14374
  "hasDynamicHelp": false,
14417
14375
  "multiple": false,
14418
14376
  "type": "option"
14419
14377
  },
14420
- "list": {
14421
- "description": "Trello list ID used with --create-missing",
14422
- "name": "list",
14378
+ "priority": {
14379
+ "char": "p",
14380
+ "description": "New ticket priority (uses workspace priority scale, \"none\" to clear)",
14381
+ "name": "priority",
14423
14382
  "hasDynamicHelp": false,
14424
14383
  "multiple": false,
14425
14384
  "type": "option"
14426
14385
  },
14427
- "create-missing": {
14428
- "description": "Create Trello card when no mapping exists (requires list)",
14429
- "name": "create-missing",
14386
+ "category": {
14387
+ "description": "New ticket category",
14388
+ "name": "category",
14389
+ "hasDynamicHelp": false,
14390
+ "multiple": false,
14391
+ "type": "option"
14392
+ },
14393
+ "owner": {
14394
+ "char": "o",
14395
+ "description": "Ticket owner (human responsible)",
14396
+ "name": "owner",
14397
+ "hasDynamicHelp": false,
14398
+ "multiple": false,
14399
+ "type": "option"
14400
+ },
14401
+ "assignee": {
14402
+ "char": "a",
14403
+ "description": "Ticket assignee (who executes)",
14404
+ "name": "assignee",
14405
+ "hasDynamicHelp": false,
14406
+ "multiple": false,
14407
+ "type": "option"
14408
+ },
14409
+ "add-subtask": {
14410
+ "description": "Add a subtask (can be used multiple times)",
14411
+ "name": "add-subtask",
14412
+ "hasDynamicHelp": false,
14413
+ "multiple": true,
14414
+ "type": "option"
14415
+ },
14416
+ "clear-subtasks": {
14417
+ "description": "Clear all existing subtasks before adding new ones",
14418
+ "name": "clear-subtasks",
14430
14419
  "allowNo": false,
14431
14420
  "type": "boolean"
14432
14421
  },
14433
- "dry-run": {
14434
- "description": "Preview sync operations without making changes",
14435
- "name": "dry-run",
14422
+ "add-label": {
14423
+ "description": "Add a label (can be used multiple times)",
14424
+ "name": "add-label",
14425
+ "hasDynamicHelp": false,
14426
+ "multiple": true,
14427
+ "type": "option"
14428
+ },
14429
+ "remove-label": {
14430
+ "description": "Remove a label",
14431
+ "name": "remove-label",
14432
+ "hasDynamicHelp": false,
14433
+ "multiple": true,
14434
+ "type": "option"
14435
+ },
14436
+ "add-ac": {
14437
+ "description": "Add an acceptance criterion (can be used multiple times)",
14438
+ "name": "add-ac",
14439
+ "hasDynamicHelp": false,
14440
+ "multiple": true,
14441
+ "type": "option"
14442
+ },
14443
+ "clear-ac": {
14444
+ "description": "Clear all existing acceptance criteria before adding new ones",
14445
+ "name": "clear-ac",
14446
+ "allowNo": false,
14447
+ "type": "boolean"
14448
+ },
14449
+ "interactive": {
14450
+ "char": "i",
14451
+ "description": "Interactive mode - prompts for all fields",
14452
+ "name": "interactive",
14436
14453
  "allowNo": false,
14437
14454
  "type": "boolean"
14438
14455
  }
14439
14456
  },
14440
14457
  "hasDynamicHelp": false,
14441
14458
  "hiddenAliases": [],
14442
- "id": "trello:sync",
14459
+ "id": "ticket:edit",
14443
14460
  "pluginAlias": "@proletariat/cli",
14444
14461
  "pluginName": "@proletariat/cli",
14445
14462
  "pluginType": "core",
@@ -14448,16 +14465,30 @@
14448
14465
  "relativePath": [
14449
14466
  "dist",
14450
14467
  "commands",
14451
- "trello",
14452
- "sync.js"
14468
+ "ticket",
14469
+ "edit.js"
14453
14470
  ]
14454
14471
  },
14455
- "ticket:bulk": {
14472
+ "ticket:epic": {
14456
14473
  "aliases": [],
14457
- "args": {},
14458
- "description": "Manage tickets in bulk (interactive menu)",
14474
+ "args": {
14475
+ "id": {
14476
+ "description": "Ticket ID",
14477
+ "name": "id",
14478
+ "required": false
14479
+ },
14480
+ "epic-id": {
14481
+ "description": "Epic ID to link to",
14482
+ "name": "epic-id",
14483
+ "required": false
14484
+ }
14485
+ },
14486
+ "description": "Assign ticket(s) to an epic (parent-child relationship)",
14459
14487
  "examples": [
14460
- "<%= config.bin %> <%= command.id %>"
14488
+ "<%= config.bin %> <%= command.id %> TKT-001 EPIC-001",
14489
+ "<%= config.bin %> <%= command.id %> TKT-001 --unlink",
14490
+ "<%= config.bin %> <%= command.id %>",
14491
+ "<%= config.bin %> <%= command.id %> --bulk --to-epic EPIC-001"
14461
14492
  ],
14462
14493
  "flags": {
14463
14494
  "project": {
@@ -14480,62 +14511,46 @@
14480
14511
  "name": "machine",
14481
14512
  "allowNo": false,
14482
14513
  "type": "boolean"
14483
- }
14484
- },
14485
- "hasDynamicHelp": false,
14486
- "hiddenAliases": [],
14487
- "id": "ticket:bulk",
14488
- "pluginAlias": "@proletariat/cli",
14489
- "pluginName": "@proletariat/cli",
14490
- "pluginType": "core",
14491
- "strict": true,
14492
- "isESM": true,
14493
- "relativePath": [
14494
- "dist",
14495
- "commands",
14496
- "ticket",
14497
- "bulk.js"
14498
- ]
14499
- },
14500
- "ticket:category": {
14501
- "aliases": [
14502
- "ticket:categories"
14503
- ],
14504
- "args": {},
14505
- "description": "Manage ticket categories (feature, bug, refactor, etc.)",
14506
- "examples": [
14507
- "<%= config.bin %> <%= command.id %>",
14508
- "<%= config.bin %> <%= command.id %> list",
14509
- "<%= config.bin %> <%= command.id %> create spike",
14510
- "<%= config.bin %> <%= command.id %> rename spike investigation",
14511
- "<%= config.bin %> <%= command.id %> delete spike"
14512
- ],
14513
- "flags": {
14514
- "project": {
14515
- "char": "P",
14516
- "description": "Project ID (uses first project if only one exists)",
14517
- "name": "project",
14514
+ },
14515
+ "unlink": {
14516
+ "char": "u",
14517
+ "description": "Remove epic link instead of adding",
14518
+ "name": "unlink",
14519
+ "allowNo": false,
14520
+ "type": "boolean"
14521
+ },
14522
+ "bulk": {
14523
+ "char": "b",
14524
+ "description": "Enable bulk mode to link multiple tickets to an epic",
14525
+ "name": "bulk",
14526
+ "allowNo": false,
14527
+ "type": "boolean"
14528
+ },
14529
+ "to-epic": {
14530
+ "description": "Target epic ID (for bulk mode)",
14531
+ "name": "to-epic",
14518
14532
  "hasDynamicHelp": false,
14519
14533
  "multiple": false,
14520
14534
  "type": "option"
14521
14535
  },
14522
- "json": {
14523
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
14524
- "name": "json",
14525
- "allowNo": false,
14526
- "type": "boolean"
14536
+ "from-epic": {
14537
+ "description": "Filter tickets by current epic (bulk mode)",
14538
+ "name": "from-epic",
14539
+ "hasDynamicHelp": false,
14540
+ "multiple": false,
14541
+ "type": "option"
14527
14542
  },
14528
- "machine": {
14529
- "char": "m",
14530
- "description": "Output as JSON for AI agents/scripts",
14531
- "name": "machine",
14543
+ "force": {
14544
+ "char": "f",
14545
+ "description": "Skip confirmation prompt (bulk mode)",
14546
+ "name": "force",
14532
14547
  "allowNo": false,
14533
14548
  "type": "boolean"
14534
14549
  }
14535
14550
  },
14536
14551
  "hasDynamicHelp": false,
14537
14552
  "hiddenAliases": [],
14538
- "id": "ticket:category",
14553
+ "id": "ticket:epic",
14539
14554
  "pluginAlias": "@proletariat/cli",
14540
14555
  "pluginName": "@proletariat/cli",
14541
14556
  "pluginType": "core",
@@ -14545,23 +14560,15 @@
14545
14560
  "dist",
14546
14561
  "commands",
14547
14562
  "ticket",
14548
- "category.js"
14563
+ "epic.js"
14549
14564
  ]
14550
14565
  },
14551
- "ticket:complete": {
14566
+ "ticket": {
14552
14567
  "aliases": [],
14553
- "args": {
14554
- "ticketId": {
14555
- "description": "Ticket ID - prompts with dropdown if not provided",
14556
- "name": "ticketId",
14557
- "required": false
14558
- }
14559
- },
14560
- "description": "Mark ticket(s) as complete (move to Done column)",
14568
+ "args": {},
14569
+ "description": "Interactive menu for ticket operations",
14561
14570
  "examples": [
14562
- "<%= config.bin %> <%= command.id %>",
14563
- "<%= config.bin %> <%= command.id %> TICK-001",
14564
- "<%= config.bin %> <%= command.id %> --bulk"
14571
+ "<%= config.bin %> <%= command.id %>"
14565
14572
  ],
14566
14573
  "flags": {
14567
14574
  "project": {
@@ -14584,25 +14591,11 @@
14584
14591
  "name": "machine",
14585
14592
  "allowNo": false,
14586
14593
  "type": "boolean"
14587
- },
14588
- "bulk": {
14589
- "char": "b",
14590
- "description": "Enable bulk mode to complete multiple tickets",
14591
- "name": "bulk",
14592
- "allowNo": false,
14593
- "type": "boolean"
14594
- },
14595
- "force": {
14596
- "char": "f",
14597
- "description": "Skip confirmation prompt (bulk mode only)",
14598
- "name": "force",
14599
- "allowNo": false,
14600
- "type": "boolean"
14601
14594
  }
14602
14595
  },
14603
14596
  "hasDynamicHelp": false,
14604
14597
  "hiddenAliases": [],
14605
- "id": "ticket:complete",
14598
+ "id": "ticket",
14606
14599
  "pluginAlias": "@proletariat/cli",
14607
14600
  "pluginName": "@proletariat/cli",
14608
14601
  "pluginType": "core",
@@ -14612,25 +14605,25 @@
14612
14605
  "dist",
14613
14606
  "commands",
14614
14607
  "ticket",
14615
- "complete.js"
14608
+ "index.js"
14616
14609
  ]
14617
14610
  },
14618
- "ticket:create": {
14611
+ "ticket:list": {
14619
14612
  "aliases": [],
14620
14613
  "args": {},
14621
- "description": "Create a new ticket on the PMO board",
14614
+ "description": "List tickets from the PMO board",
14622
14615
  "examples": [
14623
14616
  "<%= config.bin %> <%= command.id %>",
14624
- "<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
14625
- "<%= config.bin %> <%= command.id %> -t \"Add feature\" -c \"In Progress\" -p P1",
14626
- "<%= config.bin %> <%= command.id %> --project mobile-app -t \"New feature\"",
14627
- "<%= config.bin %> <%= command.id %> --epic EPIC-001 -t \"Implement auth flow\"",
14628
- "<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file ./ticket-desc.md",
14629
- "<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file - # Read from stdin",
14630
- "<%= config.bin %> <%= command.id %> --json # Output column choices as JSON",
14631
- "<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating",
14632
- "<%= config.bin %> <%= command.id %> --source linear -t \"Fix bug\" --team ENG",
14633
- "<%= config.bin %> <%= command.id %> --source pmo -t \"Local task\" -c Backlog"
14617
+ "<%= config.bin %> <%= command.id %> --column Backlog",
14618
+ "<%= config.bin %> <%= command.id %> --priority P0",
14619
+ "<%= config.bin %> <%= command.id %> --category bug",
14620
+ "<%= config.bin %> <%= command.id %> --search \"login\"",
14621
+ "<%= config.bin %> <%= command.id %> --project mobile-app",
14622
+ "<%= config.bin %> <%= command.id %> --all",
14623
+ "<%= config.bin %> <%= command.id %> --all --group-by priority",
14624
+ "<%= config.bin %> <%= command.id %> -g priority",
14625
+ "<%= config.bin %> <%= command.id %> --limit 10",
14626
+ "<%= config.bin %> <%= command.id %> --limit 10 --offset 20"
14634
14627
  ],
14635
14628
  "flags": {
14636
14629
  "project": {
@@ -14654,17 +14647,9 @@
14654
14647
  "allowNo": false,
14655
14648
  "type": "boolean"
14656
14649
  },
14657
- "title": {
14658
- "char": "t",
14659
- "description": "Ticket title [required for non-interactive]",
14660
- "name": "title",
14661
- "hasDynamicHelp": false,
14662
- "multiple": false,
14663
- "type": "option"
14664
- },
14665
14650
  "column": {
14666
14651
  "char": "c",
14667
- "description": "Column to place the ticket in",
14652
+ "description": "Filter by column",
14668
14653
  "name": "column",
14669
14654
  "hasDynamicHelp": false,
14670
14655
  "multiple": false,
@@ -14672,84 +14657,82 @@
14672
14657
  },
14673
14658
  "priority": {
14674
14659
  "char": "p",
14675
- "description": "Ticket priority (uses workspace priority scale)",
14660
+ "description": "Filter by priority (uses workspace priority scale)",
14676
14661
  "name": "priority",
14677
14662
  "hasDynamicHelp": false,
14678
14663
  "multiple": false,
14679
14664
  "type": "option"
14680
14665
  },
14681
14666
  "category": {
14682
- "description": "Ticket category (e.g., bug, feature, refactor)",
14667
+ "description": "Filter by category",
14683
14668
  "name": "category",
14684
14669
  "hasDynamicHelp": false,
14685
14670
  "multiple": false,
14686
14671
  "type": "option"
14687
14672
  },
14688
- "description": {
14689
- "char": "d",
14690
- "description": "Ticket description",
14691
- "name": "description",
14692
- "hasDynamicHelp": false,
14693
- "multiple": false,
14694
- "type": "option"
14695
- },
14696
- "description-file": {
14697
- "char": "D",
14698
- "description": "Path to a markdown file for the ticket description (use - for stdin)",
14699
- "exclusive": [
14700
- "description"
14701
- ],
14702
- "name": "description-file",
14673
+ "search": {
14674
+ "char": "s",
14675
+ "description": "Search in title and description",
14676
+ "name": "search",
14703
14677
  "hasDynamicHelp": false,
14704
14678
  "multiple": false,
14705
14679
  "type": "option"
14706
14680
  },
14707
- "id": {
14708
- "description": "Custom ticket ID (auto-generated if not provided)",
14709
- "name": "id",
14681
+ "format": {
14682
+ "char": "f",
14683
+ "description": "Output format",
14684
+ "name": "format",
14685
+ "default": "table",
14710
14686
  "hasDynamicHelp": false,
14711
14687
  "multiple": false,
14688
+ "options": [
14689
+ "table",
14690
+ "compact",
14691
+ "json"
14692
+ ],
14712
14693
  "type": "option"
14713
14694
  },
14714
- "interactive": {
14715
- "char": "i",
14716
- "description": "Interactive mode",
14717
- "name": "interactive",
14695
+ "all": {
14696
+ "char": "a",
14697
+ "description": "Show tickets across all projects",
14698
+ "name": "all",
14718
14699
  "allowNo": false,
14719
14700
  "type": "boolean"
14720
14701
  },
14721
- "epic": {
14722
- "char": "e",
14723
- "description": "Link ticket to an epic (e.g., EPIC-001)",
14724
- "name": "epic",
14702
+ "label": {
14703
+ "description": "Filter by label name",
14704
+ "name": "label",
14725
14705
  "hasDynamicHelp": false,
14726
14706
  "multiple": false,
14727
14707
  "type": "option"
14728
14708
  },
14729
- "template": {
14730
- "char": "T",
14731
- "description": "Create from a template (e.g., bug-report, feature-request)",
14732
- "name": "template",
14709
+ "group-by": {
14710
+ "char": "g",
14711
+ "description": "Group tickets by field",
14712
+ "name": "group-by",
14713
+ "default": "status",
14733
14714
  "hasDynamicHelp": false,
14734
14715
  "multiple": false,
14716
+ "options": [
14717
+ "status",
14718
+ "priority"
14719
+ ],
14735
14720
  "type": "option"
14736
14721
  },
14737
- "labels": {
14738
- "aliases": [
14739
- "label"
14740
- ],
14722
+ "limit": {
14741
14723
  "char": "l",
14742
- "description": "Labels (comma-separated)",
14743
- "name": "labels",
14724
+ "description": "Maximum number of tickets to display",
14725
+ "name": "limit",
14744
14726
  "hasDynamicHelp": false,
14745
14727
  "multiple": false,
14746
14728
  "type": "option"
14747
14729
  },
14748
- "dry-run": {
14749
- "description": "Validate inputs without creating ticket (use with --json for structured output)",
14750
- "name": "dry-run",
14751
- "allowNo": false,
14752
- "type": "boolean"
14730
+ "offset": {
14731
+ "description": "Skip first N tickets (for pagination)",
14732
+ "name": "offset",
14733
+ "hasDynamicHelp": false,
14734
+ "multiple": false,
14735
+ "type": "option"
14753
14736
  },
14754
14737
  "source": {
14755
14738
  "description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
@@ -14774,7 +14757,96 @@
14774
14757
  },
14775
14758
  "hasDynamicHelp": false,
14776
14759
  "hiddenAliases": [],
14777
- "id": "ticket:create",
14760
+ "id": "ticket:list",
14761
+ "pluginAlias": "@proletariat/cli",
14762
+ "pluginName": "@proletariat/cli",
14763
+ "pluginType": "core",
14764
+ "strict": true,
14765
+ "enableJsonFlag": false,
14766
+ "isESM": true,
14767
+ "relativePath": [
14768
+ "dist",
14769
+ "commands",
14770
+ "ticket",
14771
+ "list.js"
14772
+ ]
14773
+ },
14774
+ "ticket:move": {
14775
+ "aliases": [],
14776
+ "args": {
14777
+ "ticketId": {
14778
+ "description": "Ticket ID - prompts with dropdown if not provided",
14779
+ "name": "ticketId",
14780
+ "required": false
14781
+ },
14782
+ "column": {
14783
+ "description": "Target column - prompts with dropdown if not provided",
14784
+ "name": "column",
14785
+ "required": false
14786
+ }
14787
+ },
14788
+ "description": "Move ticket(s) to a different column",
14789
+ "examples": [
14790
+ "<%= config.bin %> <%= command.id %> my-ticket \"In Progress\"",
14791
+ "<%= config.bin %> <%= command.id %> implement-auth Done",
14792
+ "<%= config.bin %> <%= command.id %> fix-bug \"In Review\" --position 0",
14793
+ "<%= config.bin %> <%= command.id %> TKT-123 --to-project PROJ-002",
14794
+ "<%= config.bin %> <%= command.id %> --bulk"
14795
+ ],
14796
+ "flags": {
14797
+ "project": {
14798
+ "char": "P",
14799
+ "description": "Project ID (uses first project if only one exists)",
14800
+ "name": "project",
14801
+ "hasDynamicHelp": false,
14802
+ "multiple": false,
14803
+ "type": "option"
14804
+ },
14805
+ "json": {
14806
+ "description": "Output as JSON for AI agents/scripts",
14807
+ "name": "json",
14808
+ "allowNo": false,
14809
+ "type": "boolean"
14810
+ },
14811
+ "machine": {
14812
+ "char": "m",
14813
+ "description": "Output as JSON for AI agents/scripts",
14814
+ "name": "machine",
14815
+ "allowNo": false,
14816
+ "type": "boolean"
14817
+ },
14818
+ "position": {
14819
+ "description": "Position within the column (0 = top)",
14820
+ "name": "position",
14821
+ "hasDynamicHelp": false,
14822
+ "multiple": false,
14823
+ "type": "option"
14824
+ },
14825
+ "to-project": {
14826
+ "description": "Move ticket to a different project (uses Backlog/default column)",
14827
+ "name": "to-project",
14828
+ "hasDynamicHelp": false,
14829
+ "multiple": false,
14830
+ "type": "option"
14831
+ },
14832
+ "bulk": {
14833
+ "char": "b",
14834
+ "description": "Enable bulk mode to move multiple tickets",
14835
+ "name": "bulk",
14836
+ "allowNo": false,
14837
+ "type": "boolean"
14838
+ },
14839
+ "force": {
14840
+ "char": "f",
14841
+ "description": "Skip confirmation prompt (bulk mode only)",
14842
+ "name": "force",
14843
+ "allowNo": false,
14844
+ "type": "boolean"
14845
+ }
14846
+ },
14847
+ "hasDynamicHelp": false,
14848
+ "hiddenAliases": [],
14849
+ "id": "ticket:move",
14778
14850
  "pluginAlias": "@proletariat/cli",
14779
14851
  "pluginName": "@proletariat/cli",
14780
14852
  "pluginType": "core",
@@ -14784,25 +14856,29 @@
14784
14856
  "dist",
14785
14857
  "commands",
14786
14858
  "ticket",
14787
- "create.js"
14859
+ "move.js"
14788
14860
  ]
14789
14861
  },
14790
- "ticket:delete": {
14862
+ "ticket:project": {
14791
14863
  "aliases": [],
14792
14864
  "args": {
14793
14865
  "ticketId": {
14794
- "description": "Ticket ID to delete - prompts with dropdown if not provided",
14866
+ "description": "Ticket ID",
14795
14867
  "name": "ticketId",
14796
14868
  "required": false
14869
+ },
14870
+ "targetProject": {
14871
+ "description": "Target project ID",
14872
+ "name": "targetProject",
14873
+ "required": false
14797
14874
  }
14798
14875
  },
14799
- "description": "Delete ticket(s) permanently",
14876
+ "description": "Move ticket(s) to a different project",
14800
14877
  "examples": [
14801
- "<%= config.bin %> <%= command.id %> TICK-001",
14802
- "<%= config.bin %> <%= command.id %> TICK-001 --force",
14803
- "<%= config.bin %> <%= command.id %> # Interactive mode",
14804
- "<%= config.bin %> <%= command.id %> --bulk",
14805
- "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
14878
+ "<%= config.bin %> <%= command.id %> TKT-001 new-project",
14879
+ "<%= config.bin %> <%= command.id %> TKT-001",
14880
+ "<%= config.bin %> <%= command.id %>",
14881
+ "<%= config.bin %> <%= command.id %> --bulk --target other-project"
14806
14882
  ],
14807
14883
  "flags": {
14808
14884
  "project": {
@@ -14826,24 +14902,31 @@
14826
14902
  "allowNo": false,
14827
14903
  "type": "boolean"
14828
14904
  },
14829
- "force": {
14830
- "char": "f",
14831
- "description": "Skip confirmation prompt",
14832
- "name": "force",
14905
+ "keep-epic": {
14906
+ "description": "Keep ticket assigned to its epic (if epic is in source project, will unlink)",
14907
+ "name": "keep-epic",
14833
14908
  "allowNo": false,
14834
14909
  "type": "boolean"
14835
14910
  },
14836
14911
  "bulk": {
14837
14912
  "char": "b",
14838
- "description": "Enable bulk mode to delete multiple tickets",
14913
+ "description": "Enable bulk mode to move multiple tickets",
14839
14914
  "name": "bulk",
14840
14915
  "allowNo": false,
14841
14916
  "type": "boolean"
14917
+ },
14918
+ "target": {
14919
+ "char": "t",
14920
+ "description": "Target project ID (for bulk mode)",
14921
+ "name": "target",
14922
+ "hasDynamicHelp": false,
14923
+ "multiple": false,
14924
+ "type": "option"
14842
14925
  }
14843
14926
  },
14844
14927
  "hasDynamicHelp": false,
14845
14928
  "hiddenAliases": [],
14846
- "id": "ticket:delete",
14929
+ "id": "ticket:project",
14847
14930
  "pluginAlias": "@proletariat/cli",
14848
14931
  "pluginName": "@proletariat/cli",
14849
14932
  "pluginType": "core",
@@ -14853,26 +14936,30 @@
14853
14936
  "dist",
14854
14937
  "commands",
14855
14938
  "ticket",
14856
- "delete.js"
14939
+ "project.js"
14857
14940
  ]
14858
14941
  },
14859
- "ticket:edit": {
14942
+ "ticket:reassign": {
14860
14943
  "aliases": [],
14861
14944
  "args": {
14862
14945
  "ticketId": {
14863
- "description": "Ticket ID to edit - prompts with dropdown if not provided",
14946
+ "description": "Ticket ID - prompts with dropdown if not provided",
14864
14947
  "name": "ticketId",
14865
14948
  "required": false
14949
+ },
14950
+ "assignee": {
14951
+ "description": "Target agent name",
14952
+ "name": "assignee",
14953
+ "required": false
14866
14954
  }
14867
14955
  },
14868
- "description": "Edit an existing ticket",
14956
+ "description": "Reassign ticket(s) to a different agent",
14869
14957
  "examples": [
14870
- "<%= config.bin %> <%= command.id %> TICK-001",
14871
- "<%= config.bin %> <%= command.id %> TICK-001 --title \"New title\"",
14872
- "<%= config.bin %> <%= command.id %> TICK-001 --priority P1 --category bug",
14873
- "<%= config.bin %> <%= command.id %> TICK-001 --add-subtask \"Implement feature\" --add-subtask \"Write tests\"",
14874
- "<%= config.bin %> <%= command.id %> TICK-001 --owner \"john\" --assignee \"agent-1\"",
14875
- "<%= config.bin %> <%= command.id %> # Interactive mode"
14958
+ "<%= config.bin %> <%= command.id %>",
14959
+ "<%= config.bin %> <%= command.id %> TKT-001 alice",
14960
+ "<%= config.bin %> <%= command.id %> --bulk --to alice",
14961
+ "<%= config.bin %> <%= command.id %> --bulk --from bob --to alice",
14962
+ "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
14876
14963
  ],
14877
14964
  "flags": {
14878
14965
  "project": {
@@ -14896,136 +14983,180 @@
14896
14983
  "allowNo": false,
14897
14984
  "type": "boolean"
14898
14985
  },
14899
- "title": {
14900
- "char": "t",
14901
- "description": "New ticket title",
14902
- "name": "title",
14903
- "hasDynamicHelp": false,
14904
- "multiple": false,
14905
- "type": "option"
14906
- },
14907
- "description": {
14908
- "char": "d",
14909
- "description": "New ticket description",
14910
- "name": "description",
14911
- "hasDynamicHelp": false,
14912
- "multiple": false,
14913
- "type": "option"
14914
- },
14915
- "priority": {
14916
- "char": "p",
14917
- "description": "New ticket priority (uses workspace priority scale, \"none\" to clear)",
14918
- "name": "priority",
14986
+ "to": {
14987
+ "description": "Target agent name (for bulk mode)",
14988
+ "name": "to",
14919
14989
  "hasDynamicHelp": false,
14920
14990
  "multiple": false,
14921
14991
  "type": "option"
14922
14992
  },
14923
- "category": {
14924
- "description": "New ticket category",
14925
- "name": "category",
14993
+ "from": {
14994
+ "description": "Filter tickets by current assignee (bulk mode)",
14995
+ "name": "from",
14926
14996
  "hasDynamicHelp": false,
14927
14997
  "multiple": false,
14928
14998
  "type": "option"
14929
14999
  },
14930
- "owner": {
14931
- "char": "o",
14932
- "description": "Ticket owner (human responsible)",
14933
- "name": "owner",
14934
- "hasDynamicHelp": false,
14935
- "multiple": false,
14936
- "type": "option"
15000
+ "bulk": {
15001
+ "char": "b",
15002
+ "description": "Enable bulk mode to reassign multiple tickets",
15003
+ "name": "bulk",
15004
+ "allowNo": false,
15005
+ "type": "boolean"
14937
15006
  },
14938
- "assignee": {
14939
- "char": "a",
14940
- "description": "Ticket assignee (who executes)",
14941
- "name": "assignee",
15007
+ "force": {
15008
+ "char": "f",
15009
+ "description": "Skip confirmation prompt",
15010
+ "name": "force",
15011
+ "allowNo": false,
15012
+ "type": "boolean"
15013
+ }
15014
+ },
15015
+ "hasDynamicHelp": false,
15016
+ "hiddenAliases": [],
15017
+ "id": "ticket:reassign",
15018
+ "pluginAlias": "@proletariat/cli",
15019
+ "pluginName": "@proletariat/cli",
15020
+ "pluginType": "core",
15021
+ "strict": true,
15022
+ "isESM": true,
15023
+ "relativePath": [
15024
+ "dist",
15025
+ "commands",
15026
+ "ticket",
15027
+ "reassign.js"
15028
+ ]
15029
+ },
15030
+ "ticket:resolve": {
15031
+ "aliases": [],
15032
+ "args": {
15033
+ "ticketId": {
15034
+ "description": "Ticket ID(s) to resolve - prompts with picker if not provided",
15035
+ "name": "ticketId",
15036
+ "required": false
15037
+ }
15038
+ },
15039
+ "description": "Resolve ambiguity questions on tickets flagged by groom",
15040
+ "examples": [
15041
+ "<%= config.bin %> <%= command.id %> TKT-001",
15042
+ "<%= config.bin %> <%= command.id %> TKT-001 TKT-002",
15043
+ "<%= config.bin %> <%= command.id %> # Interactive picker for needs-clarification tickets"
15044
+ ],
15045
+ "flags": {
15046
+ "project": {
15047
+ "char": "P",
15048
+ "description": "Project ID (uses first project if only one exists)",
15049
+ "name": "project",
14942
15050
  "hasDynamicHelp": false,
14943
15051
  "multiple": false,
14944
15052
  "type": "option"
14945
15053
  },
14946
- "add-subtask": {
14947
- "description": "Add a subtask (can be used multiple times)",
14948
- "name": "add-subtask",
14949
- "hasDynamicHelp": false,
14950
- "multiple": true,
14951
- "type": "option"
14952
- },
14953
- "clear-subtasks": {
14954
- "description": "Clear all existing subtasks before adding new ones",
14955
- "name": "clear-subtasks",
15054
+ "json": {
15055
+ "aliases": [
15056
+ "machine"
15057
+ ],
15058
+ "char": "m",
15059
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
15060
+ "name": "json",
14956
15061
  "allowNo": false,
14957
15062
  "type": "boolean"
14958
15063
  },
14959
- "add-label": {
14960
- "description": "Add a label (can be used multiple times)",
14961
- "name": "add-label",
14962
- "hasDynamicHelp": false,
14963
- "multiple": true,
14964
- "type": "option"
14965
- },
14966
- "remove-label": {
14967
- "description": "Remove a label",
14968
- "name": "remove-label",
14969
- "hasDynamicHelp": false,
14970
- "multiple": true,
14971
- "type": "option"
14972
- },
14973
- "add-ac": {
14974
- "description": "Add an acceptance criterion (can be used multiple times)",
14975
- "name": "add-ac",
15064
+ "machine": {
15065
+ "char": "m",
15066
+ "description": "Output as JSON for AI agents/scripts",
15067
+ "name": "machine",
15068
+ "allowNo": false,
15069
+ "type": "boolean"
15070
+ }
15071
+ },
15072
+ "hasDynamicHelp": false,
15073
+ "hiddenAliases": [],
15074
+ "id": "ticket:resolve",
15075
+ "pluginAlias": "@proletariat/cli",
15076
+ "pluginName": "@proletariat/cli",
15077
+ "pluginType": "core",
15078
+ "strict": false,
15079
+ "isESM": true,
15080
+ "relativePath": [
15081
+ "dist",
15082
+ "commands",
15083
+ "ticket",
15084
+ "resolve.js"
15085
+ ]
15086
+ },
15087
+ "ticket:show": {
15088
+ "aliases": [],
15089
+ "args": {
15090
+ "ticketId": {
15091
+ "description": "Ticket ID to view - prompts with dropdown if not provided",
15092
+ "name": "ticketId",
15093
+ "required": false
15094
+ }
15095
+ },
15096
+ "description": "View detailed ticket information (alias for ticket view)",
15097
+ "examples": [
15098
+ "<%= config.bin %> <%= command.id %> TICK-001",
15099
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
15100
+ ],
15101
+ "flags": {
15102
+ "project": {
15103
+ "char": "P",
15104
+ "description": "Project ID (uses first project if only one exists)",
15105
+ "name": "project",
14976
15106
  "hasDynamicHelp": false,
14977
- "multiple": true,
15107
+ "multiple": false,
14978
15108
  "type": "option"
14979
15109
  },
14980
- "clear-ac": {
14981
- "description": "Clear all existing acceptance criteria before adding new ones",
14982
- "name": "clear-ac",
15110
+ "json": {
15111
+ "description": "Output as JSON for AI agents/scripts",
15112
+ "name": "json",
14983
15113
  "allowNo": false,
14984
15114
  "type": "boolean"
14985
15115
  },
14986
- "interactive": {
14987
- "char": "i",
14988
- "description": "Interactive mode - prompts for all fields",
14989
- "name": "interactive",
15116
+ "machine": {
15117
+ "char": "m",
15118
+ "description": "Output as JSON for AI agents/scripts",
15119
+ "name": "machine",
14990
15120
  "allowNo": false,
14991
15121
  "type": "boolean"
14992
15122
  }
14993
15123
  },
14994
15124
  "hasDynamicHelp": false,
15125
+ "hidden": true,
14995
15126
  "hiddenAliases": [],
14996
- "id": "ticket:edit",
15127
+ "id": "ticket:show",
14997
15128
  "pluginAlias": "@proletariat/cli",
14998
15129
  "pluginName": "@proletariat/cli",
14999
15130
  "pluginType": "core",
15000
- "strict": true,
15001
15131
  "isESM": true,
15002
15132
  "relativePath": [
15003
15133
  "dist",
15004
15134
  "commands",
15005
15135
  "ticket",
15006
- "edit.js"
15136
+ "show.js"
15007
15137
  ]
15008
15138
  },
15009
- "ticket:epic": {
15139
+ "ticket:spec": {
15010
15140
  "aliases": [],
15011
15141
  "args": {
15012
- "id": {
15142
+ "ticketId": {
15013
15143
  "description": "Ticket ID",
15014
- "name": "id",
15144
+ "name": "ticketId",
15015
15145
  "required": false
15016
15146
  },
15017
- "epic-id": {
15018
- "description": "Epic ID to link to",
15019
- "name": "epic-id",
15147
+ "specId": {
15148
+ "description": "Spec ID to link",
15149
+ "name": "specId",
15020
15150
  "required": false
15021
15151
  }
15022
15152
  },
15023
- "description": "Assign ticket(s) to an epic (parent-child relationship)",
15153
+ "description": "Assign a spec to ticket(s)",
15024
15154
  "examples": [
15025
- "<%= config.bin %> <%= command.id %> TKT-001 EPIC-001",
15026
- "<%= config.bin %> <%= command.id %> TKT-001 --unlink",
15155
+ "<%= config.bin %> <%= command.id %> TKT-001 SPEC-001",
15156
+ "<%= config.bin %> <%= command.id %> TKT-001",
15027
15157
  "<%= config.bin %> <%= command.id %>",
15028
- "<%= config.bin %> <%= command.id %> --bulk --to-epic EPIC-001"
15158
+ "<%= config.bin %> <%= command.id %> TKT-001 --unlink",
15159
+ "<%= config.bin %> <%= command.id %> --bulk --spec SPEC-001"
15029
15160
  ],
15030
15161
  "flags": {
15031
15162
  "project": {
@@ -15051,43 +15182,30 @@
15051
15182
  },
15052
15183
  "unlink": {
15053
15184
  "char": "u",
15054
- "description": "Remove epic link instead of adding",
15185
+ "description": "Remove spec from ticket instead of adding",
15055
15186
  "name": "unlink",
15056
15187
  "allowNo": false,
15057
15188
  "type": "boolean"
15058
15189
  },
15059
15190
  "bulk": {
15060
15191
  "char": "b",
15061
- "description": "Enable bulk mode to link multiple tickets to an epic",
15192
+ "description": "Enable bulk mode to assign spec to multiple tickets",
15062
15193
  "name": "bulk",
15063
15194
  "allowNo": false,
15064
15195
  "type": "boolean"
15065
15196
  },
15066
- "to-epic": {
15067
- "description": "Target epic ID (for bulk mode)",
15068
- "name": "to-epic",
15069
- "hasDynamicHelp": false,
15070
- "multiple": false,
15071
- "type": "option"
15072
- },
15073
- "from-epic": {
15074
- "description": "Filter tickets by current epic (bulk mode)",
15075
- "name": "from-epic",
15197
+ "spec": {
15198
+ "char": "s",
15199
+ "description": "Spec ID to assign (for bulk mode)",
15200
+ "name": "spec",
15076
15201
  "hasDynamicHelp": false,
15077
15202
  "multiple": false,
15078
15203
  "type": "option"
15079
- },
15080
- "force": {
15081
- "char": "f",
15082
- "description": "Skip confirmation prompt (bulk mode)",
15083
- "name": "force",
15084
- "allowNo": false,
15085
- "type": "boolean"
15086
15204
  }
15087
15205
  },
15088
15206
  "hasDynamicHelp": false,
15089
15207
  "hiddenAliases": [],
15090
- "id": "ticket:epic",
15208
+ "id": "ticket:spec",
15091
15209
  "pluginAlias": "@proletariat/cli",
15092
15210
  "pluginName": "@proletariat/cli",
15093
15211
  "pluginType": "core",
@@ -15097,70 +15215,22 @@
15097
15215
  "dist",
15098
15216
  "commands",
15099
15217
  "ticket",
15100
- "epic.js"
15218
+ "spec.js"
15101
15219
  ]
15102
15220
  },
15103
- "ticket": {
15221
+ "ticket:status": {
15104
15222
  "aliases": [],
15105
- "args": {},
15106
- "description": "Interactive menu for ticket operations",
15107
- "examples": [
15108
- "<%= config.bin %> <%= command.id %>"
15109
- ],
15110
- "flags": {
15111
- "project": {
15112
- "char": "P",
15113
- "description": "Project ID (uses first project if only one exists)",
15114
- "name": "project",
15115
- "hasDynamicHelp": false,
15116
- "multiple": false,
15117
- "type": "option"
15118
- },
15119
- "json": {
15120
- "description": "Output as JSON for AI agents/scripts",
15121
- "name": "json",
15122
- "allowNo": false,
15123
- "type": "boolean"
15124
- },
15125
- "machine": {
15126
- "char": "m",
15127
- "description": "Output as JSON for AI agents/scripts",
15128
- "name": "machine",
15129
- "allowNo": false,
15130
- "type": "boolean"
15223
+ "args": {
15224
+ "ticketId": {
15225
+ "description": "Ticket ID - prompts with dropdown if not provided",
15226
+ "name": "ticketId",
15227
+ "required": false
15131
15228
  }
15132
15229
  },
15133
- "hasDynamicHelp": false,
15134
- "hiddenAliases": [],
15135
- "id": "ticket",
15136
- "pluginAlias": "@proletariat/cli",
15137
- "pluginName": "@proletariat/cli",
15138
- "pluginType": "core",
15139
- "strict": true,
15140
- "isESM": true,
15141
- "relativePath": [
15142
- "dist",
15143
- "commands",
15144
- "ticket",
15145
- "index.js"
15146
- ]
15147
- },
15148
- "ticket:list": {
15149
- "aliases": [],
15150
- "args": {},
15151
- "description": "List tickets from the PMO board",
15230
+ "description": "Show ticket status and details",
15152
15231
  "examples": [
15153
15232
  "<%= config.bin %> <%= command.id %>",
15154
- "<%= config.bin %> <%= command.id %> --column Backlog",
15155
- "<%= config.bin %> <%= command.id %> --priority P0",
15156
- "<%= config.bin %> <%= command.id %> --category bug",
15157
- "<%= config.bin %> <%= command.id %> --search \"login\"",
15158
- "<%= config.bin %> <%= command.id %> --project mobile-app",
15159
- "<%= config.bin %> <%= command.id %> --all",
15160
- "<%= config.bin %> <%= command.id %> --all --group-by priority",
15161
- "<%= config.bin %> <%= command.id %> -g priority",
15162
- "<%= config.bin %> <%= command.id %> --limit 10",
15163
- "<%= config.bin %> <%= command.id %> --limit 10 --offset 20"
15233
+ "<%= config.bin %> <%= command.id %> TICK-001"
15164
15234
  ],
15165
15235
  "flags": {
15166
15236
  "project": {
@@ -15183,152 +15253,39 @@
15183
15253
  "name": "machine",
15184
15254
  "allowNo": false,
15185
15255
  "type": "boolean"
15186
- },
15187
- "column": {
15188
- "char": "c",
15189
- "description": "Filter by column",
15190
- "name": "column",
15191
- "hasDynamicHelp": false,
15192
- "multiple": false,
15193
- "type": "option"
15194
- },
15195
- "priority": {
15196
- "char": "p",
15197
- "description": "Filter by priority (uses workspace priority scale)",
15198
- "name": "priority",
15199
- "hasDynamicHelp": false,
15200
- "multiple": false,
15201
- "type": "option"
15202
- },
15203
- "category": {
15204
- "description": "Filter by category",
15205
- "name": "category",
15206
- "hasDynamicHelp": false,
15207
- "multiple": false,
15208
- "type": "option"
15209
- },
15210
- "search": {
15211
- "char": "s",
15212
- "description": "Search in title and description",
15213
- "name": "search",
15214
- "hasDynamicHelp": false,
15215
- "multiple": false,
15216
- "type": "option"
15217
- },
15218
- "format": {
15219
- "char": "f",
15220
- "description": "Output format",
15221
- "name": "format",
15222
- "default": "table",
15223
- "hasDynamicHelp": false,
15224
- "multiple": false,
15225
- "options": [
15226
- "table",
15227
- "compact",
15228
- "json"
15229
- ],
15230
- "type": "option"
15231
- },
15232
- "all": {
15233
- "char": "a",
15234
- "description": "Show tickets across all projects",
15235
- "name": "all",
15236
- "allowNo": false,
15237
- "type": "boolean"
15238
- },
15239
- "label": {
15240
- "description": "Filter by label name",
15241
- "name": "label",
15242
- "hasDynamicHelp": false,
15243
- "multiple": false,
15244
- "type": "option"
15245
- },
15246
- "group-by": {
15247
- "char": "g",
15248
- "description": "Group tickets by field",
15249
- "name": "group-by",
15250
- "default": "status",
15251
- "hasDynamicHelp": false,
15252
- "multiple": false,
15253
- "options": [
15254
- "status",
15255
- "priority"
15256
- ],
15257
- "type": "option"
15258
- },
15259
- "limit": {
15260
- "char": "l",
15261
- "description": "Maximum number of tickets to display",
15262
- "name": "limit",
15263
- "hasDynamicHelp": false,
15264
- "multiple": false,
15265
- "type": "option"
15266
- },
15267
- "offset": {
15268
- "description": "Skip first N tickets (for pagination)",
15269
- "name": "offset",
15270
- "hasDynamicHelp": false,
15271
- "multiple": false,
15272
- "type": "option"
15273
- },
15274
- "source": {
15275
- "description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
15276
- "name": "source",
15277
- "default": "auto",
15278
- "hasDynamicHelp": false,
15279
- "multiple": false,
15280
- "options": [
15281
- "auto",
15282
- "pmo",
15283
- "linear"
15284
- ],
15285
- "type": "option"
15286
- },
15287
- "team": {
15288
- "description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
15289
- "name": "team",
15290
- "hasDynamicHelp": false,
15291
- "multiple": false,
15292
- "type": "option"
15293
15256
  }
15294
15257
  },
15295
15258
  "hasDynamicHelp": false,
15296
15259
  "hiddenAliases": [],
15297
- "id": "ticket:list",
15260
+ "id": "ticket:status",
15298
15261
  "pluginAlias": "@proletariat/cli",
15299
15262
  "pluginName": "@proletariat/cli",
15300
15263
  "pluginType": "core",
15301
15264
  "strict": true,
15302
- "enableJsonFlag": false,
15303
15265
  "isESM": true,
15304
15266
  "relativePath": [
15305
15267
  "dist",
15306
15268
  "commands",
15307
15269
  "ticket",
15308
- "list.js"
15270
+ "status.js"
15309
15271
  ]
15310
15272
  },
15311
- "ticket:move": {
15273
+ "ticket:update": {
15312
15274
  "aliases": [],
15313
15275
  "args": {
15314
15276
  "ticketId": {
15315
15277
  "description": "Ticket ID - prompts with dropdown if not provided",
15316
15278
  "name": "ticketId",
15317
15279
  "required": false
15318
- },
15319
- "column": {
15320
- "description": "Target column - prompts with dropdown if not provided",
15321
- "name": "column",
15322
- "required": false
15323
15280
  }
15324
15281
  },
15325
- "description": "Move ticket(s) to a different column",
15282
+ "description": "Update priority/category for ticket(s)",
15326
15283
  "examples": [
15327
- "<%= config.bin %> <%= command.id %> my-ticket \"In Progress\"",
15328
- "<%= config.bin %> <%= command.id %> implement-auth Done",
15329
- "<%= config.bin %> <%= command.id %> fix-bug \"In Review\" --position 0",
15330
- "<%= config.bin %> <%= command.id %> TKT-123 --to-project PROJ-002",
15331
- "<%= config.bin %> <%= command.id %> --bulk"
15284
+ "<%= config.bin %> <%= command.id %> TKT-001 --priority P1",
15285
+ "<%= config.bin %> <%= command.id %> TKT-001 --category bug",
15286
+ "<%= config.bin %> <%= command.id %> --bulk",
15287
+ "<%= config.bin %> <%= command.id %> --bulk --priority P1",
15288
+ "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
15332
15289
  ],
15333
15290
  "flags": {
15334
15291
  "project": {
@@ -15352,30 +15309,32 @@
15352
15309
  "allowNo": false,
15353
15310
  "type": "boolean"
15354
15311
  },
15355
- "position": {
15356
- "description": "Position within the column (0 = top)",
15357
- "name": "position",
15312
+ "priority": {
15313
+ "char": "p",
15314
+ "description": "Set priority (uses workspace priority scale)",
15315
+ "name": "priority",
15358
15316
  "hasDynamicHelp": false,
15359
15317
  "multiple": false,
15360
15318
  "type": "option"
15361
15319
  },
15362
- "to-project": {
15363
- "description": "Move ticket to a different project (uses Backlog/default column)",
15364
- "name": "to-project",
15320
+ "category": {
15321
+ "char": "c",
15322
+ "description": "Set category (e.g., feature, bug, refactor)",
15323
+ "name": "category",
15365
15324
  "hasDynamicHelp": false,
15366
15325
  "multiple": false,
15367
15326
  "type": "option"
15368
15327
  },
15369
15328
  "bulk": {
15370
15329
  "char": "b",
15371
- "description": "Enable bulk mode to move multiple tickets",
15330
+ "description": "Enable bulk mode to update multiple tickets",
15372
15331
  "name": "bulk",
15373
15332
  "allowNo": false,
15374
15333
  "type": "boolean"
15375
15334
  },
15376
15335
  "force": {
15377
15336
  "char": "f",
15378
- "description": "Skip confirmation prompt (bulk mode only)",
15337
+ "description": "Skip confirmation prompt",
15379
15338
  "name": "force",
15380
15339
  "allowNo": false,
15381
15340
  "type": "boolean"
@@ -15383,7 +15342,7 @@
15383
15342
  },
15384
15343
  "hasDynamicHelp": false,
15385
15344
  "hiddenAliases": [],
15386
- "id": "ticket:move",
15345
+ "id": "ticket:update",
15387
15346
  "pluginAlias": "@proletariat/cli",
15388
15347
  "pluginName": "@proletariat/cli",
15389
15348
  "pluginType": "core",
@@ -15393,29 +15352,22 @@
15393
15352
  "dist",
15394
15353
  "commands",
15395
15354
  "ticket",
15396
- "move.js"
15355
+ "update.js"
15397
15356
  ]
15398
15357
  },
15399
- "ticket:project": {
15358
+ "ticket:view": {
15400
15359
  "aliases": [],
15401
15360
  "args": {
15402
15361
  "ticketId": {
15403
- "description": "Ticket ID",
15362
+ "description": "Ticket ID to view - prompts with dropdown if not provided",
15404
15363
  "name": "ticketId",
15405
15364
  "required": false
15406
- },
15407
- "targetProject": {
15408
- "description": "Target project ID",
15409
- "name": "targetProject",
15410
- "required": false
15411
15365
  }
15412
15366
  },
15413
- "description": "Move ticket(s) to a different project",
15367
+ "description": "View detailed ticket information",
15414
15368
  "examples": [
15415
- "<%= config.bin %> <%= command.id %> TKT-001 new-project",
15416
- "<%= config.bin %> <%= command.id %> TKT-001",
15417
- "<%= config.bin %> <%= command.id %>",
15418
- "<%= config.bin %> <%= command.id %> --bulk --target other-project"
15369
+ "<%= config.bin %> <%= command.id %> TICK-001",
15370
+ "<%= config.bin %> <%= command.id %> # Interactive mode"
15419
15371
  ],
15420
15372
  "flags": {
15421
15373
  "project": {
@@ -15438,32 +15390,11 @@
15438
15390
  "name": "machine",
15439
15391
  "allowNo": false,
15440
15392
  "type": "boolean"
15441
- },
15442
- "keep-epic": {
15443
- "description": "Keep ticket assigned to its epic (if epic is in source project, will unlink)",
15444
- "name": "keep-epic",
15445
- "allowNo": false,
15446
- "type": "boolean"
15447
- },
15448
- "bulk": {
15449
- "char": "b",
15450
- "description": "Enable bulk mode to move multiple tickets",
15451
- "name": "bulk",
15452
- "allowNo": false,
15453
- "type": "boolean"
15454
- },
15455
- "target": {
15456
- "char": "t",
15457
- "description": "Target project ID (for bulk mode)",
15458
- "name": "target",
15459
- "hasDynamicHelp": false,
15460
- "multiple": false,
15461
- "type": "option"
15462
15393
  }
15463
15394
  },
15464
15395
  "hasDynamicHelp": false,
15465
15396
  "hiddenAliases": [],
15466
- "id": "ticket:project",
15397
+ "id": "ticket:view",
15467
15398
  "pluginAlias": "@proletariat/cli",
15468
15399
  "pluginName": "@proletariat/cli",
15469
15400
  "pluginType": "core",
@@ -15473,40 +15404,33 @@
15473
15404
  "dist",
15474
15405
  "commands",
15475
15406
  "ticket",
15476
- "project.js"
15407
+ "view.js"
15477
15408
  ]
15478
15409
  },
15479
- "ticket:reassign": {
15410
+ "tools:add": {
15480
15411
  "aliases": [],
15481
15412
  "args": {
15482
- "ticketId": {
15483
- "description": "Ticket ID - prompts with dropdown if not provided",
15484
- "name": "ticketId",
15485
- "required": false
15413
+ "type": {
15414
+ "description": "Tool type (mcp or cli)",
15415
+ "name": "type",
15416
+ "options": [
15417
+ "mcp",
15418
+ "cli"
15419
+ ],
15420
+ "required": true
15486
15421
  },
15487
- "assignee": {
15488
- "description": "Target agent name",
15489
- "name": "assignee",
15490
- "required": false
15422
+ "name": {
15423
+ "description": "Tool name (unique identifier)",
15424
+ "name": "name",
15425
+ "required": true
15491
15426
  }
15492
15427
  },
15493
- "description": "Reassign ticket(s) to a different agent",
15428
+ "description": "Register an MCP server or CLI tool",
15494
15429
  "examples": [
15495
- "<%= config.bin %> <%= command.id %>",
15496
- "<%= config.bin %> <%= command.id %> TKT-001 alice",
15497
- "<%= config.bin %> <%= command.id %> --bulk --to alice",
15498
- "<%= config.bin %> <%= command.id %> --bulk --from bob --to alice",
15499
- "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
15430
+ "<%= config.bin %> tools add mcp arcade --url https://api.arcade.dev/mcp --auth ARCADE_API_KEY --description \"Arcade integrations\"",
15431
+ "<%= config.bin %> tools add cli gh --command gh --detect \"which gh\" --install \"brew install gh\" --description \"GitHub CLI\""
15500
15432
  ],
15501
15433
  "flags": {
15502
- "project": {
15503
- "char": "P",
15504
- "description": "Project ID (uses first project if only one exists)",
15505
- "name": "project",
15506
- "hasDynamicHelp": false,
15507
- "multiple": false,
15508
- "type": "option"
15509
- },
15510
15434
  "json": {
15511
15435
  "description": "Output as JSON for AI agents/scripts",
15512
15436
  "name": "json",
@@ -15520,80 +15444,164 @@
15520
15444
  "allowNo": false,
15521
15445
  "type": "boolean"
15522
15446
  },
15523
- "to": {
15524
- "description": "Target agent name (for bulk mode)",
15525
- "name": "to",
15447
+ "url": {
15448
+ "description": "MCP server URL (for remote servers)",
15449
+ "name": "url",
15526
15450
  "hasDynamicHelp": false,
15527
15451
  "multiple": false,
15528
15452
  "type": "option"
15529
15453
  },
15530
- "from": {
15531
- "description": "Filter tickets by current assignee (bulk mode)",
15532
- "name": "from",
15454
+ "command": {
15455
+ "description": "Command to run (MCP server command or CLI tool binary)",
15456
+ "name": "command",
15533
15457
  "hasDynamicHelp": false,
15534
15458
  "multiple": false,
15535
15459
  "type": "option"
15536
15460
  },
15537
- "bulk": {
15538
- "char": "b",
15539
- "description": "Enable bulk mode to reassign multiple tickets",
15540
- "name": "bulk",
15461
+ "auth": {
15462
+ "description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
15463
+ "name": "auth",
15464
+ "hasDynamicHelp": false,
15465
+ "multiple": false,
15466
+ "type": "option"
15467
+ },
15468
+ "detect": {
15469
+ "description": "Shell command to detect if CLI tool is installed",
15470
+ "name": "detect",
15471
+ "hasDynamicHelp": false,
15472
+ "multiple": false,
15473
+ "type": "option"
15474
+ },
15475
+ "install": {
15476
+ "description": "Shell command to install the CLI tool",
15477
+ "name": "install",
15478
+ "hasDynamicHelp": false,
15479
+ "multiple": false,
15480
+ "type": "option"
15481
+ },
15482
+ "description": {
15483
+ "char": "d",
15484
+ "description": "Human-readable description",
15485
+ "name": "description",
15486
+ "required": true,
15487
+ "hasDynamicHelp": false,
15488
+ "multiple": false,
15489
+ "type": "option"
15490
+ }
15491
+ },
15492
+ "hasDynamicHelp": false,
15493
+ "hiddenAliases": [],
15494
+ "id": "tools:add",
15495
+ "pluginAlias": "@proletariat/cli",
15496
+ "pluginName": "@proletariat/cli",
15497
+ "pluginType": "core",
15498
+ "strict": true,
15499
+ "isESM": true,
15500
+ "relativePath": [
15501
+ "dist",
15502
+ "commands",
15503
+ "tools",
15504
+ "add.js"
15505
+ ]
15506
+ },
15507
+ "tools:check": {
15508
+ "aliases": [],
15509
+ "args": {},
15510
+ "description": "Verify all registered tools are available and healthy",
15511
+ "examples": [
15512
+ "<%= config.bin %> tools check",
15513
+ "<%= config.bin %> tools check --json"
15514
+ ],
15515
+ "flags": {
15516
+ "json": {
15517
+ "description": "Output as JSON for AI agents/scripts",
15518
+ "name": "json",
15541
15519
  "allowNo": false,
15542
15520
  "type": "boolean"
15543
15521
  },
15544
- "force": {
15545
- "char": "f",
15546
- "description": "Skip confirmation prompt",
15547
- "name": "force",
15522
+ "machine": {
15523
+ "char": "m",
15524
+ "description": "Output as JSON for AI agents/scripts",
15525
+ "name": "machine",
15548
15526
  "allowNo": false,
15549
15527
  "type": "boolean"
15550
15528
  }
15551
15529
  },
15552
15530
  "hasDynamicHelp": false,
15553
15531
  "hiddenAliases": [],
15554
- "id": "ticket:reassign",
15532
+ "id": "tools:check",
15555
15533
  "pluginAlias": "@proletariat/cli",
15556
15534
  "pluginName": "@proletariat/cli",
15557
15535
  "pluginType": "core",
15558
15536
  "strict": true,
15537
+ "enableJsonFlag": false,
15559
15538
  "isESM": true,
15560
15539
  "relativePath": [
15561
15540
  "dist",
15562
15541
  "commands",
15563
- "ticket",
15564
- "reassign.js"
15542
+ "tools",
15543
+ "check.js"
15565
15544
  ]
15566
15545
  },
15567
- "ticket:resolve": {
15546
+ "tools:detect": {
15568
15547
  "aliases": [],
15569
- "args": {
15570
- "ticketId": {
15571
- "description": "Ticket ID(s) to resolve - prompts with picker if not provided",
15572
- "name": "ticketId",
15573
- "required": false
15574
- }
15575
- },
15576
- "description": "Resolve ambiguity questions on tickets flagged by groom",
15548
+ "args": {},
15549
+ "description": "Auto-detect common CLI tools on the system and register them",
15577
15550
  "examples": [
15578
- "<%= config.bin %> <%= command.id %> TKT-001",
15579
- "<%= config.bin %> <%= command.id %> TKT-001 TKT-002",
15580
- "<%= config.bin %> <%= command.id %> # Interactive picker for needs-clarification tickets"
15551
+ "<%= config.bin %> tools detect",
15552
+ "<%= config.bin %> tools detect --auto",
15553
+ "<%= config.bin %> tools detect --json"
15581
15554
  ],
15582
15555
  "flags": {
15583
- "project": {
15584
- "char": "P",
15585
- "description": "Project ID (uses first project if only one exists)",
15586
- "name": "project",
15587
- "hasDynamicHelp": false,
15588
- "multiple": false,
15589
- "type": "option"
15556
+ "json": {
15557
+ "description": "Output as JSON for AI agents/scripts",
15558
+ "name": "json",
15559
+ "allowNo": false,
15560
+ "type": "boolean"
15561
+ },
15562
+ "machine": {
15563
+ "char": "m",
15564
+ "description": "Output as JSON for AI agents/scripts",
15565
+ "name": "machine",
15566
+ "allowNo": false,
15567
+ "type": "boolean"
15590
15568
  },
15569
+ "auto": {
15570
+ "description": "Automatically register all detected tools without prompting",
15571
+ "name": "auto",
15572
+ "allowNo": false,
15573
+ "type": "boolean"
15574
+ }
15575
+ },
15576
+ "hasDynamicHelp": false,
15577
+ "hiddenAliases": [],
15578
+ "id": "tools:detect",
15579
+ "pluginAlias": "@proletariat/cli",
15580
+ "pluginName": "@proletariat/cli",
15581
+ "pluginType": "core",
15582
+ "strict": true,
15583
+ "enableJsonFlag": false,
15584
+ "isESM": true,
15585
+ "relativePath": [
15586
+ "dist",
15587
+ "commands",
15588
+ "tools",
15589
+ "detect.js"
15590
+ ]
15591
+ },
15592
+ "tools": {
15593
+ "aliases": [
15594
+ "tools:list"
15595
+ ],
15596
+ "args": {},
15597
+ "description": "Show all registered MCP servers and CLI tools",
15598
+ "examples": [
15599
+ "<%= config.bin %> tools",
15600
+ "<%= config.bin %> tools --json"
15601
+ ],
15602
+ "flags": {
15591
15603
  "json": {
15592
- "aliases": [
15593
- "machine"
15594
- ],
15595
- "char": "m",
15596
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
15604
+ "description": "Output as JSON for AI agents/scripts",
15597
15605
  "name": "json",
15598
15606
  "allowNo": false,
15599
15607
  "type": "boolean"
@@ -15608,42 +15616,35 @@
15608
15616
  },
15609
15617
  "hasDynamicHelp": false,
15610
15618
  "hiddenAliases": [],
15611
- "id": "ticket:resolve",
15619
+ "id": "tools",
15612
15620
  "pluginAlias": "@proletariat/cli",
15613
15621
  "pluginName": "@proletariat/cli",
15614
15622
  "pluginType": "core",
15615
- "strict": false,
15623
+ "strict": true,
15624
+ "enableJsonFlag": false,
15616
15625
  "isESM": true,
15617
15626
  "relativePath": [
15618
15627
  "dist",
15619
15628
  "commands",
15620
- "ticket",
15621
- "resolve.js"
15629
+ "tools",
15630
+ "index.js"
15622
15631
  ]
15623
15632
  },
15624
- "ticket:show": {
15633
+ "tools:remove": {
15625
15634
  "aliases": [],
15626
15635
  "args": {
15627
- "ticketId": {
15628
- "description": "Ticket ID to view - prompts with dropdown if not provided",
15629
- "name": "ticketId",
15630
- "required": false
15636
+ "name": {
15637
+ "description": "Tool name to remove",
15638
+ "name": "name",
15639
+ "required": true
15631
15640
  }
15632
15641
  },
15633
- "description": "View detailed ticket information (alias for ticket view)",
15642
+ "description": "Remove a tool from the registry",
15634
15643
  "examples": [
15635
- "<%= config.bin %> <%= command.id %> TICK-001",
15636
- "<%= config.bin %> <%= command.id %> # Interactive mode"
15644
+ "<%= config.bin %> tools remove arcade",
15645
+ "<%= config.bin %> tools remove ffmpeg"
15637
15646
  ],
15638
15647
  "flags": {
15639
- "project": {
15640
- "char": "P",
15641
- "description": "Project ID (uses first project if only one exists)",
15642
- "name": "project",
15643
- "hasDynamicHelp": false,
15644
- "multiple": false,
15645
- "type": "option"
15646
- },
15647
15648
  "json": {
15648
15649
  "description": "Output as JSON for AI agents/scripts",
15649
15650
  "name": "json",
@@ -15659,41 +15660,32 @@
15659
15660
  }
15660
15661
  },
15661
15662
  "hasDynamicHelp": false,
15662
- "hidden": true,
15663
15663
  "hiddenAliases": [],
15664
- "id": "ticket:show",
15664
+ "id": "tools:remove",
15665
15665
  "pluginAlias": "@proletariat/cli",
15666
15666
  "pluginName": "@proletariat/cli",
15667
15667
  "pluginType": "core",
15668
+ "strict": true,
15669
+ "enableJsonFlag": false,
15668
15670
  "isESM": true,
15669
15671
  "relativePath": [
15670
15672
  "dist",
15671
15673
  "commands",
15672
- "ticket",
15673
- "show.js"
15674
+ "tools",
15675
+ "remove.js"
15674
15676
  ]
15675
15677
  },
15676
- "ticket:spec": {
15678
+ "trello:configure": {
15677
15679
  "aliases": [],
15678
- "args": {
15679
- "ticketId": {
15680
- "description": "Ticket ID",
15681
- "name": "ticketId",
15682
- "required": false
15683
- },
15684
- "specId": {
15685
- "description": "Spec ID to link",
15686
- "name": "specId",
15687
- "required": false
15688
- }
15689
- },
15690
- "description": "Assign a spec to ticket(s)",
15680
+ "args": {},
15681
+ "description": "Connect to Trello and configure authentication",
15691
15682
  "examples": [
15692
- "<%= config.bin %> <%= command.id %> TKT-001 SPEC-001",
15693
- "<%= config.bin %> <%= command.id %> TKT-001",
15694
15683
  "<%= config.bin %> <%= command.id %>",
15695
- "<%= config.bin %> <%= command.id %> TKT-001 --unlink",
15696
- "<%= config.bin %> <%= command.id %> --bulk --spec SPEC-001"
15684
+ "<%= config.bin %> <%= command.id %> --check",
15685
+ "<%= config.bin %> <%= command.id %> --force",
15686
+ "<%= config.bin %> <%= command.id %> --disconnect",
15687
+ "TRELLO_API_KEY=... TRELLO_API_TOKEN=... <%= config.bin %> <%= command.id %>",
15688
+ "<%= config.bin %> <%= command.id %> --json"
15697
15689
  ],
15698
15690
  "flags": {
15699
15691
  "project": {
@@ -15717,24 +15709,27 @@
15717
15709
  "allowNo": false,
15718
15710
  "type": "boolean"
15719
15711
  },
15720
- "unlink": {
15721
- "char": "u",
15722
- "description": "Remove spec from ticket instead of adding",
15723
- "name": "unlink",
15712
+ "check": {
15713
+ "description": "Only check if Trello credentials are valid (do not prompt)",
15714
+ "name": "check",
15724
15715
  "allowNo": false,
15725
15716
  "type": "boolean"
15726
15717
  },
15727
- "bulk": {
15728
- "char": "b",
15729
- "description": "Enable bulk mode to assign spec to multiple tickets",
15730
- "name": "bulk",
15718
+ "force": {
15719
+ "description": "Force re-authentication even if credentials exist",
15720
+ "name": "force",
15731
15721
  "allowNo": false,
15732
15722
  "type": "boolean"
15733
15723
  },
15734
- "spec": {
15735
- "char": "s",
15736
- "description": "Spec ID to assign (for bulk mode)",
15737
- "name": "spec",
15724
+ "disconnect": {
15725
+ "description": "Remove stored Trello credentials and configuration",
15726
+ "name": "disconnect",
15727
+ "allowNo": false,
15728
+ "type": "boolean"
15729
+ },
15730
+ "board": {
15731
+ "description": "Default board ID or name",
15732
+ "name": "board",
15738
15733
  "hasDynamicHelp": false,
15739
15734
  "multiple": false,
15740
15735
  "type": "option"
@@ -15742,7 +15737,7 @@
15742
15737
  },
15743
15738
  "hasDynamicHelp": false,
15744
15739
  "hiddenAliases": [],
15745
- "id": "ticket:spec",
15740
+ "id": "trello:configure",
15746
15741
  "pluginAlias": "@proletariat/cli",
15747
15742
  "pluginName": "@proletariat/cli",
15748
15743
  "pluginType": "core",
@@ -15751,23 +15746,20 @@
15751
15746
  "relativePath": [
15752
15747
  "dist",
15753
15748
  "commands",
15754
- "ticket",
15755
- "spec.js"
15749
+ "trello",
15750
+ "configure.js"
15756
15751
  ]
15757
15752
  },
15758
- "ticket:status": {
15753
+ "trello:import": {
15759
15754
  "aliases": [],
15760
- "args": {
15761
- "ticketId": {
15762
- "description": "Ticket ID - prompts with dropdown if not provided",
15763
- "name": "ticketId",
15764
- "required": false
15765
- }
15766
- },
15767
- "description": "Show ticket status and details",
15755
+ "args": {},
15756
+ "description": "Import Trello cards into PMO as tickets",
15768
15757
  "examples": [
15769
- "<%= config.bin %> <%= command.id %>",
15770
- "<%= config.bin %> <%= command.id %> TICK-001"
15758
+ "<%= config.bin %> <%= command.id %> # Interactive: select cards from board",
15759
+ "<%= config.bin %> <%= command.id %> --limit 50 # Import up to 50 cards",
15760
+ "<%= config.bin %> <%= command.id %> --all # Import all matching cards",
15761
+ "<%= config.bin %> <%= command.id %> --dry-run # Preview what would be imported",
15762
+ "<%= config.bin %> <%= command.id %> --json # JSON output for scripting"
15771
15763
  ],
15772
15764
  "flags": {
15773
15765
  "project": {
@@ -15790,11 +15782,33 @@
15790
15782
  "name": "machine",
15791
15783
  "allowNo": false,
15792
15784
  "type": "boolean"
15785
+ },
15786
+ "limit": {
15787
+ "char": "n",
15788
+ "description": "Maximum number of cards to import",
15789
+ "name": "limit",
15790
+ "default": 50,
15791
+ "hasDynamicHelp": false,
15792
+ "multiple": false,
15793
+ "type": "option"
15794
+ },
15795
+ "all": {
15796
+ "char": "a",
15797
+ "description": "Import all matching cards without interactive selection",
15798
+ "name": "all",
15799
+ "allowNo": false,
15800
+ "type": "boolean"
15801
+ },
15802
+ "dry-run": {
15803
+ "description": "Preview cards that would be imported without creating tickets",
15804
+ "name": "dry-run",
15805
+ "allowNo": false,
15806
+ "type": "boolean"
15793
15807
  }
15794
15808
  },
15795
15809
  "hasDynamicHelp": false,
15796
15810
  "hiddenAliases": [],
15797
- "id": "ticket:status",
15811
+ "id": "trello:import",
15798
15812
  "pluginAlias": "@proletariat/cli",
15799
15813
  "pluginName": "@proletariat/cli",
15800
15814
  "pluginType": "core",
@@ -15803,26 +15817,18 @@
15803
15817
  "relativePath": [
15804
15818
  "dist",
15805
15819
  "commands",
15806
- "ticket",
15807
- "status.js"
15820
+ "trello",
15821
+ "import.js"
15808
15822
  ]
15809
15823
  },
15810
- "ticket:update": {
15824
+ "trello:sync": {
15811
15825
  "aliases": [],
15812
- "args": {
15813
- "ticketId": {
15814
- "description": "Ticket ID - prompts with dropdown if not provided",
15815
- "name": "ticketId",
15816
- "required": false
15817
- }
15818
- },
15819
- "description": "Update priority/category for ticket(s)",
15826
+ "args": {},
15827
+ "description": "Sync PMO tickets to Trello cards",
15820
15828
  "examples": [
15821
- "<%= config.bin %> <%= command.id %> TKT-001 --priority P1",
15822
- "<%= config.bin %> <%= command.id %> TKT-001 --category bug",
15823
- "<%= config.bin %> <%= command.id %> --bulk",
15824
- "<%= config.bin %> <%= command.id %> --bulk --priority P1",
15825
- "<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
15829
+ "<%= config.bin %> <%= command.id %> --ticket TKT-001 --card abc123",
15830
+ "<%= config.bin %> <%= command.id %> --ticket TKT-001 --create-missing",
15831
+ "<%= config.bin %> <%= command.id %> --dry-run"
15826
15832
  ],
15827
15833
  "flags": {
15828
15834
  "project": {
@@ -15846,40 +15852,43 @@
15846
15852
  "allowNo": false,
15847
15853
  "type": "boolean"
15848
15854
  },
15849
- "priority": {
15850
- "char": "p",
15851
- "description": "Set priority (uses workspace priority scale)",
15852
- "name": "priority",
15855
+ "ticket": {
15856
+ "description": "PMO ticket ID to sync (syncs all mapped tickets if omitted)",
15857
+ "name": "ticket",
15853
15858
  "hasDynamicHelp": false,
15854
15859
  "multiple": false,
15855
15860
  "type": "option"
15856
15861
  },
15857
- "category": {
15858
- "char": "c",
15859
- "description": "Set category (e.g., feature, bug, refactor)",
15860
- "name": "category",
15862
+ "card": {
15863
+ "description": "Trello card ID to map to --ticket",
15864
+ "name": "card",
15861
15865
  "hasDynamicHelp": false,
15862
15866
  "multiple": false,
15863
15867
  "type": "option"
15864
15868
  },
15865
- "bulk": {
15866
- "char": "b",
15867
- "description": "Enable bulk mode to update multiple tickets",
15868
- "name": "bulk",
15869
+ "list": {
15870
+ "description": "Trello list ID used with --create-missing",
15871
+ "name": "list",
15872
+ "hasDynamicHelp": false,
15873
+ "multiple": false,
15874
+ "type": "option"
15875
+ },
15876
+ "create-missing": {
15877
+ "description": "Create Trello card when no mapping exists (requires list)",
15878
+ "name": "create-missing",
15869
15879
  "allowNo": false,
15870
15880
  "type": "boolean"
15871
15881
  },
15872
- "force": {
15873
- "char": "f",
15874
- "description": "Skip confirmation prompt",
15875
- "name": "force",
15882
+ "dry-run": {
15883
+ "description": "Preview sync operations without making changes",
15884
+ "name": "dry-run",
15876
15885
  "allowNo": false,
15877
15886
  "type": "boolean"
15878
15887
  }
15879
15888
  },
15880
15889
  "hasDynamicHelp": false,
15881
15890
  "hiddenAliases": [],
15882
- "id": "ticket:update",
15891
+ "id": "trello:sync",
15883
15892
  "pluginAlias": "@proletariat/cli",
15884
15893
  "pluginName": "@proletariat/cli",
15885
15894
  "pluginType": "core",
@@ -15888,33 +15897,32 @@
15888
15897
  "relativePath": [
15889
15898
  "dist",
15890
15899
  "commands",
15891
- "ticket",
15892
- "update.js"
15900
+ "trello",
15901
+ "sync.js"
15893
15902
  ]
15894
15903
  },
15895
- "ticket:view": {
15904
+ "version:bump": {
15896
15905
  "aliases": [],
15897
15906
  "args": {
15898
- "ticketId": {
15899
- "description": "Ticket ID to view - prompts with dropdown if not provided",
15900
- "name": "ticketId",
15901
- "required": false
15907
+ "type": {
15908
+ "description": "Version bump type",
15909
+ "name": "type",
15910
+ "options": [
15911
+ "major",
15912
+ "minor",
15913
+ "patch"
15914
+ ],
15915
+ "required": true
15902
15916
  }
15903
15917
  },
15904
- "description": "View detailed ticket information",
15918
+ "description": "Bump the CLI version (major, minor, or patch), commit, push, and create a PR",
15905
15919
  "examples": [
15906
- "<%= config.bin %> <%= command.id %> TICK-001",
15907
- "<%= config.bin %> <%= command.id %> # Interactive mode"
15920
+ "<%= config.bin %> version bump patch",
15921
+ "<%= config.bin %> version bump minor",
15922
+ "<%= config.bin %> version bump major",
15923
+ "<%= config.bin %> version bump patch --json"
15908
15924
  ],
15909
15925
  "flags": {
15910
- "project": {
15911
- "char": "P",
15912
- "description": "Project ID (uses first project if only one exists)",
15913
- "name": "project",
15914
- "hasDynamicHelp": false,
15915
- "multiple": false,
15916
- "type": "option"
15917
- },
15918
15926
  "json": {
15919
15927
  "description": "Output as JSON for AI agents/scripts",
15920
15928
  "name": "json",
@@ -15931,17 +15939,18 @@
15931
15939
  },
15932
15940
  "hasDynamicHelp": false,
15933
15941
  "hiddenAliases": [],
15934
- "id": "ticket:view",
15942
+ "id": "version:bump",
15935
15943
  "pluginAlias": "@proletariat/cli",
15936
15944
  "pluginName": "@proletariat/cli",
15937
15945
  "pluginType": "core",
15938
15946
  "strict": true,
15947
+ "enableJsonFlag": false,
15939
15948
  "isESM": true,
15940
15949
  "relativePath": [
15941
15950
  "dist",
15942
15951
  "commands",
15943
- "ticket",
15944
- "view.js"
15952
+ "version",
15953
+ "bump.js"
15945
15954
  ]
15946
15955
  },
15947
15956
  "workflow:create": {
@@ -17628,7 +17637,7 @@
17628
17637
  "work:source": {
17629
17638
  "aliases": [],
17630
17639
  "args": {},
17631
- "description": "Show the active work source used by \"work spawn\"",
17640
+ "description": "Show the default work source used by \"work start\" and \"work spawn\"",
17632
17641
  "examples": [
17633
17642
  "<%= config.bin %> <%= command.id %>",
17634
17643
  "<%= config.bin %> work source set linear:PRO",
@@ -20713,7 +20722,7 @@
20713
20722
  "work:source:set": {
20714
20723
  "aliases": [],
20715
20724
  "args": {},
20716
- "description": "Set the active work source used by \"work spawn\"",
20725
+ "description": "Set the default work source used by \"work start\" and \"work spawn\"",
20717
20726
  "examples": [
20718
20727
  "<%= config.bin %> <%= command.id %> pmo",
20719
20728
  "<%= config.bin %> <%= command.id %> linear:PRO",
@@ -20759,5 +20768,5 @@
20759
20768
  ]
20760
20769
  }
20761
20770
  },
20762
- "version": "0.3.67"
20771
+ "version": "0.3.68"
20763
20772
  }