@proletariat/cli 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/oclif.manifest.json +994 -994
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -3801,270 +3801,6 @@
|
|
|
3801
3801
|
"view.js"
|
|
3802
3802
|
]
|
|
3803
3803
|
},
|
|
3804
|
-
"pmo:init": {
|
|
3805
|
-
"aliases": [],
|
|
3806
|
-
"args": {},
|
|
3807
|
-
"description": "Initialize PMO (Project Management Office) in current directory or HQ",
|
|
3808
|
-
"examples": [
|
|
3809
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3810
|
-
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template founder",
|
|
3811
|
-
"<%= config.bin %> <%= command.id %> --location separate --template scrum"
|
|
3812
|
-
],
|
|
3813
|
-
"flags": {
|
|
3814
|
-
"location": {
|
|
3815
|
-
"char": "l",
|
|
3816
|
-
"description": "PMO location (separate or repo:name)",
|
|
3817
|
-
"name": "location",
|
|
3818
|
-
"hasDynamicHelp": false,
|
|
3819
|
-
"multiple": false,
|
|
3820
|
-
"type": "option"
|
|
3821
|
-
},
|
|
3822
|
-
"template": {
|
|
3823
|
-
"char": "t",
|
|
3824
|
-
"description": "Board template",
|
|
3825
|
-
"name": "template",
|
|
3826
|
-
"hasDynamicHelp": false,
|
|
3827
|
-
"multiple": false,
|
|
3828
|
-
"options": [
|
|
3829
|
-
"kanban",
|
|
3830
|
-
"scrum",
|
|
3831
|
-
"founder",
|
|
3832
|
-
"custom"
|
|
3833
|
-
],
|
|
3834
|
-
"type": "option"
|
|
3835
|
-
},
|
|
3836
|
-
"name": {
|
|
3837
|
-
"char": "n",
|
|
3838
|
-
"description": "Board name",
|
|
3839
|
-
"name": "name",
|
|
3840
|
-
"hasDynamicHelp": false,
|
|
3841
|
-
"multiple": false,
|
|
3842
|
-
"type": "option"
|
|
3843
|
-
},
|
|
3844
|
-
"json": {
|
|
3845
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
3846
|
-
"name": "json",
|
|
3847
|
-
"allowNo": false,
|
|
3848
|
-
"type": "boolean"
|
|
3849
|
-
}
|
|
3850
|
-
},
|
|
3851
|
-
"hasDynamicHelp": false,
|
|
3852
|
-
"hiddenAliases": [],
|
|
3853
|
-
"id": "pmo:init",
|
|
3854
|
-
"pluginAlias": "@proletariat/cli",
|
|
3855
|
-
"pluginName": "@proletariat/cli",
|
|
3856
|
-
"pluginType": "core",
|
|
3857
|
-
"strict": true,
|
|
3858
|
-
"enableJsonFlag": false,
|
|
3859
|
-
"isESM": true,
|
|
3860
|
-
"relativePath": [
|
|
3861
|
-
"dist",
|
|
3862
|
-
"commands",
|
|
3863
|
-
"pmo",
|
|
3864
|
-
"init.js"
|
|
3865
|
-
]
|
|
3866
|
-
},
|
|
3867
|
-
"pr:create": {
|
|
3868
|
-
"aliases": [],
|
|
3869
|
-
"args": {
|
|
3870
|
-
"ticketId": {
|
|
3871
|
-
"description": "Ticket ID to link to PR - auto-detects from branch if not provided",
|
|
3872
|
-
"name": "ticketId",
|
|
3873
|
-
"required": false
|
|
3874
|
-
}
|
|
3875
|
-
},
|
|
3876
|
-
"description": "Create a GitHub pull request from the current branch",
|
|
3877
|
-
"examples": [
|
|
3878
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3879
|
-
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
3880
|
-
"<%= config.bin %> <%= command.id %> --draft",
|
|
3881
|
-
"<%= config.bin %> <%= command.id %> --base develop"
|
|
3882
|
-
],
|
|
3883
|
-
"flags": {
|
|
3884
|
-
"base": {
|
|
3885
|
-
"char": "b",
|
|
3886
|
-
"description": "Base branch for the PR (defaults to main/master)",
|
|
3887
|
-
"name": "base",
|
|
3888
|
-
"hasDynamicHelp": false,
|
|
3889
|
-
"multiple": false,
|
|
3890
|
-
"type": "option"
|
|
3891
|
-
},
|
|
3892
|
-
"draft": {
|
|
3893
|
-
"char": "d",
|
|
3894
|
-
"description": "Create as draft PR",
|
|
3895
|
-
"name": "draft",
|
|
3896
|
-
"allowNo": false,
|
|
3897
|
-
"type": "boolean"
|
|
3898
|
-
},
|
|
3899
|
-
"no-link": {
|
|
3900
|
-
"description": "Skip linking PR to ticket",
|
|
3901
|
-
"name": "no-link",
|
|
3902
|
-
"allowNo": false,
|
|
3903
|
-
"type": "boolean"
|
|
3904
|
-
},
|
|
3905
|
-
"title": {
|
|
3906
|
-
"char": "t",
|
|
3907
|
-
"description": "PR title (auto-generated from ticket if not provided)",
|
|
3908
|
-
"name": "title",
|
|
3909
|
-
"hasDynamicHelp": false,
|
|
3910
|
-
"multiple": false,
|
|
3911
|
-
"type": "option"
|
|
3912
|
-
},
|
|
3913
|
-
"body": {
|
|
3914
|
-
"description": "PR body/description",
|
|
3915
|
-
"name": "body",
|
|
3916
|
-
"hasDynamicHelp": false,
|
|
3917
|
-
"multiple": false,
|
|
3918
|
-
"type": "option"
|
|
3919
|
-
},
|
|
3920
|
-
"json": {
|
|
3921
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
3922
|
-
"name": "json",
|
|
3923
|
-
"allowNo": false,
|
|
3924
|
-
"type": "boolean"
|
|
3925
|
-
}
|
|
3926
|
-
},
|
|
3927
|
-
"hasDynamicHelp": false,
|
|
3928
|
-
"hiddenAliases": [],
|
|
3929
|
-
"id": "pr:create",
|
|
3930
|
-
"pluginAlias": "@proletariat/cli",
|
|
3931
|
-
"pluginName": "@proletariat/cli",
|
|
3932
|
-
"pluginType": "core",
|
|
3933
|
-
"strict": true,
|
|
3934
|
-
"enableJsonFlag": false,
|
|
3935
|
-
"isESM": true,
|
|
3936
|
-
"relativePath": [
|
|
3937
|
-
"dist",
|
|
3938
|
-
"commands",
|
|
3939
|
-
"pr",
|
|
3940
|
-
"create.js"
|
|
3941
|
-
]
|
|
3942
|
-
},
|
|
3943
|
-
"pr": {
|
|
3944
|
-
"aliases": [],
|
|
3945
|
-
"args": {},
|
|
3946
|
-
"description": "Interactive menu for pull request operations",
|
|
3947
|
-
"examples": [
|
|
3948
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3949
|
-
],
|
|
3950
|
-
"flags": {
|
|
3951
|
-
"json": {
|
|
3952
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
3953
|
-
"name": "json",
|
|
3954
|
-
"allowNo": false,
|
|
3955
|
-
"type": "boolean"
|
|
3956
|
-
}
|
|
3957
|
-
},
|
|
3958
|
-
"hasDynamicHelp": false,
|
|
3959
|
-
"hiddenAliases": [],
|
|
3960
|
-
"id": "pr",
|
|
3961
|
-
"pluginAlias": "@proletariat/cli",
|
|
3962
|
-
"pluginName": "@proletariat/cli",
|
|
3963
|
-
"pluginType": "core",
|
|
3964
|
-
"strict": true,
|
|
3965
|
-
"enableJsonFlag": false,
|
|
3966
|
-
"isESM": true,
|
|
3967
|
-
"relativePath": [
|
|
3968
|
-
"dist",
|
|
3969
|
-
"commands",
|
|
3970
|
-
"pr",
|
|
3971
|
-
"index.js"
|
|
3972
|
-
]
|
|
3973
|
-
},
|
|
3974
|
-
"pr:link": {
|
|
3975
|
-
"aliases": [],
|
|
3976
|
-
"args": {
|
|
3977
|
-
"ticketId": {
|
|
3978
|
-
"description": "Ticket ID to link PR to",
|
|
3979
|
-
"name": "ticketId",
|
|
3980
|
-
"required": false
|
|
3981
|
-
}
|
|
3982
|
-
},
|
|
3983
|
-
"description": "Link an existing GitHub pull request to a ticket",
|
|
3984
|
-
"examples": [
|
|
3985
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3986
|
-
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
3987
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --pr 123",
|
|
3988
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --url https://github.com/owner/repo/pull/123"
|
|
3989
|
-
],
|
|
3990
|
-
"flags": {
|
|
3991
|
-
"pr": {
|
|
3992
|
-
"char": "p",
|
|
3993
|
-
"description": "PR number to link",
|
|
3994
|
-
"name": "pr",
|
|
3995
|
-
"hasDynamicHelp": false,
|
|
3996
|
-
"multiple": false,
|
|
3997
|
-
"type": "option"
|
|
3998
|
-
},
|
|
3999
|
-
"url": {
|
|
4000
|
-
"char": "u",
|
|
4001
|
-
"description": "PR URL to link",
|
|
4002
|
-
"name": "url",
|
|
4003
|
-
"hasDynamicHelp": false,
|
|
4004
|
-
"multiple": false,
|
|
4005
|
-
"type": "option"
|
|
4006
|
-
},
|
|
4007
|
-
"json": {
|
|
4008
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4009
|
-
"name": "json",
|
|
4010
|
-
"allowNo": false,
|
|
4011
|
-
"type": "boolean"
|
|
4012
|
-
}
|
|
4013
|
-
},
|
|
4014
|
-
"hasDynamicHelp": false,
|
|
4015
|
-
"hiddenAliases": [],
|
|
4016
|
-
"id": "pr:link",
|
|
4017
|
-
"pluginAlias": "@proletariat/cli",
|
|
4018
|
-
"pluginName": "@proletariat/cli",
|
|
4019
|
-
"pluginType": "core",
|
|
4020
|
-
"strict": true,
|
|
4021
|
-
"enableJsonFlag": false,
|
|
4022
|
-
"isESM": true,
|
|
4023
|
-
"relativePath": [
|
|
4024
|
-
"dist",
|
|
4025
|
-
"commands",
|
|
4026
|
-
"pr",
|
|
4027
|
-
"link.js"
|
|
4028
|
-
]
|
|
4029
|
-
},
|
|
4030
|
-
"pr:status": {
|
|
4031
|
-
"aliases": [],
|
|
4032
|
-
"args": {
|
|
4033
|
-
"ticketId": {
|
|
4034
|
-
"description": "Ticket ID to check PR status for",
|
|
4035
|
-
"name": "ticketId",
|
|
4036
|
-
"required": false
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
|
-
"description": "View PR status for a ticket",
|
|
4040
|
-
"examples": [
|
|
4041
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4042
|
-
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
4043
|
-
],
|
|
4044
|
-
"flags": {
|
|
4045
|
-
"json": {
|
|
4046
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4047
|
-
"name": "json",
|
|
4048
|
-
"allowNo": false,
|
|
4049
|
-
"type": "boolean"
|
|
4050
|
-
}
|
|
4051
|
-
},
|
|
4052
|
-
"hasDynamicHelp": false,
|
|
4053
|
-
"hiddenAliases": [],
|
|
4054
|
-
"id": "pr:status",
|
|
4055
|
-
"pluginAlias": "@proletariat/cli",
|
|
4056
|
-
"pluginName": "@proletariat/cli",
|
|
4057
|
-
"pluginType": "core",
|
|
4058
|
-
"strict": true,
|
|
4059
|
-
"enableJsonFlag": false,
|
|
4060
|
-
"isESM": true,
|
|
4061
|
-
"relativePath": [
|
|
4062
|
-
"dist",
|
|
4063
|
-
"commands",
|
|
4064
|
-
"pr",
|
|
4065
|
-
"status.js"
|
|
4066
|
-
]
|
|
4067
|
-
},
|
|
4068
3804
|
"repo:add": {
|
|
4069
3805
|
"aliases": [],
|
|
4070
3806
|
"args": {
|
|
@@ -4470,155 +4206,48 @@
|
|
|
4470
4206
|
"list.js"
|
|
4471
4207
|
]
|
|
4472
4208
|
},
|
|
4473
|
-
"
|
|
4209
|
+
"pmo:init": {
|
|
4474
4210
|
"aliases": [],
|
|
4475
4211
|
"args": {},
|
|
4476
|
-
"description": "
|
|
4212
|
+
"description": "Initialize PMO (Project Management Office) in current directory or HQ",
|
|
4477
4213
|
"examples": [
|
|
4478
4214
|
"<%= config.bin %> <%= command.id %>",
|
|
4479
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4480
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4481
|
-
"<%= config.bin %> <%= command.id %> --force"
|
|
4215
|
+
"<%= config.bin %> <%= command.id %> --location repo:proletariat --template founder",
|
|
4216
|
+
"<%= config.bin %> <%= command.id %> --location separate --template scrum"
|
|
4482
4217
|
],
|
|
4483
4218
|
"flags": {
|
|
4484
|
-
"
|
|
4485
|
-
"char": "
|
|
4486
|
-
"description": "
|
|
4487
|
-
"name": "
|
|
4219
|
+
"location": {
|
|
4220
|
+
"char": "l",
|
|
4221
|
+
"description": "PMO location (separate or repo:name)",
|
|
4222
|
+
"name": "location",
|
|
4488
4223
|
"hasDynamicHelp": false,
|
|
4489
4224
|
"multiple": false,
|
|
4490
4225
|
"type": "option"
|
|
4491
4226
|
},
|
|
4492
|
-
"
|
|
4227
|
+
"template": {
|
|
4493
4228
|
"char": "t",
|
|
4494
|
-
"description": "
|
|
4495
|
-
"name": "
|
|
4229
|
+
"description": "Board template",
|
|
4230
|
+
"name": "template",
|
|
4496
4231
|
"hasDynamicHelp": false,
|
|
4497
4232
|
"multiple": false,
|
|
4498
4233
|
"options": [
|
|
4499
|
-
"
|
|
4500
|
-
"
|
|
4234
|
+
"kanban",
|
|
4235
|
+
"scrum",
|
|
4236
|
+
"founder",
|
|
4237
|
+
"custom"
|
|
4501
4238
|
],
|
|
4502
4239
|
"type": "option"
|
|
4503
4240
|
},
|
|
4504
|
-
"
|
|
4505
|
-
"char": "
|
|
4506
|
-
"description": "
|
|
4507
|
-
"name": "
|
|
4508
|
-
"allowNo": false,
|
|
4509
|
-
"type": "boolean"
|
|
4510
|
-
},
|
|
4511
|
-
"json": {
|
|
4512
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4513
|
-
"name": "json",
|
|
4514
|
-
"allowNo": false,
|
|
4515
|
-
"type": "boolean"
|
|
4516
|
-
}
|
|
4517
|
-
},
|
|
4518
|
-
"hasDynamicHelp": false,
|
|
4519
|
-
"hiddenAliases": [],
|
|
4520
|
-
"id": "template:delete",
|
|
4521
|
-
"pluginAlias": "@proletariat/cli",
|
|
4522
|
-
"pluginName": "@proletariat/cli",
|
|
4523
|
-
"pluginType": "core",
|
|
4524
|
-
"strict": true,
|
|
4525
|
-
"isESM": true,
|
|
4526
|
-
"relativePath": [
|
|
4527
|
-
"dist",
|
|
4528
|
-
"commands",
|
|
4529
|
-
"template",
|
|
4530
|
-
"delete.js"
|
|
4531
|
-
]
|
|
4532
|
-
},
|
|
4533
|
-
"template": {
|
|
4534
|
-
"aliases": [
|
|
4535
|
-
"templates"
|
|
4536
|
-
],
|
|
4537
|
-
"args": {},
|
|
4538
|
-
"description": "Manage templates (ticket and phase)",
|
|
4539
|
-
"examples": [
|
|
4540
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4541
|
-
"<%= config.bin %> <%= command.id %> list",
|
|
4542
|
-
"<%= config.bin %> <%= command.id %> list --type ticket",
|
|
4543
|
-
"<%= config.bin %> <%= command.id %> ticket",
|
|
4544
|
-
"<%= config.bin %> <%= command.id %> phase"
|
|
4545
|
-
],
|
|
4546
|
-
"flags": {
|
|
4547
|
-
"json": {
|
|
4548
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4549
|
-
"name": "json",
|
|
4550
|
-
"allowNo": false,
|
|
4551
|
-
"type": "boolean"
|
|
4552
|
-
}
|
|
4553
|
-
},
|
|
4554
|
-
"hasDynamicHelp": false,
|
|
4555
|
-
"hiddenAliases": [],
|
|
4556
|
-
"id": "template",
|
|
4557
|
-
"pluginAlias": "@proletariat/cli",
|
|
4558
|
-
"pluginName": "@proletariat/cli",
|
|
4559
|
-
"pluginType": "core",
|
|
4560
|
-
"strict": true,
|
|
4561
|
-
"enableJsonFlag": false,
|
|
4562
|
-
"isESM": true,
|
|
4563
|
-
"relativePath": [
|
|
4564
|
-
"dist",
|
|
4565
|
-
"commands",
|
|
4566
|
-
"template",
|
|
4567
|
-
"index.js"
|
|
4568
|
-
]
|
|
4569
|
-
},
|
|
4570
|
-
"template:list": {
|
|
4571
|
-
"aliases": [],
|
|
4572
|
-
"args": {},
|
|
4573
|
-
"description": "List all templates (ticket and phase)",
|
|
4574
|
-
"examples": [
|
|
4575
|
-
"<%= config.bin %> <%= command.id %>",
|
|
4576
|
-
"<%= config.bin %> <%= command.id %> --type ticket",
|
|
4577
|
-
"<%= config.bin %> <%= command.id %> --type phase",
|
|
4578
|
-
"<%= config.bin %> <%= command.id %> --builtin",
|
|
4579
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
4580
|
-
],
|
|
4581
|
-
"flags": {
|
|
4582
|
-
"project": {
|
|
4583
|
-
"char": "P",
|
|
4584
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4585
|
-
"name": "project",
|
|
4586
|
-
"hasDynamicHelp": false,
|
|
4587
|
-
"multiple": false,
|
|
4588
|
-
"type": "option"
|
|
4589
|
-
},
|
|
4590
|
-
"type": {
|
|
4591
|
-
"char": "t",
|
|
4592
|
-
"description": "Filter by template type",
|
|
4593
|
-
"name": "type",
|
|
4241
|
+
"name": {
|
|
4242
|
+
"char": "n",
|
|
4243
|
+
"description": "Board name",
|
|
4244
|
+
"name": "name",
|
|
4594
4245
|
"hasDynamicHelp": false,
|
|
4595
4246
|
"multiple": false,
|
|
4596
|
-
"options": [
|
|
4597
|
-
"ticket",
|
|
4598
|
-
"phase"
|
|
4599
|
-
],
|
|
4600
4247
|
"type": "option"
|
|
4601
4248
|
},
|
|
4602
|
-
"builtin": {
|
|
4603
|
-
"description": "Show only built-in templates",
|
|
4604
|
-
"exclusive": [
|
|
4605
|
-
"custom"
|
|
4606
|
-
],
|
|
4607
|
-
"name": "builtin",
|
|
4608
|
-
"allowNo": false,
|
|
4609
|
-
"type": "boolean"
|
|
4610
|
-
},
|
|
4611
|
-
"custom": {
|
|
4612
|
-
"description": "Show only custom templates",
|
|
4613
|
-
"exclusive": [
|
|
4614
|
-
"builtin"
|
|
4615
|
-
],
|
|
4616
|
-
"name": "custom",
|
|
4617
|
-
"allowNo": false,
|
|
4618
|
-
"type": "boolean"
|
|
4619
|
-
},
|
|
4620
4249
|
"json": {
|
|
4621
|
-
"description": "Output as JSON",
|
|
4250
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4622
4251
|
"name": "json",
|
|
4623
4252
|
"allowNo": false,
|
|
4624
4253
|
"type": "boolean"
|
|
@@ -4626,94 +4255,73 @@
|
|
|
4626
4255
|
},
|
|
4627
4256
|
"hasDynamicHelp": false,
|
|
4628
4257
|
"hiddenAliases": [],
|
|
4629
|
-
"id": "
|
|
4258
|
+
"id": "pmo:init",
|
|
4630
4259
|
"pluginAlias": "@proletariat/cli",
|
|
4631
4260
|
"pluginName": "@proletariat/cli",
|
|
4632
4261
|
"pluginType": "core",
|
|
4633
4262
|
"strict": true,
|
|
4263
|
+
"enableJsonFlag": false,
|
|
4634
4264
|
"isESM": true,
|
|
4635
4265
|
"relativePath": [
|
|
4636
4266
|
"dist",
|
|
4637
4267
|
"commands",
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4268
|
+
"pmo",
|
|
4269
|
+
"init.js"
|
|
4640
4270
|
]
|
|
4641
4271
|
},
|
|
4642
|
-
"
|
|
4272
|
+
"pr:create": {
|
|
4643
4273
|
"aliases": [],
|
|
4644
4274
|
"args": {
|
|
4645
|
-
"
|
|
4646
|
-
"description": "
|
|
4647
|
-
"name": "
|
|
4275
|
+
"ticketId": {
|
|
4276
|
+
"description": "Ticket ID to link to PR - auto-detects from branch if not provided",
|
|
4277
|
+
"name": "ticketId",
|
|
4648
4278
|
"required": false
|
|
4649
4279
|
}
|
|
4650
4280
|
},
|
|
4651
|
-
"description": "Create a
|
|
4281
|
+
"description": "Create a GitHub pull request from the current branch",
|
|
4652
4282
|
"examples": [
|
|
4653
|
-
"<%= config.bin %> <%= command.id %>
|
|
4654
|
-
"<%= config.bin %> <%= command.id %>
|
|
4655
|
-
"<%= config.bin %> <%= command.id %>
|
|
4283
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4284
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
4285
|
+
"<%= config.bin %> <%= command.id %> --draft",
|
|
4286
|
+
"<%= config.bin %> <%= command.id %> --base develop"
|
|
4656
4287
|
],
|
|
4657
4288
|
"flags": {
|
|
4658
|
-
"
|
|
4659
|
-
"char": "
|
|
4660
|
-
"description": "
|
|
4661
|
-
"name": "
|
|
4662
|
-
"hasDynamicHelp": false,
|
|
4663
|
-
"multiple": false,
|
|
4664
|
-
"type": "option"
|
|
4665
|
-
},
|
|
4666
|
-
"name": {
|
|
4667
|
-
"char": "n",
|
|
4668
|
-
"description": "Status name",
|
|
4669
|
-
"name": "name",
|
|
4289
|
+
"base": {
|
|
4290
|
+
"char": "b",
|
|
4291
|
+
"description": "Base branch for the PR (defaults to main/master)",
|
|
4292
|
+
"name": "base",
|
|
4670
4293
|
"hasDynamicHelp": false,
|
|
4671
4294
|
"multiple": false,
|
|
4672
4295
|
"type": "option"
|
|
4673
4296
|
},
|
|
4674
|
-
"
|
|
4675
|
-
"char": "
|
|
4676
|
-
"description": "
|
|
4677
|
-
"name": "
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"options": [
|
|
4681
|
-
"backlog",
|
|
4682
|
-
"unstarted",
|
|
4683
|
-
"started",
|
|
4684
|
-
"completed",
|
|
4685
|
-
"canceled"
|
|
4686
|
-
],
|
|
4687
|
-
"type": "option"
|
|
4297
|
+
"draft": {
|
|
4298
|
+
"char": "d",
|
|
4299
|
+
"description": "Create as draft PR",
|
|
4300
|
+
"name": "draft",
|
|
4301
|
+
"allowNo": false,
|
|
4302
|
+
"type": "boolean"
|
|
4688
4303
|
},
|
|
4689
|
-
"
|
|
4690
|
-
"description": "
|
|
4691
|
-
"name": "
|
|
4304
|
+
"no-link": {
|
|
4305
|
+
"description": "Skip linking PR to ticket",
|
|
4306
|
+
"name": "no-link",
|
|
4307
|
+
"allowNo": false,
|
|
4308
|
+
"type": "boolean"
|
|
4309
|
+
},
|
|
4310
|
+
"title": {
|
|
4311
|
+
"char": "t",
|
|
4312
|
+
"description": "PR title (auto-generated from ticket if not provided)",
|
|
4313
|
+
"name": "title",
|
|
4692
4314
|
"hasDynamicHelp": false,
|
|
4693
4315
|
"multiple": false,
|
|
4694
4316
|
"type": "option"
|
|
4695
4317
|
},
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4699
|
-
"name": "description",
|
|
4318
|
+
"body": {
|
|
4319
|
+
"description": "PR body/description",
|
|
4320
|
+
"name": "body",
|
|
4700
4321
|
"hasDynamicHelp": false,
|
|
4701
4322
|
"multiple": false,
|
|
4702
4323
|
"type": "option"
|
|
4703
4324
|
},
|
|
4704
|
-
"default": {
|
|
4705
|
-
"description": "Set as default status for new tickets",
|
|
4706
|
-
"name": "default",
|
|
4707
|
-
"allowNo": false,
|
|
4708
|
-
"type": "boolean"
|
|
4709
|
-
},
|
|
4710
|
-
"interactive": {
|
|
4711
|
-
"char": "i",
|
|
4712
|
-
"description": "Interactive mode",
|
|
4713
|
-
"name": "interactive",
|
|
4714
|
-
"allowNo": false,
|
|
4715
|
-
"type": "boolean"
|
|
4716
|
-
},
|
|
4717
4325
|
"json": {
|
|
4718
4326
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4719
4327
|
"name": "json",
|
|
@@ -4723,32 +4331,26 @@
|
|
|
4723
4331
|
},
|
|
4724
4332
|
"hasDynamicHelp": false,
|
|
4725
4333
|
"hiddenAliases": [],
|
|
4726
|
-
"id": "
|
|
4334
|
+
"id": "pr:create",
|
|
4727
4335
|
"pluginAlias": "@proletariat/cli",
|
|
4728
4336
|
"pluginName": "@proletariat/cli",
|
|
4729
4337
|
"pluginType": "core",
|
|
4730
4338
|
"strict": true,
|
|
4339
|
+
"enableJsonFlag": false,
|
|
4731
4340
|
"isESM": true,
|
|
4732
4341
|
"relativePath": [
|
|
4733
4342
|
"dist",
|
|
4734
4343
|
"commands",
|
|
4735
|
-
"
|
|
4344
|
+
"pr",
|
|
4736
4345
|
"create.js"
|
|
4737
4346
|
]
|
|
4738
4347
|
},
|
|
4739
|
-
"
|
|
4348
|
+
"pr": {
|
|
4740
4349
|
"aliases": [],
|
|
4741
|
-
"args": {
|
|
4742
|
-
|
|
4743
|
-
"description": "Status ID",
|
|
4744
|
-
"name": "id",
|
|
4745
|
-
"required": true
|
|
4746
|
-
}
|
|
4747
|
-
},
|
|
4748
|
-
"description": "Delete a workflow status",
|
|
4350
|
+
"args": {},
|
|
4351
|
+
"description": "Interactive menu for pull request operations",
|
|
4749
4352
|
"examples": [
|
|
4750
|
-
"<%= config.bin %> <%= command.id %>
|
|
4751
|
-
"<%= config.bin %> <%= command.id %> my-project-review --force"
|
|
4353
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4752
4354
|
],
|
|
4753
4355
|
"flags": {
|
|
4754
4356
|
"json": {
|
|
@@ -4756,44 +4358,53 @@
|
|
|
4756
4358
|
"name": "json",
|
|
4757
4359
|
"allowNo": false,
|
|
4758
4360
|
"type": "boolean"
|
|
4759
|
-
},
|
|
4760
|
-
"force": {
|
|
4761
|
-
"char": "f",
|
|
4762
|
-
"description": "Skip confirmation prompt",
|
|
4763
|
-
"name": "force",
|
|
4764
|
-
"allowNo": false,
|
|
4765
|
-
"type": "boolean"
|
|
4766
4361
|
}
|
|
4767
4362
|
},
|
|
4768
4363
|
"hasDynamicHelp": false,
|
|
4769
4364
|
"hiddenAliases": [],
|
|
4770
|
-
"id": "
|
|
4365
|
+
"id": "pr",
|
|
4771
4366
|
"pluginAlias": "@proletariat/cli",
|
|
4772
4367
|
"pluginName": "@proletariat/cli",
|
|
4773
4368
|
"pluginType": "core",
|
|
4774
4369
|
"strict": true,
|
|
4370
|
+
"enableJsonFlag": false,
|
|
4775
4371
|
"isESM": true,
|
|
4776
4372
|
"relativePath": [
|
|
4777
4373
|
"dist",
|
|
4778
4374
|
"commands",
|
|
4779
|
-
"
|
|
4780
|
-
"
|
|
4375
|
+
"pr",
|
|
4376
|
+
"index.js"
|
|
4781
4377
|
]
|
|
4782
4378
|
},
|
|
4783
|
-
"
|
|
4784
|
-
"aliases": [
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4379
|
+
"pr:link": {
|
|
4380
|
+
"aliases": [],
|
|
4381
|
+
"args": {
|
|
4382
|
+
"ticketId": {
|
|
4383
|
+
"description": "Ticket ID to link PR to",
|
|
4384
|
+
"name": "ticketId",
|
|
4385
|
+
"required": false
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
4388
|
+
"description": "Link an existing GitHub pull request to a ticket",
|
|
4789
4389
|
"examples": [
|
|
4790
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4390
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4391
|
+
"<%= config.bin %> <%= command.id %> TKT-001",
|
|
4392
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --pr 123",
|
|
4393
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --url https://github.com/owner/repo/pull/123"
|
|
4791
4394
|
],
|
|
4792
4395
|
"flags": {
|
|
4793
|
-
"
|
|
4794
|
-
"char": "
|
|
4795
|
-
"description": "
|
|
4796
|
-
"name": "
|
|
4396
|
+
"pr": {
|
|
4397
|
+
"char": "p",
|
|
4398
|
+
"description": "PR number to link",
|
|
4399
|
+
"name": "pr",
|
|
4400
|
+
"hasDynamicHelp": false,
|
|
4401
|
+
"multiple": false,
|
|
4402
|
+
"type": "option"
|
|
4403
|
+
},
|
|
4404
|
+
"url": {
|
|
4405
|
+
"char": "u",
|
|
4406
|
+
"description": "PR URL to link",
|
|
4407
|
+
"name": "url",
|
|
4797
4408
|
"hasDynamicHelp": false,
|
|
4798
4409
|
"multiple": false,
|
|
4799
4410
|
"type": "option"
|
|
@@ -4807,27 +4418,67 @@
|
|
|
4807
4418
|
},
|
|
4808
4419
|
"hasDynamicHelp": false,
|
|
4809
4420
|
"hiddenAliases": [],
|
|
4810
|
-
"id": "
|
|
4421
|
+
"id": "pr:link",
|
|
4422
|
+
"pluginAlias": "@proletariat/cli",
|
|
4423
|
+
"pluginName": "@proletariat/cli",
|
|
4424
|
+
"pluginType": "core",
|
|
4425
|
+
"strict": true,
|
|
4426
|
+
"enableJsonFlag": false,
|
|
4427
|
+
"isESM": true,
|
|
4428
|
+
"relativePath": [
|
|
4429
|
+
"dist",
|
|
4430
|
+
"commands",
|
|
4431
|
+
"pr",
|
|
4432
|
+
"link.js"
|
|
4433
|
+
]
|
|
4434
|
+
},
|
|
4435
|
+
"pr:status": {
|
|
4436
|
+
"aliases": [],
|
|
4437
|
+
"args": {
|
|
4438
|
+
"ticketId": {
|
|
4439
|
+
"description": "Ticket ID to check PR status for",
|
|
4440
|
+
"name": "ticketId",
|
|
4441
|
+
"required": false
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
"description": "View PR status for a ticket",
|
|
4445
|
+
"examples": [
|
|
4446
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4447
|
+
"<%= config.bin %> <%= command.id %> TKT-001"
|
|
4448
|
+
],
|
|
4449
|
+
"flags": {
|
|
4450
|
+
"json": {
|
|
4451
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4452
|
+
"name": "json",
|
|
4453
|
+
"allowNo": false,
|
|
4454
|
+
"type": "boolean"
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
"hasDynamicHelp": false,
|
|
4458
|
+
"hiddenAliases": [],
|
|
4459
|
+
"id": "pr:status",
|
|
4811
4460
|
"pluginAlias": "@proletariat/cli",
|
|
4812
4461
|
"pluginName": "@proletariat/cli",
|
|
4813
4462
|
"pluginType": "core",
|
|
4814
4463
|
"strict": true,
|
|
4464
|
+
"enableJsonFlag": false,
|
|
4815
4465
|
"isESM": true,
|
|
4816
4466
|
"relativePath": [
|
|
4817
4467
|
"dist",
|
|
4818
4468
|
"commands",
|
|
4819
|
-
"
|
|
4820
|
-
"
|
|
4469
|
+
"pr",
|
|
4470
|
+
"status.js"
|
|
4821
4471
|
]
|
|
4822
4472
|
},
|
|
4823
|
-
"
|
|
4473
|
+
"template:delete": {
|
|
4824
4474
|
"aliases": [],
|
|
4825
4475
|
"args": {},
|
|
4826
|
-
"description": "
|
|
4476
|
+
"description": "Delete templates (ticket or phase)",
|
|
4827
4477
|
"examples": [
|
|
4828
4478
|
"<%= config.bin %> <%= command.id %>",
|
|
4829
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4830
|
-
"<%= config.bin %> <%= command.id %> --
|
|
4479
|
+
"<%= config.bin %> <%= command.id %> --type ticket",
|
|
4480
|
+
"<%= config.bin %> <%= command.id %> --type phase",
|
|
4481
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
4831
4482
|
],
|
|
4832
4483
|
"flags": {
|
|
4833
4484
|
"project": {
|
|
@@ -4838,23 +4489,27 @@
|
|
|
4838
4489
|
"multiple": false,
|
|
4839
4490
|
"type": "option"
|
|
4840
4491
|
},
|
|
4841
|
-
"
|
|
4842
|
-
"char": "
|
|
4843
|
-
"description": "
|
|
4844
|
-
"name": "
|
|
4492
|
+
"type": {
|
|
4493
|
+
"char": "t",
|
|
4494
|
+
"description": "Template type to delete",
|
|
4495
|
+
"name": "type",
|
|
4845
4496
|
"hasDynamicHelp": false,
|
|
4846
4497
|
"multiple": false,
|
|
4847
4498
|
"options": [
|
|
4848
|
-
"
|
|
4849
|
-
"
|
|
4850
|
-
"started",
|
|
4851
|
-
"completed",
|
|
4852
|
-
"canceled"
|
|
4499
|
+
"ticket",
|
|
4500
|
+
"phase"
|
|
4853
4501
|
],
|
|
4854
4502
|
"type": "option"
|
|
4855
4503
|
},
|
|
4504
|
+
"force": {
|
|
4505
|
+
"char": "f",
|
|
4506
|
+
"description": "Skip confirmation",
|
|
4507
|
+
"name": "force",
|
|
4508
|
+
"allowNo": false,
|
|
4509
|
+
"type": "boolean"
|
|
4510
|
+
},
|
|
4856
4511
|
"json": {
|
|
4857
|
-
"description": "Output as JSON",
|
|
4512
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4858
4513
|
"name": "json",
|
|
4859
4514
|
"allowNo": false,
|
|
4860
4515
|
"type": "boolean"
|
|
@@ -4862,7 +4517,7 @@
|
|
|
4862
4517
|
},
|
|
4863
4518
|
"hasDynamicHelp": false,
|
|
4864
4519
|
"hiddenAliases": [],
|
|
4865
|
-
"id": "
|
|
4520
|
+
"id": "template:delete",
|
|
4866
4521
|
"pluginAlias": "@proletariat/cli",
|
|
4867
4522
|
"pluginName": "@proletariat/cli",
|
|
4868
4523
|
"pluginType": "core",
|
|
@@ -4871,80 +4526,57 @@
|
|
|
4871
4526
|
"relativePath": [
|
|
4872
4527
|
"dist",
|
|
4873
4528
|
"commands",
|
|
4874
|
-
"
|
|
4875
|
-
"
|
|
4529
|
+
"template",
|
|
4530
|
+
"delete.js"
|
|
4876
4531
|
]
|
|
4877
4532
|
},
|
|
4878
|
-
"
|
|
4879
|
-
"aliases": [
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
"required": false
|
|
4885
|
-
}
|
|
4886
|
-
},
|
|
4887
|
-
"description": "Reorder a status within its category",
|
|
4533
|
+
"template": {
|
|
4534
|
+
"aliases": [
|
|
4535
|
+
"templates"
|
|
4536
|
+
],
|
|
4537
|
+
"args": {},
|
|
4538
|
+
"description": "Manage templates (ticket and phase)",
|
|
4888
4539
|
"examples": [
|
|
4889
|
-
"<%= config.bin %> <%= command.id %>
|
|
4890
|
-
"<%= config.bin %> <%= command.id %>
|
|
4891
|
-
"<%= config.bin %> <%= command.id %>
|
|
4540
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4541
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
4542
|
+
"<%= config.bin %> <%= command.id %> list --type ticket",
|
|
4543
|
+
"<%= config.bin %> <%= command.id %> ticket",
|
|
4544
|
+
"<%= config.bin %> <%= command.id %> phase"
|
|
4892
4545
|
],
|
|
4893
4546
|
"flags": {
|
|
4894
|
-
"project": {
|
|
4895
|
-
"char": "P",
|
|
4896
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
4897
|
-
"name": "project",
|
|
4898
|
-
"hasDynamicHelp": false,
|
|
4899
|
-
"multiple": false,
|
|
4900
|
-
"type": "option"
|
|
4901
|
-
},
|
|
4902
4547
|
"json": {
|
|
4903
4548
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4904
4549
|
"name": "json",
|
|
4905
4550
|
"allowNo": false,
|
|
4906
4551
|
"type": "boolean"
|
|
4907
|
-
},
|
|
4908
|
-
"position": {
|
|
4909
|
-
"char": "p",
|
|
4910
|
-
"description": "New position (0-indexed) within the category",
|
|
4911
|
-
"name": "position",
|
|
4912
|
-
"required": false,
|
|
4913
|
-
"hasDynamicHelp": false,
|
|
4914
|
-
"multiple": false,
|
|
4915
|
-
"type": "option"
|
|
4916
4552
|
}
|
|
4917
4553
|
},
|
|
4918
4554
|
"hasDynamicHelp": false,
|
|
4919
4555
|
"hiddenAliases": [],
|
|
4920
|
-
"id": "
|
|
4556
|
+
"id": "template",
|
|
4921
4557
|
"pluginAlias": "@proletariat/cli",
|
|
4922
4558
|
"pluginName": "@proletariat/cli",
|
|
4923
4559
|
"pluginType": "core",
|
|
4924
4560
|
"strict": true,
|
|
4561
|
+
"enableJsonFlag": false,
|
|
4925
4562
|
"isESM": true,
|
|
4926
4563
|
"relativePath": [
|
|
4927
4564
|
"dist",
|
|
4928
4565
|
"commands",
|
|
4929
|
-
"
|
|
4930
|
-
"
|
|
4566
|
+
"template",
|
|
4567
|
+
"index.js"
|
|
4931
4568
|
]
|
|
4932
4569
|
},
|
|
4933
|
-
"
|
|
4570
|
+
"template:list": {
|
|
4934
4571
|
"aliases": [],
|
|
4935
|
-
"args": {
|
|
4936
|
-
|
|
4937
|
-
"description": "Status ID - prompts with dropdown if not provided",
|
|
4938
|
-
"name": "id",
|
|
4939
|
-
"required": false
|
|
4940
|
-
}
|
|
4941
|
-
},
|
|
4942
|
-
"description": "Update a workflow status",
|
|
4572
|
+
"args": {},
|
|
4573
|
+
"description": "List all templates (ticket and phase)",
|
|
4943
4574
|
"examples": [
|
|
4944
|
-
"<%= config.bin %> <%= command.id %>
|
|
4945
|
-
"<%= config.bin %> <%= command.id %>
|
|
4946
|
-
"<%= config.bin %> <%= command.id %>
|
|
4947
|
-
"<%= config.bin %> <%= command.id %>
|
|
4575
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4576
|
+
"<%= config.bin %> <%= command.id %> --type ticket",
|
|
4577
|
+
"<%= config.bin %> <%= command.id %> --type phase",
|
|
4578
|
+
"<%= config.bin %> <%= command.id %> --builtin",
|
|
4579
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4948
4580
|
],
|
|
4949
4581
|
"flags": {
|
|
4950
4582
|
"project": {
|
|
@@ -4955,67 +4587,46 @@
|
|
|
4955
4587
|
"multiple": false,
|
|
4956
4588
|
"type": "option"
|
|
4957
4589
|
},
|
|
4958
|
-
"
|
|
4959
|
-
"
|
|
4960
|
-
"
|
|
4961
|
-
"
|
|
4962
|
-
"type": "boolean"
|
|
4963
|
-
},
|
|
4964
|
-
"name": {
|
|
4965
|
-
"char": "n",
|
|
4966
|
-
"description": "New status name",
|
|
4967
|
-
"name": "name",
|
|
4968
|
-
"hasDynamicHelp": false,
|
|
4969
|
-
"multiple": false,
|
|
4970
|
-
"type": "option"
|
|
4971
|
-
},
|
|
4972
|
-
"category": {
|
|
4973
|
-
"char": "c",
|
|
4974
|
-
"description": "New category",
|
|
4975
|
-
"name": "category",
|
|
4590
|
+
"type": {
|
|
4591
|
+
"char": "t",
|
|
4592
|
+
"description": "Filter by template type",
|
|
4593
|
+
"name": "type",
|
|
4976
4594
|
"hasDynamicHelp": false,
|
|
4977
4595
|
"multiple": false,
|
|
4978
4596
|
"options": [
|
|
4979
|
-
"
|
|
4980
|
-
"
|
|
4981
|
-
"started",
|
|
4982
|
-
"completed",
|
|
4983
|
-
"canceled"
|
|
4597
|
+
"ticket",
|
|
4598
|
+
"phase"
|
|
4984
4599
|
],
|
|
4985
4600
|
"type": "option"
|
|
4986
4601
|
},
|
|
4987
|
-
"
|
|
4988
|
-
"description": "
|
|
4989
|
-
"
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
"
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
"char": "d",
|
|
4996
|
-
"description": "Status description",
|
|
4997
|
-
"name": "description",
|
|
4998
|
-
"hasDynamicHelp": false,
|
|
4999
|
-
"multiple": false,
|
|
5000
|
-
"type": "option"
|
|
4602
|
+
"builtin": {
|
|
4603
|
+
"description": "Show only built-in templates",
|
|
4604
|
+
"exclusive": [
|
|
4605
|
+
"custom"
|
|
4606
|
+
],
|
|
4607
|
+
"name": "builtin",
|
|
4608
|
+
"allowNo": false,
|
|
4609
|
+
"type": "boolean"
|
|
5001
4610
|
},
|
|
5002
|
-
"
|
|
5003
|
-
"description": "
|
|
5004
|
-
"
|
|
5005
|
-
|
|
4611
|
+
"custom": {
|
|
4612
|
+
"description": "Show only custom templates",
|
|
4613
|
+
"exclusive": [
|
|
4614
|
+
"builtin"
|
|
4615
|
+
],
|
|
4616
|
+
"name": "custom",
|
|
4617
|
+
"allowNo": false,
|
|
5006
4618
|
"type": "boolean"
|
|
5007
4619
|
},
|
|
5008
|
-
"
|
|
5009
|
-
"
|
|
5010
|
-
"
|
|
5011
|
-
"name": "interactive",
|
|
4620
|
+
"json": {
|
|
4621
|
+
"description": "Output as JSON",
|
|
4622
|
+
"name": "json",
|
|
5012
4623
|
"allowNo": false,
|
|
5013
4624
|
"type": "boolean"
|
|
5014
4625
|
}
|
|
5015
4626
|
},
|
|
5016
4627
|
"hasDynamicHelp": false,
|
|
5017
4628
|
"hiddenAliases": [],
|
|
5018
|
-
"id": "
|
|
4629
|
+
"id": "template:list",
|
|
5019
4630
|
"pluginAlias": "@proletariat/cli",
|
|
5020
4631
|
"pluginName": "@proletariat/cli",
|
|
5021
4632
|
"pluginType": "core",
|
|
@@ -5024,8 +4635,8 @@
|
|
|
5024
4635
|
"relativePath": [
|
|
5025
4636
|
"dist",
|
|
5026
4637
|
"commands",
|
|
5027
|
-
"
|
|
5028
|
-
"
|
|
4638
|
+
"template",
|
|
4639
|
+
"list.js"
|
|
5029
4640
|
]
|
|
5030
4641
|
},
|
|
5031
4642
|
"spec:create": {
|
|
@@ -5321,27 +4932,184 @@
|
|
|
5321
4932
|
"name": "json",
|
|
5322
4933
|
"allowNo": false,
|
|
5323
4934
|
"type": "boolean"
|
|
5324
|
-
},
|
|
5325
|
-
"ticket": {
|
|
5326
|
-
"char": "t",
|
|
5327
|
-
"description": "Ticket ID",
|
|
5328
|
-
"name": "ticket",
|
|
5329
|
-
"hasDynamicHelp": false,
|
|
5330
|
-
"multiple": false,
|
|
5331
|
-
"type": "option"
|
|
5332
|
-
},
|
|
5333
|
-
"spec": {
|
|
5334
|
-
"char": "s",
|
|
5335
|
-
"description": "Spec ID (filename without .md)",
|
|
5336
|
-
"name": "spec",
|
|
5337
|
-
"hasDynamicHelp": false,
|
|
5338
|
-
"multiple": false,
|
|
5339
|
-
"type": "option"
|
|
4935
|
+
},
|
|
4936
|
+
"ticket": {
|
|
4937
|
+
"char": "t",
|
|
4938
|
+
"description": "Ticket ID",
|
|
4939
|
+
"name": "ticket",
|
|
4940
|
+
"hasDynamicHelp": false,
|
|
4941
|
+
"multiple": false,
|
|
4942
|
+
"type": "option"
|
|
4943
|
+
},
|
|
4944
|
+
"spec": {
|
|
4945
|
+
"char": "s",
|
|
4946
|
+
"description": "Spec ID (filename without .md)",
|
|
4947
|
+
"name": "spec",
|
|
4948
|
+
"hasDynamicHelp": false,
|
|
4949
|
+
"multiple": false,
|
|
4950
|
+
"type": "option"
|
|
4951
|
+
}
|
|
4952
|
+
},
|
|
4953
|
+
"hasDynamicHelp": false,
|
|
4954
|
+
"hiddenAliases": [],
|
|
4955
|
+
"id": "spec:ticket",
|
|
4956
|
+
"pluginAlias": "@proletariat/cli",
|
|
4957
|
+
"pluginName": "@proletariat/cli",
|
|
4958
|
+
"pluginType": "core",
|
|
4959
|
+
"strict": true,
|
|
4960
|
+
"isESM": true,
|
|
4961
|
+
"relativePath": [
|
|
4962
|
+
"dist",
|
|
4963
|
+
"commands",
|
|
4964
|
+
"spec",
|
|
4965
|
+
"ticket.js"
|
|
4966
|
+
]
|
|
4967
|
+
},
|
|
4968
|
+
"spec:view": {
|
|
4969
|
+
"aliases": [],
|
|
4970
|
+
"args": {
|
|
4971
|
+
"spec": {
|
|
4972
|
+
"description": "Spec ID",
|
|
4973
|
+
"name": "spec",
|
|
4974
|
+
"required": false
|
|
4975
|
+
}
|
|
4976
|
+
},
|
|
4977
|
+
"description": "View a spec and its linked tickets",
|
|
4978
|
+
"examples": [
|
|
4979
|
+
"<%= config.bin %> <%= command.id %> user-authentication",
|
|
4980
|
+
"<%= config.bin %> <%= command.id %> --spec api-design"
|
|
4981
|
+
],
|
|
4982
|
+
"flags": {
|
|
4983
|
+
"project": {
|
|
4984
|
+
"char": "P",
|
|
4985
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
4986
|
+
"name": "project",
|
|
4987
|
+
"hasDynamicHelp": false,
|
|
4988
|
+
"multiple": false,
|
|
4989
|
+
"type": "option"
|
|
4990
|
+
},
|
|
4991
|
+
"json": {
|
|
4992
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
4993
|
+
"name": "json",
|
|
4994
|
+
"allowNo": false,
|
|
4995
|
+
"type": "boolean"
|
|
4996
|
+
},
|
|
4997
|
+
"spec": {
|
|
4998
|
+
"char": "s",
|
|
4999
|
+
"description": "Spec ID",
|
|
5000
|
+
"name": "spec",
|
|
5001
|
+
"hasDynamicHelp": false,
|
|
5002
|
+
"multiple": false,
|
|
5003
|
+
"type": "option"
|
|
5004
|
+
},
|
|
5005
|
+
"full": {
|
|
5006
|
+
"char": "f",
|
|
5007
|
+
"description": "Show all spec sections",
|
|
5008
|
+
"name": "full",
|
|
5009
|
+
"allowNo": false,
|
|
5010
|
+
"type": "boolean"
|
|
5011
|
+
}
|
|
5012
|
+
},
|
|
5013
|
+
"hasDynamicHelp": false,
|
|
5014
|
+
"hiddenAliases": [],
|
|
5015
|
+
"id": "spec:view",
|
|
5016
|
+
"pluginAlias": "@proletariat/cli",
|
|
5017
|
+
"pluginName": "@proletariat/cli",
|
|
5018
|
+
"pluginType": "core",
|
|
5019
|
+
"strict": true,
|
|
5020
|
+
"isESM": true,
|
|
5021
|
+
"relativePath": [
|
|
5022
|
+
"dist",
|
|
5023
|
+
"commands",
|
|
5024
|
+
"spec",
|
|
5025
|
+
"view.js"
|
|
5026
|
+
]
|
|
5027
|
+
},
|
|
5028
|
+
"status:create": {
|
|
5029
|
+
"aliases": [],
|
|
5030
|
+
"args": {
|
|
5031
|
+
"name": {
|
|
5032
|
+
"description": "Status name",
|
|
5033
|
+
"name": "name",
|
|
5034
|
+
"required": false
|
|
5035
|
+
}
|
|
5036
|
+
},
|
|
5037
|
+
"description": "Create a new workflow status",
|
|
5038
|
+
"examples": [
|
|
5039
|
+
"<%= config.bin %> <%= command.id %> \"In Review\" --category started",
|
|
5040
|
+
"<%= config.bin %> <%= command.id %> --name \"Blocked\" --category started --color \"#EF4444\"",
|
|
5041
|
+
"<%= config.bin %> <%= command.id %> -i # Interactive mode"
|
|
5042
|
+
],
|
|
5043
|
+
"flags": {
|
|
5044
|
+
"project": {
|
|
5045
|
+
"char": "P",
|
|
5046
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5047
|
+
"name": "project",
|
|
5048
|
+
"hasDynamicHelp": false,
|
|
5049
|
+
"multiple": false,
|
|
5050
|
+
"type": "option"
|
|
5051
|
+
},
|
|
5052
|
+
"name": {
|
|
5053
|
+
"char": "n",
|
|
5054
|
+
"description": "Status name",
|
|
5055
|
+
"name": "name",
|
|
5056
|
+
"hasDynamicHelp": false,
|
|
5057
|
+
"multiple": false,
|
|
5058
|
+
"type": "option"
|
|
5059
|
+
},
|
|
5060
|
+
"category": {
|
|
5061
|
+
"char": "c",
|
|
5062
|
+
"description": "Status category",
|
|
5063
|
+
"name": "category",
|
|
5064
|
+
"hasDynamicHelp": false,
|
|
5065
|
+
"multiple": false,
|
|
5066
|
+
"options": [
|
|
5067
|
+
"backlog",
|
|
5068
|
+
"unstarted",
|
|
5069
|
+
"started",
|
|
5070
|
+
"completed",
|
|
5071
|
+
"canceled"
|
|
5072
|
+
],
|
|
5073
|
+
"type": "option"
|
|
5074
|
+
},
|
|
5075
|
+
"color": {
|
|
5076
|
+
"description": "Hex color code (e.g., #FF0000)",
|
|
5077
|
+
"name": "color",
|
|
5078
|
+
"hasDynamicHelp": false,
|
|
5079
|
+
"multiple": false,
|
|
5080
|
+
"type": "option"
|
|
5081
|
+
},
|
|
5082
|
+
"description": {
|
|
5083
|
+
"char": "d",
|
|
5084
|
+
"description": "Status description",
|
|
5085
|
+
"name": "description",
|
|
5086
|
+
"hasDynamicHelp": false,
|
|
5087
|
+
"multiple": false,
|
|
5088
|
+
"type": "option"
|
|
5089
|
+
},
|
|
5090
|
+
"default": {
|
|
5091
|
+
"description": "Set as default status for new tickets",
|
|
5092
|
+
"name": "default",
|
|
5093
|
+
"allowNo": false,
|
|
5094
|
+
"type": "boolean"
|
|
5095
|
+
},
|
|
5096
|
+
"interactive": {
|
|
5097
|
+
"char": "i",
|
|
5098
|
+
"description": "Interactive mode",
|
|
5099
|
+
"name": "interactive",
|
|
5100
|
+
"allowNo": false,
|
|
5101
|
+
"type": "boolean"
|
|
5102
|
+
},
|
|
5103
|
+
"json": {
|
|
5104
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
5105
|
+
"name": "json",
|
|
5106
|
+
"allowNo": false,
|
|
5107
|
+
"type": "boolean"
|
|
5340
5108
|
}
|
|
5341
5109
|
},
|
|
5342
5110
|
"hasDynamicHelp": false,
|
|
5343
5111
|
"hiddenAliases": [],
|
|
5344
|
-
"id": "
|
|
5112
|
+
"id": "status:create",
|
|
5345
5113
|
"pluginAlias": "@proletariat/cli",
|
|
5346
5114
|
"pluginName": "@proletariat/cli",
|
|
5347
5115
|
"pluginType": "core",
|
|
@@ -5350,58 +5118,42 @@
|
|
|
5350
5118
|
"relativePath": [
|
|
5351
5119
|
"dist",
|
|
5352
5120
|
"commands",
|
|
5353
|
-
"
|
|
5354
|
-
"
|
|
5121
|
+
"status",
|
|
5122
|
+
"create.js"
|
|
5355
5123
|
]
|
|
5356
5124
|
},
|
|
5357
|
-
"
|
|
5125
|
+
"status:delete": {
|
|
5358
5126
|
"aliases": [],
|
|
5359
5127
|
"args": {
|
|
5360
|
-
"
|
|
5361
|
-
"description": "
|
|
5362
|
-
"name": "
|
|
5363
|
-
"required":
|
|
5128
|
+
"id": {
|
|
5129
|
+
"description": "Status ID",
|
|
5130
|
+
"name": "id",
|
|
5131
|
+
"required": true
|
|
5364
5132
|
}
|
|
5365
5133
|
},
|
|
5366
|
-
"description": "
|
|
5134
|
+
"description": "Delete a workflow status",
|
|
5367
5135
|
"examples": [
|
|
5368
|
-
"<%= config.bin %> <%= command.id %>
|
|
5369
|
-
"<%= config.bin %> <%= command.id %> --
|
|
5136
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked",
|
|
5137
|
+
"<%= config.bin %> <%= command.id %> my-project-review --force"
|
|
5370
5138
|
],
|
|
5371
5139
|
"flags": {
|
|
5372
|
-
"project": {
|
|
5373
|
-
"char": "P",
|
|
5374
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
5375
|
-
"name": "project",
|
|
5376
|
-
"hasDynamicHelp": false,
|
|
5377
|
-
"multiple": false,
|
|
5378
|
-
"type": "option"
|
|
5379
|
-
},
|
|
5380
5140
|
"json": {
|
|
5381
5141
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
5382
5142
|
"name": "json",
|
|
5383
5143
|
"allowNo": false,
|
|
5384
5144
|
"type": "boolean"
|
|
5385
5145
|
},
|
|
5386
|
-
"
|
|
5387
|
-
"char": "s",
|
|
5388
|
-
"description": "Spec ID",
|
|
5389
|
-
"name": "spec",
|
|
5390
|
-
"hasDynamicHelp": false,
|
|
5391
|
-
"multiple": false,
|
|
5392
|
-
"type": "option"
|
|
5393
|
-
},
|
|
5394
|
-
"full": {
|
|
5146
|
+
"force": {
|
|
5395
5147
|
"char": "f",
|
|
5396
|
-
"description": "
|
|
5397
|
-
"name": "
|
|
5148
|
+
"description": "Skip confirmation prompt",
|
|
5149
|
+
"name": "force",
|
|
5398
5150
|
"allowNo": false,
|
|
5399
5151
|
"type": "boolean"
|
|
5400
5152
|
}
|
|
5401
5153
|
},
|
|
5402
5154
|
"hasDynamicHelp": false,
|
|
5403
5155
|
"hiddenAliases": [],
|
|
5404
|
-
"id": "
|
|
5156
|
+
"id": "status:delete",
|
|
5405
5157
|
"pluginAlias": "@proletariat/cli",
|
|
5406
5158
|
"pluginName": "@proletariat/cli",
|
|
5407
5159
|
"pluginType": "core",
|
|
@@ -5410,62 +5162,85 @@
|
|
|
5410
5162
|
"relativePath": [
|
|
5411
5163
|
"dist",
|
|
5412
5164
|
"commands",
|
|
5413
|
-
"
|
|
5414
|
-
"
|
|
5165
|
+
"status",
|
|
5166
|
+
"delete.js"
|
|
5415
5167
|
]
|
|
5416
5168
|
},
|
|
5417
|
-
"
|
|
5418
|
-
"aliases": [
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
|
|
5423
|
-
"required": true
|
|
5424
|
-
}
|
|
5425
|
-
},
|
|
5426
|
-
"description": "Register an existing workspace in the machine config",
|
|
5169
|
+
"status": {
|
|
5170
|
+
"aliases": [
|
|
5171
|
+
"statuses"
|
|
5172
|
+
],
|
|
5173
|
+
"args": {},
|
|
5174
|
+
"description": "Interactive menu for workflow status operations",
|
|
5427
5175
|
"examples": [
|
|
5428
|
-
"<%= config.bin %> <%= command.id %>
|
|
5429
|
-
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
5430
|
-
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
5176
|
+
"<%= config.bin %> <%= command.id %>"
|
|
5431
5177
|
],
|
|
5432
5178
|
"flags": {
|
|
5433
|
-
"
|
|
5434
|
-
"char": "
|
|
5435
|
-
"description": "
|
|
5436
|
-
"name": "
|
|
5179
|
+
"project": {
|
|
5180
|
+
"char": "P",
|
|
5181
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5182
|
+
"name": "project",
|
|
5437
5183
|
"hasDynamicHelp": false,
|
|
5438
5184
|
"multiple": false,
|
|
5439
5185
|
"type": "option"
|
|
5186
|
+
},
|
|
5187
|
+
"json": {
|
|
5188
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
5189
|
+
"name": "json",
|
|
5190
|
+
"allowNo": false,
|
|
5191
|
+
"type": "boolean"
|
|
5440
5192
|
}
|
|
5441
5193
|
},
|
|
5442
5194
|
"hasDynamicHelp": false,
|
|
5443
5195
|
"hiddenAliases": [],
|
|
5444
|
-
"id": "
|
|
5196
|
+
"id": "status",
|
|
5445
5197
|
"pluginAlias": "@proletariat/cli",
|
|
5446
5198
|
"pluginName": "@proletariat/cli",
|
|
5447
5199
|
"pluginType": "core",
|
|
5448
5200
|
"strict": true,
|
|
5449
|
-
"enableJsonFlag": false,
|
|
5450
5201
|
"isESM": true,
|
|
5451
5202
|
"relativePath": [
|
|
5452
5203
|
"dist",
|
|
5453
5204
|
"commands",
|
|
5454
|
-
"
|
|
5455
|
-
"
|
|
5205
|
+
"status",
|
|
5206
|
+
"index.js"
|
|
5456
5207
|
]
|
|
5457
5208
|
},
|
|
5458
|
-
"
|
|
5209
|
+
"status:list": {
|
|
5459
5210
|
"aliases": [],
|
|
5460
5211
|
"args": {},
|
|
5461
|
-
"description": "List all
|
|
5212
|
+
"description": "List all workflow statuses for a project",
|
|
5462
5213
|
"examples": [
|
|
5463
5214
|
"<%= config.bin %> <%= command.id %>",
|
|
5464
|
-
"<%= config.bin %> <%= command.id %> --
|
|
5215
|
+
"<%= config.bin %> <%= command.id %> --project my-project",
|
|
5216
|
+
"<%= config.bin %> <%= command.id %> --category started"
|
|
5465
5217
|
],
|
|
5466
5218
|
"flags": {
|
|
5219
|
+
"project": {
|
|
5220
|
+
"char": "P",
|
|
5221
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5222
|
+
"name": "project",
|
|
5223
|
+
"hasDynamicHelp": false,
|
|
5224
|
+
"multiple": false,
|
|
5225
|
+
"type": "option"
|
|
5226
|
+
},
|
|
5227
|
+
"category": {
|
|
5228
|
+
"char": "c",
|
|
5229
|
+
"description": "Filter by category",
|
|
5230
|
+
"name": "category",
|
|
5231
|
+
"hasDynamicHelp": false,
|
|
5232
|
+
"multiple": false,
|
|
5233
|
+
"options": [
|
|
5234
|
+
"backlog",
|
|
5235
|
+
"unstarted",
|
|
5236
|
+
"started",
|
|
5237
|
+
"completed",
|
|
5238
|
+
"canceled"
|
|
5239
|
+
],
|
|
5240
|
+
"type": "option"
|
|
5241
|
+
},
|
|
5467
5242
|
"json": {
|
|
5468
|
-
"description": "Output as JSON
|
|
5243
|
+
"description": "Output as JSON",
|
|
5469
5244
|
"name": "json",
|
|
5470
5245
|
"allowNo": false,
|
|
5471
5246
|
"type": "boolean"
|
|
@@ -5473,94 +5248,170 @@
|
|
|
5473
5248
|
},
|
|
5474
5249
|
"hasDynamicHelp": false,
|
|
5475
5250
|
"hiddenAliases": [],
|
|
5476
|
-
"id": "
|
|
5251
|
+
"id": "status:list",
|
|
5477
5252
|
"pluginAlias": "@proletariat/cli",
|
|
5478
5253
|
"pluginName": "@proletariat/cli",
|
|
5479
5254
|
"pluginType": "core",
|
|
5480
5255
|
"strict": true,
|
|
5481
|
-
"enableJsonFlag": false,
|
|
5482
5256
|
"isESM": true,
|
|
5483
5257
|
"relativePath": [
|
|
5484
5258
|
"dist",
|
|
5485
5259
|
"commands",
|
|
5486
|
-
"
|
|
5260
|
+
"status",
|
|
5487
5261
|
"list.js"
|
|
5488
5262
|
]
|
|
5489
5263
|
},
|
|
5490
|
-
"
|
|
5264
|
+
"status:move": {
|
|
5491
5265
|
"aliases": [],
|
|
5492
5266
|
"args": {
|
|
5493
|
-
"
|
|
5494
|
-
"description": "
|
|
5495
|
-
"name": "
|
|
5496
|
-
"required":
|
|
5267
|
+
"id": {
|
|
5268
|
+
"description": "Status ID - prompts with dropdown if not provided",
|
|
5269
|
+
"name": "id",
|
|
5270
|
+
"required": false
|
|
5497
5271
|
}
|
|
5498
5272
|
},
|
|
5499
|
-
"description": "
|
|
5273
|
+
"description": "Reorder a status within its category",
|
|
5500
5274
|
"examples": [
|
|
5501
|
-
"<%= config.bin %> <%= command.id %> my-
|
|
5502
|
-
"<%= config.bin %> <%= command.id %>
|
|
5275
|
+
"<%= config.bin %> <%= command.id %> my-project-in-review --position 0 # Move to first",
|
|
5276
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked --position 2",
|
|
5277
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
5503
5278
|
],
|
|
5504
5279
|
"flags": {
|
|
5280
|
+
"project": {
|
|
5281
|
+
"char": "P",
|
|
5282
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5283
|
+
"name": "project",
|
|
5284
|
+
"hasDynamicHelp": false,
|
|
5285
|
+
"multiple": false,
|
|
5286
|
+
"type": "option"
|
|
5287
|
+
},
|
|
5505
5288
|
"json": {
|
|
5506
5289
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
5507
5290
|
"name": "json",
|
|
5508
5291
|
"allowNo": false,
|
|
5509
5292
|
"type": "boolean"
|
|
5293
|
+
},
|
|
5294
|
+
"position": {
|
|
5295
|
+
"char": "p",
|
|
5296
|
+
"description": "New position (0-indexed) within the category",
|
|
5297
|
+
"name": "position",
|
|
5298
|
+
"required": false,
|
|
5299
|
+
"hasDynamicHelp": false,
|
|
5300
|
+
"multiple": false,
|
|
5301
|
+
"type": "option"
|
|
5510
5302
|
}
|
|
5511
5303
|
},
|
|
5512
5304
|
"hasDynamicHelp": false,
|
|
5513
5305
|
"hiddenAliases": [],
|
|
5514
|
-
"id": "
|
|
5306
|
+
"id": "status:move",
|
|
5515
5307
|
"pluginAlias": "@proletariat/cli",
|
|
5516
5308
|
"pluginName": "@proletariat/cli",
|
|
5517
5309
|
"pluginType": "core",
|
|
5518
5310
|
"strict": true,
|
|
5519
|
-
"enableJsonFlag": false,
|
|
5520
5311
|
"isESM": true,
|
|
5521
5312
|
"relativePath": [
|
|
5522
5313
|
"dist",
|
|
5523
5314
|
"commands",
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5315
|
+
"status",
|
|
5316
|
+
"move.js"
|
|
5526
5317
|
]
|
|
5527
5318
|
},
|
|
5528
|
-
"
|
|
5319
|
+
"status:update": {
|
|
5529
5320
|
"aliases": [],
|
|
5530
5321
|
"args": {
|
|
5531
|
-
"
|
|
5532
|
-
"description": "
|
|
5533
|
-
"name": "
|
|
5534
|
-
"required":
|
|
5322
|
+
"id": {
|
|
5323
|
+
"description": "Status ID - prompts with dropdown if not provided",
|
|
5324
|
+
"name": "id",
|
|
5325
|
+
"required": false
|
|
5535
5326
|
}
|
|
5536
5327
|
},
|
|
5537
|
-
"description": "
|
|
5328
|
+
"description": "Update a workflow status",
|
|
5538
5329
|
"examples": [
|
|
5539
|
-
"<%= config.bin %> <%= command.id %> my-
|
|
5540
|
-
"<%= config.bin %> <%= command.id %>
|
|
5330
|
+
"<%= config.bin %> <%= command.id %> my-project-in-review --name \"Code Review\"",
|
|
5331
|
+
"<%= config.bin %> <%= command.id %> my-project-blocked --color \"#EF4444\"",
|
|
5332
|
+
"<%= config.bin %> <%= command.id %> my-project-todo --default # Set as default",
|
|
5333
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
5541
5334
|
],
|
|
5542
5335
|
"flags": {
|
|
5336
|
+
"project": {
|
|
5337
|
+
"char": "P",
|
|
5338
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
5339
|
+
"name": "project",
|
|
5340
|
+
"hasDynamicHelp": false,
|
|
5341
|
+
"multiple": false,
|
|
5342
|
+
"type": "option"
|
|
5343
|
+
},
|
|
5543
5344
|
"json": {
|
|
5544
5345
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
5545
5346
|
"name": "json",
|
|
5546
5347
|
"allowNo": false,
|
|
5547
5348
|
"type": "boolean"
|
|
5349
|
+
},
|
|
5350
|
+
"name": {
|
|
5351
|
+
"char": "n",
|
|
5352
|
+
"description": "New status name",
|
|
5353
|
+
"name": "name",
|
|
5354
|
+
"hasDynamicHelp": false,
|
|
5355
|
+
"multiple": false,
|
|
5356
|
+
"type": "option"
|
|
5357
|
+
},
|
|
5358
|
+
"category": {
|
|
5359
|
+
"char": "c",
|
|
5360
|
+
"description": "New category",
|
|
5361
|
+
"name": "category",
|
|
5362
|
+
"hasDynamicHelp": false,
|
|
5363
|
+
"multiple": false,
|
|
5364
|
+
"options": [
|
|
5365
|
+
"backlog",
|
|
5366
|
+
"unstarted",
|
|
5367
|
+
"started",
|
|
5368
|
+
"completed",
|
|
5369
|
+
"canceled"
|
|
5370
|
+
],
|
|
5371
|
+
"type": "option"
|
|
5372
|
+
},
|
|
5373
|
+
"color": {
|
|
5374
|
+
"description": "Hex color code (e.g., #FF0000)",
|
|
5375
|
+
"name": "color",
|
|
5376
|
+
"hasDynamicHelp": false,
|
|
5377
|
+
"multiple": false,
|
|
5378
|
+
"type": "option"
|
|
5379
|
+
},
|
|
5380
|
+
"description": {
|
|
5381
|
+
"char": "d",
|
|
5382
|
+
"description": "Status description",
|
|
5383
|
+
"name": "description",
|
|
5384
|
+
"hasDynamicHelp": false,
|
|
5385
|
+
"multiple": false,
|
|
5386
|
+
"type": "option"
|
|
5387
|
+
},
|
|
5388
|
+
"default": {
|
|
5389
|
+
"description": "Set as default status for new tickets",
|
|
5390
|
+
"name": "default",
|
|
5391
|
+
"allowNo": true,
|
|
5392
|
+
"type": "boolean"
|
|
5393
|
+
},
|
|
5394
|
+
"interactive": {
|
|
5395
|
+
"char": "i",
|
|
5396
|
+
"description": "Interactive mode",
|
|
5397
|
+
"name": "interactive",
|
|
5398
|
+
"allowNo": false,
|
|
5399
|
+
"type": "boolean"
|
|
5548
5400
|
}
|
|
5549
5401
|
},
|
|
5550
5402
|
"hasDynamicHelp": false,
|
|
5551
5403
|
"hiddenAliases": [],
|
|
5552
|
-
"id": "
|
|
5404
|
+
"id": "status:update",
|
|
5553
5405
|
"pluginAlias": "@proletariat/cli",
|
|
5554
5406
|
"pluginName": "@proletariat/cli",
|
|
5555
5407
|
"pluginType": "core",
|
|
5556
5408
|
"strict": true,
|
|
5557
|
-
"enableJsonFlag": false,
|
|
5558
5409
|
"isESM": true,
|
|
5559
5410
|
"relativePath": [
|
|
5560
5411
|
"dist",
|
|
5561
5412
|
"commands",
|
|
5562
|
-
"
|
|
5563
|
-
"
|
|
5413
|
+
"status",
|
|
5414
|
+
"update.js"
|
|
5564
5415
|
]
|
|
5565
5416
|
},
|
|
5566
5417
|
"ticket:bulk": {
|
|
@@ -7443,118 +7294,267 @@
|
|
|
7443
7294
|
"args": {},
|
|
7444
7295
|
"description": "Watch a column and auto-spawn agents for new tickets",
|
|
7445
7296
|
"examples": [
|
|
7446
|
-
"<%= config.bin %> <%= command.id %>",
|
|
7447
|
-
"<%= config.bin %> <%= command.id %> --column Ready",
|
|
7448
|
-
"<%= config.bin %> <%= command.id %> --column Ready --strategy round-robin",
|
|
7449
|
-
"<%= config.bin %> <%= command.id %> --column Ready --interval 10",
|
|
7450
|
-
"<%= config.bin %> <%= command.id %> --column Ready --once"
|
|
7297
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7298
|
+
"<%= config.bin %> <%= command.id %> --column Ready",
|
|
7299
|
+
"<%= config.bin %> <%= command.id %> --column Ready --strategy round-robin",
|
|
7300
|
+
"<%= config.bin %> <%= command.id %> --column Ready --interval 10",
|
|
7301
|
+
"<%= config.bin %> <%= command.id %> --column Ready --once"
|
|
7302
|
+
],
|
|
7303
|
+
"flags": {
|
|
7304
|
+
"project": {
|
|
7305
|
+
"char": "P",
|
|
7306
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
7307
|
+
"name": "project",
|
|
7308
|
+
"hasDynamicHelp": false,
|
|
7309
|
+
"multiple": false,
|
|
7310
|
+
"type": "option"
|
|
7311
|
+
},
|
|
7312
|
+
"json": {
|
|
7313
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
7314
|
+
"name": "json",
|
|
7315
|
+
"allowNo": false,
|
|
7316
|
+
"type": "boolean"
|
|
7317
|
+
},
|
|
7318
|
+
"column": {
|
|
7319
|
+
"char": "c",
|
|
7320
|
+
"description": "Column to watch for new tickets (prompts if not provided)",
|
|
7321
|
+
"name": "column",
|
|
7322
|
+
"hasDynamicHelp": false,
|
|
7323
|
+
"multiple": false,
|
|
7324
|
+
"type": "option"
|
|
7325
|
+
},
|
|
7326
|
+
"strategy": {
|
|
7327
|
+
"char": "s",
|
|
7328
|
+
"description": "Agent selection strategy",
|
|
7329
|
+
"name": "strategy",
|
|
7330
|
+
"default": "round-robin",
|
|
7331
|
+
"hasDynamicHelp": false,
|
|
7332
|
+
"multiple": false,
|
|
7333
|
+
"options": [
|
|
7334
|
+
"round-robin",
|
|
7335
|
+
"least-busy",
|
|
7336
|
+
"random"
|
|
7337
|
+
],
|
|
7338
|
+
"type": "option"
|
|
7339
|
+
},
|
|
7340
|
+
"agent": {
|
|
7341
|
+
"char": "a",
|
|
7342
|
+
"description": "Use specific agent for all tickets",
|
|
7343
|
+
"name": "agent",
|
|
7344
|
+
"hasDynamicHelp": false,
|
|
7345
|
+
"multiple": false,
|
|
7346
|
+
"type": "option"
|
|
7347
|
+
},
|
|
7348
|
+
"limit": {
|
|
7349
|
+
"char": "l",
|
|
7350
|
+
"description": "Maximum concurrent executions",
|
|
7351
|
+
"name": "limit",
|
|
7352
|
+
"hasDynamicHelp": false,
|
|
7353
|
+
"multiple": false,
|
|
7354
|
+
"type": "option"
|
|
7355
|
+
},
|
|
7356
|
+
"interval": {
|
|
7357
|
+
"char": "i",
|
|
7358
|
+
"description": "Polling interval in seconds",
|
|
7359
|
+
"name": "interval",
|
|
7360
|
+
"default": 5,
|
|
7361
|
+
"hasDynamicHelp": false,
|
|
7362
|
+
"multiple": false,
|
|
7363
|
+
"type": "option"
|
|
7364
|
+
},
|
|
7365
|
+
"once": {
|
|
7366
|
+
"description": "Check once and exit (no continuous watching)",
|
|
7367
|
+
"name": "once",
|
|
7368
|
+
"allowNo": false,
|
|
7369
|
+
"type": "boolean"
|
|
7370
|
+
},
|
|
7371
|
+
"mode": {
|
|
7372
|
+
"char": "m",
|
|
7373
|
+
"description": "Display mode for agent output",
|
|
7374
|
+
"name": "mode",
|
|
7375
|
+
"hasDynamicHelp": false,
|
|
7376
|
+
"multiple": false,
|
|
7377
|
+
"options": [
|
|
7378
|
+
"terminal",
|
|
7379
|
+
"background"
|
|
7380
|
+
],
|
|
7381
|
+
"type": "option"
|
|
7382
|
+
},
|
|
7383
|
+
"skip-permissions": {
|
|
7384
|
+
"description": "Skip permission prompts (danger mode)",
|
|
7385
|
+
"name": "skip-permissions",
|
|
7386
|
+
"allowNo": false,
|
|
7387
|
+
"type": "boolean"
|
|
7388
|
+
},
|
|
7389
|
+
"create-pr": {
|
|
7390
|
+
"description": "Create PR when work is ready",
|
|
7391
|
+
"name": "create-pr",
|
|
7392
|
+
"allowNo": false,
|
|
7393
|
+
"type": "boolean"
|
|
7394
|
+
}
|
|
7395
|
+
},
|
|
7396
|
+
"hasDynamicHelp": false,
|
|
7397
|
+
"hiddenAliases": [],
|
|
7398
|
+
"id": "work:watch",
|
|
7399
|
+
"pluginAlias": "@proletariat/cli",
|
|
7400
|
+
"pluginName": "@proletariat/cli",
|
|
7401
|
+
"pluginType": "core",
|
|
7402
|
+
"strict": true,
|
|
7403
|
+
"isESM": true,
|
|
7404
|
+
"relativePath": [
|
|
7405
|
+
"dist",
|
|
7406
|
+
"commands",
|
|
7407
|
+
"work",
|
|
7408
|
+
"watch.js"
|
|
7409
|
+
]
|
|
7410
|
+
},
|
|
7411
|
+
"workspace:add": {
|
|
7412
|
+
"aliases": [],
|
|
7413
|
+
"args": {
|
|
7414
|
+
"path": {
|
|
7415
|
+
"description": "Path to the workspace to register",
|
|
7416
|
+
"name": "path",
|
|
7417
|
+
"required": true
|
|
7418
|
+
}
|
|
7419
|
+
},
|
|
7420
|
+
"description": "Register an existing workspace in the machine config",
|
|
7421
|
+
"examples": [
|
|
7422
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace",
|
|
7423
|
+
"<%= config.bin %> <%= command.id %> . --name my-workspace",
|
|
7424
|
+
"<%= config.bin %> <%= command.id %> ~/projects/my-hq"
|
|
7425
|
+
],
|
|
7426
|
+
"flags": {
|
|
7427
|
+
"name": {
|
|
7428
|
+
"char": "n",
|
|
7429
|
+
"description": "Custom name for the workspace (defaults to directory basename or workspace config name)",
|
|
7430
|
+
"name": "name",
|
|
7431
|
+
"hasDynamicHelp": false,
|
|
7432
|
+
"multiple": false,
|
|
7433
|
+
"type": "option"
|
|
7434
|
+
}
|
|
7435
|
+
},
|
|
7436
|
+
"hasDynamicHelp": false,
|
|
7437
|
+
"hiddenAliases": [],
|
|
7438
|
+
"id": "workspace:add",
|
|
7439
|
+
"pluginAlias": "@proletariat/cli",
|
|
7440
|
+
"pluginName": "@proletariat/cli",
|
|
7441
|
+
"pluginType": "core",
|
|
7442
|
+
"strict": true,
|
|
7443
|
+
"enableJsonFlag": false,
|
|
7444
|
+
"isESM": true,
|
|
7445
|
+
"relativePath": [
|
|
7446
|
+
"dist",
|
|
7447
|
+
"commands",
|
|
7448
|
+
"workspace",
|
|
7449
|
+
"add.js"
|
|
7450
|
+
]
|
|
7451
|
+
},
|
|
7452
|
+
"workspace:list": {
|
|
7453
|
+
"aliases": [],
|
|
7454
|
+
"args": {},
|
|
7455
|
+
"description": "List all registered and discovered HQ workspaces",
|
|
7456
|
+
"examples": [
|
|
7457
|
+
"<%= config.bin %> <%= command.id %>",
|
|
7458
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
7459
|
+
],
|
|
7460
|
+
"flags": {
|
|
7461
|
+
"json": {
|
|
7462
|
+
"description": "Output as JSON for machine-readable format",
|
|
7463
|
+
"name": "json",
|
|
7464
|
+
"allowNo": false,
|
|
7465
|
+
"type": "boolean"
|
|
7466
|
+
}
|
|
7467
|
+
},
|
|
7468
|
+
"hasDynamicHelp": false,
|
|
7469
|
+
"hiddenAliases": [],
|
|
7470
|
+
"id": "workspace:list",
|
|
7471
|
+
"pluginAlias": "@proletariat/cli",
|
|
7472
|
+
"pluginName": "@proletariat/cli",
|
|
7473
|
+
"pluginType": "core",
|
|
7474
|
+
"strict": true,
|
|
7475
|
+
"enableJsonFlag": false,
|
|
7476
|
+
"isESM": true,
|
|
7477
|
+
"relativePath": [
|
|
7478
|
+
"dist",
|
|
7479
|
+
"commands",
|
|
7480
|
+
"workspace",
|
|
7481
|
+
"list.js"
|
|
7482
|
+
]
|
|
7483
|
+
},
|
|
7484
|
+
"workspace:remove": {
|
|
7485
|
+
"aliases": [],
|
|
7486
|
+
"args": {
|
|
7487
|
+
"nameOrPath": {
|
|
7488
|
+
"description": "Workspace name or path to unregister",
|
|
7489
|
+
"name": "nameOrPath",
|
|
7490
|
+
"required": true
|
|
7491
|
+
}
|
|
7492
|
+
},
|
|
7493
|
+
"description": "Unregister a workspace from the machine config (does NOT delete files)",
|
|
7494
|
+
"examples": [
|
|
7495
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
7496
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
7497
|
+
],
|
|
7498
|
+
"flags": {
|
|
7499
|
+
"json": {
|
|
7500
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
7501
|
+
"name": "json",
|
|
7502
|
+
"allowNo": false,
|
|
7503
|
+
"type": "boolean"
|
|
7504
|
+
}
|
|
7505
|
+
},
|
|
7506
|
+
"hasDynamicHelp": false,
|
|
7507
|
+
"hiddenAliases": [],
|
|
7508
|
+
"id": "workspace:remove",
|
|
7509
|
+
"pluginAlias": "@proletariat/cli",
|
|
7510
|
+
"pluginName": "@proletariat/cli",
|
|
7511
|
+
"pluginType": "core",
|
|
7512
|
+
"strict": true,
|
|
7513
|
+
"enableJsonFlag": false,
|
|
7514
|
+
"isESM": true,
|
|
7515
|
+
"relativePath": [
|
|
7516
|
+
"dist",
|
|
7517
|
+
"commands",
|
|
7518
|
+
"workspace",
|
|
7519
|
+
"remove.js"
|
|
7520
|
+
]
|
|
7521
|
+
},
|
|
7522
|
+
"workspace:use": {
|
|
7523
|
+
"aliases": [],
|
|
7524
|
+
"args": {
|
|
7525
|
+
"nameOrPath": {
|
|
7526
|
+
"description": "Workspace name or path",
|
|
7527
|
+
"name": "nameOrPath",
|
|
7528
|
+
"required": true
|
|
7529
|
+
}
|
|
7530
|
+
},
|
|
7531
|
+
"description": "Set the active workspace",
|
|
7532
|
+
"examples": [
|
|
7533
|
+
"<%= config.bin %> <%= command.id %> my-workspace",
|
|
7534
|
+
"<%= config.bin %> <%= command.id %> /path/to/workspace"
|
|
7451
7535
|
],
|
|
7452
7536
|
"flags": {
|
|
7453
|
-
"project": {
|
|
7454
|
-
"char": "P",
|
|
7455
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
7456
|
-
"name": "project",
|
|
7457
|
-
"hasDynamicHelp": false,
|
|
7458
|
-
"multiple": false,
|
|
7459
|
-
"type": "option"
|
|
7460
|
-
},
|
|
7461
7537
|
"json": {
|
|
7462
7538
|
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
7463
7539
|
"name": "json",
|
|
7464
7540
|
"allowNo": false,
|
|
7465
7541
|
"type": "boolean"
|
|
7466
|
-
},
|
|
7467
|
-
"column": {
|
|
7468
|
-
"char": "c",
|
|
7469
|
-
"description": "Column to watch for new tickets (prompts if not provided)",
|
|
7470
|
-
"name": "column",
|
|
7471
|
-
"hasDynamicHelp": false,
|
|
7472
|
-
"multiple": false,
|
|
7473
|
-
"type": "option"
|
|
7474
|
-
},
|
|
7475
|
-
"strategy": {
|
|
7476
|
-
"char": "s",
|
|
7477
|
-
"description": "Agent selection strategy",
|
|
7478
|
-
"name": "strategy",
|
|
7479
|
-
"default": "round-robin",
|
|
7480
|
-
"hasDynamicHelp": false,
|
|
7481
|
-
"multiple": false,
|
|
7482
|
-
"options": [
|
|
7483
|
-
"round-robin",
|
|
7484
|
-
"least-busy",
|
|
7485
|
-
"random"
|
|
7486
|
-
],
|
|
7487
|
-
"type": "option"
|
|
7488
|
-
},
|
|
7489
|
-
"agent": {
|
|
7490
|
-
"char": "a",
|
|
7491
|
-
"description": "Use specific agent for all tickets",
|
|
7492
|
-
"name": "agent",
|
|
7493
|
-
"hasDynamicHelp": false,
|
|
7494
|
-
"multiple": false,
|
|
7495
|
-
"type": "option"
|
|
7496
|
-
},
|
|
7497
|
-
"limit": {
|
|
7498
|
-
"char": "l",
|
|
7499
|
-
"description": "Maximum concurrent executions",
|
|
7500
|
-
"name": "limit",
|
|
7501
|
-
"hasDynamicHelp": false,
|
|
7502
|
-
"multiple": false,
|
|
7503
|
-
"type": "option"
|
|
7504
|
-
},
|
|
7505
|
-
"interval": {
|
|
7506
|
-
"char": "i",
|
|
7507
|
-
"description": "Polling interval in seconds",
|
|
7508
|
-
"name": "interval",
|
|
7509
|
-
"default": 5,
|
|
7510
|
-
"hasDynamicHelp": false,
|
|
7511
|
-
"multiple": false,
|
|
7512
|
-
"type": "option"
|
|
7513
|
-
},
|
|
7514
|
-
"once": {
|
|
7515
|
-
"description": "Check once and exit (no continuous watching)",
|
|
7516
|
-
"name": "once",
|
|
7517
|
-
"allowNo": false,
|
|
7518
|
-
"type": "boolean"
|
|
7519
|
-
},
|
|
7520
|
-
"mode": {
|
|
7521
|
-
"char": "m",
|
|
7522
|
-
"description": "Display mode for agent output",
|
|
7523
|
-
"name": "mode",
|
|
7524
|
-
"hasDynamicHelp": false,
|
|
7525
|
-
"multiple": false,
|
|
7526
|
-
"options": [
|
|
7527
|
-
"terminal",
|
|
7528
|
-
"background"
|
|
7529
|
-
],
|
|
7530
|
-
"type": "option"
|
|
7531
|
-
},
|
|
7532
|
-
"skip-permissions": {
|
|
7533
|
-
"description": "Skip permission prompts (danger mode)",
|
|
7534
|
-
"name": "skip-permissions",
|
|
7535
|
-
"allowNo": false,
|
|
7536
|
-
"type": "boolean"
|
|
7537
|
-
},
|
|
7538
|
-
"create-pr": {
|
|
7539
|
-
"description": "Create PR when work is ready",
|
|
7540
|
-
"name": "create-pr",
|
|
7541
|
-
"allowNo": false,
|
|
7542
|
-
"type": "boolean"
|
|
7543
7542
|
}
|
|
7544
7543
|
},
|
|
7545
7544
|
"hasDynamicHelp": false,
|
|
7546
7545
|
"hiddenAliases": [],
|
|
7547
|
-
"id": "
|
|
7546
|
+
"id": "workspace:use",
|
|
7548
7547
|
"pluginAlias": "@proletariat/cli",
|
|
7549
7548
|
"pluginName": "@proletariat/cli",
|
|
7550
7549
|
"pluginType": "core",
|
|
7551
7550
|
"strict": true,
|
|
7551
|
+
"enableJsonFlag": false,
|
|
7552
7552
|
"isESM": true,
|
|
7553
7553
|
"relativePath": [
|
|
7554
7554
|
"dist",
|
|
7555
7555
|
"commands",
|
|
7556
|
-
"
|
|
7557
|
-
"
|
|
7556
|
+
"workspace",
|
|
7557
|
+
"use.js"
|
|
7558
7558
|
]
|
|
7559
7559
|
},
|
|
7560
7560
|
"workflow:create": {
|
|
@@ -8102,15 +8102,173 @@
|
|
|
8102
8102
|
"type": "boolean"
|
|
8103
8103
|
},
|
|
8104
8104
|
"json": {
|
|
8105
|
-
"description": "Output as JSON",
|
|
8105
|
+
"description": "Output as JSON",
|
|
8106
|
+
"name": "json",
|
|
8107
|
+
"allowNo": false,
|
|
8108
|
+
"type": "boolean"
|
|
8109
|
+
}
|
|
8110
|
+
},
|
|
8111
|
+
"hasDynamicHelp": false,
|
|
8112
|
+
"hiddenAliases": [],
|
|
8113
|
+
"id": "phase:template:list",
|
|
8114
|
+
"pluginAlias": "@proletariat/cli",
|
|
8115
|
+
"pluginName": "@proletariat/cli",
|
|
8116
|
+
"pluginType": "core",
|
|
8117
|
+
"strict": true,
|
|
8118
|
+
"isESM": true,
|
|
8119
|
+
"relativePath": [
|
|
8120
|
+
"dist",
|
|
8121
|
+
"commands",
|
|
8122
|
+
"phase",
|
|
8123
|
+
"template",
|
|
8124
|
+
"list.js"
|
|
8125
|
+
]
|
|
8126
|
+
},
|
|
8127
|
+
"phase:template:update": {
|
|
8128
|
+
"aliases": [],
|
|
8129
|
+
"args": {
|
|
8130
|
+
"id": {
|
|
8131
|
+
"description": "Template ID to update",
|
|
8132
|
+
"name": "id",
|
|
8133
|
+
"required": false
|
|
8134
|
+
}
|
|
8135
|
+
},
|
|
8136
|
+
"description": "Update a phase template",
|
|
8137
|
+
"examples": [
|
|
8138
|
+
"<%= config.bin %> <%= command.id %> my-template --name \"New Name\"",
|
|
8139
|
+
"<%= config.bin %> <%= command.id %> my-template --description \"Updated description\""
|
|
8140
|
+
],
|
|
8141
|
+
"flags": {
|
|
8142
|
+
"project": {
|
|
8143
|
+
"char": "P",
|
|
8144
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
8145
|
+
"name": "project",
|
|
8146
|
+
"hasDynamicHelp": false,
|
|
8147
|
+
"multiple": false,
|
|
8148
|
+
"type": "option"
|
|
8149
|
+
},
|
|
8150
|
+
"name": {
|
|
8151
|
+
"char": "n",
|
|
8152
|
+
"description": "New template name",
|
|
8153
|
+
"name": "name",
|
|
8154
|
+
"hasDynamicHelp": false,
|
|
8155
|
+
"multiple": false,
|
|
8156
|
+
"type": "option"
|
|
8157
|
+
},
|
|
8158
|
+
"description": {
|
|
8159
|
+
"char": "d",
|
|
8160
|
+
"description": "New template description",
|
|
8161
|
+
"name": "description",
|
|
8162
|
+
"hasDynamicHelp": false,
|
|
8163
|
+
"multiple": false,
|
|
8164
|
+
"type": "option"
|
|
8165
|
+
}
|
|
8166
|
+
},
|
|
8167
|
+
"hasDynamicHelp": false,
|
|
8168
|
+
"hiddenAliases": [],
|
|
8169
|
+
"id": "phase:template:update",
|
|
8170
|
+
"pluginAlias": "@proletariat/cli",
|
|
8171
|
+
"pluginName": "@proletariat/cli",
|
|
8172
|
+
"pluginType": "core",
|
|
8173
|
+
"strict": true,
|
|
8174
|
+
"isESM": true,
|
|
8175
|
+
"relativePath": [
|
|
8176
|
+
"dist",
|
|
8177
|
+
"commands",
|
|
8178
|
+
"phase",
|
|
8179
|
+
"template",
|
|
8180
|
+
"update.js"
|
|
8181
|
+
]
|
|
8182
|
+
},
|
|
8183
|
+
"agent:staff:add": {
|
|
8184
|
+
"aliases": [],
|
|
8185
|
+
"args": {
|
|
8186
|
+
"names": {
|
|
8187
|
+
"description": "Agent names to add (space-separated)",
|
|
8188
|
+
"name": "names",
|
|
8189
|
+
"required": false
|
|
8190
|
+
}
|
|
8191
|
+
},
|
|
8192
|
+
"description": "Add new agents to the workspace",
|
|
8193
|
+
"examples": [
|
|
8194
|
+
"<%= config.bin %> <%= command.id %> zeus",
|
|
8195
|
+
"<%= config.bin %> <%= command.id %> agent-1 agent-2",
|
|
8196
|
+
"<%= config.bin %> <%= command.id %> --theme billionaires",
|
|
8197
|
+
"<%= config.bin %> <%= command.id %> my-agent --no-container"
|
|
8198
|
+
],
|
|
8199
|
+
"flags": {
|
|
8200
|
+
"no-container": {
|
|
8201
|
+
"description": "Skip devcontainer setup (not recommended for autonomous agents)",
|
|
8202
|
+
"name": "no-container",
|
|
8203
|
+
"allowNo": false,
|
|
8204
|
+
"type": "boolean"
|
|
8205
|
+
},
|
|
8206
|
+
"theme": {
|
|
8207
|
+
"char": "t",
|
|
8208
|
+
"description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
|
|
8209
|
+
"name": "theme",
|
|
8210
|
+
"hasDynamicHelp": false,
|
|
8211
|
+
"multiple": false,
|
|
8212
|
+
"type": "option"
|
|
8213
|
+
},
|
|
8214
|
+
"json": {
|
|
8215
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8216
|
+
"name": "json",
|
|
8217
|
+
"allowNo": false,
|
|
8218
|
+
"type": "boolean"
|
|
8219
|
+
}
|
|
8220
|
+
},
|
|
8221
|
+
"hasDynamicHelp": false,
|
|
8222
|
+
"hiddenAliases": [],
|
|
8223
|
+
"id": "agent:staff:add",
|
|
8224
|
+
"pluginAlias": "@proletariat/cli",
|
|
8225
|
+
"pluginName": "@proletariat/cli",
|
|
8226
|
+
"pluginType": "core",
|
|
8227
|
+
"strict": false,
|
|
8228
|
+
"enableJsonFlag": false,
|
|
8229
|
+
"isESM": true,
|
|
8230
|
+
"relativePath": [
|
|
8231
|
+
"dist",
|
|
8232
|
+
"commands",
|
|
8233
|
+
"agent",
|
|
8234
|
+
"staff",
|
|
8235
|
+
"add.js"
|
|
8236
|
+
]
|
|
8237
|
+
},
|
|
8238
|
+
"agent:staff": {
|
|
8239
|
+
"aliases": [],
|
|
8240
|
+
"args": {},
|
|
8241
|
+
"description": "Manage staff (persistent) agents",
|
|
8242
|
+
"examples": [
|
|
8243
|
+
"<%= config.bin %> <%= command.id %> list",
|
|
8244
|
+
"<%= config.bin %> <%= command.id %> add",
|
|
8245
|
+
"<%= config.bin %> <%= command.id %> remove camry"
|
|
8246
|
+
],
|
|
8247
|
+
"flags": {
|
|
8248
|
+
"project": {
|
|
8249
|
+
"char": "P",
|
|
8250
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
8251
|
+
"name": "project",
|
|
8252
|
+
"hasDynamicHelp": false,
|
|
8253
|
+
"multiple": false,
|
|
8254
|
+
"type": "option"
|
|
8255
|
+
},
|
|
8256
|
+
"json": {
|
|
8257
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8106
8258
|
"name": "json",
|
|
8107
8259
|
"allowNo": false,
|
|
8108
8260
|
"type": "boolean"
|
|
8261
|
+
},
|
|
8262
|
+
"no-interactive": {
|
|
8263
|
+
"description": "Alias for --json flag",
|
|
8264
|
+
"name": "no-interactive",
|
|
8265
|
+
"allowNo": false,
|
|
8266
|
+
"type": "boolean"
|
|
8109
8267
|
}
|
|
8110
8268
|
},
|
|
8111
8269
|
"hasDynamicHelp": false,
|
|
8112
8270
|
"hiddenAliases": [],
|
|
8113
|
-
"id": "
|
|
8271
|
+
"id": "agent:staff",
|
|
8114
8272
|
"pluginAlias": "@proletariat/cli",
|
|
8115
8273
|
"pluginName": "@proletariat/cli",
|
|
8116
8274
|
"pluginType": "core",
|
|
@@ -8119,24 +8277,49 @@
|
|
|
8119
8277
|
"relativePath": [
|
|
8120
8278
|
"dist",
|
|
8121
8279
|
"commands",
|
|
8122
|
-
"
|
|
8123
|
-
"
|
|
8280
|
+
"agent",
|
|
8281
|
+
"staff",
|
|
8282
|
+
"index.js"
|
|
8283
|
+
]
|
|
8284
|
+
},
|
|
8285
|
+
"agent:staff:list": {
|
|
8286
|
+
"aliases": [],
|
|
8287
|
+
"args": {},
|
|
8288
|
+
"description": "List all staff (persistent) agents and their status",
|
|
8289
|
+
"examples": [
|
|
8290
|
+
"<%= config.bin %> <%= command.id %>"
|
|
8291
|
+
],
|
|
8292
|
+
"flags": {},
|
|
8293
|
+
"hasDynamicHelp": false,
|
|
8294
|
+
"hiddenAliases": [],
|
|
8295
|
+
"id": "agent:staff:list",
|
|
8296
|
+
"pluginAlias": "@proletariat/cli",
|
|
8297
|
+
"pluginName": "@proletariat/cli",
|
|
8298
|
+
"pluginType": "core",
|
|
8299
|
+
"strict": true,
|
|
8300
|
+
"enableJsonFlag": false,
|
|
8301
|
+
"isESM": true,
|
|
8302
|
+
"relativePath": [
|
|
8303
|
+
"dist",
|
|
8304
|
+
"commands",
|
|
8305
|
+
"agent",
|
|
8306
|
+
"staff",
|
|
8124
8307
|
"list.js"
|
|
8125
8308
|
]
|
|
8126
8309
|
},
|
|
8127
|
-
"
|
|
8310
|
+
"agent:staff:remove": {
|
|
8128
8311
|
"aliases": [],
|
|
8129
8312
|
"args": {
|
|
8130
|
-
"
|
|
8131
|
-
"description": "
|
|
8132
|
-
"name": "
|
|
8313
|
+
"name": {
|
|
8314
|
+
"description": "Agent name to remove",
|
|
8315
|
+
"name": "name",
|
|
8133
8316
|
"required": false
|
|
8134
8317
|
}
|
|
8135
8318
|
},
|
|
8136
|
-
"description": "
|
|
8319
|
+
"description": "Remove a specific agent from the workspace",
|
|
8137
8320
|
"examples": [
|
|
8138
|
-
"<%= config.bin %> <%= command.id %>
|
|
8139
|
-
"<%= config.bin %> <%= command.id %>
|
|
8321
|
+
"<%= config.bin %> <%= command.id %> camry",
|
|
8322
|
+
"<%= config.bin %> <%= command.id %>"
|
|
8140
8323
|
],
|
|
8141
8324
|
"flags": {
|
|
8142
8325
|
"project": {
|
|
@@ -8147,26 +8330,16 @@
|
|
|
8147
8330
|
"multiple": false,
|
|
8148
8331
|
"type": "option"
|
|
8149
8332
|
},
|
|
8150
|
-
"
|
|
8151
|
-
"
|
|
8152
|
-
"
|
|
8153
|
-
"
|
|
8154
|
-
"
|
|
8155
|
-
"multiple": false,
|
|
8156
|
-
"type": "option"
|
|
8157
|
-
},
|
|
8158
|
-
"description": {
|
|
8159
|
-
"char": "d",
|
|
8160
|
-
"description": "New template description",
|
|
8161
|
-
"name": "description",
|
|
8162
|
-
"hasDynamicHelp": false,
|
|
8163
|
-
"multiple": false,
|
|
8164
|
-
"type": "option"
|
|
8333
|
+
"json": {
|
|
8334
|
+
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8335
|
+
"name": "json",
|
|
8336
|
+
"allowNo": false,
|
|
8337
|
+
"type": "boolean"
|
|
8165
8338
|
}
|
|
8166
8339
|
},
|
|
8167
8340
|
"hasDynamicHelp": false,
|
|
8168
8341
|
"hiddenAliases": [],
|
|
8169
|
-
"id": "
|
|
8342
|
+
"id": "agent:staff:remove",
|
|
8170
8343
|
"pluginAlias": "@proletariat/cli",
|
|
8171
8344
|
"pluginName": "@proletariat/cli",
|
|
8172
8345
|
"pluginType": "core",
|
|
@@ -8175,9 +8348,9 @@
|
|
|
8175
8348
|
"relativePath": [
|
|
8176
8349
|
"dist",
|
|
8177
8350
|
"commands",
|
|
8178
|
-
"
|
|
8179
|
-
"
|
|
8180
|
-
"
|
|
8351
|
+
"agent",
|
|
8352
|
+
"staff",
|
|
8353
|
+
"remove.js"
|
|
8181
8354
|
]
|
|
8182
8355
|
},
|
|
8183
8356
|
"agent:temp:cleanup": {
|
|
@@ -8783,179 +8956,6 @@
|
|
|
8783
8956
|
"save.js"
|
|
8784
8957
|
]
|
|
8785
8958
|
},
|
|
8786
|
-
"agent:staff:add": {
|
|
8787
|
-
"aliases": [],
|
|
8788
|
-
"args": {
|
|
8789
|
-
"names": {
|
|
8790
|
-
"description": "Agent names to add (space-separated)",
|
|
8791
|
-
"name": "names",
|
|
8792
|
-
"required": false
|
|
8793
|
-
}
|
|
8794
|
-
},
|
|
8795
|
-
"description": "Add new agents to the workspace",
|
|
8796
|
-
"examples": [
|
|
8797
|
-
"<%= config.bin %> <%= command.id %> zeus",
|
|
8798
|
-
"<%= config.bin %> <%= command.id %> agent-1 agent-2",
|
|
8799
|
-
"<%= config.bin %> <%= command.id %> --theme billionaires",
|
|
8800
|
-
"<%= config.bin %> <%= command.id %> my-agent --no-container"
|
|
8801
|
-
],
|
|
8802
|
-
"flags": {
|
|
8803
|
-
"no-container": {
|
|
8804
|
-
"description": "Skip devcontainer setup (not recommended for autonomous agents)",
|
|
8805
|
-
"name": "no-container",
|
|
8806
|
-
"allowNo": false,
|
|
8807
|
-
"type": "boolean"
|
|
8808
|
-
},
|
|
8809
|
-
"theme": {
|
|
8810
|
-
"char": "t",
|
|
8811
|
-
"description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
|
|
8812
|
-
"name": "theme",
|
|
8813
|
-
"hasDynamicHelp": false,
|
|
8814
|
-
"multiple": false,
|
|
8815
|
-
"type": "option"
|
|
8816
|
-
},
|
|
8817
|
-
"json": {
|
|
8818
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8819
|
-
"name": "json",
|
|
8820
|
-
"allowNo": false,
|
|
8821
|
-
"type": "boolean"
|
|
8822
|
-
}
|
|
8823
|
-
},
|
|
8824
|
-
"hasDynamicHelp": false,
|
|
8825
|
-
"hiddenAliases": [],
|
|
8826
|
-
"id": "agent:staff:add",
|
|
8827
|
-
"pluginAlias": "@proletariat/cli",
|
|
8828
|
-
"pluginName": "@proletariat/cli",
|
|
8829
|
-
"pluginType": "core",
|
|
8830
|
-
"strict": false,
|
|
8831
|
-
"enableJsonFlag": false,
|
|
8832
|
-
"isESM": true,
|
|
8833
|
-
"relativePath": [
|
|
8834
|
-
"dist",
|
|
8835
|
-
"commands",
|
|
8836
|
-
"agent",
|
|
8837
|
-
"staff",
|
|
8838
|
-
"add.js"
|
|
8839
|
-
]
|
|
8840
|
-
},
|
|
8841
|
-
"agent:staff": {
|
|
8842
|
-
"aliases": [],
|
|
8843
|
-
"args": {},
|
|
8844
|
-
"description": "Manage staff (persistent) agents",
|
|
8845
|
-
"examples": [
|
|
8846
|
-
"<%= config.bin %> <%= command.id %> list",
|
|
8847
|
-
"<%= config.bin %> <%= command.id %> add",
|
|
8848
|
-
"<%= config.bin %> <%= command.id %> remove camry"
|
|
8849
|
-
],
|
|
8850
|
-
"flags": {
|
|
8851
|
-
"project": {
|
|
8852
|
-
"char": "P",
|
|
8853
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
8854
|
-
"name": "project",
|
|
8855
|
-
"hasDynamicHelp": false,
|
|
8856
|
-
"multiple": false,
|
|
8857
|
-
"type": "option"
|
|
8858
|
-
},
|
|
8859
|
-
"json": {
|
|
8860
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8861
|
-
"name": "json",
|
|
8862
|
-
"allowNo": false,
|
|
8863
|
-
"type": "boolean"
|
|
8864
|
-
},
|
|
8865
|
-
"no-interactive": {
|
|
8866
|
-
"description": "Alias for --json flag",
|
|
8867
|
-
"name": "no-interactive",
|
|
8868
|
-
"allowNo": false,
|
|
8869
|
-
"type": "boolean"
|
|
8870
|
-
}
|
|
8871
|
-
},
|
|
8872
|
-
"hasDynamicHelp": false,
|
|
8873
|
-
"hiddenAliases": [],
|
|
8874
|
-
"id": "agent:staff",
|
|
8875
|
-
"pluginAlias": "@proletariat/cli",
|
|
8876
|
-
"pluginName": "@proletariat/cli",
|
|
8877
|
-
"pluginType": "core",
|
|
8878
|
-
"strict": true,
|
|
8879
|
-
"isESM": true,
|
|
8880
|
-
"relativePath": [
|
|
8881
|
-
"dist",
|
|
8882
|
-
"commands",
|
|
8883
|
-
"agent",
|
|
8884
|
-
"staff",
|
|
8885
|
-
"index.js"
|
|
8886
|
-
]
|
|
8887
|
-
},
|
|
8888
|
-
"agent:staff:list": {
|
|
8889
|
-
"aliases": [],
|
|
8890
|
-
"args": {},
|
|
8891
|
-
"description": "List all staff (persistent) agents and their status",
|
|
8892
|
-
"examples": [
|
|
8893
|
-
"<%= config.bin %> <%= command.id %>"
|
|
8894
|
-
],
|
|
8895
|
-
"flags": {},
|
|
8896
|
-
"hasDynamicHelp": false,
|
|
8897
|
-
"hiddenAliases": [],
|
|
8898
|
-
"id": "agent:staff:list",
|
|
8899
|
-
"pluginAlias": "@proletariat/cli",
|
|
8900
|
-
"pluginName": "@proletariat/cli",
|
|
8901
|
-
"pluginType": "core",
|
|
8902
|
-
"strict": true,
|
|
8903
|
-
"enableJsonFlag": false,
|
|
8904
|
-
"isESM": true,
|
|
8905
|
-
"relativePath": [
|
|
8906
|
-
"dist",
|
|
8907
|
-
"commands",
|
|
8908
|
-
"agent",
|
|
8909
|
-
"staff",
|
|
8910
|
-
"list.js"
|
|
8911
|
-
]
|
|
8912
|
-
},
|
|
8913
|
-
"agent:staff:remove": {
|
|
8914
|
-
"aliases": [],
|
|
8915
|
-
"args": {
|
|
8916
|
-
"name": {
|
|
8917
|
-
"description": "Agent name to remove",
|
|
8918
|
-
"name": "name",
|
|
8919
|
-
"required": false
|
|
8920
|
-
}
|
|
8921
|
-
},
|
|
8922
|
-
"description": "Remove a specific agent from the workspace",
|
|
8923
|
-
"examples": [
|
|
8924
|
-
"<%= config.bin %> <%= command.id %> camry",
|
|
8925
|
-
"<%= config.bin %> <%= command.id %>"
|
|
8926
|
-
],
|
|
8927
|
-
"flags": {
|
|
8928
|
-
"project": {
|
|
8929
|
-
"char": "P",
|
|
8930
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
8931
|
-
"name": "project",
|
|
8932
|
-
"hasDynamicHelp": false,
|
|
8933
|
-
"multiple": false,
|
|
8934
|
-
"type": "option"
|
|
8935
|
-
},
|
|
8936
|
-
"json": {
|
|
8937
|
-
"description": "Output prompt configuration as JSON (for AI agents/scripts)",
|
|
8938
|
-
"name": "json",
|
|
8939
|
-
"allowNo": false,
|
|
8940
|
-
"type": "boolean"
|
|
8941
|
-
}
|
|
8942
|
-
},
|
|
8943
|
-
"hasDynamicHelp": false,
|
|
8944
|
-
"hiddenAliases": [],
|
|
8945
|
-
"id": "agent:staff:remove",
|
|
8946
|
-
"pluginAlias": "@proletariat/cli",
|
|
8947
|
-
"pluginName": "@proletariat/cli",
|
|
8948
|
-
"pluginType": "core",
|
|
8949
|
-
"strict": true,
|
|
8950
|
-
"isESM": true,
|
|
8951
|
-
"relativePath": [
|
|
8952
|
-
"dist",
|
|
8953
|
-
"commands",
|
|
8954
|
-
"agent",
|
|
8955
|
-
"staff",
|
|
8956
|
-
"remove.js"
|
|
8957
|
-
]
|
|
8958
|
-
},
|
|
8959
8959
|
"spec:link:depends": {
|
|
8960
8960
|
"aliases": [],
|
|
8961
8961
|
"args": {
|
|
@@ -10589,5 +10589,5 @@
|
|
|
10589
10589
|
]
|
|
10590
10590
|
}
|
|
10591
10591
|
},
|
|
10592
|
-
"version": "0.3.
|
|
10592
|
+
"version": "0.3.4"
|
|
10593
10593
|
}
|