centy 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/README.md +25 -3
  2. package/dist/commands/add/asset.d.ts.map +1 -1
  3. package/dist/commands/add/asset.js +1 -2
  4. package/dist/commands/add/asset.js.map +1 -1
  5. package/dist/commands/close.d.ts +0 -2
  6. package/dist/commands/close.d.ts.map +1 -1
  7. package/dist/commands/close.js +3 -38
  8. package/dist/commands/close.js.map +1 -1
  9. package/dist/commands/get/pr.d.ts.map +1 -1
  10. package/dist/commands/get/pr.js +0 -3
  11. package/dist/commands/get/pr.js.map +1 -1
  12. package/dist/commands/update/pr.d.ts.map +1 -1
  13. package/dist/commands/update/pr.js +0 -4
  14. package/dist/commands/update/pr.js.map +1 -1
  15. package/dist/commands/workspace/close.js +2 -2
  16. package/dist/commands/workspace/close.js.map +1 -1
  17. package/dist/commands/workspace/open.js +6 -6
  18. package/dist/commands/workspace/open.js.map +1 -1
  19. package/dist/daemon/daemon-get-config.d.ts.map +1 -1
  20. package/dist/daemon/daemon-get-config.js +7 -2
  21. package/dist/daemon/daemon-get-config.js.map +1 -1
  22. package/dist/daemon/daemon-get-doc.d.ts.map +1 -1
  23. package/dist/daemon/daemon-get-doc.js +7 -2
  24. package/dist/daemon/daemon-get-doc.js.map +1 -1
  25. package/dist/daemon/daemon-get-issue-by-display-number.d.ts.map +1 -1
  26. package/dist/daemon/daemon-get-issue-by-display-number.js +7 -2
  27. package/dist/daemon/daemon-get-issue-by-display-number.js.map +1 -1
  28. package/dist/daemon/daemon-get-issue.d.ts.map +1 -1
  29. package/dist/daemon/daemon-get-issue.js +7 -2
  30. package/dist/daemon/daemon-get-issue.js.map +1 -1
  31. package/dist/daemon/daemon-get-manifest.d.ts.map +1 -1
  32. package/dist/daemon/daemon-get-manifest.js +7 -2
  33. package/dist/daemon/daemon-get-manifest.js.map +1 -1
  34. package/dist/daemon/daemon-get-pr-by-display-number.d.ts.map +1 -1
  35. package/dist/daemon/daemon-get-pr-by-display-number.js +7 -2
  36. package/dist/daemon/daemon-get-pr-by-display-number.js.map +1 -1
  37. package/dist/daemon/daemon-get-pr.d.ts.map +1 -1
  38. package/dist/daemon/daemon-get-pr.js +7 -2
  39. package/dist/daemon/daemon-get-pr.js.map +1 -1
  40. package/dist/daemon/daemon-get-user.d.ts.map +1 -1
  41. package/dist/daemon/daemon-get-user.js +7 -2
  42. package/dist/daemon/daemon-get-user.js.map +1 -1
  43. package/dist/daemon/daemon-open-in-temp-workspace.d.ts +6 -0
  44. package/dist/daemon/daemon-open-in-temp-workspace.d.ts.map +1 -0
  45. package/dist/daemon/daemon-open-in-temp-workspace.js +9 -0
  46. package/dist/daemon/daemon-open-in-temp-workspace.js.map +1 -0
  47. package/dist/daemon/daemon-response-error.d.ts +7 -0
  48. package/dist/daemon/daemon-response-error.d.ts.map +1 -0
  49. package/dist/daemon/daemon-response-error.js +10 -0
  50. package/dist/daemon/daemon-response-error.js.map +1 -0
  51. package/dist/daemon/load-proto.d.ts +31 -24
  52. package/dist/daemon/load-proto.d.ts.map +1 -1
  53. package/dist/daemon/load-proto.js +1 -1
  54. package/dist/daemon/load-proto.js.map +1 -1
  55. package/dist/daemon/types.d.ts +427 -202
  56. package/dist/daemon/types.d.ts.map +1 -1
  57. package/dist/daemon/types.js +1 -1
  58. package/dist/lib/create-pr/create-pr.d.ts.map +1 -1
  59. package/dist/lib/create-pr/create-pr.js +0 -1
  60. package/dist/lib/create-pr/create-pr.js.map +1 -1
  61. package/dist/lib/init/init.d.ts.map +1 -1
  62. package/dist/lib/init/init.js +2 -3
  63. package/dist/lib/init/init.js.map +1 -1
  64. package/dist/lib/install-binary/download.d.ts.map +1 -1
  65. package/dist/lib/install-binary/download.js +4 -3
  66. package/dist/lib/install-binary/download.js.map +1 -1
  67. package/dist/lib/install-script-url.js +1 -1
  68. package/dist/lib/install-script-url.js.map +1 -1
  69. package/oclif.manifest.json +334 -1008
  70. package/package.json +1 -1
  71. package/proto/centy.proto +47 -104
  72. package/dist/commands/add/plan.d.ts +0 -18
  73. package/dist/commands/add/plan.d.ts.map +0 -1
  74. package/dist/commands/add/plan.js +0 -87
  75. package/dist/commands/add/plan.js.map +0 -1
  76. package/dist/commands/assign/issue.d.ts +0 -19
  77. package/dist/commands/assign/issue.d.ts.map +0 -1
  78. package/dist/commands/assign/issue.js +0 -79
  79. package/dist/commands/assign/issue.js.map +0 -1
  80. package/dist/commands/close/org-issue.d.ts +0 -17
  81. package/dist/commands/close/org-issue.d.ts.map +0 -1
  82. package/dist/commands/close/org-issue.js +0 -69
  83. package/dist/commands/close/org-issue.js.map +0 -1
  84. package/dist/commands/create/org-issue.d.ts +0 -22
  85. package/dist/commands/create/org-issue.d.ts.map +0 -1
  86. package/dist/commands/create/org-issue.js +0 -99
  87. package/dist/commands/create/org-issue.js.map +0 -1
  88. package/dist/commands/delete/org-issue.d.ts +0 -18
  89. package/dist/commands/delete/org-issue.d.ts.map +0 -1
  90. package/dist/commands/delete/org-issue.js +0 -73
  91. package/dist/commands/delete/org-issue.js.map +0 -1
  92. package/dist/commands/delete/plan.d.ts +0 -17
  93. package/dist/commands/delete/plan.d.ts.map +0 -1
  94. package/dist/commands/delete/plan.js +0 -74
  95. package/dist/commands/delete/plan.js.map +0 -1
  96. package/dist/commands/get/org-issue.d.ts +0 -17
  97. package/dist/commands/get/org-issue.d.ts.map +0 -1
  98. package/dist/commands/get/org-issue.js +0 -84
  99. package/dist/commands/get/org-issue.js.map +0 -1
  100. package/dist/commands/get/plan.d.ts +0 -18
  101. package/dist/commands/get/plan.d.ts.map +0 -1
  102. package/dist/commands/get/plan.js +0 -68
  103. package/dist/commands/get/plan.js.map +0 -1
  104. package/dist/commands/list/org-issues.d.ts +0 -20
  105. package/dist/commands/list/org-issues.d.ts.map +0 -1
  106. package/dist/commands/list/org-issues.js +0 -83
  107. package/dist/commands/list/org-issues.js.map +0 -1
  108. package/dist/commands/unassign/issue.d.ts +0 -19
  109. package/dist/commands/unassign/issue.d.ts.map +0 -1
  110. package/dist/commands/unassign/issue.js +0 -79
  111. package/dist/commands/unassign/issue.js.map +0 -1
  112. package/dist/commands/update/org-issue.d.ts +0 -23
  113. package/dist/commands/update/org-issue.d.ts.map +0 -1
  114. package/dist/commands/update/org-issue.js +0 -129
  115. package/dist/commands/update/org-issue.js.map +0 -1
  116. package/dist/daemon/daemon-assign-issue.d.ts +0 -6
  117. package/dist/daemon/daemon-assign-issue.d.ts.map +0 -1
  118. package/dist/daemon/daemon-assign-issue.js +0 -9
  119. package/dist/daemon/daemon-assign-issue.js.map +0 -1
  120. package/dist/daemon/daemon-create-org-issue.d.ts +0 -6
  121. package/dist/daemon/daemon-create-org-issue.d.ts.map +0 -1
  122. package/dist/daemon/daemon-create-org-issue.js +0 -9
  123. package/dist/daemon/daemon-create-org-issue.js.map +0 -1
  124. package/dist/daemon/daemon-delete-org-issue.d.ts +0 -6
  125. package/dist/daemon/daemon-delete-org-issue.d.ts.map +0 -1
  126. package/dist/daemon/daemon-delete-org-issue.js +0 -9
  127. package/dist/daemon/daemon-delete-org-issue.js.map +0 -1
  128. package/dist/daemon/daemon-delete-plan.d.ts +0 -6
  129. package/dist/daemon/daemon-delete-plan.d.ts.map +0 -1
  130. package/dist/daemon/daemon-delete-plan.js +0 -9
  131. package/dist/daemon/daemon-delete-plan.js.map +0 -1
  132. package/dist/daemon/daemon-get-org-config.d.ts +0 -6
  133. package/dist/daemon/daemon-get-org-config.d.ts.map +0 -1
  134. package/dist/daemon/daemon-get-org-config.js +0 -9
  135. package/dist/daemon/daemon-get-org-config.js.map +0 -1
  136. package/dist/daemon/daemon-get-org-issue-by-display-number.d.ts +0 -6
  137. package/dist/daemon/daemon-get-org-issue-by-display-number.d.ts.map +0 -1
  138. package/dist/daemon/daemon-get-org-issue-by-display-number.js +0 -9
  139. package/dist/daemon/daemon-get-org-issue-by-display-number.js.map +0 -1
  140. package/dist/daemon/daemon-get-org-issue.d.ts +0 -6
  141. package/dist/daemon/daemon-get-org-issue.d.ts.map +0 -1
  142. package/dist/daemon/daemon-get-org-issue.js +0 -9
  143. package/dist/daemon/daemon-get-org-issue.js.map +0 -1
  144. package/dist/daemon/daemon-get-plan.d.ts +0 -6
  145. package/dist/daemon/daemon-get-plan.d.ts.map +0 -1
  146. package/dist/daemon/daemon-get-plan.js +0 -9
  147. package/dist/daemon/daemon-get-plan.js.map +0 -1
  148. package/dist/daemon/daemon-list-org-issues.d.ts +0 -6
  149. package/dist/daemon/daemon-list-org-issues.d.ts.map +0 -1
  150. package/dist/daemon/daemon-list-org-issues.js +0 -9
  151. package/dist/daemon/daemon-list-org-issues.js.map +0 -1
  152. package/dist/daemon/daemon-open-in-temp-vscode.d.ts +0 -6
  153. package/dist/daemon/daemon-open-in-temp-vscode.d.ts.map +0 -1
  154. package/dist/daemon/daemon-open-in-temp-vscode.js +0 -9
  155. package/dist/daemon/daemon-open-in-temp-vscode.js.map +0 -1
  156. package/dist/daemon/daemon-spawn-agent.d.ts +0 -6
  157. package/dist/daemon/daemon-spawn-agent.d.ts.map +0 -1
  158. package/dist/daemon/daemon-spawn-agent.js +0 -9
  159. package/dist/daemon/daemon-spawn-agent.js.map +0 -1
  160. package/dist/daemon/daemon-unassign-issue.d.ts +0 -6
  161. package/dist/daemon/daemon-unassign-issue.d.ts.map +0 -1
  162. package/dist/daemon/daemon-unassign-issue.js +0 -9
  163. package/dist/daemon/daemon-unassign-issue.js.map +0 -1
  164. package/dist/daemon/daemon-update-org-config.d.ts +0 -6
  165. package/dist/daemon/daemon-update-org-config.d.ts.map +0 -1
  166. package/dist/daemon/daemon-update-org-config.js +0 -9
  167. package/dist/daemon/daemon-update-org-config.js.map +0 -1
  168. package/dist/daemon/daemon-update-org-issue.d.ts +0 -6
  169. package/dist/daemon/daemon-update-org-issue.d.ts.map +0 -1
  170. package/dist/daemon/daemon-update-org-issue.js +0 -9
  171. package/dist/daemon/daemon-update-org-issue.js.map +0 -1
  172. package/dist/daemon/daemon-update-plan.d.ts +0 -6
  173. package/dist/daemon/daemon-update-plan.d.ts.map +0 -1
  174. package/dist/daemon/daemon-update-plan.js +0 -9
  175. package/dist/daemon/daemon-update-plan.js.map +0 -1
