@proletariat/cli 0.3.30 → 0.3.31

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.
@@ -4346,6 +4346,149 @@
4346
4346
  "view.js"
4347
4347
  ]
4348
4348
  },
4349
+ "gh": {
4350
+ "aliases": [],
4351
+ "args": {},
4352
+ "description": "GitHub CLI setup and status for PR workflow",
4353
+ "examples": [
4354
+ "<%= config.bin %> <%= command.id %>",
4355
+ "<%= config.bin %> <%= command.id %> status",
4356
+ "<%= config.bin %> <%= command.id %> login",
4357
+ "<%= config.bin %> <%= command.id %> token"
4358
+ ],
4359
+ "flags": {
4360
+ "json": {
4361
+ "aliases": [
4362
+ "machine"
4363
+ ],
4364
+ "char": "m",
4365
+ "description": "Output as JSON for AI agents/scripts",
4366
+ "name": "json",
4367
+ "allowNo": false,
4368
+ "type": "boolean"
4369
+ }
4370
+ },
4371
+ "hasDynamicHelp": false,
4372
+ "hiddenAliases": [],
4373
+ "id": "gh",
4374
+ "pluginAlias": "@proletariat/cli",
4375
+ "pluginName": "@proletariat/cli",
4376
+ "pluginType": "core",
4377
+ "strict": true,
4378
+ "enableJsonFlag": false,
4379
+ "isESM": true,
4380
+ "relativePath": [
4381
+ "dist",
4382
+ "commands",
4383
+ "gh",
4384
+ "index.js"
4385
+ ]
4386
+ },
4387
+ "gh:login": {
4388
+ "aliases": [],
4389
+ "args": {},
4390
+ "description": "Login to GitHub CLI for PR workflow",
4391
+ "examples": [
4392
+ "<%= config.bin %> <%= command.id %>"
4393
+ ],
4394
+ "flags": {
4395
+ "json": {
4396
+ "aliases": [
4397
+ "machine"
4398
+ ],
4399
+ "char": "m",
4400
+ "description": "Output as JSON for AI agents/scripts",
4401
+ "name": "json",
4402
+ "allowNo": false,
4403
+ "type": "boolean"
4404
+ }
4405
+ },
4406
+ "hasDynamicHelp": false,
4407
+ "hiddenAliases": [],
4408
+ "id": "gh:login",
4409
+ "pluginAlias": "@proletariat/cli",
4410
+ "pluginName": "@proletariat/cli",
4411
+ "pluginType": "core",
4412
+ "strict": true,
4413
+ "enableJsonFlag": false,
4414
+ "isESM": true,
4415
+ "relativePath": [
4416
+ "dist",
4417
+ "commands",
4418
+ "gh",
4419
+ "login.js"
4420
+ ]
4421
+ },
4422
+ "gh:status": {
4423
+ "aliases": [],
4424
+ "args": {},
4425
+ "description": "Check GitHub CLI status for PR workflow",
4426
+ "examples": [
4427
+ "<%= config.bin %> <%= command.id %>"
4428
+ ],
4429
+ "flags": {
4430
+ "json": {
4431
+ "aliases": [
4432
+ "machine"
4433
+ ],
4434
+ "char": "m",
4435
+ "description": "Output as JSON for AI agents/scripts",
4436
+ "name": "json",
4437
+ "allowNo": false,
4438
+ "type": "boolean"
4439
+ }
4440
+ },
4441
+ "hasDynamicHelp": false,
4442
+ "hiddenAliases": [],
4443
+ "id": "gh:status",
4444
+ "pluginAlias": "@proletariat/cli",
4445
+ "pluginName": "@proletariat/cli",
4446
+ "pluginType": "core",
4447
+ "strict": true,
4448
+ "enableJsonFlag": false,
4449
+ "isESM": true,
4450
+ "relativePath": [
4451
+ "dist",
4452
+ "commands",
4453
+ "gh",
4454
+ "status.js"
4455
+ ]
4456
+ },
4457
+ "gh:token": {
4458
+ "aliases": [],
4459
+ "args": {},
4460
+ "description": "Show GH_TOKEN setup for devcontainer PR creation",
4461
+ "examples": [
4462
+ "<%= config.bin %> <%= command.id %>"
4463
+ ],
4464
+ "flags": {
4465
+ "json": {
4466
+ "aliases": [
4467
+ "machine"
4468
+ ],
4469
+ "char": "m",
4470
+ "description": "Output as JSON for AI agents/scripts",
4471
+ "name": "json",
4472
+ "allowNo": false,
4473
+ "type": "boolean"
4474
+ }
4475
+ },
4476
+ "hasDynamicHelp": false,
4477
+ "hiddenAliases": [],
4478
+ "id": "gh:token",
4479
+ "pluginAlias": "@proletariat/cli",
4480
+ "pluginName": "@proletariat/cli",
4481
+ "pluginType": "core",
4482
+ "strict": true,
4483
+ "enableJsonFlag": false,
4484
+ "isESM": true,
4485
+ "relativePath": [
4486
+ "dist",
4487
+ "commands",
4488
+ "gh",
4489
+ "token.js"
4490
+ ]
4491
+ },
4349
4492
  "feedback": {
4350
4493
  "aliases": [],
4351
4494
  "args": {},
@@ -4576,58 +4719,112 @@
4576
4719
  "view.js"
4577
4720
  ]
4578
4721
  },
4579
- "gh": {
4722
+ "link:create": {
4580
4723
  "aliases": [],
4581
- "args": {},
4582
- "description": "GitHub CLI setup and status for PR workflow",
4724
+ "args": {
4725
+ "from": {
4726
+ "description": "Source entity ID (TKT-xxx, SPEC-xxx, or EPIC-xxx)",
4727
+ "name": "from",
4728
+ "required": true
4729
+ },
4730
+ "to": {
4731
+ "description": "Target entity ID",
4732
+ "name": "to",
4733
+ "required": true
4734
+ }
4735
+ },
4736
+ "description": "Create a link (dependency) between two entities",
4583
4737
  "examples": [
4584
- "<%= config.bin %> <%= command.id %>",
4585
- "<%= config.bin %> <%= command.id %> status",
4586
- "<%= config.bin %> <%= command.id %> login",
4587
- "<%= config.bin %> <%= command.id %> token"
4738
+ "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --type blocks # TKT-001 is blocked by TKT-002",
4739
+ "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --type relates # TKT-001 relates to TKT-002",
4740
+ "<%= config.bin %> <%= command.id %> SPEC-001 SPEC-002 --type depends # SPEC-001 depends on SPEC-002",
4741
+ "<%= config.bin %> <%= command.id %> EPIC-001 EPIC-002 --type blocks # EPIC-001 is blocked by EPIC-002"
4588
4742
  ],
4589
4743
  "flags": {
4744
+ "project": {
4745
+ "char": "P",
4746
+ "description": "Project ID (uses first project if only one exists)",
4747
+ "name": "project",
4748
+ "hasDynamicHelp": false,
4749
+ "multiple": false,
4750
+ "type": "option"
4751
+ },
4590
4752
  "json": {
4591
4753
  "aliases": [
4592
4754
  "machine"
4593
4755
  ],
4594
4756
  "char": "m",
4595
- "description": "Output as JSON for AI agents/scripts",
4757
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4596
4758
  "name": "json",
4597
4759
  "allowNo": false,
4598
4760
  "type": "boolean"
4761
+ },
4762
+ "type": {
4763
+ "char": "t",
4764
+ "description": "Link type",
4765
+ "name": "type",
4766
+ "required": true,
4767
+ "hasDynamicHelp": false,
4768
+ "multiple": false,
4769
+ "options": [
4770
+ "blocks",
4771
+ "relates",
4772
+ "duplicates",
4773
+ "depends"
4774
+ ],
4775
+ "type": "option"
4599
4776
  }
4600
4777
  },
4601
4778
  "hasDynamicHelp": false,
4602
4779
  "hiddenAliases": [],
4603
- "id": "gh",
4780
+ "id": "link:create",
4604
4781
  "pluginAlias": "@proletariat/cli",
4605
4782
  "pluginName": "@proletariat/cli",
4606
4783
  "pluginType": "core",
4607
4784
  "strict": true,
4608
- "enableJsonFlag": false,
4609
4785
  "isESM": true,
4610
4786
  "relativePath": [
4611
4787
  "dist",
4612
4788
  "commands",
4613
- "gh",
4614
- "index.js"
4789
+ "link",
4790
+ "create.js"
4615
4791
  ]
4616
4792
  },
4617
- "gh:login": {
4793
+ "link": {
4618
4794
  "aliases": [],
4619
- "args": {},
4620
- "description": "Login to GitHub CLI for PR workflow",
4795
+ "args": {
4796
+ "action": {
4797
+ "description": "Action to perform",
4798
+ "name": "action",
4799
+ "options": [
4800
+ "create",
4801
+ "list",
4802
+ "remove"
4803
+ ],
4804
+ "required": false
4805
+ }
4806
+ },
4807
+ "description": "Manage links (dependencies) between entities",
4621
4808
  "examples": [
4622
- "<%= config.bin %> <%= command.id %>"
4809
+ "<%= config.bin %> <%= command.id %> create TKT-001 TKT-002 --type blocks",
4810
+ "<%= config.bin %> <%= command.id %> list TKT-001",
4811
+ "<%= config.bin %> <%= command.id %> remove TKT-001 TKT-002"
4623
4812
  ],
4624
4813
  "flags": {
4814
+ "project": {
4815
+ "char": "P",
4816
+ "description": "Project ID (uses first project if only one exists)",
4817
+ "name": "project",
4818
+ "hasDynamicHelp": false,
4819
+ "multiple": false,
4820
+ "type": "option"
4821
+ },
4625
4822
  "json": {
4626
4823
  "aliases": [
4627
4824
  "machine"
4628
4825
  ],
4629
4826
  "char": "m",
4630
- "description": "Output as JSON for AI agents/scripts",
4827
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4631
4828
  "name": "json",
4632
4829
  "allowNo": false,
4633
4830
  "type": "boolean"
@@ -4635,29 +4832,45 @@
4635
4832
  },
4636
4833
  "hasDynamicHelp": false,
4637
4834
  "hiddenAliases": [],
4638
- "id": "gh:login",
4835
+ "id": "link",
4639
4836
  "pluginAlias": "@proletariat/cli",
4640
4837
  "pluginName": "@proletariat/cli",
4641
4838
  "pluginType": "core",
4642
4839
  "strict": true,
4643
- "enableJsonFlag": false,
4644
4840
  "isESM": true,
4645
4841
  "relativePath": [
4646
4842
  "dist",
4647
4843
  "commands",
4648
- "gh",
4649
- "login.js"
4844
+ "link",
4845
+ "index.js"
4650
4846
  ]
4651
4847
  },
4652
- "gh:status": {
4848
+ "link:list": {
4653
4849
  "aliases": [],
4654
- "args": {},
4655
- "description": "Check GitHub CLI status for PR workflow",
4850
+ "args": {
4851
+ "id": {
4852
+ "description": "Entity ID (TKT-xxx, SPEC-xxx, or EPIC-xxx)",
4853
+ "name": "id",
4854
+ "required": true
4855
+ }
4856
+ },
4857
+ "description": "List all links (dependencies) for an entity",
4656
4858
  "examples": [
4657
- "<%= config.bin %> <%= command.id %>"
4859
+ "<%= config.bin %> <%= command.id %> TKT-001 # List ticket links",
4860
+ "<%= config.bin %> <%= command.id %> SPEC-001 # List spec links",
4861
+ "<%= config.bin %> <%= command.id %> EPIC-001 # List epic links",
4862
+ "<%= config.bin %> <%= command.id %> TKT-001 --all # Include reverse links"
4658
4863
  ],
4659
4864
  "flags": {
4660
- "json": {
4865
+ "project": {
4866
+ "char": "P",
4867
+ "description": "Project ID (uses first project if only one exists)",
4868
+ "name": "project",
4869
+ "hasDynamicHelp": false,
4870
+ "multiple": false,
4871
+ "type": "option"
4872
+ },
4873
+ "json": {
4661
4874
  "aliases": [
4662
4875
  "machine"
4663
4876
  ],
@@ -4666,60 +4879,31 @@
4666
4879
  "name": "json",
4667
4880
  "allowNo": false,
4668
4881
  "type": "boolean"
4669
- }
4670
- },
4671
- "hasDynamicHelp": false,
4672
- "hiddenAliases": [],
4673
- "id": "gh:status",
4674
- "pluginAlias": "@proletariat/cli",
4675
- "pluginName": "@proletariat/cli",
4676
- "pluginType": "core",
4677
- "strict": true,
4678
- "enableJsonFlag": false,
4679
- "isESM": true,
4680
- "relativePath": [
4681
- "dist",
4682
- "commands",
4683
- "gh",
4684
- "status.js"
4685
- ]
4686
- },
4687
- "gh:token": {
4688
- "aliases": [],
4689
- "args": {},
4690
- "description": "Show GH_TOKEN setup for devcontainer PR creation",
4691
- "examples": [
4692
- "<%= config.bin %> <%= command.id %>"
4693
- ],
4694
- "flags": {
4695
- "json": {
4696
- "aliases": [
4697
- "machine"
4698
- ],
4699
- "char": "m",
4700
- "description": "Output as JSON for AI agents/scripts",
4701
- "name": "json",
4882
+ },
4883
+ "all": {
4884
+ "char": "a",
4885
+ "description": "Show all links including reverse dependencies (what blocks this, what this blocks)",
4886
+ "name": "all",
4702
4887
  "allowNo": false,
4703
4888
  "type": "boolean"
4704
4889
  }
4705
4890
  },
4706
4891
  "hasDynamicHelp": false,
4707
4892
  "hiddenAliases": [],
4708
- "id": "gh:token",
4893
+ "id": "link:list",
4709
4894
  "pluginAlias": "@proletariat/cli",
4710
4895
  "pluginName": "@proletariat/cli",
4711
4896
  "pluginType": "core",
4712
4897
  "strict": true,
4713
- "enableJsonFlag": false,
4714
4898
  "isESM": true,
4715
4899
  "relativePath": [
4716
4900
  "dist",
4717
4901
  "commands",
4718
- "gh",
4719
- "token.js"
4902
+ "link",
4903
+ "list.js"
4720
4904
  ]
4721
4905
  },
4722
- "link:create": {
4906
+ "link:remove": {
4723
4907
  "aliases": [],
4724
4908
  "args": {
4725
4909
  "from": {
@@ -4733,12 +4917,11 @@
4733
4917
  "required": true
4734
4918
  }
4735
4919
  },
4736
- "description": "Create a link (dependency) between two entities",
4920
+ "description": "Remove a link (dependency) between two entities",
4737
4921
  "examples": [
4738
- "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --type blocks # TKT-001 is blocked by TKT-002",
4739
- "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 --type relates # TKT-001 relates to TKT-002",
4740
- "<%= config.bin %> <%= command.id %> SPEC-001 SPEC-002 --type depends # SPEC-001 depends on SPEC-002",
4741
- "<%= config.bin %> <%= command.id %> EPIC-001 EPIC-002 --type blocks # EPIC-001 is blocked by EPIC-002"
4922
+ "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 # Remove link between tickets",
4923
+ "<%= config.bin %> <%= command.id %> SPEC-001 SPEC-002 # Remove link between specs",
4924
+ "<%= config.bin %> <%= command.id %> EPIC-001 EPIC-002 # Remove link between epics"
4742
4925
  ],
4743
4926
  "flags": {
4744
4927
  "project": {
@@ -4761,9 +4944,8 @@
4761
4944
  },
4762
4945
  "type": {
4763
4946
  "char": "t",
4764
- "description": "Link type",
4947
+ "description": "Link type to remove (if not specified, removes any link)",
4765
4948
  "name": "type",
4766
- "required": true,
4767
4949
  "hasDynamicHelp": false,
4768
4950
  "multiple": false,
4769
4951
  "options": [
@@ -4777,7 +4959,7 @@
4777
4959
  },
4778
4960
  "hasDynamicHelp": false,
4779
4961
  "hiddenAliases": [],
4780
- "id": "link:create",
4962
+ "id": "link:remove",
4781
4963
  "pluginAlias": "@proletariat/cli",
4782
4964
  "pluginName": "@proletariat/cli",
4783
4965
  "pluginType": "core",
@@ -4787,147 +4969,45 @@
4787
4969
  "dist",
4788
4970
  "commands",
4789
4971
  "link",
4790
- "create.js"
4972
+ "remove.js"
4791
4973
  ]
4792
4974
  },
4793
- "link": {
4975
+ "pmo:init": {
4794
4976
  "aliases": [],
4795
- "args": {
4796
- "action": {
4797
- "description": "Action to perform",
4798
- "name": "action",
4799
- "options": [
4800
- "create",
4801
- "list",
4802
- "remove"
4803
- ],
4804
- "required": false
4805
- }
4806
- },
4807
- "description": "Manage links (dependencies) between entities",
4977
+ "args": {},
4978
+ "description": "Initialize PMO (Project Management Org) in current directory or HQ",
4808
4979
  "examples": [
4809
- "<%= config.bin %> <%= command.id %> create TKT-001 TKT-002 --type blocks",
4810
- "<%= config.bin %> <%= command.id %> list TKT-001",
4811
- "<%= config.bin %> <%= command.id %> remove TKT-001 TKT-002"
4980
+ "<%= config.bin %> <%= command.id %>",
4981
+ "<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
4982
+ "<%= config.bin %> <%= command.id %> --location separate --template linear"
4812
4983
  ],
4813
4984
  "flags": {
4814
- "project": {
4815
- "char": "P",
4816
- "description": "Project ID (uses first project if only one exists)",
4817
- "name": "project",
4985
+ "location": {
4986
+ "char": "l",
4987
+ "description": "PMO location (separate or repo:name)",
4988
+ "name": "location",
4818
4989
  "hasDynamicHelp": false,
4819
4990
  "multiple": false,
4820
4991
  "type": "option"
4821
4992
  },
4822
- "json": {
4823
- "aliases": [
4824
- "machine"
4825
- ],
4826
- "char": "m",
4827
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
4828
- "name": "json",
4829
- "allowNo": false,
4830
- "type": "boolean"
4831
- }
4832
- },
4833
- "hasDynamicHelp": false,
4834
- "hiddenAliases": [],
4835
- "id": "link",
4836
- "pluginAlias": "@proletariat/cli",
4837
- "pluginName": "@proletariat/cli",
4838
- "pluginType": "core",
4839
- "strict": true,
4840
- "isESM": true,
4841
- "relativePath": [
4842
- "dist",
4843
- "commands",
4844
- "link",
4845
- "index.js"
4846
- ]
4847
- },
4848
- "link:list": {
4849
- "aliases": [],
4850
- "args": {
4851
- "id": {
4852
- "description": "Entity ID (TKT-xxx, SPEC-xxx, or EPIC-xxx)",
4853
- "name": "id",
4854
- "required": true
4855
- }
4856
- },
4857
- "description": "List all links (dependencies) for an entity",
4858
- "examples": [
4859
- "<%= config.bin %> <%= command.id %> TKT-001 # List ticket links",
4860
- "<%= config.bin %> <%= command.id %> SPEC-001 # List spec links",
4861
- "<%= config.bin %> <%= command.id %> EPIC-001 # List epic links",
4862
- "<%= config.bin %> <%= command.id %> TKT-001 --all # Include reverse links"
4863
- ],
4864
- "flags": {
4865
- "project": {
4866
- "char": "P",
4867
- "description": "Project ID (uses first project if only one exists)",
4868
- "name": "project",
4993
+ "template": {
4994
+ "char": "t",
4995
+ "description": "Board template",
4996
+ "name": "template",
4869
4997
  "hasDynamicHelp": false,
4870
4998
  "multiple": false,
4871
- "type": "option"
4872
- },
4873
- "json": {
4874
- "aliases": [
4875
- "machine"
4999
+ "options": [
5000
+ "kanban",
5001
+ "linear",
5002
+ "5-tool-founder",
5003
+ "custom"
4876
5004
  ],
4877
- "char": "m",
4878
- "description": "Output as JSON for AI agents/scripts",
4879
- "name": "json",
4880
- "allowNo": false,
4881
- "type": "boolean"
4882
- },
4883
- "all": {
4884
- "char": "a",
4885
- "description": "Show all links including reverse dependencies (what blocks this, what this blocks)",
4886
- "name": "all",
4887
- "allowNo": false,
4888
- "type": "boolean"
4889
- }
4890
- },
4891
- "hasDynamicHelp": false,
4892
- "hiddenAliases": [],
4893
- "id": "link:list",
4894
- "pluginAlias": "@proletariat/cli",
4895
- "pluginName": "@proletariat/cli",
4896
- "pluginType": "core",
4897
- "strict": true,
4898
- "isESM": true,
4899
- "relativePath": [
4900
- "dist",
4901
- "commands",
4902
- "link",
4903
- "list.js"
4904
- ]
4905
- },
4906
- "link:remove": {
4907
- "aliases": [],
4908
- "args": {
4909
- "from": {
4910
- "description": "Source entity ID (TKT-xxx, SPEC-xxx, or EPIC-xxx)",
4911
- "name": "from",
4912
- "required": true
5005
+ "type": "option"
4913
5006
  },
4914
- "to": {
4915
- "description": "Target entity ID",
4916
- "name": "to",
4917
- "required": true
4918
- }
4919
- },
4920
- "description": "Remove a link (dependency) between two entities",
4921
- "examples": [
4922
- "<%= config.bin %> <%= command.id %> TKT-001 TKT-002 # Remove link between tickets",
4923
- "<%= config.bin %> <%= command.id %> SPEC-001 SPEC-002 # Remove link between specs",
4924
- "<%= config.bin %> <%= command.id %> EPIC-001 EPIC-002 # Remove link between epics"
4925
- ],
4926
- "flags": {
4927
- "project": {
4928
- "char": "P",
4929
- "description": "Project ID (uses first project if only one exists)",
4930
- "name": "project",
5007
+ "name": {
5008
+ "char": "n",
5009
+ "description": "Board name",
5010
+ "name": "name",
4931
5011
  "hasDynamicHelp": false,
4932
5012
  "multiple": false,
4933
5013
  "type": "option"
@@ -4942,24 +5022,30 @@
4942
5022
  "allowNo": false,
4943
5023
  "type": "boolean"
4944
5024
  },
4945
- "type": {
4946
- "char": "t",
4947
- "description": "Link type to remove (if not specified, removes any link)",
4948
- "name": "type",
5025
+ "action": {
5026
+ "description": "Action for existing PMO (cancel or reinitialize)",
5027
+ "hidden": true,
5028
+ "name": "action",
4949
5029
  "hasDynamicHelp": false,
4950
5030
  "multiple": false,
4951
5031
  "options": [
4952
- "blocks",
4953
- "relates",
4954
- "duplicates",
4955
- "depends"
5032
+ "cancel",
5033
+ "reinitialize"
4956
5034
  ],
4957
5035
  "type": "option"
5036
+ },
5037
+ "confirmation": {
5038
+ "description": "Confirmation text for destructive operations",
5039
+ "hidden": true,
5040
+ "name": "confirmation",
5041
+ "hasDynamicHelp": false,
5042
+ "multiple": false,
5043
+ "type": "option"
4958
5044
  }
4959
5045
  },
4960
5046
  "hasDynamicHelp": false,
4961
5047
  "hiddenAliases": [],
4962
- "id": "link:remove",
5048
+ "id": "pmo:init",
4963
5049
  "pluginAlias": "@proletariat/cli",
4964
5050
  "pluginName": "@proletariat/cli",
4965
5051
  "pluginType": "core",
@@ -4968,8 +5054,8 @@
4968
5054
  "relativePath": [
4969
5055
  "dist",
4970
5056
  "commands",
4971
- "link",
4972
- "remove.js"
5057
+ "pmo",
5058
+ "init.js"
4973
5059
  ]
4974
5060
  },
4975
5061
  "phase:create": {
@@ -5711,93 +5797,7 @@
5711
5797
  "status.js"
5712
5798
  ]
5713
5799
  },
5714
- "pmo:init": {
5715
- "aliases": [],
5716
- "args": {},
5717
- "description": "Initialize PMO (Project Management Org) in current directory or HQ",
5718
- "examples": [
5719
- "<%= config.bin %> <%= command.id %>",
5720
- "<%= config.bin %> <%= command.id %> --location repo:proletariat --template 5-tool",
5721
- "<%= config.bin %> <%= command.id %> --location separate --template linear"
5722
- ],
5723
- "flags": {
5724
- "location": {
5725
- "char": "l",
5726
- "description": "PMO location (separate or repo:name)",
5727
- "name": "location",
5728
- "hasDynamicHelp": false,
5729
- "multiple": false,
5730
- "type": "option"
5731
- },
5732
- "template": {
5733
- "char": "t",
5734
- "description": "Board template",
5735
- "name": "template",
5736
- "hasDynamicHelp": false,
5737
- "multiple": false,
5738
- "options": [
5739
- "kanban",
5740
- "linear",
5741
- "5-tool-founder",
5742
- "custom"
5743
- ],
5744
- "type": "option"
5745
- },
5746
- "name": {
5747
- "char": "n",
5748
- "description": "Board name",
5749
- "name": "name",
5750
- "hasDynamicHelp": false,
5751
- "multiple": false,
5752
- "type": "option"
5753
- },
5754
- "json": {
5755
- "aliases": [
5756
- "machine"
5757
- ],
5758
- "char": "m",
5759
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
5760
- "name": "json",
5761
- "allowNo": false,
5762
- "type": "boolean"
5763
- },
5764
- "action": {
5765
- "description": "Action for existing PMO (cancel or reinitialize)",
5766
- "hidden": true,
5767
- "name": "action",
5768
- "hasDynamicHelp": false,
5769
- "multiple": false,
5770
- "options": [
5771
- "cancel",
5772
- "reinitialize"
5773
- ],
5774
- "type": "option"
5775
- },
5776
- "confirmation": {
5777
- "description": "Confirmation text for destructive operations",
5778
- "hidden": true,
5779
- "name": "confirmation",
5780
- "hasDynamicHelp": false,
5781
- "multiple": false,
5782
- "type": "option"
5783
- }
5784
- },
5785
- "hasDynamicHelp": false,
5786
- "hiddenAliases": [],
5787
- "id": "pmo:init",
5788
- "pluginAlias": "@proletariat/cli",
5789
- "pluginName": "@proletariat/cli",
5790
- "pluginType": "core",
5791
- "strict": true,
5792
- "isESM": true,
5793
- "relativePath": [
5794
- "dist",
5795
- "commands",
5796
- "pmo",
5797
- "init.js"
5798
- ]
5799
- },
5800
- "project:archive": {
5800
+ "project:archive": {
5801
5801
  "aliases": [],
5802
5802
  "args": {
5803
5803
  "id": {
@@ -6957,21 +6957,25 @@
6957
6957
  "list.js"
6958
6958
  ]
6959
6959
  },
6960
- "spec:create": {
6960
+ "roadmap:add-project": {
6961
6961
  "aliases": [],
6962
6962
  "args": {
6963
- "title": {
6964
- "description": "Spec title",
6965
- "name": "title",
6963
+ "roadmap": {
6964
+ "description": "Roadmap ID",
6965
+ "name": "roadmap",
6966
+ "required": false
6967
+ },
6968
+ "project": {
6969
+ "description": "Project ID to add",
6970
+ "name": "project",
6966
6971
  "required": false
6967
6972
  }
6968
6973
  },
6969
- "description": "Create a new spec",
6974
+ "description": "Add a project to a roadmap",
6970
6975
  "examples": [
6971
- "<%= config.bin %> <%= command.id %> \"User Authentication\"",
6972
- "<%= config.bin %> <%= command.id %> --title \"API Design\" --type product",
6973
- "<%= config.bin %> <%= command.id %> -i # Interactive mode",
6974
- "<%= config.bin %> <%= command.id %> --title \"Test\" --dry-run --json # Validate without creating"
6976
+ "<%= config.bin %> <%= command.id %> my-roadmap my-project",
6977
+ "<%= config.bin %> <%= command.id %> my-roadmap # Interactive project selection",
6978
+ "<%= config.bin %> <%= command.id %> # Interactive selection for both"
6975
6979
  ],
6976
6980
  "flags": {
6977
6981
  "project": {
@@ -6987,70 +6991,109 @@
6987
6991
  "machine"
6988
6992
  ],
6989
6993
  "char": "m",
6990
- "description": "Output as JSON for AI agents/scripts",
6994
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
6991
6995
  "name": "json",
6992
6996
  "allowNo": false,
6993
6997
  "type": "boolean"
6994
6998
  },
6995
- "title": {
6996
- "char": "t",
6997
- "description": "Spec title [required for non-interactive]",
6998
- "name": "title",
6999
+ "position": {
7000
+ "char": "p",
7001
+ "description": "Position in the roadmap (0-indexed)",
7002
+ "name": "position",
6999
7003
  "hasDynamicHelp": false,
7000
7004
  "multiple": false,
7001
7005
  "type": "option"
7002
- },
7003
- "status": {
7004
- "char": "s",
7005
- "description": "Spec status",
7006
- "name": "status",
7007
- "default": "draft",
7006
+ }
7007
+ },
7008
+ "hasDynamicHelp": false,
7009
+ "hiddenAliases": [],
7010
+ "id": "roadmap:add-project",
7011
+ "pluginAlias": "@proletariat/cli",
7012
+ "pluginName": "@proletariat/cli",
7013
+ "pluginType": "core",
7014
+ "strict": true,
7015
+ "isESM": true,
7016
+ "relativePath": [
7017
+ "dist",
7018
+ "commands",
7019
+ "roadmap",
7020
+ "add-project.js"
7021
+ ]
7022
+ },
7023
+ "roadmap:create": {
7024
+ "aliases": [],
7025
+ "args": {
7026
+ "name": {
7027
+ "description": "Roadmap name",
7028
+ "name": "name",
7029
+ "required": false
7030
+ }
7031
+ },
7032
+ "description": "Create a new roadmap",
7033
+ "examples": [
7034
+ "<%= config.bin %> <%= command.id %> \"Public Roadmap\"",
7035
+ "<%= config.bin %> <%= command.id %> --name \"Internal Roadmap\" --description \"Full project list\"",
7036
+ "<%= config.bin %> <%= command.id %> -i # Interactive mode"
7037
+ ],
7038
+ "flags": {
7039
+ "project": {
7040
+ "char": "P",
7041
+ "description": "Project ID (uses first project if only one exists)",
7042
+ "name": "project",
7008
7043
  "hasDynamicHelp": false,
7009
7044
  "multiple": false,
7010
- "options": [
7011
- "draft",
7012
- "active",
7013
- "implemented"
7045
+ "type": "option"
7046
+ },
7047
+ "json": {
7048
+ "aliases": [
7049
+ "machine"
7014
7050
  ],
7051
+ "char": "m",
7052
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7053
+ "name": "json",
7054
+ "allowNo": false,
7055
+ "type": "boolean"
7056
+ },
7057
+ "name": {
7058
+ "char": "n",
7059
+ "description": "Roadmap name",
7060
+ "name": "name",
7061
+ "hasDynamicHelp": false,
7062
+ "multiple": false,
7015
7063
  "type": "option"
7016
7064
  },
7017
- "type": {
7018
- "description": "Spec type",
7019
- "name": "type",
7065
+ "id": {
7066
+ "description": "Custom roadmap ID (auto-generated from name if not provided)",
7067
+ "name": "id",
7020
7068
  "hasDynamicHelp": false,
7021
7069
  "multiple": false,
7022
- "options": [
7023
- "product",
7024
- "platform",
7025
- "infra",
7026
- "integration"
7027
- ],
7028
7070
  "type": "option"
7029
7071
  },
7030
- "problem": {
7031
- "description": "Problem statement",
7032
- "name": "problem",
7072
+ "description": {
7073
+ "char": "d",
7074
+ "description": "Roadmap description",
7075
+ "name": "description",
7033
7076
  "hasDynamicHelp": false,
7034
7077
  "multiple": false,
7035
7078
  "type": "option"
7036
7079
  },
7080
+ "default": {
7081
+ "description": "Set as the default roadmap",
7082
+ "name": "default",
7083
+ "allowNo": false,
7084
+ "type": "boolean"
7085
+ },
7037
7086
  "interactive": {
7038
7087
  "char": "i",
7039
7088
  "description": "Interactive mode",
7040
7089
  "name": "interactive",
7041
7090
  "allowNo": false,
7042
7091
  "type": "boolean"
7043
- },
7044
- "dry-run": {
7045
- "description": "Validate inputs without creating spec (use with --json for structured output)",
7046
- "name": "dry-run",
7047
- "allowNo": false,
7048
- "type": "boolean"
7049
7092
  }
7050
7093
  },
7051
7094
  "hasDynamicHelp": false,
7052
7095
  "hiddenAliases": [],
7053
- "id": "spec:create",
7096
+ "id": "roadmap:create",
7054
7097
  "pluginAlias": "@proletariat/cli",
7055
7098
  "pluginName": "@proletariat/cli",
7056
7099
  "pluginType": "core",
@@ -7059,23 +7102,24 @@
7059
7102
  "relativePath": [
7060
7103
  "dist",
7061
7104
  "commands",
7062
- "spec",
7105
+ "roadmap",
7063
7106
  "create.js"
7064
7107
  ]
7065
7108
  },
7066
- "spec:delete": {
7109
+ "roadmap:delete": {
7067
7110
  "aliases": [],
7068
7111
  "args": {
7069
7112
  "id": {
7070
- "description": "Spec ID to delete",
7113
+ "description": "Roadmap ID to delete",
7071
7114
  "name": "id",
7072
7115
  "required": false
7073
7116
  }
7074
7117
  },
7075
- "description": "Delete a spec",
7118
+ "description": "Delete a roadmap",
7076
7119
  "examples": [
7077
- "<%= config.bin %> <%= command.id %> my-spec",
7078
- "<%= config.bin %> <%= command.id %> my-spec --force",
7120
+ "<%= config.bin %> <%= command.id %> my-roadmap",
7121
+ "<%= config.bin %> <%= command.id %> my-roadmap --force",
7122
+ "<%= config.bin %> <%= command.id %> default-roadmap --force # Required for default",
7079
7123
  "<%= config.bin %> <%= command.id %> # Interactive selection"
7080
7124
  ],
7081
7125
  "flags": {
@@ -7092,14 +7136,14 @@
7092
7136
  "machine"
7093
7137
  ],
7094
7138
  "char": "m",
7095
- "description": "Output as JSON for AI agents/scripts",
7139
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7096
7140
  "name": "json",
7097
7141
  "allowNo": false,
7098
7142
  "type": "boolean"
7099
7143
  },
7100
7144
  "force": {
7101
7145
  "char": "f",
7102
- "description": "Skip confirmation prompt",
7146
+ "description": "Skip confirmation (required for default roadmap)",
7103
7147
  "name": "force",
7104
7148
  "allowNo": false,
7105
7149
  "type": "boolean"
@@ -7107,7 +7151,7 @@
7107
7151
  },
7108
7152
  "hasDynamicHelp": false,
7109
7153
  "hiddenAliases": [],
7110
- "id": "spec:delete",
7154
+ "id": "roadmap:delete",
7111
7155
  "pluginAlias": "@proletariat/cli",
7112
7156
  "pluginName": "@proletariat/cli",
7113
7157
  "pluginType": "core",
@@ -7116,26 +7160,24 @@
7116
7160
  "relativePath": [
7117
7161
  "dist",
7118
7162
  "commands",
7119
- "spec",
7163
+ "roadmap",
7120
7164
  "delete.js"
7121
7165
  ]
7122
7166
  },
7123
- "spec:edit": {
7167
+ "roadmap:generate": {
7124
7168
  "aliases": [],
7125
7169
  "args": {
7126
- "spec": {
7127
- "description": "Spec ID to edit",
7128
- "name": "spec",
7170
+ "id": {
7171
+ "description": "Roadmap ID to generate",
7172
+ "name": "id",
7129
7173
  "required": false
7130
7174
  }
7131
7175
  },
7132
- "description": "Edit an existing spec",
7176
+ "description": "Generate roadmap markdown file",
7133
7177
  "examples": [
7134
- "<%= config.bin %> <%= command.id %> user-authentication",
7135
- "<%= config.bin %> <%= command.id %> --spec api-design --title \"New API Design\"",
7136
- "<%= config.bin %> <%= command.id %> user-auth --status active",
7137
- "<%= config.bin %> <%= command.id %> user-auth --type product --problem \"Need better auth\"",
7138
- "<%= config.bin %> <%= command.id %> -i # Interactive mode"
7178
+ "<%= config.bin %> <%= command.id %> my-roadmap",
7179
+ "<%= config.bin %> <%= command.id %> --all",
7180
+ "<%= config.bin %> <%= command.id %> my-roadmap --output ./docs"
7139
7181
  ],
7140
7182
  "flags": {
7141
7183
  "project": {
@@ -7151,85 +7193,35 @@
7151
7193
  "machine"
7152
7194
  ],
7153
7195
  "char": "m",
7154
- "description": "Output as JSON for AI agents/scripts",
7196
+ "description": "Output prompt configuration as JSON",
7155
7197
  "name": "json",
7156
7198
  "allowNo": false,
7157
7199
  "type": "boolean"
7158
7200
  },
7159
- "spec": {
7160
- "char": "s",
7161
- "description": "Spec ID to edit",
7162
- "name": "spec",
7163
- "hasDynamicHelp": false,
7164
- "multiple": false,
7165
- "type": "option"
7166
- },
7167
- "title": {
7168
- "char": "t",
7169
- "description": "New spec title",
7170
- "name": "title",
7171
- "hasDynamicHelp": false,
7172
- "multiple": false,
7173
- "type": "option"
7174
- },
7175
- "status": {
7176
- "description": "Spec status",
7177
- "name": "status",
7178
- "hasDynamicHelp": false,
7179
- "multiple": false,
7180
- "options": [
7181
- "draft",
7182
- "active",
7183
- "implemented"
7184
- ],
7185
- "type": "option"
7186
- },
7187
- "type": {
7188
- "description": "Spec type",
7189
- "name": "type",
7190
- "hasDynamicHelp": false,
7191
- "multiple": false,
7192
- "options": [
7193
- "product",
7194
- "platform",
7195
- "infra",
7196
- "integration",
7197
- "none"
7198
- ],
7199
- "type": "option"
7200
- },
7201
- "problem": {
7202
- "description": "Problem statement",
7203
- "name": "problem",
7204
- "hasDynamicHelp": false,
7205
- "multiple": false,
7206
- "type": "option"
7207
- },
7208
- "solution": {
7209
- "description": "Solution description",
7210
- "name": "solution",
7211
- "hasDynamicHelp": false,
7212
- "multiple": false,
7213
- "type": "option"
7201
+ "all": {
7202
+ "description": "Generate all roadmaps",
7203
+ "name": "all",
7204
+ "allowNo": false,
7205
+ "type": "boolean"
7214
7206
  },
7215
- "decisions": {
7216
- "description": "Design decisions",
7217
- "name": "decisions",
7207
+ "output": {
7208
+ "char": "o",
7209
+ "description": "Output directory (default: {pmoPath}/roadmaps)",
7210
+ "name": "output",
7218
7211
  "hasDynamicHelp": false,
7219
7212
  "multiple": false,
7220
7213
  "type": "option"
7221
7214
  },
7222
- "interactive": {
7223
- "char": "i",
7224
- "description": "Interactive mode - prompts for all fields",
7225
- "name": "interactive",
7215
+ "exclude-done": {
7216
+ "description": "Exclude completed tickets from roadmap",
7217
+ "name": "exclude-done",
7226
7218
  "allowNo": false,
7227
7219
  "type": "boolean"
7228
7220
  }
7229
7221
  },
7230
7222
  "hasDynamicHelp": false,
7231
7223
  "hiddenAliases": [],
7232
- "id": "spec:edit",
7224
+ "id": "roadmap:generate",
7233
7225
  "pluginAlias": "@proletariat/cli",
7234
7226
  "pluginName": "@proletariat/cli",
7235
7227
  "pluginType": "core",
@@ -7238,14 +7230,14 @@
7238
7230
  "relativePath": [
7239
7231
  "dist",
7240
7232
  "commands",
7241
- "spec",
7242
- "edit.js"
7233
+ "roadmap",
7234
+ "generate.js"
7243
7235
  ]
7244
7236
  },
7245
- "spec": {
7237
+ "roadmap": {
7246
7238
  "aliases": [],
7247
7239
  "args": {},
7248
- "description": "Interactive menu for spec operations",
7240
+ "description": "Interactive menu for roadmap operations",
7249
7241
  "examples": [
7250
7242
  "<%= config.bin %> <%= command.id %>"
7251
7243
  ],
@@ -7263,7 +7255,7 @@
7263
7255
  "machine"
7264
7256
  ],
7265
7257
  "char": "m",
7266
- "description": "Output as JSON for AI agents/scripts",
7258
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7267
7259
  "name": "json",
7268
7260
  "allowNo": false,
7269
7261
  "type": "boolean"
@@ -7271,7 +7263,7 @@
7271
7263
  },
7272
7264
  "hasDynamicHelp": false,
7273
7265
  "hiddenAliases": [],
7274
- "id": "spec",
7266
+ "id": "roadmap",
7275
7267
  "pluginAlias": "@proletariat/cli",
7276
7268
  "pluginName": "@proletariat/cli",
7277
7269
  "pluginType": "core",
@@ -7280,18 +7272,16 @@
7280
7272
  "relativePath": [
7281
7273
  "dist",
7282
7274
  "commands",
7283
- "spec",
7275
+ "roadmap",
7284
7276
  "index.js"
7285
7277
  ]
7286
7278
  },
7287
- "spec:list": {
7279
+ "roadmap:list": {
7288
7280
  "aliases": [],
7289
7281
  "args": {},
7290
- "description": "List all specs",
7282
+ "description": "List all roadmaps",
7291
7283
  "examples": [
7292
- "<%= config.bin %> <%= command.id %>",
7293
- "<%= config.bin %> <%= command.id %> --status active",
7294
- "<%= config.bin %> <%= command.id %> --type product"
7284
+ "<%= config.bin %> <%= command.id %>"
7295
7285
  ],
7296
7286
  "flags": {
7297
7287
  "project": {
@@ -7311,45 +7301,11 @@
7311
7301
  "name": "json",
7312
7302
  "allowNo": false,
7313
7303
  "type": "boolean"
7314
- },
7315
- "status": {
7316
- "char": "s",
7317
- "description": "Filter by status",
7318
- "name": "status",
7319
- "hasDynamicHelp": false,
7320
- "multiple": false,
7321
- "options": [
7322
- "draft",
7323
- "active",
7324
- "implemented"
7325
- ],
7326
- "type": "option"
7327
- },
7328
- "type": {
7329
- "char": "t",
7330
- "description": "Filter by type",
7331
- "name": "type",
7332
- "hasDynamicHelp": false,
7333
- "multiple": false,
7334
- "options": [
7335
- "product",
7336
- "platform",
7337
- "infra",
7338
- "integration"
7339
- ],
7340
- "type": "option"
7341
- },
7342
- "search": {
7343
- "description": "Search in title/problem/solution",
7344
- "name": "search",
7345
- "hasDynamicHelp": false,
7346
- "multiple": false,
7347
- "type": "option"
7348
7304
  }
7349
7305
  },
7350
7306
  "hasDynamicHelp": false,
7351
7307
  "hiddenAliases": [],
7352
- "id": "spec:list",
7308
+ "id": "roadmap:list",
7353
7309
  "pluginAlias": "@proletariat/cli",
7354
7310
  "pluginName": "@proletariat/cli",
7355
7311
  "pluginType": "core",
@@ -7358,23 +7314,29 @@
7358
7314
  "relativePath": [
7359
7315
  "dist",
7360
7316
  "commands",
7361
- "spec",
7317
+ "roadmap",
7362
7318
  "list.js"
7363
7319
  ]
7364
7320
  },
7365
- "spec:plan": {
7321
+ "roadmap:remove-project": {
7366
7322
  "aliases": [],
7367
7323
  "args": {
7368
- "spec": {
7369
- "description": "Spec ID",
7370
- "name": "spec",
7324
+ "roadmap": {
7325
+ "description": "Roadmap ID",
7326
+ "name": "roadmap",
7327
+ "required": false
7328
+ },
7329
+ "project": {
7330
+ "description": "Project ID to remove",
7331
+ "name": "project",
7371
7332
  "required": false
7372
7333
  }
7373
7334
  },
7374
- "description": "Generate tickets from spec by comparing ideal state vs codebase (uses LLM)",
7335
+ "description": "Remove a project from a roadmap",
7375
7336
  "examples": [
7376
- "<%= config.bin %> <%= command.id %> user-authentication",
7377
- "<%= config.bin %> <%= command.id %> --spec api-design --dry-run"
7337
+ "<%= config.bin %> <%= command.id %> my-roadmap my-project",
7338
+ "<%= config.bin %> <%= command.id %> my-roadmap # Interactive project selection",
7339
+ "<%= config.bin %> <%= command.id %> # Interactive selection for both"
7378
7340
  ],
7379
7341
  "flags": {
7380
7342
  "project": {
@@ -7390,29 +7352,22 @@
7390
7352
  "machine"
7391
7353
  ],
7392
7354
  "char": "m",
7393
- "description": "Output as JSON for AI agents/scripts",
7355
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7394
7356
  "name": "json",
7395
7357
  "allowNo": false,
7396
7358
  "type": "boolean"
7397
7359
  },
7398
- "spec": {
7399
- "char": "s",
7400
- "description": "Spec ID",
7401
- "name": "spec",
7402
- "hasDynamicHelp": false,
7403
- "multiple": false,
7404
- "type": "option"
7405
- },
7406
- "dry-run": {
7407
- "description": "Show what would be created without creating tickets",
7408
- "name": "dry-run",
7360
+ "force": {
7361
+ "char": "f",
7362
+ "description": "Skip confirmation",
7363
+ "name": "force",
7409
7364
  "allowNo": false,
7410
7365
  "type": "boolean"
7411
7366
  }
7412
7367
  },
7413
7368
  "hasDynamicHelp": false,
7414
7369
  "hiddenAliases": [],
7415
- "id": "spec:plan",
7370
+ "id": "roadmap:remove-project",
7416
7371
  "pluginAlias": "@proletariat/cli",
7417
7372
  "pluginName": "@proletariat/cli",
7418
7373
  "pluginType": "core",
@@ -7421,33 +7376,29 @@
7421
7376
  "relativePath": [
7422
7377
  "dist",
7423
7378
  "commands",
7424
- "spec",
7425
- "plan.js"
7379
+ "roadmap",
7380
+ "remove-project.js"
7426
7381
  ]
7427
7382
  },
7428
- "spec:ticket": {
7383
+ "roadmap:reorder": {
7429
7384
  "aliases": [],
7430
7385
  "args": {
7431
- "ticketId": {
7432
- "description": "Ticket ID",
7433
- "name": "ticketId",
7434
- "required": false
7435
- },
7436
- "specId": {
7437
- "description": "Spec ID (filename without .md)",
7438
- "name": "specId",
7386
+ "roadmap": {
7387
+ "description": "Roadmap ID",
7388
+ "name": "roadmap",
7439
7389
  "required": false
7440
7390
  }
7441
7391
  },
7442
- "description": "Assign a ticket to a spec document",
7392
+ "description": "Reorder projects in a roadmap",
7443
7393
  "examples": [
7444
- "<%= config.bin %> <%= command.id %> PRLT-001 user-authentication",
7445
- "<%= config.bin %> <%= command.id %> --ticket PRLT-001 --spec api-design"
7394
+ "<%= config.bin %> <%= command.id %> my-roadmap",
7395
+ "<%= config.bin %> <%= command.id %> my-roadmap --project my-project --position 0",
7396
+ "<%= config.bin %> <%= command.id %> # Interactive selection"
7446
7397
  ],
7447
7398
  "flags": {
7448
7399
  "project": {
7449
- "char": "P",
7450
- "description": "Project ID (uses first project if only one exists)",
7400
+ "char": "p",
7401
+ "description": "Project ID to move",
7451
7402
  "name": "project",
7452
7403
  "hasDynamicHelp": false,
7453
7404
  "multiple": false,
@@ -7458,23 +7409,14 @@
7458
7409
  "machine"
7459
7410
  ],
7460
7411
  "char": "m",
7461
- "description": "Output as JSON for AI agents/scripts",
7412
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7462
7413
  "name": "json",
7463
7414
  "allowNo": false,
7464
7415
  "type": "boolean"
7465
7416
  },
7466
- "ticket": {
7467
- "char": "t",
7468
- "description": "Ticket ID",
7469
- "name": "ticket",
7470
- "hasDynamicHelp": false,
7471
- "multiple": false,
7472
- "type": "option"
7473
- },
7474
- "spec": {
7475
- "char": "s",
7476
- "description": "Spec ID (filename without .md)",
7477
- "name": "spec",
7417
+ "position": {
7418
+ "description": "New position (0-indexed)",
7419
+ "name": "position",
7478
7420
  "hasDynamicHelp": false,
7479
7421
  "multiple": false,
7480
7422
  "type": "option"
@@ -7482,7 +7424,7 @@
7482
7424
  },
7483
7425
  "hasDynamicHelp": false,
7484
7426
  "hiddenAliases": [],
7485
- "id": "spec:ticket",
7427
+ "id": "roadmap:reorder",
7486
7428
  "pluginAlias": "@proletariat/cli",
7487
7429
  "pluginName": "@proletariat/cli",
7488
7430
  "pluginType": "core",
@@ -7491,23 +7433,24 @@
7491
7433
  "relativePath": [
7492
7434
  "dist",
7493
7435
  "commands",
7494
- "spec",
7495
- "ticket.js"
7436
+ "roadmap",
7437
+ "reorder.js"
7496
7438
  ]
7497
7439
  },
7498
- "spec:view": {
7440
+ "roadmap:update": {
7499
7441
  "aliases": [],
7500
7442
  "args": {
7501
- "spec": {
7502
- "description": "Spec ID",
7503
- "name": "spec",
7443
+ "id": {
7444
+ "description": "Roadmap ID to update",
7445
+ "name": "id",
7504
7446
  "required": false
7505
7447
  }
7506
7448
  },
7507
- "description": "View a spec and its linked tickets",
7449
+ "description": "Update a roadmap",
7508
7450
  "examples": [
7509
- "<%= config.bin %> <%= command.id %> user-authentication",
7510
- "<%= config.bin %> <%= command.id %> --spec api-design"
7451
+ "<%= config.bin %> <%= command.id %> my-roadmap --name \"New Name\"",
7452
+ "<%= config.bin %> <%= command.id %> my-roadmap --default",
7453
+ "<%= config.bin %> <%= command.id %> # Interactive selection"
7511
7454
  ],
7512
7455
  "flags": {
7513
7456
  "project": {
@@ -7523,30 +7466,37 @@
7523
7466
  "machine"
7524
7467
  ],
7525
7468
  "char": "m",
7526
- "description": "Output as JSON for AI agents/scripts",
7469
+ "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7527
7470
  "name": "json",
7528
7471
  "allowNo": false,
7529
7472
  "type": "boolean"
7530
7473
  },
7531
- "spec": {
7532
- "char": "s",
7533
- "description": "Spec ID",
7534
- "name": "spec",
7474
+ "name": {
7475
+ "char": "n",
7476
+ "description": "New roadmap name",
7477
+ "name": "name",
7535
7478
  "hasDynamicHelp": false,
7536
7479
  "multiple": false,
7537
7480
  "type": "option"
7538
7481
  },
7539
- "full": {
7540
- "char": "f",
7541
- "description": "Show all spec sections",
7542
- "name": "full",
7543
- "allowNo": false,
7544
- "type": "boolean"
7545
- }
7546
- },
7547
- "hasDynamicHelp": false,
7482
+ "description": {
7483
+ "char": "d",
7484
+ "description": "New roadmap description",
7485
+ "name": "description",
7486
+ "hasDynamicHelp": false,
7487
+ "multiple": false,
7488
+ "type": "option"
7489
+ },
7490
+ "default": {
7491
+ "description": "Set as the default roadmap",
7492
+ "name": "default",
7493
+ "allowNo": true,
7494
+ "type": "boolean"
7495
+ }
7496
+ },
7497
+ "hasDynamicHelp": false,
7548
7498
  "hiddenAliases": [],
7549
- "id": "spec:view",
7499
+ "id": "roadmap:update",
7550
7500
  "pluginAlias": "@proletariat/cli",
7551
7501
  "pluginName": "@proletariat/cli",
7552
7502
  "pluginType": "core",
@@ -7555,29 +7505,23 @@
7555
7505
  "relativePath": [
7556
7506
  "dist",
7557
7507
  "commands",
7558
- "spec",
7559
- "view.js"
7508
+ "roadmap",
7509
+ "update.js"
7560
7510
  ]
7561
7511
  },
7562
- "roadmap:add-project": {
7512
+ "roadmap:view": {
7563
7513
  "aliases": [],
7564
7514
  "args": {
7565
- "roadmap": {
7566
- "description": "Roadmap ID",
7567
- "name": "roadmap",
7568
- "required": false
7569
- },
7570
- "project": {
7571
- "description": "Project ID to add",
7572
- "name": "project",
7515
+ "id": {
7516
+ "description": "Roadmap ID to view",
7517
+ "name": "id",
7573
7518
  "required": false
7574
7519
  }
7575
7520
  },
7576
- "description": "Add a project to a roadmap",
7521
+ "description": "View roadmap details and its projects",
7577
7522
  "examples": [
7578
- "<%= config.bin %> <%= command.id %> my-roadmap my-project",
7579
- "<%= config.bin %> <%= command.id %> my-roadmap # Interactive project selection",
7580
- "<%= config.bin %> <%= command.id %> # Interactive selection for both"
7523
+ "<%= config.bin %> <%= command.id %> my-roadmap",
7524
+ "<%= config.bin %> <%= command.id %> # Interactive selection"
7581
7525
  ],
7582
7526
  "flags": {
7583
7527
  "project": {
@@ -7597,19 +7541,11 @@
7597
7541
  "name": "json",
7598
7542
  "allowNo": false,
7599
7543
  "type": "boolean"
7600
- },
7601
- "position": {
7602
- "char": "p",
7603
- "description": "Position in the roadmap (0-indexed)",
7604
- "name": "position",
7605
- "hasDynamicHelp": false,
7606
- "multiple": false,
7607
- "type": "option"
7608
7544
  }
7609
7545
  },
7610
7546
  "hasDynamicHelp": false,
7611
7547
  "hiddenAliases": [],
7612
- "id": "roadmap:add-project",
7548
+ "id": "roadmap:view",
7613
7549
  "pluginAlias": "@proletariat/cli",
7614
7550
  "pluginName": "@proletariat/cli",
7615
7551
  "pluginType": "core",
@@ -7619,29 +7555,36 @@
7619
7555
  "dist",
7620
7556
  "commands",
7621
7557
  "roadmap",
7622
- "add-project.js"
7558
+ "view.js"
7623
7559
  ]
7624
7560
  },
7625
- "roadmap:create": {
7561
+ "staff:add": {
7626
7562
  "aliases": [],
7627
7563
  "args": {
7628
- "name": {
7629
- "description": "Roadmap name",
7630
- "name": "name",
7564
+ "names": {
7565
+ "description": "Agent names to add (space-separated)",
7566
+ "name": "names",
7631
7567
  "required": false
7632
7568
  }
7633
7569
  },
7634
- "description": "Create a new roadmap",
7570
+ "description": "Add new agents to the workspace",
7635
7571
  "examples": [
7636
- "<%= config.bin %> <%= command.id %> \"Public Roadmap\"",
7637
- "<%= config.bin %> <%= command.id %> --name \"Internal Roadmap\" --description \"Full project list\"",
7638
- "<%= config.bin %> <%= command.id %> -i # Interactive mode"
7572
+ "<%= config.bin %> <%= command.id %> zeus",
7573
+ "<%= config.bin %> <%= command.id %> agent-1 agent-2",
7574
+ "<%= config.bin %> <%= command.id %> --theme billionaires",
7575
+ "<%= config.bin %> <%= command.id %> my-agent --no-container"
7639
7576
  ],
7640
7577
  "flags": {
7641
- "project": {
7642
- "char": "P",
7643
- "description": "Project ID (uses first project if only one exists)",
7644
- "name": "project",
7578
+ "no-container": {
7579
+ "description": "Skip devcontainer setup (not recommended for autonomous agents)",
7580
+ "name": "no-container",
7581
+ "allowNo": false,
7582
+ "type": "boolean"
7583
+ },
7584
+ "theme": {
7585
+ "char": "t",
7586
+ "description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
7587
+ "name": "theme",
7645
7588
  "hasDynamicHelp": false,
7646
7589
  "multiple": false,
7647
7590
  "type": "option"
@@ -7651,78 +7594,41 @@
7651
7594
  "machine"
7652
7595
  ],
7653
7596
  "char": "m",
7654
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7597
+ "description": "Output as JSON for AI agents/scripts",
7655
7598
  "name": "json",
7656
7599
  "allowNo": false,
7657
7600
  "type": "boolean"
7658
7601
  },
7659
- "name": {
7660
- "char": "n",
7661
- "description": "Roadmap name",
7662
- "name": "name",
7663
- "hasDynamicHelp": false,
7664
- "multiple": false,
7665
- "type": "option"
7666
- },
7667
- "id": {
7668
- "description": "Custom roadmap ID (auto-generated from name if not provided)",
7669
- "name": "id",
7670
- "hasDynamicHelp": false,
7671
- "multiple": false,
7672
- "type": "option"
7673
- },
7674
- "description": {
7675
- "char": "d",
7676
- "description": "Roadmap description",
7677
- "name": "description",
7678
- "hasDynamicHelp": false,
7679
- "multiple": false,
7680
- "type": "option"
7681
- },
7682
- "default": {
7683
- "description": "Set as the default roadmap",
7684
- "name": "default",
7685
- "allowNo": false,
7686
- "type": "boolean"
7687
- },
7688
- "interactive": {
7689
- "char": "i",
7690
- "description": "Interactive mode",
7691
- "name": "interactive",
7602
+ "clone": {
7603
+ "description": "Use independent git clone instead of worktree (more isolation, no real-time sync)",
7604
+ "name": "clone",
7692
7605
  "allowNo": false,
7693
7606
  "type": "boolean"
7694
7607
  }
7695
7608
  },
7696
7609
  "hasDynamicHelp": false,
7697
7610
  "hiddenAliases": [],
7698
- "id": "roadmap:create",
7611
+ "id": "staff:add",
7699
7612
  "pluginAlias": "@proletariat/cli",
7700
7613
  "pluginName": "@proletariat/cli",
7701
7614
  "pluginType": "core",
7702
- "strict": true,
7615
+ "strict": false,
7703
7616
  "isESM": true,
7704
7617
  "relativePath": [
7705
7618
  "dist",
7706
7619
  "commands",
7707
- "roadmap",
7708
- "create.js"
7620
+ "staff",
7621
+ "add.js"
7709
7622
  ]
7710
7623
  },
7711
- "roadmap:delete": {
7624
+ "staff": {
7712
7625
  "aliases": [],
7713
- "args": {
7714
- "id": {
7715
- "description": "Roadmap ID to delete",
7716
- "name": "id",
7717
- "required": false
7718
- }
7719
- },
7720
- "description": "Delete a roadmap",
7626
+ "args": {},
7627
+ "description": "Manage staff (persistent) agents",
7721
7628
  "examples": [
7722
- "<%= config.bin %> <%= command.id %> my-roadmap",
7723
- "<%= config.bin %> <%= command.id %> my-roadmap --force",
7724
- "<%= config.bin %> <%= command.id %> default-roadmap --force # Required for default",
7725
- "<%= config.bin %> <%= command.id %> # Interactive selection"
7629
+ "<%= config.bin %> <%= command.id %> list",
7630
+ "<%= config.bin %> <%= command.id %> add",
7631
+ "<%= config.bin %> <%= command.id %> remove camry"
7726
7632
  ],
7727
7633
  "flags": {
7728
7634
  "project": {
@@ -7743,17 +7649,16 @@
7743
7649
  "allowNo": false,
7744
7650
  "type": "boolean"
7745
7651
  },
7746
- "force": {
7747
- "char": "f",
7748
- "description": "Skip confirmation (required for default roadmap)",
7749
- "name": "force",
7652
+ "no-interactive": {
7653
+ "description": "Alias for --json flag",
7654
+ "name": "no-interactive",
7750
7655
  "allowNo": false,
7751
7656
  "type": "boolean"
7752
7657
  }
7753
7658
  },
7754
7659
  "hasDynamicHelp": false,
7755
7660
  "hiddenAliases": [],
7756
- "id": "roadmap:delete",
7661
+ "id": "staff",
7757
7662
  "pluginAlias": "@proletariat/cli",
7758
7663
  "pluginName": "@proletariat/cli",
7759
7664
  "pluginType": "core",
@@ -7762,85 +7667,57 @@
7762
7667
  "relativePath": [
7763
7668
  "dist",
7764
7669
  "commands",
7765
- "roadmap",
7766
- "delete.js"
7670
+ "staff",
7671
+ "index.js"
7767
7672
  ]
7768
7673
  },
7769
- "roadmap:generate": {
7674
+ "staff:list": {
7770
7675
  "aliases": [],
7771
- "args": {
7772
- "id": {
7773
- "description": "Roadmap ID to generate",
7774
- "name": "id",
7775
- "required": false
7776
- }
7777
- },
7778
- "description": "Generate roadmap markdown file",
7676
+ "args": {},
7677
+ "description": "List all staff (persistent) agents and their status",
7779
7678
  "examples": [
7780
- "<%= config.bin %> <%= command.id %> my-roadmap",
7781
- "<%= config.bin %> <%= command.id %> --all",
7782
- "<%= config.bin %> <%= command.id %> my-roadmap --output ./docs"
7679
+ "<%= config.bin %> <%= command.id %>"
7783
7680
  ],
7784
7681
  "flags": {
7785
- "project": {
7786
- "char": "P",
7787
- "description": "Project ID (uses first project if only one exists)",
7788
- "name": "project",
7789
- "hasDynamicHelp": false,
7790
- "multiple": false,
7791
- "type": "option"
7792
- },
7793
7682
  "json": {
7794
7683
  "aliases": [
7795
7684
  "machine"
7796
7685
  ],
7797
7686
  "char": "m",
7798
- "description": "Output prompt configuration as JSON",
7687
+ "description": "Output as JSON for AI agents/scripts",
7799
7688
  "name": "json",
7800
7689
  "allowNo": false,
7801
7690
  "type": "boolean"
7802
- },
7803
- "all": {
7804
- "description": "Generate all roadmaps",
7805
- "name": "all",
7806
- "allowNo": false,
7807
- "type": "boolean"
7808
- },
7809
- "output": {
7810
- "char": "o",
7811
- "description": "Output directory (default: {pmoPath}/roadmaps)",
7812
- "name": "output",
7813
- "hasDynamicHelp": false,
7814
- "multiple": false,
7815
- "type": "option"
7816
- },
7817
- "exclude-done": {
7818
- "description": "Exclude completed tickets from roadmap",
7819
- "name": "exclude-done",
7820
- "allowNo": false,
7821
- "type": "boolean"
7822
7691
  }
7823
7692
  },
7824
7693
  "hasDynamicHelp": false,
7825
7694
  "hiddenAliases": [],
7826
- "id": "roadmap:generate",
7695
+ "id": "staff:list",
7827
7696
  "pluginAlias": "@proletariat/cli",
7828
7697
  "pluginName": "@proletariat/cli",
7829
7698
  "pluginType": "core",
7830
7699
  "strict": true,
7700
+ "enableJsonFlag": false,
7831
7701
  "isESM": true,
7832
7702
  "relativePath": [
7833
7703
  "dist",
7834
7704
  "commands",
7835
- "roadmap",
7836
- "generate.js"
7705
+ "staff",
7706
+ "list.js"
7837
7707
  ]
7838
7708
  },
7839
- "roadmap": {
7709
+ "staff:remove": {
7840
7710
  "aliases": [],
7841
- "args": {},
7842
- "description": "Interactive menu for roadmap operations",
7711
+ "args": {
7712
+ "name": {
7713
+ "description": "Agent name to remove",
7714
+ "name": "name",
7715
+ "required": false
7716
+ }
7717
+ },
7718
+ "description": "Remove a specific agent from the workspace",
7843
7719
  "examples": [
7720
+ "<%= config.bin %> <%= command.id %> camry",
7844
7721
  "<%= config.bin %> <%= command.id %>"
7845
7722
  ],
7846
7723
  "flags": {
@@ -7861,11 +7738,18 @@
7861
7738
  "name": "json",
7862
7739
  "allowNo": false,
7863
7740
  "type": "boolean"
7741
+ },
7742
+ "force": {
7743
+ "char": "f",
7744
+ "description": "Skip confirmation prompt (for non-interactive use)",
7745
+ "name": "force",
7746
+ "allowNo": false,
7747
+ "type": "boolean"
7864
7748
  }
7865
7749
  },
7866
7750
  "hasDynamicHelp": false,
7867
7751
  "hiddenAliases": [],
7868
- "id": "roadmap",
7752
+ "id": "staff:remove",
7869
7753
  "pluginAlias": "@proletariat/cli",
7870
7754
  "pluginName": "@proletariat/cli",
7871
7755
  "pluginType": "core",
@@ -7874,17 +7758,26 @@
7874
7758
  "relativePath": [
7875
7759
  "dist",
7876
7760
  "commands",
7877
- "roadmap",
7878
- "index.js"
7761
+ "staff",
7762
+ "remove.js"
7879
7763
  ]
7880
7764
  },
7881
- "roadmap:list": {
7765
+ "spec:create": {
7882
7766
  "aliases": [],
7883
- "args": {},
7884
- "description": "List all roadmaps",
7767
+ "args": {
7768
+ "title": {
7769
+ "description": "Spec title",
7770
+ "name": "title",
7771
+ "required": false
7772
+ }
7773
+ },
7774
+ "description": "Create a new spec",
7885
7775
  "examples": [
7886
- "<%= config.bin %> <%= command.id %>"
7887
- ],
7776
+ "<%= config.bin %> <%= command.id %> \"User Authentication\"",
7777
+ "<%= config.bin %> <%= command.id %> --title \"API Design\" --type product",
7778
+ "<%= config.bin %> <%= command.id %> -i # Interactive mode",
7779
+ "<%= config.bin %> <%= command.id %> --title \"Test\" --dry-run --json # Validate without creating"
7780
+ ],
7888
7781
  "flags": {
7889
7782
  "project": {
7890
7783
  "char": "P",
@@ -7903,11 +7796,66 @@
7903
7796
  "name": "json",
7904
7797
  "allowNo": false,
7905
7798
  "type": "boolean"
7799
+ },
7800
+ "title": {
7801
+ "char": "t",
7802
+ "description": "Spec title [required for non-interactive]",
7803
+ "name": "title",
7804
+ "hasDynamicHelp": false,
7805
+ "multiple": false,
7806
+ "type": "option"
7807
+ },
7808
+ "status": {
7809
+ "char": "s",
7810
+ "description": "Spec status",
7811
+ "name": "status",
7812
+ "default": "draft",
7813
+ "hasDynamicHelp": false,
7814
+ "multiple": false,
7815
+ "options": [
7816
+ "draft",
7817
+ "active",
7818
+ "implemented"
7819
+ ],
7820
+ "type": "option"
7821
+ },
7822
+ "type": {
7823
+ "description": "Spec type",
7824
+ "name": "type",
7825
+ "hasDynamicHelp": false,
7826
+ "multiple": false,
7827
+ "options": [
7828
+ "product",
7829
+ "platform",
7830
+ "infra",
7831
+ "integration"
7832
+ ],
7833
+ "type": "option"
7834
+ },
7835
+ "problem": {
7836
+ "description": "Problem statement",
7837
+ "name": "problem",
7838
+ "hasDynamicHelp": false,
7839
+ "multiple": false,
7840
+ "type": "option"
7841
+ },
7842
+ "interactive": {
7843
+ "char": "i",
7844
+ "description": "Interactive mode",
7845
+ "name": "interactive",
7846
+ "allowNo": false,
7847
+ "type": "boolean"
7848
+ },
7849
+ "dry-run": {
7850
+ "description": "Validate inputs without creating spec (use with --json for structured output)",
7851
+ "name": "dry-run",
7852
+ "allowNo": false,
7853
+ "type": "boolean"
7906
7854
  }
7907
7855
  },
7908
7856
  "hasDynamicHelp": false,
7909
7857
  "hiddenAliases": [],
7910
- "id": "roadmap:list",
7858
+ "id": "spec:create",
7911
7859
  "pluginAlias": "@proletariat/cli",
7912
7860
  "pluginName": "@proletariat/cli",
7913
7861
  "pluginType": "core",
@@ -7916,29 +7864,24 @@
7916
7864
  "relativePath": [
7917
7865
  "dist",
7918
7866
  "commands",
7919
- "roadmap",
7920
- "list.js"
7867
+ "spec",
7868
+ "create.js"
7921
7869
  ]
7922
7870
  },
7923
- "roadmap:remove-project": {
7871
+ "spec:delete": {
7924
7872
  "aliases": [],
7925
7873
  "args": {
7926
- "roadmap": {
7927
- "description": "Roadmap ID",
7928
- "name": "roadmap",
7929
- "required": false
7930
- },
7931
- "project": {
7932
- "description": "Project ID to remove",
7933
- "name": "project",
7874
+ "id": {
7875
+ "description": "Spec ID to delete",
7876
+ "name": "id",
7934
7877
  "required": false
7935
7878
  }
7936
7879
  },
7937
- "description": "Remove a project from a roadmap",
7880
+ "description": "Delete a spec",
7938
7881
  "examples": [
7939
- "<%= config.bin %> <%= command.id %> my-roadmap my-project",
7940
- "<%= config.bin %> <%= command.id %> my-roadmap # Interactive project selection",
7941
- "<%= config.bin %> <%= command.id %> # Interactive selection for both"
7882
+ "<%= config.bin %> <%= command.id %> my-spec",
7883
+ "<%= config.bin %> <%= command.id %> my-spec --force",
7884
+ "<%= config.bin %> <%= command.id %> # Interactive selection"
7942
7885
  ],
7943
7886
  "flags": {
7944
7887
  "project": {
@@ -7954,14 +7897,14 @@
7954
7897
  "machine"
7955
7898
  ],
7956
7899
  "char": "m",
7957
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7900
+ "description": "Output as JSON for AI agents/scripts",
7958
7901
  "name": "json",
7959
7902
  "allowNo": false,
7960
7903
  "type": "boolean"
7961
7904
  },
7962
7905
  "force": {
7963
7906
  "char": "f",
7964
- "description": "Skip confirmation",
7907
+ "description": "Skip confirmation prompt",
7965
7908
  "name": "force",
7966
7909
  "allowNo": false,
7967
7910
  "type": "boolean"
@@ -7969,7 +7912,7 @@
7969
7912
  },
7970
7913
  "hasDynamicHelp": false,
7971
7914
  "hiddenAliases": [],
7972
- "id": "roadmap:remove-project",
7915
+ "id": "spec:delete",
7973
7916
  "pluginAlias": "@proletariat/cli",
7974
7917
  "pluginName": "@proletariat/cli",
7975
7918
  "pluginType": "core",
@@ -7978,29 +7921,31 @@
7978
7921
  "relativePath": [
7979
7922
  "dist",
7980
7923
  "commands",
7981
- "roadmap",
7982
- "remove-project.js"
7924
+ "spec",
7925
+ "delete.js"
7983
7926
  ]
7984
7927
  },
7985
- "roadmap:reorder": {
7928
+ "spec:edit": {
7986
7929
  "aliases": [],
7987
7930
  "args": {
7988
- "roadmap": {
7989
- "description": "Roadmap ID",
7990
- "name": "roadmap",
7931
+ "spec": {
7932
+ "description": "Spec ID to edit",
7933
+ "name": "spec",
7991
7934
  "required": false
7992
7935
  }
7993
7936
  },
7994
- "description": "Reorder projects in a roadmap",
7937
+ "description": "Edit an existing spec",
7995
7938
  "examples": [
7996
- "<%= config.bin %> <%= command.id %> my-roadmap",
7997
- "<%= config.bin %> <%= command.id %> my-roadmap --project my-project --position 0",
7998
- "<%= config.bin %> <%= command.id %> # Interactive selection"
7939
+ "<%= config.bin %> <%= command.id %> user-authentication",
7940
+ "<%= config.bin %> <%= command.id %> --spec api-design --title \"New API Design\"",
7941
+ "<%= config.bin %> <%= command.id %> user-auth --status active",
7942
+ "<%= config.bin %> <%= command.id %> user-auth --type product --problem \"Need better auth\"",
7943
+ "<%= config.bin %> <%= command.id %> -i # Interactive mode"
7999
7944
  ],
8000
7945
  "flags": {
8001
7946
  "project": {
8002
- "char": "p",
8003
- "description": "Project ID to move",
7947
+ "char": "P",
7948
+ "description": "Project ID (uses first project if only one exists)",
8004
7949
  "name": "project",
8005
7950
  "hasDynamicHelp": false,
8006
7951
  "multiple": false,
@@ -8011,94 +7956,85 @@
8011
7956
  "machine"
8012
7957
  ],
8013
7958
  "char": "m",
8014
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
7959
+ "description": "Output as JSON for AI agents/scripts",
8015
7960
  "name": "json",
8016
7961
  "allowNo": false,
8017
7962
  "type": "boolean"
8018
7963
  },
8019
- "position": {
8020
- "description": "New position (0-indexed)",
8021
- "name": "position",
7964
+ "spec": {
7965
+ "char": "s",
7966
+ "description": "Spec ID to edit",
7967
+ "name": "spec",
8022
7968
  "hasDynamicHelp": false,
8023
7969
  "multiple": false,
8024
7970
  "type": "option"
8025
- }
8026
- },
8027
- "hasDynamicHelp": false,
8028
- "hiddenAliases": [],
8029
- "id": "roadmap:reorder",
8030
- "pluginAlias": "@proletariat/cli",
8031
- "pluginName": "@proletariat/cli",
8032
- "pluginType": "core",
8033
- "strict": true,
8034
- "isESM": true,
8035
- "relativePath": [
8036
- "dist",
8037
- "commands",
8038
- "roadmap",
8039
- "reorder.js"
8040
- ]
8041
- },
8042
- "roadmap:update": {
8043
- "aliases": [],
8044
- "args": {
8045
- "id": {
8046
- "description": "Roadmap ID to update",
8047
- "name": "id",
8048
- "required": false
8049
- }
8050
- },
8051
- "description": "Update a roadmap",
8052
- "examples": [
8053
- "<%= config.bin %> <%= command.id %> my-roadmap --name \"New Name\"",
8054
- "<%= config.bin %> <%= command.id %> my-roadmap --default",
8055
- "<%= config.bin %> <%= command.id %> # Interactive selection"
8056
- ],
8057
- "flags": {
8058
- "project": {
8059
- "char": "P",
8060
- "description": "Project ID (uses first project if only one exists)",
8061
- "name": "project",
7971
+ },
7972
+ "title": {
7973
+ "char": "t",
7974
+ "description": "New spec title",
7975
+ "name": "title",
8062
7976
  "hasDynamicHelp": false,
8063
7977
  "multiple": false,
8064
7978
  "type": "option"
8065
7979
  },
8066
- "json": {
8067
- "aliases": [
8068
- "machine"
7980
+ "status": {
7981
+ "description": "Spec status",
7982
+ "name": "status",
7983
+ "hasDynamicHelp": false,
7984
+ "multiple": false,
7985
+ "options": [
7986
+ "draft",
7987
+ "active",
7988
+ "implemented"
8069
7989
  ],
8070
- "char": "m",
8071
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8072
- "name": "json",
8073
- "allowNo": false,
8074
- "type": "boolean"
7990
+ "type": "option"
8075
7991
  },
8076
- "name": {
8077
- "char": "n",
8078
- "description": "New roadmap name",
8079
- "name": "name",
7992
+ "type": {
7993
+ "description": "Spec type",
7994
+ "name": "type",
8080
7995
  "hasDynamicHelp": false,
8081
7996
  "multiple": false,
7997
+ "options": [
7998
+ "product",
7999
+ "platform",
8000
+ "infra",
8001
+ "integration",
8002
+ "none"
8003
+ ],
8082
8004
  "type": "option"
8083
8005
  },
8084
- "description": {
8085
- "char": "d",
8086
- "description": "New roadmap description",
8087
- "name": "description",
8006
+ "problem": {
8007
+ "description": "Problem statement",
8008
+ "name": "problem",
8088
8009
  "hasDynamicHelp": false,
8089
8010
  "multiple": false,
8090
8011
  "type": "option"
8091
8012
  },
8092
- "default": {
8093
- "description": "Set as the default roadmap",
8094
- "name": "default",
8095
- "allowNo": true,
8013
+ "solution": {
8014
+ "description": "Solution description",
8015
+ "name": "solution",
8016
+ "hasDynamicHelp": false,
8017
+ "multiple": false,
8018
+ "type": "option"
8019
+ },
8020
+ "decisions": {
8021
+ "description": "Design decisions",
8022
+ "name": "decisions",
8023
+ "hasDynamicHelp": false,
8024
+ "multiple": false,
8025
+ "type": "option"
8026
+ },
8027
+ "interactive": {
8028
+ "char": "i",
8029
+ "description": "Interactive mode - prompts for all fields",
8030
+ "name": "interactive",
8031
+ "allowNo": false,
8096
8032
  "type": "boolean"
8097
8033
  }
8098
8034
  },
8099
8035
  "hasDynamicHelp": false,
8100
8036
  "hiddenAliases": [],
8101
- "id": "roadmap:update",
8037
+ "id": "spec:edit",
8102
8038
  "pluginAlias": "@proletariat/cli",
8103
8039
  "pluginName": "@proletariat/cli",
8104
8040
  "pluginType": "core",
@@ -8107,23 +8043,16 @@
8107
8043
  "relativePath": [
8108
8044
  "dist",
8109
8045
  "commands",
8110
- "roadmap",
8111
- "update.js"
8046
+ "spec",
8047
+ "edit.js"
8112
8048
  ]
8113
8049
  },
8114
- "roadmap:view": {
8050
+ "spec": {
8115
8051
  "aliases": [],
8116
- "args": {
8117
- "id": {
8118
- "description": "Roadmap ID to view",
8119
- "name": "id",
8120
- "required": false
8121
- }
8122
- },
8123
- "description": "View roadmap details and its projects",
8052
+ "args": {},
8053
+ "description": "Interactive menu for spec operations",
8124
8054
  "examples": [
8125
- "<%= config.bin %> <%= command.id %> my-roadmap",
8126
- "<%= config.bin %> <%= command.id %> # Interactive selection"
8055
+ "<%= config.bin %> <%= command.id %>"
8127
8056
  ],
8128
8057
  "flags": {
8129
8058
  "project": {
@@ -8139,7 +8068,7 @@
8139
8068
  "machine"
8140
8069
  ],
8141
8070
  "char": "m",
8142
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8071
+ "description": "Output as JSON for AI agents/scripts",
8143
8072
  "name": "json",
8144
8073
  "allowNo": false,
8145
8074
  "type": "boolean"
@@ -8147,7 +8076,7 @@
8147
8076
  },
8148
8077
  "hasDynamicHelp": false,
8149
8078
  "hiddenAliases": [],
8150
- "id": "roadmap:view",
8079
+ "id": "spec",
8151
8080
  "pluginAlias": "@proletariat/cli",
8152
8081
  "pluginName": "@proletariat/cli",
8153
8082
  "pluginType": "core",
@@ -8156,81 +8085,101 @@
8156
8085
  "relativePath": [
8157
8086
  "dist",
8158
8087
  "commands",
8159
- "roadmap",
8160
- "view.js"
8088
+ "spec",
8089
+ "index.js"
8161
8090
  ]
8162
8091
  },
8163
- "staff:add": {
8092
+ "spec:list": {
8164
8093
  "aliases": [],
8165
- "args": {
8166
- "names": {
8167
- "description": "Agent names to add (space-separated)",
8168
- "name": "names",
8169
- "required": false
8170
- }
8171
- },
8172
- "description": "Add new agents to the workspace",
8094
+ "args": {},
8095
+ "description": "List all specs",
8173
8096
  "examples": [
8174
- "<%= config.bin %> <%= command.id %> zeus",
8175
- "<%= config.bin %> <%= command.id %> agent-1 agent-2",
8176
- "<%= config.bin %> <%= command.id %> --theme billionaires",
8177
- "<%= config.bin %> <%= command.id %> my-agent --no-container"
8097
+ "<%= config.bin %> <%= command.id %>",
8098
+ "<%= config.bin %> <%= command.id %> --status active",
8099
+ "<%= config.bin %> <%= command.id %> --type product"
8178
8100
  ],
8179
8101
  "flags": {
8180
- "no-container": {
8181
- "description": "Skip devcontainer setup (not recommended for autonomous agents)",
8182
- "name": "no-container",
8102
+ "project": {
8103
+ "char": "P",
8104
+ "description": "Project ID (uses first project if only one exists)",
8105
+ "name": "project",
8106
+ "hasDynamicHelp": false,
8107
+ "multiple": false,
8108
+ "type": "option"
8109
+ },
8110
+ "json": {
8111
+ "aliases": [
8112
+ "machine"
8113
+ ],
8114
+ "char": "m",
8115
+ "description": "Output as JSON for AI agents/scripts",
8116
+ "name": "json",
8183
8117
  "allowNo": false,
8184
8118
  "type": "boolean"
8185
8119
  },
8186
- "theme": {
8120
+ "status": {
8121
+ "char": "s",
8122
+ "description": "Filter by status",
8123
+ "name": "status",
8124
+ "hasDynamicHelp": false,
8125
+ "multiple": false,
8126
+ "options": [
8127
+ "draft",
8128
+ "active",
8129
+ "implemented"
8130
+ ],
8131
+ "type": "option"
8132
+ },
8133
+ "type": {
8187
8134
  "char": "t",
8188
- "description": "Pick agent name(s) from a theme (billionaires, toyotas, companies, or custom)",
8189
- "name": "theme",
8135
+ "description": "Filter by type",
8136
+ "name": "type",
8137
+ "hasDynamicHelp": false,
8138
+ "multiple": false,
8139
+ "options": [
8140
+ "product",
8141
+ "platform",
8142
+ "infra",
8143
+ "integration"
8144
+ ],
8145
+ "type": "option"
8146
+ },
8147
+ "search": {
8148
+ "description": "Search in title/problem/solution",
8149
+ "name": "search",
8190
8150
  "hasDynamicHelp": false,
8191
8151
  "multiple": false,
8192
8152
  "type": "option"
8193
- },
8194
- "json": {
8195
- "aliases": [
8196
- "machine"
8197
- ],
8198
- "char": "m",
8199
- "description": "Output as JSON for AI agents/scripts",
8200
- "name": "json",
8201
- "allowNo": false,
8202
- "type": "boolean"
8203
- },
8204
- "clone": {
8205
- "description": "Use independent git clone instead of worktree (more isolation, no real-time sync)",
8206
- "name": "clone",
8207
- "allowNo": false,
8208
- "type": "boolean"
8209
8153
  }
8210
8154
  },
8211
8155
  "hasDynamicHelp": false,
8212
8156
  "hiddenAliases": [],
8213
- "id": "staff:add",
8157
+ "id": "spec:list",
8214
8158
  "pluginAlias": "@proletariat/cli",
8215
8159
  "pluginName": "@proletariat/cli",
8216
8160
  "pluginType": "core",
8217
- "strict": false,
8161
+ "strict": true,
8218
8162
  "isESM": true,
8219
8163
  "relativePath": [
8220
8164
  "dist",
8221
8165
  "commands",
8222
- "staff",
8223
- "add.js"
8166
+ "spec",
8167
+ "list.js"
8224
8168
  ]
8225
8169
  },
8226
- "staff": {
8170
+ "spec:plan": {
8227
8171
  "aliases": [],
8228
- "args": {},
8229
- "description": "Manage staff (persistent) agents",
8172
+ "args": {
8173
+ "spec": {
8174
+ "description": "Spec ID",
8175
+ "name": "spec",
8176
+ "required": false
8177
+ }
8178
+ },
8179
+ "description": "Generate tickets from spec by comparing ideal state vs codebase (uses LLM)",
8230
8180
  "examples": [
8231
- "<%= config.bin %> <%= command.id %> list",
8232
- "<%= config.bin %> <%= command.id %> add",
8233
- "<%= config.bin %> <%= command.id %> remove camry"
8181
+ "<%= config.bin %> <%= command.id %> user-authentication",
8182
+ "<%= config.bin %> <%= command.id %> --spec api-design --dry-run"
8234
8183
  ],
8235
8184
  "flags": {
8236
8185
  "project": {
@@ -8246,21 +8195,29 @@
8246
8195
  "machine"
8247
8196
  ],
8248
8197
  "char": "m",
8249
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8198
+ "description": "Output as JSON for AI agents/scripts",
8250
8199
  "name": "json",
8251
8200
  "allowNo": false,
8252
8201
  "type": "boolean"
8253
8202
  },
8254
- "no-interactive": {
8255
- "description": "Alias for --json flag",
8256
- "name": "no-interactive",
8203
+ "spec": {
8204
+ "char": "s",
8205
+ "description": "Spec ID",
8206
+ "name": "spec",
8207
+ "hasDynamicHelp": false,
8208
+ "multiple": false,
8209
+ "type": "option"
8210
+ },
8211
+ "dry-run": {
8212
+ "description": "Show what would be created without creating tickets",
8213
+ "name": "dry-run",
8257
8214
  "allowNo": false,
8258
8215
  "type": "boolean"
8259
8216
  }
8260
8217
  },
8261
8218
  "hasDynamicHelp": false,
8262
8219
  "hiddenAliases": [],
8263
- "id": "staff",
8220
+ "id": "spec:plan",
8264
8221
  "pluginAlias": "@proletariat/cli",
8265
8222
  "pluginName": "@proletariat/cli",
8266
8223
  "pluginType": "core",
@@ -8269,18 +8226,38 @@
8269
8226
  "relativePath": [
8270
8227
  "dist",
8271
8228
  "commands",
8272
- "staff",
8273
- "index.js"
8229
+ "spec",
8230
+ "plan.js"
8274
8231
  ]
8275
8232
  },
8276
- "staff:list": {
8233
+ "spec:ticket": {
8277
8234
  "aliases": [],
8278
- "args": {},
8279
- "description": "List all staff (persistent) agents and their status",
8235
+ "args": {
8236
+ "ticketId": {
8237
+ "description": "Ticket ID",
8238
+ "name": "ticketId",
8239
+ "required": false
8240
+ },
8241
+ "specId": {
8242
+ "description": "Spec ID (filename without .md)",
8243
+ "name": "specId",
8244
+ "required": false
8245
+ }
8246
+ },
8247
+ "description": "Assign a ticket to a spec document",
8280
8248
  "examples": [
8281
- "<%= config.bin %> <%= command.id %>"
8249
+ "<%= config.bin %> <%= command.id %> PRLT-001 user-authentication",
8250
+ "<%= config.bin %> <%= command.id %> --ticket PRLT-001 --spec api-design"
8282
8251
  ],
8283
8252
  "flags": {
8253
+ "project": {
8254
+ "char": "P",
8255
+ "description": "Project ID (uses first project if only one exists)",
8256
+ "name": "project",
8257
+ "hasDynamicHelp": false,
8258
+ "multiple": false,
8259
+ "type": "option"
8260
+ },
8284
8261
  "json": {
8285
8262
  "aliases": [
8286
8263
  "machine"
@@ -8290,37 +8267,52 @@
8290
8267
  "name": "json",
8291
8268
  "allowNo": false,
8292
8269
  "type": "boolean"
8270
+ },
8271
+ "ticket": {
8272
+ "char": "t",
8273
+ "description": "Ticket ID",
8274
+ "name": "ticket",
8275
+ "hasDynamicHelp": false,
8276
+ "multiple": false,
8277
+ "type": "option"
8278
+ },
8279
+ "spec": {
8280
+ "char": "s",
8281
+ "description": "Spec ID (filename without .md)",
8282
+ "name": "spec",
8283
+ "hasDynamicHelp": false,
8284
+ "multiple": false,
8285
+ "type": "option"
8293
8286
  }
8294
8287
  },
8295
8288
  "hasDynamicHelp": false,
8296
8289
  "hiddenAliases": [],
8297
- "id": "staff:list",
8290
+ "id": "spec:ticket",
8298
8291
  "pluginAlias": "@proletariat/cli",
8299
8292
  "pluginName": "@proletariat/cli",
8300
8293
  "pluginType": "core",
8301
8294
  "strict": true,
8302
- "enableJsonFlag": false,
8303
8295
  "isESM": true,
8304
8296
  "relativePath": [
8305
8297
  "dist",
8306
8298
  "commands",
8307
- "staff",
8308
- "list.js"
8299
+ "spec",
8300
+ "ticket.js"
8309
8301
  ]
8310
8302
  },
8311
- "staff:remove": {
8303
+ "spec:view": {
8312
8304
  "aliases": [],
8313
8305
  "args": {
8314
- "name": {
8315
- "description": "Agent name to remove",
8316
- "name": "name",
8306
+ "spec": {
8307
+ "description": "Spec ID",
8308
+ "name": "spec",
8317
8309
  "required": false
8318
8310
  }
8319
8311
  },
8320
- "description": "Remove a specific agent from the workspace",
8312
+ "description": "View a spec and its linked tickets",
8321
8313
  "examples": [
8322
- "<%= config.bin %> <%= command.id %> camry",
8323
- "<%= config.bin %> <%= command.id %>"
8314
+ "<%= config.bin %> <%= command.id %> user-authentication",
8315
+ "<%= config.bin %> <%= command.id %> --spec api-design"
8324
8316
  ],
8325
8317
  "flags": {
8326
8318
  "project": {
@@ -8336,22 +8328,30 @@
8336
8328
  "machine"
8337
8329
  ],
8338
8330
  "char": "m",
8339
- "description": "Output prompt configuration as JSON (for AI agents/scripts)",
8331
+ "description": "Output as JSON for AI agents/scripts",
8340
8332
  "name": "json",
8341
8333
  "allowNo": false,
8342
8334
  "type": "boolean"
8343
8335
  },
8344
- "force": {
8336
+ "spec": {
8337
+ "char": "s",
8338
+ "description": "Spec ID",
8339
+ "name": "spec",
8340
+ "hasDynamicHelp": false,
8341
+ "multiple": false,
8342
+ "type": "option"
8343
+ },
8344
+ "full": {
8345
8345
  "char": "f",
8346
- "description": "Skip confirmation prompt (for non-interactive use)",
8347
- "name": "force",
8346
+ "description": "Show all spec sections",
8347
+ "name": "full",
8348
8348
  "allowNo": false,
8349
8349
  "type": "boolean"
8350
8350
  }
8351
8351
  },
8352
8352
  "hasDynamicHelp": false,
8353
8353
  "hiddenAliases": [],
8354
- "id": "staff:remove",
8354
+ "id": "spec:view",
8355
8355
  "pluginAlias": "@proletariat/cli",
8356
8356
  "pluginName": "@proletariat/cli",
8357
8357
  "pluginType": "core",
@@ -8360,8 +8360,8 @@
8360
8360
  "relativePath": [
8361
8361
  "dist",
8362
8362
  "commands",
8363
- "staff",
8364
- "remove.js"
8363
+ "spec",
8364
+ "view.js"
8365
8365
  ]
8366
8366
  },
8367
8367
  "status:category": {
@@ -8821,56 +8821,6 @@
8821
8821
  "update.js"
8822
8822
  ]
8823
8823
  },
8824
- "terminal:title": {
8825
- "aliases": [],
8826
- "args": {
8827
- "title": {
8828
- "description": "Title to set for the terminal tab/window",
8829
- "name": "title",
8830
- "required": false
8831
- }
8832
- },
8833
- "description": "Set the terminal tab/window title",
8834
- "examples": [
8835
- "<%= config.bin %> <%= command.id %> \"My Custom Name\"",
8836
- "<%= config.bin %> <%= command.id %> # Interactive prompt",
8837
- "<%= config.bin %> <%= command.id %> --reset",
8838
- "<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
8839
- ],
8840
- "flags": {
8841
- "reset": {
8842
- "char": "r",
8843
- "description": "Reset terminal title to default",
8844
- "name": "reset",
8845
- "allowNo": false,
8846
- "type": "boolean"
8847
- },
8848
- "json": {
8849
- "aliases": [
8850
- "machine"
8851
- ],
8852
- "char": "m",
8853
- "description": "Output as JSON for AI agents/scripts",
8854
- "name": "json",
8855
- "allowNo": false,
8856
- "type": "boolean"
8857
- }
8858
- },
8859
- "hasDynamicHelp": false,
8860
- "hiddenAliases": [],
8861
- "id": "terminal:title",
8862
- "pluginAlias": "@proletariat/cli",
8863
- "pluginName": "@proletariat/cli",
8864
- "pluginType": "core",
8865
- "strict": true,
8866
- "isESM": true,
8867
- "relativePath": [
8868
- "dist",
8869
- "commands",
8870
- "terminal",
8871
- "title.js"
8872
- ]
8873
- },
8874
8824
  "support:book": {
8875
8825
  "aliases": [],
8876
8826
  "args": {},
@@ -9112,6 +9062,56 @@
9112
9062
  "logs.js"
9113
9063
  ]
9114
9064
  },
9065
+ "terminal:title": {
9066
+ "aliases": [],
9067
+ "args": {
9068
+ "title": {
9069
+ "description": "Title to set for the terminal tab/window",
9070
+ "name": "title",
9071
+ "required": false
9072
+ }
9073
+ },
9074
+ "description": "Set the terminal tab/window title",
9075
+ "examples": [
9076
+ "<%= config.bin %> <%= command.id %> \"My Custom Name\"",
9077
+ "<%= config.bin %> <%= command.id %> # Interactive prompt",
9078
+ "<%= config.bin %> <%= command.id %> --reset",
9079
+ "<%= config.bin %> <%= command.id %> --machine # JSON mode for agents"
9080
+ ],
9081
+ "flags": {
9082
+ "reset": {
9083
+ "char": "r",
9084
+ "description": "Reset terminal title to default",
9085
+ "name": "reset",
9086
+ "allowNo": false,
9087
+ "type": "boolean"
9088
+ },
9089
+ "json": {
9090
+ "aliases": [
9091
+ "machine"
9092
+ ],
9093
+ "char": "m",
9094
+ "description": "Output as JSON for AI agents/scripts",
9095
+ "name": "json",
9096
+ "allowNo": false,
9097
+ "type": "boolean"
9098
+ }
9099
+ },
9100
+ "hasDynamicHelp": false,
9101
+ "hiddenAliases": [],
9102
+ "id": "terminal:title",
9103
+ "pluginAlias": "@proletariat/cli",
9104
+ "pluginName": "@proletariat/cli",
9105
+ "pluginType": "core",
9106
+ "strict": true,
9107
+ "isESM": true,
9108
+ "relativePath": [
9109
+ "dist",
9110
+ "commands",
9111
+ "terminal",
9112
+ "title.js"
9113
+ ]
9114
+ },
9115
9115
  "template:apply": {
9116
9116
  "aliases": [],
9117
9117
  "args": {
@@ -12689,5 +12689,5 @@
12689
12689
  ]
12690
12690
  }
12691
12691
  },
12692
- "version": "0.3.30"
12692
+ "version": "0.3.31"
12693
12693
  }