@@ -9,37 +9,27 @@
9
9
  "required": true
10
10
  }
11
11
  },
12
- "description": "Close an issue, PR, or org-issue by display number",
12
+ "description": "Close an issue or PR by display number",
13
13
  "examples": [
14
14
  "<%= config.bin %> close 1",
15
15
  "<%= config.bin %> close #1",
16
16
  "<%= config.bin %> close 1 --type issue",
17
17
  "<%= config.bin %> close 1 --type pr",
18
- "<%= config.bin %> close 1 --org my-org",
19
18
  "<%= config.bin %> close 1 --project centy-daemon"
20
19
  ],
21
20
  "flags": {
22
21
  "type": {
23
22
  "char": "t",
24
- "description": "Entity type (issue, pr, org-issue)",
23
+ "description": "Entity type (issue, pr)",
25
24
  "name": "type",
26
25
  "hasDynamicHelp": false,
27
26
  "multiple": false,
28
27
  "options": [
29
28
  "issue",
30
- "pr",
31
- "org-issue"
29
+ "pr"
32
30
  ],
33
31
  "type": "option"
34
32
  },
35
- "org": {
36
- "char": "o",
37
- "description": "Organization slug (for org-issues)",
38
- "name": "org",
39
- "hasDynamicHelp": false,
40
- "multiple": false,
41
- "type": "option"
42
- },
43
33
  "project": {
44
34
  "description": "Project name or path (defaults to current directory)",
45
35
  "name": "project",
@@ -533,109 +523,6 @@
533
523
  "asset.js"
534
524
  ]
535
525
  },
536
- "add:plan": {
537
- "aliases": [
538
- "update:plan",
539
- "set:plan"
540
- ],
541
- "args": {
542
- "issueId": {
543
- "description": "Issue ID or display number",
544
- "name": "issueId",
545
- "required": true
546
- }
547
- },
548
- "description": "Add or update an issue's plan",
549
- "examples": [
550
- "<%= config.bin %> add plan 1 --file ./plan.md",
551
- "<%= config.bin %> add plan abc123 --file ./plan.md",
552
- "echo \"# Plan\" | <%= config.bin %> add plan 1",
553
- "<%= config.bin %> add plan 1 --project centy-daemon --file ./plan.md"
554
- ],
555
- "flags": {
556
- "file": {
557
- "char": "f",
558
- "description": "Path to the plan file (reads from stdin if not provided)",
559
- "name": "file",
560
- "hasDynamicHelp": false,
561
- "multiple": false,
562
- "type": "option"
563
- },
564
- "project": {
565
- "description": "Project name or path (defaults to current directory)",
566
- "name": "project",
567
- "hasDynamicHelp": false,
568
- "multiple": false,
569
- "type": "option"
570
- }
571
- },
572
- "hasDynamicHelp": false,
573
- "hiddenAliases": [],
574
- "id": "add:plan",
575
- "pluginAlias": "centy",
576
- "pluginName": "centy",
577
- "pluginType": "core",
578
- "strict": true,
579
- "enableJsonFlag": false,
580
- "isESM": true,
581
- "relativePath": [
582
- "dist",
583
- "commands",
584
- "add",
585
- "plan.js"
586
- ]
587
- },
588
- "assign:issue": {
589
- "aliases": [],
590
- "args": {
591
- "issueId": {
592
- "description": "Issue ID (UUID) or display number",
593
- "name": "issueId",
594
- "required": true
595
- },
596
- "userIds": {
597
- "description": "User IDs to assign (space-separated)",
598
- "name": "userIds",
599
- "required": true
600
- }
601
- },
602
- "description": "Assign users to an issue",
603
- "examples": [
604
- "<%= config.bin %> assign issue 1 john-doe",
605
- "<%= config.bin %> assign issue abc123-uuid alice bob",
606
- "<%= config.bin %> assign issue 1 john-doe --project centy-daemon"
607
- ],
608
- "flags": {
609
- "json": {
610
- "description": "Output as JSON",
611
- "name": "json",
612
- "allowNo": false,
613
- "type": "boolean"
614
- },
615
- "project": {
616
- "description": "Project name or path (defaults to current directory)",
617
- "name": "project",
618
- "hasDynamicHelp": false,
619
- "multiple": false,
620
- "type": "option"
621
- }
622
- },
623
- "hasDynamicHelp": false,
624
- "hiddenAliases": [],
625
- "id": "assign:issue",
626
- "pluginAlias": "centy",
627
- "pluginName": "centy",
628
- "pluginType": "core",
629
- "strict": false,
630
- "enableJsonFlag": false,
631
- "isESM": true,
632
- "relativePath": [
633
- "dist",
634
- "commands",
635
- "assign",
636
- "issue.js"
637
- ]
638
- },
639
526
  "close:issue": {
640
527
  "aliases": [],
641
528
  "args": {
@@ -676,54 +563,6 @@
676
563
  "issue.js"
677
564
  ]
678
565
  },
679
- "close:org-issue": {
680
- "aliases": [],
681
- "args": {
682
- "identifier": {
683
- "description": "Issue ID or display number (#N or just N)",
684
- "name": "identifier",
685
- "required": true
686
- }
687
- },
688
- "description": "Close an organization-level issue",
689
- "examples": [
690
- "<%= config.bin %> close org-issue --org my-org 1",
691
- "<%= config.bin %> close org-issue --org my-org #1",
692
- "<%= config.bin %> close org-issue -o centy-io abc123"
693
- ],
694
- "flags": {
695
- "org": {
696
- "char": "o",
697
- "description": "Organization slug",
698
- "name": "org",
699
- "required": true,
700
- "hasDynamicHelp": false,
701
- "multiple": false,
702
- "type": "option"
703
- },
704
- "json": {
705
- "description": "Output as JSON",
706
- "name": "json",
707
- "allowNo": false,
708
- "type": "boolean"
709
- }
710
- },
711
- "hasDynamicHelp": false,
712
- "hiddenAliases": [],
713
- "id": "close:org-issue",
714
- "pluginAlias": "centy",
715
- "pluginName": "centy",
716
- "pluginType": "core",
717
- "strict": true,
718
- "enableJsonFlag": false,
719
- "isESM": true,
720
- "relativePath": [
721
- "dist",
722
- "commands",
723
- "close",
724
- "org-issue.js"
725
- ]
726
- },
727
566
  "create:doc": {
728
567
  "aliases": [],
729
568
  "args": {},
@@ -871,99 +710,6 @@
871
710
  "issue.js"
872
711
  ]
873
712
  },
874
- "create:org-issue": {
875
- "aliases": [],
876
- "args": {
877
- "org": {
878
- "description": "Organization slug",
879
- "name": "org",
880
- "required": false
881
- }
882
- },
883
- "description": "Create a new organization-level issue",
884
- "examples": [
885
- "<%= config.bin %> create org-issue --org my-org --title \"Cross-project refactor\"",
886
- "<%= config.bin %> create org-issue -o centy-io -t \"API design\" -d \"Standardize API patterns\"",
887
- "<%= config.bin %> create org-issue --org my-org --title \"Bug\" --priority high --projects /path/to/project1,/path/to/project2"
888
- ],
889
- "flags": {
890
- "org": {
891
- "char": "o",
892
- "description": "Organization slug",
893
- "name": "org",
894
- "hasDynamicHelp": false,
895
- "multiple": false,
896
- "type": "option"
897
- },
898
- "title": {
899
- "char": "t",
900
- "description": "Issue title",
901
- "name": "title",
902
- "required": true,
903
- "hasDynamicHelp": false,
904
- "multiple": false,
905
- "type": "option"
906
- },
907
- "description": {
908
- "char": "d",
909
- "description": "Issue description",
910
- "name": "description",
911
- "hasDynamicHelp": false,
912
- "multiple": false,
913
- "type": "option"
914
- },
915
- "priority": {
916
- "char": "p",
917
- "description": "Priority level (low/medium/high)",
918
- "name": "priority",
919
- "hasDynamicHelp": false,
920
- "multiple": false,
921
- "options": [
922
- "low",
923
- "medium",
924
- "high"
925
- ],
926
- "type": "option"
927
- },
928
- "status": {
929
- "char": "s",
930
- "description": "Initial status",
931
- "name": "status",
932
- "default": "open",
933
- "hasDynamicHelp": false,
934
- "multiple": false,
935
- "type": "option"
936
- },
937
- "projects": {
938
- "description": "Comma-separated list of project paths this issue references",
939
- "name": "projects",
940
- "hasDynamicHelp": false,
941
- "multiple": false,
942
- "type": "option"
943
- },
944
- "json": {
945
- "description": "Output as JSON",
946
- "name": "json",
947
- "allowNo": false,
948
- "type": "boolean"
949
- }
950
- },
951
- "hasDynamicHelp": false,
952
- "hiddenAliases": [],
953
- "id": "create:org-issue",
954
- "pluginAlias": "centy",
955
- "pluginName": "centy",
956
- "pluginType": "core",
957
- "strict": true,
958
- "enableJsonFlag": false,
959
- "isESM": true,
960
- "relativePath": [
961
- "dist",
962
- "commands",
963
- "create",
964
- "org-issue.js"
965
- ]
966
- },
967
713
  "create:org": {
968
714
  "aliases": [
969
715
  "create:organization"
@@ -1203,51 +949,6 @@
1203
949
  "user.js"
1204
950
  ]
1205
951
  },
1206
- "daemon:autostart": {
1207
- "aliases": [],
1208
- "args": {},
1209
- "description": "Configure daemon to start automatically on boot",
1210
- "examples": [
1211
- "<%= config.bin %> daemon autostart",
1212
- "<%= config.bin %> daemon autostart --enable",
1213
- "<%= config.bin %> daemon autostart --disable"
1214
- ],
1215
- "flags": {
1216
- "enable": {
1217
- "description": "Enable autostart on boot",
1218
- "exclusive": [
1219
- "disable"
1220
- ],
1221
- "name": "enable",
1222
- "allowNo": false,
1223
- "type": "boolean"
1224
- },
1225
- "disable": {
1226
- "description": "Disable autostart on boot",
1227
- "exclusive": [
1228
- "enable"
1229
- ],
1230
- "name": "disable",
1231
- "allowNo": false,
1232
- "type": "boolean"
1233
- }
1234
- },
1235
- "hasDynamicHelp": false,
1236
- "hiddenAliases": [],
1237
- "id": "daemon:autostart",
1238
- "pluginAlias": "centy",
1239
- "pluginName": "centy",
1240
- "pluginType": "core",
1241
- "strict": true,
1242
- "enableJsonFlag": false,
1243
- "isESM": true,
1244
- "relativePath": [
1245
- "dist",
1246
- "commands",
1247
- "daemon",
1248
- "autostart.js"
1249
- ]
1250
- },
1251
952
  "delete:asset": {
1252
953
  "aliases": [],
1253
954
  "args": {
@@ -1406,61 +1107,6 @@
1406
1107
  "issue.js"
1407
1108
  ]
1408
1109
  },
1409
- "delete:org-issue": {
1410
- "aliases": [],
1411
- "args": {
1412
- "identifier": {
1413
- "description": "Issue ID or display number (#N or just N)",
1414
- "name": "identifier",
1415
- "required": true
1416
- }
1417
- },
1418
- "description": "Delete an organization-level issue",
1419
- "examples": [
1420
- "<%= config.bin %> delete org-issue --org my-org 1",
1421
- "<%= config.bin %> delete org-issue --org my-org #1",
1422
- "<%= config.bin %> delete org-issue -o centy-io abc123"
1423
- ],
1424
- "flags": {
1425
- "org": {
1426
- "char": "o",
1427
- "description": "Organization slug",
1428
- "name": "org",
1429
- "required": true,
1430
- "hasDynamicHelp": false,
1431
- "multiple": false,
1432
- "type": "option"
1433
- },
1434
- "force": {
1435
- "char": "f",
1436
- "description": "Skip confirmation",
1437
- "name": "force",
1438
- "allowNo": false,
1439
- "type": "boolean"
1440
- },
1441
- "json": {
1442
- "description": "Output as JSON",
1443
- "name": "json",
1444
- "allowNo": false,
1445
- "type": "boolean"
1446
- }
1447
- },
1448
- "hasDynamicHelp": false,
1449
- "hiddenAliases": [],
1450
- "id": "delete:org-issue",
1451
- "pluginAlias": "centy",
1452
- "pluginName": "centy",
1453
- "pluginType": "core",
1454
- "strict": true,
1455
- "enableJsonFlag": false,
1456
- "isESM": true,
1457
- "relativePath": [
1458
- "dist",
1459
- "commands",
1460
- "delete",
1461
- "org-issue.js"
1462
- ]
1463
- },
1464
1110
  "delete:org": {
1465
1111
  "aliases": [
1466
1112
  "delete:organization"
@@ -1502,21 +1148,21 @@
1502
1148
  "org.js"
1503
1149
  ]
1504
1150
  },
1505
- "delete:plan": {
1151
+ "delete:pr": {
1506
1152
  "aliases": [],
1507
1153
  "args": {
1508
- "issueId": {
1509
- "description": "Issue ID or display number",
1510
- "name": "issueId",
1154
+ "id": {
1155
+ "description": "PR ID (UUID) or display number",
1156
+ "name": "id",
1511
1157
  "required": true
1512
1158
  }
1513
1159
  },
1514
- "description": "Delete an issue's plan",
1160
+ "description": "Delete a pull request",
1515
1161
  "examples": [
1516
- "<%= config.bin %> delete plan 1",
1517
- "<%= config.bin %> delete plan abc123",
1518
- "<%= config.bin %> delete plan 1 --force",
1519
- "<%= config.bin %> delete plan 1 --project centy-daemon"
1162
+ "<%= config.bin %> delete pr 1",
1163
+ "<%= config.bin %> delete pr abc123-uuid",
1164
+ "<%= config.bin %> delete pr 1 --force",
1165
+ "<%= config.bin %> delete pr 1 --project centy-daemon"
1520
1166
  ],
1521
1167
  "flags": {
1522
1168
  "force": {
@@ -1536,7 +1182,7 @@
1536
1182
  },
1537
1183
  "hasDynamicHelp": false,
1538
1184
  "hiddenAliases": [],
1539
- "id": "delete:plan",
1185
+ "id": "delete:pr",
1540
1186
  "pluginAlias": "centy",
1541
1187
  "pluginName": "centy",
1542
1188
  "pluginType": "core",
@@ -1547,24 +1193,23 @@
1547
1193
  "dist",
1548
1194
  "commands",
1549
1195
  "delete",
1550
- "plan.js"
1196
+ "pr.js"
1551
1197
  ]
1552
1198
  },
1553
- "delete:pr": {
1199
+ "delete:user": {
1554
1200
  "aliases": [],
1555
1201
  "args": {
1556
1202
  "id": {
1557
- "description": "PR ID (UUID) or display number",
1203
+ "description": "User ID",
1558
1204
  "name": "id",
1559
1205
  "required": true
1560
1206
  }
1561
1207
  },
1562
- "description": "Delete a pull request",
1208
+ "description": "Delete a user",
1563
1209
  "examples": [
1564
- "<%= config.bin %> delete pr 1",
1565
- "<%= config.bin %> delete pr abc123-uuid",
1566
- "<%= config.bin %> delete pr 1 --force",
1567
- "<%= config.bin %> delete pr 1 --project centy-daemon"
1210
+ "<%= config.bin %> delete user john-doe",
1211
+ "<%= config.bin %> delete user john-doe --force",
1212
+ "<%= config.bin %> delete user john-doe --project centy-daemon"
1568
1213
  ],
1569
1214
  "flags": {
1570
1215
  "force": {
@@ -1584,7 +1229,7 @@
1584
1229
  },
1585
1230
  "hasDynamicHelp": false,
1586
1231
  "hiddenAliases": [],
1587
- "id": "delete:pr",
1232
+ "id": "delete:user",
1588
1233
  "pluginAlias": "centy",
1589
1234
  "pluginName": "centy",
1590
1235
  "pluginType": "core",
@@ -1595,43 +1240,41 @@
1595
1240
  "dist",
1596
1241
  "commands",
1597
1242
  "delete",
1598
- "pr.js"
1243
+ "user.js"
1599
1244
  ]
1600
1245
  },
1601
- "delete:user": {
1246
+ "daemon:autostart": {
1602
1247
  "aliases": [],
1603
- "args": {
1604
- "id": {
1605
- "description": "User ID",
1606
- "name": "id",
1607
- "required": true
1608
- }
1609
- },
1610
- "description": "Delete a user",
1248
+ "args": {},
1249
+ "description": "Configure daemon to start automatically on boot",
1611
1250
  "examples": [
1612
- "<%= config.bin %> delete user john-doe",
1613
- "<%= config.bin %> delete user john-doe --force",
1614
- "<%= config.bin %> delete user john-doe --project centy-daemon"
1251
+ "<%= config.bin %> daemon autostart",
1252
+ "<%= config.bin %> daemon autostart --enable",
1253
+ "<%= config.bin %> daemon autostart --disable"
1615
1254
  ],
1616
1255
  "flags": {
1617
- "force": {
1618
- "char": "f",
1619
- "description": "Skip confirmation prompt",
1620
- "name": "force",
1256
+ "enable": {
1257
+ "description": "Enable autostart on boot",
1258
+ "exclusive": [
1259
+ "disable"
1260
+ ],
1261
+ "name": "enable",
1621
1262
  "allowNo": false,
1622
1263
  "type": "boolean"
1623
1264
  },
1624
- "project": {
1625
- "description": "Project name or path (defaults to current directory)",
1626
- "name": "project",
1627
- "hasDynamicHelp": false,
1628
- "multiple": false,
1629
- "type": "option"
1265
+ "disable": {
1266
+ "description": "Disable autostart on boot",
1267
+ "exclusive": [
1268
+ "enable"
1269
+ ],
1270
+ "name": "disable",
1271
+ "allowNo": false,
1272
+ "type": "boolean"
1630
1273
  }
1631
1274
  },
1632
1275
  "hasDynamicHelp": false,
1633
1276
  "hiddenAliases": [],
1634
- "id": "delete:user",
1277
+ "id": "daemon:autostart",
1635
1278
  "pluginAlias": "centy",
1636
1279
  "pluginName": "centy",
1637
1280
  "pluginType": "core",
@@ -1641,8 +1284,8 @@
1641
1284
  "relativePath": [
1642
1285
  "dist",
1643
1286
  "commands",
1644
- "delete",
1645
- "user.js"
1287
+ "daemon",
1288
+ "autostart.js"
1646
1289
  ]
1647
1290
  },
1648
1291
  "duplicate:doc": {
@@ -1947,55 +1590,6 @@
1947
1590
  "issue.js"
1948
1591
  ]
1949
1592
  },
1950
- "get:org-issue": {
1951
- "aliases": [],
1952
- "args": {
1953
- "identifier": {
1954
- "description": "Issue ID or display number (#N or just N)",
1955
- "name": "identifier",
1956
- "required": true
1957
- }
1958
- },
1959
- "description": "Get an organization-level issue",
1960
- "examples": [
1961
- "<%= config.bin %> get org-issue --org my-org 1",
1962
- "<%= config.bin %> get org-issue --org my-org #1",
1963
- "<%= config.bin %> get org-issue -o centy-io abc123",
1964
- "<%= config.bin %> get org-issue --org my-org 1 --json"
1965
- ],
1966
- "flags": {
1967
- "org": {
1968
- "char": "o",
1969
- "description": "Organization slug",
1970
- "name": "org",
1971
- "required": true,
1972
- "hasDynamicHelp": false,
1973
- "multiple": false,
1974
- "type": "option"
1975
- },
1976
- "json": {
1977
- "description": "Output as JSON",
1978
- "name": "json",
1979
- "allowNo": false,
1980
- "type": "boolean"
1981
- }
1982
- },
1983
- "hasDynamicHelp": false,
1984
- "hiddenAliases": [],
1985
- "id": "get:org-issue",
1986
- "pluginAlias": "centy",
1987
- "pluginName": "centy",
1988
- "pluginType": "core",
1989
- "strict": true,
1990
- "enableJsonFlag": false,
1991
- "isESM": true,
1992
- "relativePath": [
1993
- "dist",
1994
- "commands",
1995
- "get",
1996
- "org-issue.js"
1997
- ]
1998
- },
1999
1593
  "get:org": {
2000
1594
  "aliases": [
2001
1595
  "get:organization"
@@ -2036,57 +1630,6 @@
2036
1630
  "org.js"
2037
1631
  ]
2038
1632
  },
2039
- "get:plan": {
2040
- "aliases": [
2041
- "show:plan"
2042
- ],
2043
- "args": {
2044
- "issueId": {
2045
- "description": "Issue ID or display number",
2046
- "name": "issueId",
2047
- "required": true
2048
- }
2049
- },
2050
- "description": "Get an issue's plan",
2051
- "examples": [
2052
- "<%= config.bin %> get plan 1",
2053
- "<%= config.bin %> get plan abc123",
2054
- "<%= config.bin %> get plan 1 --output ./plan.md",
2055
- "<%= config.bin %> get plan 1 --project centy-daemon"
2056
- ],
2057
- "flags": {
2058
- "output": {
2059
- "char": "o",
2060
- "description": "Output file path (prints to stdout by default)",
2061
- "name": "output",
2062
- "hasDynamicHelp": false,
2063
- "multiple": false,
2064
- "type": "option"
2065
- },
2066
- "project": {
2067
- "description": "Project name or path (defaults to current directory)",
2068
- "name": "project",
2069
- "hasDynamicHelp": false,
2070
- "multiple": false,
2071
- "type": "option"
2072
- }
2073
- },
2074
- "hasDynamicHelp": false,
2075
- "hiddenAliases": [],
2076
- "id": "get:plan",
2077
- "pluginAlias": "centy",
2078
- "pluginName": "centy",
2079
- "pluginType": "core",
2080
- "strict": true,
2081
- "enableJsonFlag": false,
2082
- "isESM": true,
2083
- "relativePath": [
2084
- "dist",
2085
- "commands",
2086
- "get",
2087
- "plan.js"
2088
- ]
2089
- },
2090
1633
  "get:pr": {
2091
1634
  "aliases": [
2092
1635
  "show:pr"
@@ -2405,49 +1948,19 @@
2405
1948
  "issues.js"
2406
1949
  ]
2407
1950
  },
2408
- "list:org-issues": {
1951
+ "list:orgs": {
2409
1952
  "aliases": [
2410
- "org-issue:list"
1953
+ "list:organizations",
1954
+ "org:list"
2411
1955
  ],
2412
- "args": {
2413
- "org": {
2414
- "description": "Organization slug",
2415
- "name": "org",
2416
- "required": false
2417
- }
2418
- },
2419
- "description": "List organization-level issues",
1956
+ "args": {},
1957
+ "description": "List all organizations",
2420
1958
  "examples": [
2421
- "<%= config.bin %> list org-issues --org my-org",
2422
- "<%= config.bin %> list org-issues -o centy-io",
2423
- "<%= config.bin %> list org-issues --org my-org --status open",
2424
- "<%= config.bin %> list org-issues --org my-org --json"
1959
+ "<%= config.bin %> list orgs",
1960
+ "<%= config.bin %> list organizations",
1961
+ "<%= config.bin %> list orgs --json"
2425
1962
  ],
2426
1963
  "flags": {
2427
- "org": {
2428
- "char": "o",
2429
- "description": "Organization slug",
2430
- "name": "org",
2431
- "hasDynamicHelp": false,
2432
- "multiple": false,
2433
- "type": "option"
2434
- },
2435
- "status": {
2436
- "char": "s",
2437
- "description": "Filter by status (e.g., open, in-progress, closed)",
2438
- "name": "status",
2439
- "hasDynamicHelp": false,
2440
- "multiple": false,
2441
- "type": "option"
2442
- },
2443
- "priority": {
2444
- "char": "p",
2445
- "description": "Filter by priority level (1 = highest)",
2446
- "name": "priority",
2447
- "hasDynamicHelp": false,
2448
- "multiple": false,
2449
- "type": "option"
2450
- },
2451
1964
  "json": {
2452
1965
  "description": "Output as JSON",
2453
1966
  "name": "json",
@@ -2457,7 +1970,7 @@
2457
1970
  },
2458
1971
  "hasDynamicHelp": false,
2459
1972
  "hiddenAliases": [],
2460
- "id": "list:org-issues",
1973
+ "id": "list:orgs",
2461
1974
  "pluginAlias": "centy",
2462
1975
  "pluginName": "centy",
2463
1976
  "pluginType": "core",
@@ -2468,51 +1981,15 @@
2468
1981
  "dist",
2469
1982
  "commands",
2470
1983
  "list",
2471
- "org-issues.js"
1984
+ "orgs.js"
2472
1985
  ]
2473
1986
  },
2474
- "list:orgs": {
1987
+ "list:projects": {
2475
1988
  "aliases": [
2476
- "list:organizations",
2477
- "org:list"
1989
+ "project:list"
2478
1990
  ],
2479
1991
  "args": {},
2480
- "description": "List all organizations",
2481
- "examples": [
2482
- "<%= config.bin %> list orgs",
2483
- "<%= config.bin %> list organizations",
2484
- "<%= config.bin %> list orgs --json"
2485
- ],
2486
- "flags": {
2487
- "json": {
2488
- "description": "Output as JSON",
2489
- "name": "json",
2490
- "allowNo": false,
2491
- "type": "boolean"
2492
- }
2493
- },
2494
- "hasDynamicHelp": false,
2495
- "hiddenAliases": [],
2496
- "id": "list:orgs",
2497
- "pluginAlias": "centy",
2498
- "pluginName": "centy",
2499
- "pluginType": "core",
2500
- "strict": true,
2501
- "enableJsonFlag": false,
2502
- "isESM": true,
2503
- "relativePath": [
2504
- "dist",
2505
- "commands",
2506
- "list",
2507
- "orgs.js"
2508
- ]
2509
- },
2510
- "list:projects": {
2511
- "aliases": [
2512
- "project:list"
2513
- ],
2514
- "args": {},
2515
- "description": "List all tracked centy projects",
1992
+ "description": "List all tracked centy projects",
2516
1993
  "examples": [
2517
1994
  "<%= config.bin %> list projects",
2518
1995
  "<%= config.bin %> list projects --include-stale",
@@ -2702,34 +2179,50 @@
2702
2179
  "users.js"
2703
2180
  ]
2704
2181
  },
2705
- "install:all": {
2182
+ "move:doc": {
2706
2183
  "aliases": [],
2707
- "args": {},
2708
- "description": "Download and install all centy binaries (daemon and tui)",
2184
+ "args": {
2185
+ "slug": {
2186
+ "description": "Doc slug",
2187
+ "name": "slug",
2188
+ "required": true
2189
+ }
2190
+ },
2191
+ "description": "Move a doc to a different project",
2709
2192
  "examples": [
2710
- "<%= config.bin %> install all",
2711
- "<%= config.bin %> install all --prerelease"
2193
+ "<%= config.bin %> move doc my-doc --to /path/to/target/project",
2194
+ "<%= config.bin %> move doc readme --to ../other-project --new-slug new-readme",
2195
+ "<%= config.bin %> move doc api-guide --to ~/projects/target --project ./source"
2712
2196
  ],
2713
2197
  "flags": {
2714
- "version": {
2715
- "char": "v",
2716
- "description": "Specific version to install (default: latest)",
2717
- "name": "version",
2198
+ "to": {
2199
+ "char": "t",
2200
+ "description": "Target project path",
2201
+ "name": "to",
2202
+ "required": true,
2718
2203
  "hasDynamicHelp": false,
2719
2204
  "multiple": false,
2720
2205
  "type": "option"
2721
2206
  },
2722
- "prerelease": {
2723
- "char": "p",
2724
- "description": "Include prerelease versions when fetching latest",
2725
- "name": "prerelease",
2726
- "allowNo": false,
2727
- "type": "boolean"
2207
+ "new-slug": {
2208
+ "char": "s",
2209
+ "description": "New slug for the doc (if slug already exists in target)",
2210
+ "name": "new-slug",
2211
+ "hasDynamicHelp": false,
2212
+ "multiple": false,
2213
+ "type": "option"
2214
+ },
2215
+ "project": {
2216
+ "description": "Project name or path (defaults to current directory)",
2217
+ "name": "project",
2218
+ "hasDynamicHelp": false,
2219
+ "multiple": false,
2220
+ "type": "option"
2728
2221
  }
2729
2222
  },
2730
2223
  "hasDynamicHelp": false,
2731
2224
  "hiddenAliases": [],
2732
- "id": "install:all",
2225
+ "id": "move:doc",
2733
2226
  "pluginAlias": "centy",
2734
2227
  "pluginName": "centy",
2735
2228
  "pluginType": "core",
@@ -2739,39 +2232,46 @@
2739
2232
  "relativePath": [
2740
2233
  "dist",
2741
2234
  "commands",
2742
- "install",
2743
- "all.js"
2235
+ "move",
2236
+ "doc.js"
2744
2237
  ]
2745
2238
  },
2746
- "install:daemon": {
2239
+ "move:issue": {
2747
2240
  "aliases": [],
2748
- "args": {},
2749
- "description": "Download and install the centy daemon binary",
2241
+ "args": {
2242
+ "id": {
2243
+ "description": "Issue ID (UUID) or display number",
2244
+ "name": "id",
2245
+ "required": true
2246
+ }
2247
+ },
2248
+ "description": "Move an issue to a different project",
2750
2249
  "examples": [
2751
- "<%= config.bin %> install daemon",
2752
- "<%= config.bin %> install daemon --prerelease",
2753
- "<%= config.bin %> install daemon --version 0.2.0-alpha.9"
2250
+ "<%= config.bin %> move issue 1 --to /path/to/target/project",
2251
+ "<%= config.bin %> move issue abc123-uuid --to ../other-project",
2252
+ "<%= config.bin %> move issue 5 --to ~/projects/target --project ./source"
2754
2253
  ],
2755
2254
  "flags": {
2756
- "version": {
2757
- "char": "v",
2758
- "description": "Specific version to install (default: latest)",
2759
- "name": "version",
2255
+ "to": {
2256
+ "char": "t",
2257
+ "description": "Target project path",
2258
+ "name": "to",
2259
+ "required": true,
2760
2260
  "hasDynamicHelp": false,
2761
2261
  "multiple": false,
2762
2262
  "type": "option"
2763
2263
  },
2764
- "prerelease": {
2765
- "char": "p",
2766
- "description": "Include prerelease versions when fetching latest",
2767
- "name": "prerelease",
2768
- "allowNo": false,
2769
- "type": "boolean"
2264
+ "project": {
2265
+ "description": "Project name or path (defaults to current directory)",
2266
+ "name": "project",
2267
+ "hasDynamicHelp": false,
2268
+ "multiple": false,
2269
+ "type": "option"
2770
2270
  }
2771
2271
  },
2772
2272
  "hasDynamicHelp": false,
2773
2273
  "hiddenAliases": [],
2774
- "id": "install:daemon",
2274
+ "id": "move:issue",
2775
2275
  "pluginAlias": "centy",
2776
2276
  "pluginName": "centy",
2777
2277
  "pluginType": "core",
@@ -2781,18 +2281,17 @@
2781
2281
  "relativePath": [
2782
2282
  "dist",
2783
2283
  "commands",
2784
- "install",
2785
- "daemon.js"
2284
+ "move",
2285
+ "issue.js"
2786
2286
  ]
2787
2287
  },
2788
- "install:tui": {
2288
+ "install:all": {
2789
2289
  "aliases": [],
2790
2290
  "args": {},
2791
- "description": "Download and install the centy TUI binary",
2291
+ "description": "Download and install all centy binaries (daemon and tui)",
2792
2292
  "examples": [
2793
- "<%= config.bin %> install tui",
2794
- "<%= config.bin %> install tui --prerelease",
2795
- "<%= config.bin %> install tui --version 0.1.0"
2293
+ "<%= config.bin %> install all",
2294
+ "<%= config.bin %> install all --prerelease"
2796
2295
  ],
2797
2296
  "flags": {
2798
2297
  "version": {
@@ -2813,7 +2312,7 @@
2813
2312
  },
2814
2313
  "hasDynamicHelp": false,
2815
2314
  "hiddenAliases": [],
2816
- "id": "install:tui",
2315
+ "id": "install:all",
2817
2316
  "pluginAlias": "centy",
2818
2317
  "pluginName": "centy",
2819
2318
  "pluginType": "core",
@@ -2824,53 +2323,38 @@
2824
2323
  "dist",
2825
2324
  "commands",
2826
2325
  "install",
2827
- "tui.js"
2326
+ "all.js"
2828
2327
  ]
2829
2328
  },
2830
- "move:doc": {
2329
+ "install:daemon": {
2831
2330
  "aliases": [],
2832
- "args": {
2833
- "slug": {
2834
- "description": "Doc slug",
2835
- "name": "slug",
2836
- "required": true
2837
- }
2838
- },
2839
- "description": "Move a doc to a different project",
2331
+ "args": {},
2332
+ "description": "Download and install the centy daemon binary",
2840
2333
  "examples": [
2841
- "<%= config.bin %> move doc my-doc --to /path/to/target/project",
2842
- "<%= config.bin %> move doc readme --to ../other-project --new-slug new-readme",
2843
- "<%= config.bin %> move doc api-guide --to ~/projects/target --project ./source"
2334
+ "<%= config.bin %> install daemon",
2335
+ "<%= config.bin %> install daemon --prerelease",
2336
+ "<%= config.bin %> install daemon --version 0.2.0-alpha.9"
2844
2337
  ],
2845
2338
  "flags": {
2846
- "to": {
2847
- "char": "t",
2848
- "description": "Target project path",
2849
- "name": "to",
2850
- "required": true,
2851
- "hasDynamicHelp": false,
2852
- "multiple": false,
2853
- "type": "option"
2854
- },
2855
- "new-slug": {
2856
- "char": "s",
2857
- "description": "New slug for the doc (if slug already exists in target)",
2858
- "name": "new-slug",
2339
+ "version": {
2340
+ "char": "v",
2341
+ "description": "Specific version to install (default: latest)",
2342
+ "name": "version",
2859
2343
  "hasDynamicHelp": false,
2860
2344
  "multiple": false,
2861
2345
  "type": "option"
2862
2346
  },
2863
- "project": {
2864
- "description": "Project name or path (defaults to current directory)",
2865
- "name": "project",
2866
- "hasDynamicHelp": false,
2867
- "multiple": false,
2868
- "type": "option"
2347
+ "prerelease": {
2348
+ "char": "p",
2349
+ "description": "Include prerelease versions when fetching latest",
2350
+ "name": "prerelease",
2351
+ "allowNo": false,
2352
+ "type": "boolean"
2869
2353
  }
2870
2354
  },
2871
2355
  "hasDynamicHelp": false,
2872
2356
  "hiddenAliases": [],
2873
- "id": "move:doc",
2357
+ "id": "install:daemon",
2874
2358
  "pluginAlias": "centy",
2875
2359
  "pluginName": "centy",
2876
2360
  "pluginType": "core",
@@ -2880,46 +2364,39 @@
2880
2364
  "relativePath": [
2881
2365
  "dist",
2882
2366
  "commands",
2883
- "move",
2884
- "doc.js"
2367
+ "install",
2368
+ "daemon.js"
2885
2369
  ]
2886
2370
  },
2887
- "move:issue": {
2371
+ "install:tui": {
2888
2372
  "aliases": [],
2889
- "args": {
2890
- "id": {
2891
- "description": "Issue ID (UUID) or display number",
2892
- "name": "id",
2893
- "required": true
2894
- }
2895
- },
2896
- "description": "Move an issue to a different project",
2373
+ "args": {},
2374
+ "description": "Download and install the centy TUI binary",
2897
2375
  "examples": [
2898
- "<%= config.bin %> move issue 1 --to /path/to/target/project",
2899
- "<%= config.bin %> move issue abc123-uuid --to ../other-project",
2900
- "<%= config.bin %> move issue 5 --to ~/projects/target --project ./source"
2376
+ "<%= config.bin %> install tui",
2377
+ "<%= config.bin %> install tui --prerelease",
2378
+ "<%= config.bin %> install tui --version 0.1.0"
2901
2379
  ],
2902
2380
  "flags": {
2903
- "to": {
2904
- "char": "t",
2905
- "description": "Target project path",
2906
- "name": "to",
2907
- "required": true,
2381
+ "version": {
2382
+ "char": "v",
2383
+ "description": "Specific version to install (default: latest)",
2384
+ "name": "version",
2908
2385
  "hasDynamicHelp": false,
2909
2386
  "multiple": false,
2910
2387
  "type": "option"
2911
2388
  },
2912
- "project": {
2913
- "description": "Project name or path (defaults to current directory)",
2914
- "name": "project",
2915
- "hasDynamicHelp": false,
2916
- "multiple": false,
2917
- "type": "option"
2389
+ "prerelease": {
2390
+ "char": "p",
2391
+ "description": "Include prerelease versions when fetching latest",
2392
+ "name": "prerelease",
2393
+ "allowNo": false,
2394
+ "type": "boolean"
2918
2395
  }
2919
2396
  },
2920
2397
  "hasDynamicHelp": false,
2921
2398
  "hiddenAliases": [],
2922
- "id": "move:issue",
2399
+ "id": "install:tui",
2923
2400
  "pluginAlias": "centy",
2924
2401
  "pluginName": "centy",
2925
2402
  "pluginType": "core",
@@ -2929,8 +2406,8 @@
2929
2406
  "relativePath": [
2930
2407
  "dist",
2931
2408
  "commands",
2932
- "move",
2933
- "issue.js"
2409
+ "install",
2410
+ "tui.js"
2934
2411
  ]
2935
2412
  },
2936
2413
  "project:archive": {
@@ -3219,71 +2696,20 @@
3219
2696
  "users.js"
3220
2697
  ]
3221
2698
  },
3222
- "unassign:issue": {
2699
+ "untrack:project": {
3223
2700
  "aliases": [],
3224
2701
  "args": {
3225
- "issueId": {
3226
- "description": "Issue ID (UUID) or display number",
3227
- "name": "issueId",
3228
- "required": true
3229
- },
3230
- "userIds": {
3231
- "description": "User IDs to unassign (space-separated)",
3232
- "name": "userIds",
3233
- "required": true
2702
+ "path": {
2703
+ "description": "Path to the project (defaults to current directory)",
2704
+ "name": "path",
2705
+ "required": false
3234
2706
  }
3235
2707
  },
3236
- "description": "Unassign users from an issue",
2708
+ "description": "Remove a project from tracking",
3237
2709
  "examples": [
3238
- "<%= config.bin %> unassign issue 1 john-doe",
3239
- "<%= config.bin %> unassign issue abc123-uuid alice bob",
3240
- "<%= config.bin %> unassign issue 1 john-doe --project centy-daemon"
3241
- ],
3242
- "flags": {
3243
- "json": {
3244
- "description": "Output as JSON",
3245
- "name": "json",
3246
- "allowNo": false,
3247
- "type": "boolean"
3248
- },
3249
- "project": {
3250
- "description": "Project name or path (defaults to current directory)",
3251
- "name": "project",
3252
- "hasDynamicHelp": false,
3253
- "multiple": false,
3254
- "type": "option"
3255
- }
3256
- },
3257
- "hasDynamicHelp": false,
3258
- "hiddenAliases": [],
3259
- "id": "unassign:issue",
3260
- "pluginAlias": "centy",
3261
- "pluginName": "centy",
3262
- "pluginType": "core",
3263
- "strict": false,
3264
- "enableJsonFlag": false,
3265
- "isESM": true,
3266
- "relativePath": [
3267
- "dist",
3268
- "commands",
3269
- "unassign",
3270
- "issue.js"
3271
- ]
3272
- },
3273
- "untrack:project": {
3274
- "aliases": [],
3275
- "args": {
3276
- "path": {
3277
- "description": "Path to the project (defaults to current directory)",
3278
- "name": "path",
3279
- "required": false
3280
- }
3281
- },
3282
- "description": "Remove a project from tracking",
3283
- "examples": [
3284
- "<%= config.bin %> untrack project",
3285
- "<%= config.bin %> untrack project /path/to/project",
3286
- "<%= config.bin %> untrack project --force"
2710
+ "<%= config.bin %> untrack project",
2711
+ "<%= config.bin %> untrack project /path/to/project",
2712
+ "<%= config.bin %> untrack project --force"
3287
2713
  ],
3288
2714
  "flags": {
3289
2715
  "force": {
@@ -3310,168 +2736,6 @@
3310
2736
  "project.js"
3311
2737
  ]
3312
2738
  },
3313
- "workspace:cleanup": {
3314
- "aliases": [],
3315
- "args": {},
3316
- "description": "Cleanup all expired temporary workspaces",
3317
- "examples": [
3318
- "<%= config.bin %> workspace cleanup"
3319
- ],
3320
- "flags": {},
3321
- "hasDynamicHelp": false,
3322
- "hiddenAliases": [],
3323
- "id": "workspace:cleanup",
3324
- "pluginAlias": "centy",
3325
- "pluginName": "centy",
3326
- "pluginType": "core",
3327
- "strict": true,
3328
- "enableJsonFlag": false,
3329
- "isESM": true,
3330
- "relativePath": [
3331
- "dist",
3332
- "commands",
3333
- "workspace",
3334
- "cleanup.js"
3335
- ]
3336
- },
3337
- "workspace:close": {
3338
- "aliases": [],
3339
- "args": {
3340
- "path": {
3341
- "description": "Path to the workspace to close",
3342
- "name": "path",
3343
- "required": true
3344
- }
3345
- },
3346
- "description": "Close and remove a temporary workspace",
3347
- "examples": [
3348
- "<%= config.bin %> workspace close /tmp/centy-workspace-abc123",
3349
- "<%= config.bin %> workspace close /tmp/centy-workspace-abc123 --force"
3350
- ],
3351
- "flags": {
3352
- "force": {
3353
- "char": "f",
3354
- "description": "Force removal even if VS Code may be open",
3355
- "name": "force",
3356
- "allowNo": false,
3357
- "type": "boolean"
3358
- }
3359
- },
3360
- "hasDynamicHelp": false,
3361
- "hiddenAliases": [],
3362
- "id": "workspace:close",
3363
- "pluginAlias": "centy",
3364
- "pluginName": "centy",
3365
- "pluginType": "core",
3366
- "strict": true,
3367
- "enableJsonFlag": false,
3368
- "isESM": true,
3369
- "relativePath": [
3370
- "dist",
3371
- "commands",
3372
- "workspace",
3373
- "close.js"
3374
- ]
3375
- },
3376
- "workspace:list": {
3377
- "aliases": [],
3378
- "args": {},
3379
- "description": "List all temporary workspaces",
3380
- "examples": [
3381
- "<%= config.bin %> workspace list",
3382
- "<%= config.bin %> workspace list --include-expired",
3383
- "<%= config.bin %> workspace list --project ./my-project"
3384
- ],
3385
- "flags": {
3386
- "project": {
3387
- "description": "Project name or path (defaults to current directory)",
3388
- "name": "project",
3389
- "hasDynamicHelp": false,
3390
- "multiple": false,
3391
- "type": "option"
3392
- },
3393
- "include-expired": {
3394
- "description": "Include expired workspaces",
3395
- "name": "include-expired",
3396
- "allowNo": false,
3397
- "type": "boolean"
3398
- },
3399
- "all": {
3400
- "description": "Show workspaces from all projects",
3401
- "name": "all",
3402
- "allowNo": false,
3403
- "type": "boolean"
3404
- }
3405
- },
3406
- "hasDynamicHelp": false,
3407
- "hiddenAliases": [],
3408
- "id": "workspace:list",
3409
- "pluginAlias": "centy",
3410
- "pluginName": "centy",
3411
- "pluginType": "core",
3412
- "strict": true,
3413
- "enableJsonFlag": false,
3414
- "isESM": true,
3415
- "relativePath": [
3416
- "dist",
3417
- "commands",
3418
- "workspace",
3419
- "list.js"
3420
- ]
3421
- },
3422
- "workspace:open": {
3423
- "aliases": [],
3424
- "args": {
3425
- "issueId": {
3426
- "description": "Issue ID or display number",
3427
- "name": "issueId",
3428
- "required": true
3429
- }
3430
- },
3431
- "description": "Open an issue in a temporary VS Code workspace",
3432
- "examples": [
3433
- "<%= config.bin %> workspace open 1",
3434
- "<%= config.bin %> workspace open abc-123 --ttl 24"
3435
- ],
3436
- "flags": {
3437
- "project": {
3438
- "description": "Project name or path (defaults to current directory)",
3439
- "name": "project",
3440
- "hasDynamicHelp": false,
3441
- "multiple": false,
3442
- "type": "option"
3443
- },
3444
- "ttl": {
3445
- "description": "Workspace TTL in hours (default: 12)",
3446
- "name": "ttl",
3447
- "hasDynamicHelp": false,
3448
- "multiple": false,
3449
- "type": "option"
3450
- },
3451
- "agent": {
3452
- "description": "Agent name to use (default: project default)",
3453
- "name": "agent",
3454
- "hasDynamicHelp": false,
3455
- "multiple": false,
3456
- "type": "option"
3457
- }
3458
- },
3459
- "hasDynamicHelp": false,
3460
- "hiddenAliases": [],
3461
- "id": "workspace:open",
3462
- "pluginAlias": "centy",
3463
- "pluginName": "centy",
3464
- "pluginType": "core",
3465
- "strict": true,
3466
- "enableJsonFlag": false,
3467
- "isESM": true,
3468
- "relativePath": [
3469
- "dist",
3470
- "commands",
3471
- "workspace",
3472
- "open.js"
3473
- ]
3474
- },
3475
2739
  "update:doc": {
3476
2740
  "aliases": [],
3477
2741
  "args": {
@@ -3615,106 +2879,6 @@
3615
2879
  "issue.js"
3616
2880
  ]
3617
2881
  },
3618
- "update:org-issue": {
3619
- "aliases": [],
3620
- "args": {
3621
- "identifier": {
3622
- "description": "Issue ID or display number (#N or just N)",
3623
- "name": "identifier",
3624
- "required": true
3625
- }
3626
- },
3627
- "description": "Update an organization-level issue",
3628
- "examples": [
3629
- "<%= config.bin %> update org-issue --org my-org 1 --status closed",
3630
- "<%= config.bin %> update org-issue --org my-org #1 --priority high",
3631
- "<%= config.bin %> update org-issue -o centy-io abc123 --title \"New title\"",
3632
- "<%= config.bin %> update org-issue --org my-org 1 --add-project /path/to/project"
3633
- ],
3634
- "flags": {
3635
- "org": {
3636
- "char": "o",
3637
- "description": "Organization slug",
3638
- "name": "org",
3639
- "required": true,
3640
- "hasDynamicHelp": false,
3641
- "multiple": false,
3642
- "type": "option"
3643
- },
3644
- "title": {
3645
- "char": "t",
3646
- "description": "New issue title",
3647
- "name": "title",
3648
- "hasDynamicHelp": false,
3649
- "multiple": false,
3650
- "type": "option"
3651
- },
3652
- "description": {
3653
- "char": "d",
3654
- "description": "New issue description",
3655
- "name": "description",
3656
- "hasDynamicHelp": false,
3657
- "multiple": false,
3658
- "type": "option"
3659
- },
3660
- "status": {
3661
- "char": "s",
3662
- "description": "New status",
3663
- "name": "status",
3664
- "hasDynamicHelp": false,
3665
- "multiple": false,
3666
- "type": "option"
3667
- },
3668
- "priority": {
3669
- "char": "p",
3670
- "description": "New priority level (low/medium/high)",
3671
- "name": "priority",
3672
- "hasDynamicHelp": false,
3673
- "multiple": false,
3674
- "options": [
3675
- "low",
3676
- "medium",
3677
- "high"
3678
- ],
3679
- "type": "option"
3680
- },
3681
- "add-project": {
3682
- "description": "Add a project path to referenced projects",
3683
- "name": "add-project",
3684
- "hasDynamicHelp": false,
3685
- "multiple": true,
3686
- "type": "option"
3687
- },
3688
- "remove-project": {
3689
- "description": "Remove a project path from referenced projects",
3690
- "name": "remove-project",
3691
- "hasDynamicHelp": false,
3692
- "multiple": true,
3693
- "type": "option"
3694
- },
3695
- "json": {
3696
- "description": "Output as JSON",
3697
- "name": "json",
3698
- "allowNo": false,
3699
- "type": "boolean"
3700
- }
3701
- },
3702
- "hasDynamicHelp": false,
3703
- "hiddenAliases": [],
3704
- "id": "update:org-issue",
3705
- "pluginAlias": "centy",
3706
- "pluginName": "centy",
3707
- "pluginType": "core",
3708
- "strict": true,
3709
- "enableJsonFlag": false,
3710
- "isESM": true,
3711
- "relativePath": [
3712
- "dist",
3713
- "commands",
3714
- "update",
3715
- "org-issue.js"
3716
- ]
3717
- },
3718
2882
  "update:org": {
3719
2883
  "aliases": [
3720
2884
  "update:organization"
@@ -3963,7 +3127,169 @@
3963
3127
  "update",
3964
3128
  "user.js"
3965
3129
  ]
3130
+ },
3131
+ "workspace:cleanup": {
3132
+ "aliases": [],
3133
+ "args": {},
3134
+ "description": "Cleanup all expired temporary workspaces",
3135
+ "examples": [
3136
+ "<%= config.bin %> workspace cleanup"
3137
+ ],
3138
+ "flags": {},
3139
+ "hasDynamicHelp": false,
3140
+ "hiddenAliases": [],
3141
+ "id": "workspace:cleanup",
3142
+ "pluginAlias": "centy",
3143
+ "pluginName": "centy",
3144
+ "pluginType": "core",
3145
+ "strict": true,
3146
+ "enableJsonFlag": false,
3147
+ "isESM": true,
3148
+ "relativePath": [
3149
+ "dist",
3150
+ "commands",
3151
+ "workspace",
3152
+ "cleanup.js"
3153
+ ]
3154
+ },
3155
+ "workspace:close": {
3156
+ "aliases": [],
3157
+ "args": {
3158
+ "path": {
3159
+ "description": "Path to the workspace to close",
3160
+ "name": "path",
3161
+ "required": true
3162
+ }
3163
+ },
3164
+ "description": "Close and remove a temporary workspace",
3165
+ "examples": [
3166
+ "<%= config.bin %> workspace close /tmp/centy-workspace-abc123",
3167
+ "<%= config.bin %> workspace close /tmp/centy-workspace-abc123 --force"
3168
+ ],
3169
+ "flags": {
3170
+ "force": {
3171
+ "char": "f",
3172
+ "description": "Force removal even if VS Code may be open",
3173
+ "name": "force",
3174
+ "allowNo": false,
3175
+ "type": "boolean"
3176
+ }
3177
+ },
3178
+ "hasDynamicHelp": false,
3179
+ "hiddenAliases": [],
3180
+ "id": "workspace:close",
3181
+ "pluginAlias": "centy",
3182
+ "pluginName": "centy",
3183
+ "pluginType": "core",
3184
+ "strict": true,
3185
+ "enableJsonFlag": false,
3186
+ "isESM": true,
3187
+ "relativePath": [
3188
+ "dist",
3189
+ "commands",
3190
+ "workspace",
3191
+ "close.js"
3192
+ ]
3193
+ },
3194
+ "workspace:list": {
3195
+ "aliases": [],
3196
+ "args": {},
3197
+ "description": "List all temporary workspaces",
3198
+ "examples": [
3199
+ "<%= config.bin %> workspace list",
3200
+ "<%= config.bin %> workspace list --include-expired",
3201
+ "<%= config.bin %> workspace list --project ./my-project"
3202
+ ],
3203
+ "flags": {
3204
+ "project": {
3205
+ "description": "Project name or path (defaults to current directory)",
3206
+ "name": "project",
3207
+ "hasDynamicHelp": false,
3208
+ "multiple": false,
3209
+ "type": "option"
3210
+ },
3211
+ "include-expired": {
3212
+ "description": "Include expired workspaces",
3213
+ "name": "include-expired",
3214
+ "allowNo": false,
3215
+ "type": "boolean"
3216
+ },
3217
+ "all": {
3218
+ "description": "Show workspaces from all projects",
3219
+ "name": "all",
3220
+ "allowNo": false,
3221
+ "type": "boolean"
3222
+ }
3223
+ },
3224
+ "hasDynamicHelp": false,
3225
+ "hiddenAliases": [],
3226
+ "id": "workspace:list",
3227
+ "pluginAlias": "centy",
3228
+ "pluginName": "centy",
3229
+ "pluginType": "core",
3230
+ "strict": true,
3231
+ "enableJsonFlag": false,
3232
+ "isESM": true,
3233
+ "relativePath": [
3234
+ "dist",
3235
+ "commands",
3236
+ "workspace",
3237
+ "list.js"
3238
+ ]
3239
+ },
3240
+ "workspace:open": {
3241
+ "aliases": [],
3242
+ "args": {
3243
+ "issueId": {
3244
+ "description": "Issue ID or display number",
3245
+ "name": "issueId",
3246
+ "required": true
3247
+ }
3248
+ },
3249
+ "description": "Open an issue in a temporary VS Code workspace",
3250
+ "examples": [
3251
+ "<%= config.bin %> workspace open 1",
3252
+ "<%= config.bin %> workspace open abc-123 --ttl 24"
3253
+ ],
3254
+ "flags": {
3255
+ "project": {
3256
+ "description": "Project name or path (defaults to current directory)",
3257
+ "name": "project",
3258
+ "hasDynamicHelp": false,
3259
+ "multiple": false,
3260
+ "type": "option"
3261
+ },
3262
+ "ttl": {
3263
+ "description": "Workspace TTL in hours (default: 12)",
3264
+ "name": "ttl",
3265
+ "hasDynamicHelp": false,
3266
+ "multiple": false,
3267
+ "type": "option"
3268
+ },
3269
+ "agent": {
3270
+ "description": "Agent name to use (default: project default)",
3271
+ "name": "agent",
3272
+ "hasDynamicHelp": false,
3273
+ "multiple": false,
3274
+ "type": "option"
3275
+ }
3276
+ },
3277
+ "hasDynamicHelp": false,
3278
+ "hiddenAliases": [],
3279
+ "id": "workspace:open",
3280
+ "pluginAlias": "centy",
3281
+ "pluginName": "centy",
3282
+ "pluginType": "core",
3283
+ "strict": true,
3284
+ "enableJsonFlag": false,
3285
+ "isESM": true,
3286
+ "relativePath": [
3287
+ "dist",
3288
+ "commands",
3289
+ "workspace",
3290
+ "open.js"
3291
+ ]
3966
3292
  }
3967
3293
  },
3968
- "version": "0.2.4"
3294
+ "version": "0.2.6"
3969
3295
  }