centy 0.0.13 → 0.0.15

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 (152) hide show
  1. package/dist/commands/add/asset.d.ts.map +1 -1
  2. package/dist/commands/add/asset.js +0 -1
  3. package/dist/commands/add/asset.js.map +1 -1
  4. package/dist/commands/compact.d.ts +21 -0
  5. package/dist/commands/compact.d.ts.map +1 -0
  6. package/dist/commands/compact.js +194 -0
  7. package/dist/commands/compact.js.map +1 -0
  8. package/dist/commands/create/pr.d.ts +20 -0
  9. package/dist/commands/create/pr.d.ts.map +1 -0
  10. package/dist/commands/create/pr.js +96 -0
  11. package/dist/commands/create/pr.js.map +1 -0
  12. package/dist/commands/delete/pr.d.ts +16 -0
  13. package/dist/commands/delete/pr.d.ts.map +1 -0
  14. package/dist/commands/delete/pr.js +59 -0
  15. package/dist/commands/delete/pr.js.map +1 -0
  16. package/dist/commands/get/asset.d.ts.map +1 -1
  17. package/dist/commands/get/asset.js +0 -1
  18. package/dist/commands/get/asset.js.map +1 -1
  19. package/dist/commands/get/pr.d.ts +16 -0
  20. package/dist/commands/get/pr.d.ts.map +1 -0
  21. package/dist/commands/get/pr.js +76 -0
  22. package/dist/commands/get/pr.js.map +1 -0
  23. package/dist/commands/list/projects.d.ts +1 -0
  24. package/dist/commands/list/projects.d.ts.map +1 -1
  25. package/dist/commands/list/projects.js +6 -0
  26. package/dist/commands/list/projects.js.map +1 -1
  27. package/dist/commands/list/prs.d.ts +17 -0
  28. package/dist/commands/list/prs.d.ts.map +1 -0
  29. package/dist/commands/list/prs.js +74 -0
  30. package/dist/commands/list/prs.js.map +1 -0
  31. package/dist/commands/project/archive.d.ts +16 -0
  32. package/dist/commands/project/archive.d.ts.map +1 -0
  33. package/dist/commands/project/archive.js +39 -0
  34. package/dist/commands/project/archive.js.map +1 -0
  35. package/dist/commands/register/project.d.ts +3 -0
  36. package/dist/commands/register/project.d.ts.map +1 -1
  37. package/dist/commands/register/project.js +29 -3
  38. package/dist/commands/register/project.js.map +1 -1
  39. package/dist/commands/update/pr.d.ts +20 -0
  40. package/dist/commands/update/pr.d.ts.map +1 -0
  41. package/dist/commands/update/pr.js +96 -0
  42. package/dist/commands/update/pr.js.map +1 -0
  43. package/dist/daemon/daemon-create-pr.d.ts +6 -0
  44. package/dist/daemon/daemon-create-pr.d.ts.map +1 -0
  45. package/dist/daemon/daemon-create-pr.js +17 -0
  46. package/dist/daemon/daemon-create-pr.js.map +1 -0
  47. package/dist/daemon/daemon-delete-pr.d.ts +6 -0
  48. package/dist/daemon/daemon-delete-pr.d.ts.map +1 -0
  49. package/dist/daemon/daemon-delete-pr.js +17 -0
  50. package/dist/daemon/daemon-delete-pr.js.map +1 -0
  51. package/dist/daemon/daemon-get-compact.d.ts +6 -0
  52. package/dist/daemon/daemon-get-compact.d.ts.map +1 -0
  53. package/dist/daemon/daemon-get-compact.js +17 -0
  54. package/dist/daemon/daemon-get-compact.js.map +1 -0
  55. package/dist/daemon/daemon-get-feature-status.d.ts +6 -0
  56. package/dist/daemon/daemon-get-feature-status.d.ts.map +1 -0
  57. package/dist/daemon/daemon-get-feature-status.js +17 -0
  58. package/dist/daemon/daemon-get-feature-status.js.map +1 -0
  59. package/dist/daemon/daemon-get-instruction.d.ts +6 -0
  60. package/dist/daemon/daemon-get-instruction.d.ts.map +1 -0
  61. package/dist/daemon/daemon-get-instruction.js +17 -0
  62. package/dist/daemon/daemon-get-instruction.js.map +1 -0
  63. package/dist/daemon/daemon-get-pr-by-display-number.d.ts +6 -0
  64. package/dist/daemon/daemon-get-pr-by-display-number.d.ts.map +1 -0
  65. package/dist/daemon/daemon-get-pr-by-display-number.js +17 -0
  66. package/dist/daemon/daemon-get-pr-by-display-number.js.map +1 -0
  67. package/dist/daemon/daemon-get-pr.d.ts +6 -0
  68. package/dist/daemon/daemon-get-pr.d.ts.map +1 -0
  69. package/dist/daemon/daemon-get-pr.js +17 -0
  70. package/dist/daemon/daemon-get-pr.js.map +1 -0
  71. package/dist/daemon/daemon-list-prs.d.ts +6 -0
  72. package/dist/daemon/daemon-list-prs.d.ts.map +1 -0
  73. package/dist/daemon/daemon-list-prs.js +17 -0
  74. package/dist/daemon/daemon-list-prs.js.map +1 -0
  75. package/dist/daemon/daemon-list-uncompacted-issues.d.ts +6 -0
  76. package/dist/daemon/daemon-list-uncompacted-issues.d.ts.map +1 -0
  77. package/dist/daemon/daemon-list-uncompacted-issues.js +17 -0
  78. package/dist/daemon/daemon-list-uncompacted-issues.js.map +1 -0
  79. package/dist/daemon/daemon-mark-issues-compacted.d.ts +6 -0
  80. package/dist/daemon/daemon-mark-issues-compacted.d.ts.map +1 -0
  81. package/dist/daemon/daemon-mark-issues-compacted.js +17 -0
  82. package/dist/daemon/daemon-mark-issues-compacted.js.map +1 -0
  83. package/dist/daemon/daemon-save-migration.d.ts +6 -0
  84. package/dist/daemon/daemon-save-migration.d.ts.map +1 -0
  85. package/dist/daemon/daemon-save-migration.js +17 -0
  86. package/dist/daemon/daemon-save-migration.js.map +1 -0
  87. package/dist/daemon/daemon-set-project-archived.d.ts +6 -0
  88. package/dist/daemon/daemon-set-project-archived.d.ts.map +1 -0
  89. package/dist/daemon/daemon-set-project-archived.js +17 -0
  90. package/dist/daemon/daemon-set-project-archived.js.map +1 -0
  91. package/dist/daemon/daemon-update-compact.d.ts +6 -0
  92. package/dist/daemon/daemon-update-compact.d.ts.map +1 -0
  93. package/dist/daemon/daemon-update-compact.js +17 -0
  94. package/dist/daemon/daemon-update-compact.js.map +1 -0
  95. package/dist/daemon/daemon-update-pr.d.ts +6 -0
  96. package/dist/daemon/daemon-update-pr.d.ts.map +1 -0
  97. package/dist/daemon/daemon-update-pr.js +17 -0
  98. package/dist/daemon/daemon-update-pr.js.map +1 -0
  99. package/dist/daemon/load-proto.d.ts +16 -1
  100. package/dist/daemon/load-proto.d.ts.map +1 -1
  101. package/dist/daemon/load-proto.js.map +1 -1
  102. package/dist/daemon/types.d.ts +168 -0
  103. package/dist/daemon/types.d.ts.map +1 -1
  104. package/dist/tui/App.d.ts.map +1 -1
  105. package/dist/tui/App.js +64 -18
  106. package/dist/tui/App.js.map +1 -1
  107. package/dist/tui/components/domain/ConfigPanel.js +1 -1
  108. package/dist/tui/components/domain/ConfigPanel.js.map +1 -1
  109. package/dist/tui/components/domain/DocCreate.d.ts +2 -0
  110. package/dist/tui/components/domain/DocCreate.d.ts.map +1 -0
  111. package/dist/tui/components/domain/DocCreate.js +118 -0
  112. package/dist/tui/components/domain/DocCreate.js.map +1 -0
  113. package/dist/tui/components/domain/IssueCreate.d.ts +2 -0
  114. package/dist/tui/components/domain/IssueCreate.d.ts.map +1 -0
  115. package/dist/tui/components/domain/IssueCreate.js +167 -0
  116. package/dist/tui/components/domain/IssueCreate.js.map +1 -0
  117. package/dist/tui/components/domain/IssueDetail.d.ts.map +1 -1
  118. package/dist/tui/components/domain/IssueDetail.js +1 -1
  119. package/dist/tui/components/domain/IssueDetail.js.map +1 -1
  120. package/dist/tui/components/domain/IssueList.d.ts.map +1 -1
  121. package/dist/tui/components/domain/IssueList.js +29 -10
  122. package/dist/tui/components/domain/IssueList.js.map +1 -1
  123. package/dist/tui/components/domain/ProjectCreate.d.ts +2 -0
  124. package/dist/tui/components/domain/ProjectCreate.d.ts.map +1 -0
  125. package/dist/tui/components/domain/ProjectCreate.js +61 -0
  126. package/dist/tui/components/domain/ProjectCreate.js.map +1 -0
  127. package/dist/tui/components/domain/ProjectList.d.ts.map +1 -1
  128. package/dist/tui/components/domain/ProjectList.js +48 -7
  129. package/dist/tui/components/domain/ProjectList.js.map +1 -1
  130. package/dist/tui/components/layout/Sidebar.d.ts +2 -1
  131. package/dist/tui/components/layout/Sidebar.d.ts.map +1 -1
  132. package/dist/tui/components/layout/Sidebar.js +3 -3
  133. package/dist/tui/components/layout/Sidebar.js.map +1 -1
  134. package/dist/tui/hooks/useProjects.d.ts +2 -0
  135. package/dist/tui/hooks/useProjects.d.ts.map +1 -1
  136. package/dist/tui/hooks/useProjects.js +27 -1
  137. package/dist/tui/hooks/useProjects.js.map +1 -1
  138. package/dist/tui/services/daemon-service.d.ts +22 -2
  139. package/dist/tui/services/daemon-service.d.ts.map +1 -1
  140. package/dist/tui/services/daemon-service.js +121 -2
  141. package/dist/tui/services/daemon-service.js.map +1 -1
  142. package/dist/tui/state/app-state.d.ts +3 -0
  143. package/dist/tui/state/app-state.d.ts.map +1 -1
  144. package/dist/tui/state/app-state.js +5 -0
  145. package/dist/tui/state/app-state.js.map +1 -1
  146. package/dist/tui/types/views.d.ts +5 -1
  147. package/dist/tui/types/views.d.ts.map +1 -1
  148. package/dist/tui/types/views.js +15 -0
  149. package/dist/tui/types/views.js.map +1 -1
  150. package/oclif.manifest.json +604 -144
  151. package/package.json +1 -1
  152. package/proto/centy.proto +271 -0
@@ -1,5 +1,61 @@
1
1
  {
2
2
  "commands": {
3
+ "compact": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "Compact uncompacted issues into feature summaries",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %>",
9
+ "<%= config.bin %> <%= command.id %> --dry-run",
10
+ "<%= config.bin %> <%= command.id %> --output context.md",
11
+ "<%= config.bin %> <%= command.id %> --input response.md"
12
+ ],
13
+ "flags": {
14
+ "dry-run": {
15
+ "char": "d",
16
+ "description": "List uncompacted issues without modifying",
17
+ "name": "dry-run",
18
+ "allowNo": false,
19
+ "type": "boolean"
20
+ },
21
+ "output": {
22
+ "char": "o",
23
+ "description": "Write LLM context to file (for external LLM processing)",
24
+ "name": "output",
25
+ "hasDynamicHelp": false,
26
+ "multiple": false,
27
+ "type": "option"
28
+ },
29
+ "input": {
30
+ "char": "i",
31
+ "description": "Read LLM response from file and apply changes",
32
+ "name": "input",
33
+ "hasDynamicHelp": false,
34
+ "multiple": false,
35
+ "type": "option"
36
+ },
37
+ "json": {
38
+ "description": "Output as JSON (for --dry-run)",
39
+ "name": "json",
40
+ "allowNo": false,
41
+ "type": "boolean"
42
+ }
43
+ },
44
+ "hasDynamicHelp": false,
45
+ "hiddenAliases": [],
46
+ "id": "compact",
47
+ "pluginAlias": "centy",
48
+ "pluginName": "centy",
49
+ "pluginType": "core",
50
+ "strict": true,
51
+ "enableJsonFlag": false,
52
+ "isESM": true,
53
+ "relativePath": [
54
+ "dist",
55
+ "commands",
56
+ "compact.js"
57
+ ]
58
+ },
3
59
  "config": {
4
60
  "aliases": [],
5
61
  "args": {},
@@ -478,93 +534,94 @@
478
534
  "issue.js"
479
535
  ]
480
536
  },
481
- "daemon:autostart": {
537
+ "create:pr": {
482
538
  "aliases": [],
483
539
  "args": {},
484
- "description": "Configure daemon to start automatically on boot",
540
+ "description": "Create a new pull request in the .centy folder",
485
541
  "examples": [
486
- "<%= config.bin %> daemon autostart",
487
- "<%= config.bin %> daemon autostart --enable",
488
- "<%= config.bin %> daemon autostart --disable"
542
+ "<%= config.bin %> create pr",
543
+ "<%= config.bin %> create pr --title \"Add feature\" --source feature-branch",
544
+ "<%= config.bin %> create pr -t \"Bug fix\" -s bugfix/123 --target main",
545
+ "<%= config.bin %> create pr -t \"Feature\" --issues 1,2 --reviewers alice,bob"
489
546
  ],
490
547
  "flags": {
491
- "enable": {
492
- "description": "Enable autostart on boot",
493
- "exclusive": [
494
- "disable"
495
- ],
496
- "name": "enable",
497
- "allowNo": false,
498
- "type": "boolean"
548
+ "title": {
549
+ "char": "t",
550
+ "description": "PR title",
551
+ "name": "title",
552
+ "required": true,
553
+ "hasDynamicHelp": false,
554
+ "multiple": false,
555
+ "type": "option"
499
556
  },
500
- "disable": {
501
- "description": "Disable autostart on boot",
502
- "exclusive": [
503
- "enable"
504
- ],
505
- "name": "disable",
506
- "allowNo": false,
507
- "type": "boolean"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "daemon:autostart",
513
- "pluginAlias": "centy",
514
- "pluginName": "centy",
515
- "pluginType": "core",
516
- "strict": true,
517
- "enableJsonFlag": false,
518
- "isESM": true,
519
- "relativePath": [
520
- "dist",
521
- "commands",
522
- "daemon",
523
- "autostart.js"
524
- ]
525
- },
526
- "delete:asset": {
527
- "aliases": [],
528
- "args": {
529
- "filename": {
530
- "description": "Asset filename",
531
- "name": "filename",
532
- "required": true
533
- }
534
- },
535
- "description": "Delete an asset",
536
- "examples": [
537
- "<%= config.bin %> delete asset screenshot.png --issue 1",
538
- "<%= config.bin %> delete asset logo.svg --shared",
539
- "<%= config.bin %> delete asset old-image.png --issue 1 --force"
540
- ],
541
- "flags": {
542
- "issue": {
543
- "char": "i",
544
- "description": "Issue ID or display number",
545
- "name": "issue",
557
+ "description": {
558
+ "char": "d",
559
+ "description": "PR description",
560
+ "name": "description",
546
561
  "hasDynamicHelp": false,
547
562
  "multiple": false,
548
563
  "type": "option"
549
564
  },
550
- "shared": {
565
+ "source": {
551
566
  "char": "s",
552
- "description": "Delete a shared asset",
553
- "name": "shared",
554
- "allowNo": false,
555
- "type": "boolean"
567
+ "description": "Source branch name (auto-detected if not provided)",
568
+ "name": "source",
569
+ "hasDynamicHelp": false,
570
+ "multiple": false,
571
+ "type": "option"
556
572
  },
557
- "force": {
558
- "char": "f",
559
- "description": "Skip confirmation prompt",
560
- "name": "force",
561
- "allowNo": false,
562
- "type": "boolean"
573
+ "target": {
574
+ "description": "Target branch name (defaults to main)",
575
+ "name": "target",
576
+ "hasDynamicHelp": false,
577
+ "multiple": false,
578
+ "type": "option"
579
+ },
580
+ "issues": {
581
+ "char": "i",
582
+ "description": "Linked issue IDs (comma-separated)",
583
+ "name": "issues",
584
+ "hasDynamicHelp": false,
585
+ "multiple": false,
586
+ "type": "option"
587
+ },
588
+ "reviewers": {
589
+ "char": "r",
590
+ "description": "Reviewers (comma-separated)",
591
+ "name": "reviewers",
592
+ "hasDynamicHelp": false,
593
+ "multiple": false,
594
+ "type": "option"
595
+ },
596
+ "priority": {
597
+ "char": "p",
598
+ "description": "Priority level (low/medium/high)",
599
+ "name": "priority",
600
+ "hasDynamicHelp": false,
601
+ "multiple": false,
602
+ "options": [
603
+ "low",
604
+ "medium",
605
+ "high"
606
+ ],
607
+ "type": "option"
608
+ },
609
+ "status": {
610
+ "description": "Initial status (draft/open)",
611
+ "name": "status",
612
+ "default": "draft",
613
+ "hasDynamicHelp": false,
614
+ "multiple": false,
615
+ "options": [
616
+ "draft",
617
+ "open"
618
+ ],
619
+ "type": "option"
563
620
  }
564
621
  },
565
622
  "hasDynamicHelp": false,
566
623
  "hiddenAliases": [],
567
- "id": "delete:asset",
624
+ "id": "create:pr",
568
625
  "pluginAlias": "centy",
569
626
  "pluginName": "centy",
570
627
  "pluginType": "core",
@@ -574,76 +631,42 @@
574
631
  "relativePath": [
575
632
  "dist",
576
633
  "commands",
577
- "delete",
578
- "asset.js"
634
+ "create",
635
+ "pr.js"
579
636
  ]
580
637
  },
581
- "delete:doc": {
638
+ "daemon:autostart": {
582
639
  "aliases": [],
583
- "args": {
584
- "slug": {
585
- "description": "Doc slug",
586
- "name": "slug",
587
- "required": true
588
- }
589
- },
590
- "description": "Delete a documentation file",
640
+ "args": {},
641
+ "description": "Configure daemon to start automatically on boot",
591
642
  "examples": [
592
- "<%= config.bin %> delete doc getting-started",
593
- "<%= config.bin %> delete doc api-reference --force"
643
+ "<%= config.bin %> daemon autostart",
644
+ "<%= config.bin %> daemon autostart --enable",
645
+ "<%= config.bin %> daemon autostart --disable"
594
646
  ],
595
647
  "flags": {
596
- "force": {
597
- "char": "f",
598
- "description": "Skip confirmation prompt",
599
- "name": "force",
648
+ "enable": {
649
+ "description": "Enable autostart on boot",
650
+ "exclusive": [
651
+ "disable"
652
+ ],
653
+ "name": "enable",
600
654
  "allowNo": false,
601
655
  "type": "boolean"
602
- }
603
- },
604
- "hasDynamicHelp": false,
605
- "hiddenAliases": [],
606
- "id": "delete:doc",
607
- "pluginAlias": "centy",
608
- "pluginName": "centy",
609
- "pluginType": "core",
610
- "strict": true,
611
- "enableJsonFlag": false,
612
- "isESM": true,
613
- "relativePath": [
614
- "dist",
615
- "commands",
616
- "delete",
617
- "doc.js"
618
- ]
619
- },
620
- "delete:issue": {
621
- "aliases": [],
622
- "args": {
623
- "id": {
624
- "description": "Issue ID (UUID) or display number",
625
- "name": "id",
626
- "required": true
627
- }
628
- },
629
- "description": "Delete an issue",
630
- "examples": [
631
- "<%= config.bin %> delete issue 1",
632
- "<%= config.bin %> delete issue abc123-uuid",
633
- "<%= config.bin %> delete issue 1 --force"
634
- ],
635
- "flags": {
636
- "force": {
637
- "char": "f",
638
- "description": "Skip confirmation prompt",
639
- "name": "force",
656
+ },
657
+ "disable": {
658
+ "description": "Disable autostart on boot",
659
+ "exclusive": [
660
+ "enable"
661
+ ],
662
+ "name": "disable",
640
663
  "allowNo": false,
641
664
  "type": "boolean"
642
665
  }
643
666
  },
644
667
  "hasDynamicHelp": false,
645
668
  "hiddenAliases": [],
646
- "id": "delete:issue",
669
+ "id": "daemon:autostart",
647
670
  "pluginAlias": "centy",
648
671
  "pluginName": "centy",
649
672
  "pluginType": "core",
@@ -653,8 +676,8 @@
653
676
  "relativePath": [
654
677
  "dist",
655
678
  "commands",
656
- "delete",
657
- "issue.js"
679
+ "daemon",
680
+ "autostart.js"
658
681
  ]
659
682
  },
660
683
  "get:asset": {
@@ -789,20 +812,20 @@
789
812
  "issue.js"
790
813
  ]
791
814
  },
792
- "get:project": {
815
+ "get:pr": {
793
816
  "aliases": [],
794
817
  "args": {
795
- "path": {
796
- "description": "Path to the project (defaults to current directory)",
797
- "name": "path",
798
- "required": false
818
+ "id": {
819
+ "description": "PR ID (UUID) or display number",
820
+ "name": "id",
821
+ "required": true
799
822
  }
800
823
  },
801
- "description": "Get info about a specific project",
824
+ "description": "Get a single pull request by ID or display number",
802
825
  "examples": [
803
- "<%= config.bin %> get project",
804
- "<%= config.bin %> get project /path/to/project",
805
- "<%= config.bin %> get project --json"
826
+ "<%= config.bin %> get pr 1",
827
+ "<%= config.bin %> get pr abc123-uuid",
828
+ "<%= config.bin %> get pr 1 --json"
806
829
  ],
807
830
  "flags": {
808
831
  "json": {
@@ -814,7 +837,7 @@
814
837
  },
815
838
  "hasDynamicHelp": false,
816
839
  "hiddenAliases": [],
817
- "id": "get:project",
840
+ "id": "get:pr",
818
841
  "pluginAlias": "centy",
819
842
  "pluginName": "centy",
820
843
  "pluginType": "core",
@@ -825,10 +848,223 @@
825
848
  "dist",
826
849
  "commands",
827
850
  "get",
828
- "project.js"
851
+ "pr.js"
829
852
  ]
830
853
  },
831
- "install:daemon": {
854
+ "get:project": {
855
+ "aliases": [],
856
+ "args": {
857
+ "path": {
858
+ "description": "Path to the project (defaults to current directory)",
859
+ "name": "path",
860
+ "required": false
861
+ }
862
+ },
863
+ "description": "Get info about a specific project",
864
+ "examples": [
865
+ "<%= config.bin %> get project",
866
+ "<%= config.bin %> get project /path/to/project",
867
+ "<%= config.bin %> get project --json"
868
+ ],
869
+ "flags": {
870
+ "json": {
871
+ "description": "Output as JSON",
872
+ "name": "json",
873
+ "allowNo": false,
874
+ "type": "boolean"
875
+ }
876
+ },
877
+ "hasDynamicHelp": false,
878
+ "hiddenAliases": [],
879
+ "id": "get:project",
880
+ "pluginAlias": "centy",
881
+ "pluginName": "centy",
882
+ "pluginType": "core",
883
+ "strict": true,
884
+ "enableJsonFlag": false,
885
+ "isESM": true,
886
+ "relativePath": [
887
+ "dist",
888
+ "commands",
889
+ "get",
890
+ "project.js"
891
+ ]
892
+ },
893
+ "delete:asset": {
894
+ "aliases": [],
895
+ "args": {
896
+ "filename": {
897
+ "description": "Asset filename",
898
+ "name": "filename",
899
+ "required": true
900
+ }
901
+ },
902
+ "description": "Delete an asset",
903
+ "examples": [
904
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
905
+ "<%= config.bin %> delete asset logo.svg --shared",
906
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force"
907
+ ],
908
+ "flags": {
909
+ "issue": {
910
+ "char": "i",
911
+ "description": "Issue ID or display number",
912
+ "name": "issue",
913
+ "hasDynamicHelp": false,
914
+ "multiple": false,
915
+ "type": "option"
916
+ },
917
+ "shared": {
918
+ "char": "s",
919
+ "description": "Delete a shared asset",
920
+ "name": "shared",
921
+ "allowNo": false,
922
+ "type": "boolean"
923
+ },
924
+ "force": {
925
+ "char": "f",
926
+ "description": "Skip confirmation prompt",
927
+ "name": "force",
928
+ "allowNo": false,
929
+ "type": "boolean"
930
+ }
931
+ },
932
+ "hasDynamicHelp": false,
933
+ "hiddenAliases": [],
934
+ "id": "delete:asset",
935
+ "pluginAlias": "centy",
936
+ "pluginName": "centy",
937
+ "pluginType": "core",
938
+ "strict": true,
939
+ "enableJsonFlag": false,
940
+ "isESM": true,
941
+ "relativePath": [
942
+ "dist",
943
+ "commands",
944
+ "delete",
945
+ "asset.js"
946
+ ]
947
+ },
948
+ "delete:doc": {
949
+ "aliases": [],
950
+ "args": {
951
+ "slug": {
952
+ "description": "Doc slug",
953
+ "name": "slug",
954
+ "required": true
955
+ }
956
+ },
957
+ "description": "Delete a documentation file",
958
+ "examples": [
959
+ "<%= config.bin %> delete doc getting-started",
960
+ "<%= config.bin %> delete doc api-reference --force"
961
+ ],
962
+ "flags": {
963
+ "force": {
964
+ "char": "f",
965
+ "description": "Skip confirmation prompt",
966
+ "name": "force",
967
+ "allowNo": false,
968
+ "type": "boolean"
969
+ }
970
+ },
971
+ "hasDynamicHelp": false,
972
+ "hiddenAliases": [],
973
+ "id": "delete:doc",
974
+ "pluginAlias": "centy",
975
+ "pluginName": "centy",
976
+ "pluginType": "core",
977
+ "strict": true,
978
+ "enableJsonFlag": false,
979
+ "isESM": true,
980
+ "relativePath": [
981
+ "dist",
982
+ "commands",
983
+ "delete",
984
+ "doc.js"
985
+ ]
986
+ },
987
+ "delete:issue": {
988
+ "aliases": [],
989
+ "args": {
990
+ "id": {
991
+ "description": "Issue ID (UUID) or display number",
992
+ "name": "id",
993
+ "required": true
994
+ }
995
+ },
996
+ "description": "Delete an issue",
997
+ "examples": [
998
+ "<%= config.bin %> delete issue 1",
999
+ "<%= config.bin %> delete issue abc123-uuid",
1000
+ "<%= config.bin %> delete issue 1 --force"
1001
+ ],
1002
+ "flags": {
1003
+ "force": {
1004
+ "char": "f",
1005
+ "description": "Skip confirmation prompt",
1006
+ "name": "force",
1007
+ "allowNo": false,
1008
+ "type": "boolean"
1009
+ }
1010
+ },
1011
+ "hasDynamicHelp": false,
1012
+ "hiddenAliases": [],
1013
+ "id": "delete:issue",
1014
+ "pluginAlias": "centy",
1015
+ "pluginName": "centy",
1016
+ "pluginType": "core",
1017
+ "strict": true,
1018
+ "enableJsonFlag": false,
1019
+ "isESM": true,
1020
+ "relativePath": [
1021
+ "dist",
1022
+ "commands",
1023
+ "delete",
1024
+ "issue.js"
1025
+ ]
1026
+ },
1027
+ "delete:pr": {
1028
+ "aliases": [],
1029
+ "args": {
1030
+ "id": {
1031
+ "description": "PR ID (UUID) or display number",
1032
+ "name": "id",
1033
+ "required": true
1034
+ }
1035
+ },
1036
+ "description": "Delete a pull request",
1037
+ "examples": [
1038
+ "<%= config.bin %> delete pr 1",
1039
+ "<%= config.bin %> delete pr abc123-uuid",
1040
+ "<%= config.bin %> delete pr 1 --force"
1041
+ ],
1042
+ "flags": {
1043
+ "force": {
1044
+ "char": "f",
1045
+ "description": "Skip confirmation prompt",
1046
+ "name": "force",
1047
+ "allowNo": false,
1048
+ "type": "boolean"
1049
+ }
1050
+ },
1051
+ "hasDynamicHelp": false,
1052
+ "hiddenAliases": [],
1053
+ "id": "delete:pr",
1054
+ "pluginAlias": "centy",
1055
+ "pluginName": "centy",
1056
+ "pluginType": "core",
1057
+ "strict": true,
1058
+ "enableJsonFlag": false,
1059
+ "isESM": true,
1060
+ "relativePath": [
1061
+ "dist",
1062
+ "commands",
1063
+ "delete",
1064
+ "pr.js"
1065
+ ]
1066
+ },
1067
+ "install:daemon": {
832
1068
  "aliases": [],
833
1069
  "args": {},
834
1070
  "description": "Download and install the centy daemon binary",
@@ -1019,6 +1255,7 @@
1019
1255
  "examples": [
1020
1256
  "<%= config.bin %> list projects",
1021
1257
  "<%= config.bin %> list projects --include-stale",
1258
+ "<%= config.bin %> list projects --include-uninitialized",
1022
1259
  "<%= config.bin %> list projects --json"
1023
1260
  ],
1024
1261
  "flags": {
@@ -1028,6 +1265,12 @@
1028
1265
  "allowNo": false,
1029
1266
  "type": "boolean"
1030
1267
  },
1268
+ "include-uninitialized": {
1269
+ "description": "Include projects that are not initialized",
1270
+ "name": "include-uninitialized",
1271
+ "allowNo": false,
1272
+ "type": "boolean"
1273
+ },
1031
1274
  "json": {
1032
1275
  "description": "Output as JSON",
1033
1276
  "name": "json",
@@ -1051,6 +1294,109 @@
1051
1294
  "projects.js"
1052
1295
  ]
1053
1296
  },
1297
+ "list:prs": {
1298
+ "aliases": [],
1299
+ "args": {},
1300
+ "description": "List all pull requests",
1301
+ "examples": [
1302
+ "<%= config.bin %> list prs",
1303
+ "<%= config.bin %> list prs --status open",
1304
+ "<%= config.bin %> list prs --source feature-branch",
1305
+ "<%= config.bin %> list prs --target main"
1306
+ ],
1307
+ "flags": {
1308
+ "status": {
1309
+ "char": "s",
1310
+ "description": "Filter by status (draft, open, merged, closed)",
1311
+ "name": "status",
1312
+ "hasDynamicHelp": false,
1313
+ "multiple": false,
1314
+ "type": "option"
1315
+ },
1316
+ "source": {
1317
+ "description": "Filter by source branch",
1318
+ "name": "source",
1319
+ "hasDynamicHelp": false,
1320
+ "multiple": false,
1321
+ "type": "option"
1322
+ },
1323
+ "target": {
1324
+ "description": "Filter by target branch",
1325
+ "name": "target",
1326
+ "hasDynamicHelp": false,
1327
+ "multiple": false,
1328
+ "type": "option"
1329
+ },
1330
+ "priority": {
1331
+ "char": "p",
1332
+ "description": "Filter by priority level (1 = highest)",
1333
+ "name": "priority",
1334
+ "hasDynamicHelp": false,
1335
+ "multiple": false,
1336
+ "type": "option"
1337
+ },
1338
+ "json": {
1339
+ "description": "Output as JSON",
1340
+ "name": "json",
1341
+ "allowNo": false,
1342
+ "type": "boolean"
1343
+ }
1344
+ },
1345
+ "hasDynamicHelp": false,
1346
+ "hiddenAliases": [],
1347
+ "id": "list:prs",
1348
+ "pluginAlias": "centy",
1349
+ "pluginName": "centy",
1350
+ "pluginType": "core",
1351
+ "strict": true,
1352
+ "enableJsonFlag": false,
1353
+ "isESM": true,
1354
+ "relativePath": [
1355
+ "dist",
1356
+ "commands",
1357
+ "list",
1358
+ "prs.js"
1359
+ ]
1360
+ },
1361
+ "project:archive": {
1362
+ "aliases": [],
1363
+ "args": {
1364
+ "path": {
1365
+ "description": "Path to the project (defaults to current directory)",
1366
+ "name": "path",
1367
+ "required": false
1368
+ }
1369
+ },
1370
+ "description": "Archive or unarchive a project",
1371
+ "examples": [
1372
+ "<%= config.bin %> project archive",
1373
+ "<%= config.bin %> project archive /path/to/project",
1374
+ "<%= config.bin %> project archive --off"
1375
+ ],
1376
+ "flags": {
1377
+ "off": {
1378
+ "description": "Unarchive the project",
1379
+ "name": "off",
1380
+ "allowNo": false,
1381
+ "type": "boolean"
1382
+ }
1383
+ },
1384
+ "hasDynamicHelp": false,
1385
+ "hiddenAliases": [],
1386
+ "id": "project:archive",
1387
+ "pluginAlias": "centy",
1388
+ "pluginName": "centy",
1389
+ "pluginType": "core",
1390
+ "strict": true,
1391
+ "enableJsonFlag": false,
1392
+ "isESM": true,
1393
+ "relativePath": [
1394
+ "dist",
1395
+ "commands",
1396
+ "project",
1397
+ "archive.js"
1398
+ ]
1399
+ },
1054
1400
  "project:favorite": {
1055
1401
  "aliases": [],
1056
1402
  "args": {
@@ -1102,9 +1448,18 @@
1102
1448
  "description": "Register a project for tracking",
1103
1449
  "examples": [
1104
1450
  "<%= config.bin %> register project",
1105
- "<%= config.bin %> register project /path/to/project"
1451
+ "<%= config.bin %> register project /path/to/project",
1452
+ "<%= config.bin %> register project --no-init"
1106
1453
  ],
1107
- "flags": {},
1454
+ "flags": {
1455
+ "init": {
1456
+ "char": "i",
1457
+ "description": "Initialize .centy folder if not already initialized",
1458
+ "name": "init",
1459
+ "allowNo": true,
1460
+ "type": "boolean"
1461
+ }
1462
+ },
1108
1463
  "hasDynamicHelp": false,
1109
1464
  "hiddenAliases": [],
1110
1465
  "id": "register:project",
@@ -1281,7 +1636,112 @@
1281
1636
  "update",
1282
1637
  "issue.js"
1283
1638
  ]
1639
+ },
1640
+ "update:pr": {
1641
+ "aliases": [],
1642
+ "args": {
1643
+ "id": {
1644
+ "description": "PR ID (UUID) or display number",
1645
+ "name": "id",
1646
+ "required": true
1647
+ }
1648
+ },
1649
+ "description": "Update an existing pull request",
1650
+ "examples": [
1651
+ "<%= config.bin %> update pr 1 --status open",
1652
+ "<%= config.bin %> update pr 1 --title \"New title\""
1653
+ ],
1654
+ "flags": {
1655
+ "title": {
1656
+ "char": "t",
1657
+ "description": "New title",
1658
+ "name": "title",
1659
+ "hasDynamicHelp": false,
1660
+ "multiple": false,
1661
+ "type": "option"
1662
+ },
1663
+ "description": {
1664
+ "char": "d",
1665
+ "description": "New description",
1666
+ "name": "description",
1667
+ "hasDynamicHelp": false,
1668
+ "multiple": false,
1669
+ "type": "option"
1670
+ },
1671
+ "status": {
1672
+ "char": "s",
1673
+ "description": "New status (draft, open, merged, closed)",
1674
+ "name": "status",
1675
+ "hasDynamicHelp": false,
1676
+ "multiple": false,
1677
+ "options": [
1678
+ "draft",
1679
+ "open",
1680
+ "merged",
1681
+ "closed"
1682
+ ],
1683
+ "type": "option"
1684
+ },
1685
+ "source": {
1686
+ "description": "New source branch",
1687
+ "name": "source",
1688
+ "hasDynamicHelp": false,
1689
+ "multiple": false,
1690
+ "type": "option"
1691
+ },
1692
+ "target": {
1693
+ "description": "New target branch",
1694
+ "name": "target",
1695
+ "hasDynamicHelp": false,
1696
+ "multiple": false,
1697
+ "type": "option"
1698
+ },
1699
+ "issues": {
1700
+ "char": "i",
1701
+ "description": "Linked issue IDs (comma-separated)",
1702
+ "name": "issues",
1703
+ "hasDynamicHelp": false,
1704
+ "multiple": false,
1705
+ "type": "option"
1706
+ },
1707
+ "reviewers": {
1708
+ "char": "r",
1709
+ "description": "Reviewers (comma-separated)",
1710
+ "name": "reviewers",
1711
+ "hasDynamicHelp": false,
1712
+ "multiple": false,
1713
+ "type": "option"
1714
+ },
1715
+ "priority": {
1716
+ "char": "p",
1717
+ "description": "New priority (low/medium/high)",
1718
+ "name": "priority",
1719
+ "hasDynamicHelp": false,
1720
+ "multiple": false,
1721
+ "options": [
1722
+ "low",
1723
+ "medium",
1724
+ "high"
1725
+ ],
1726
+ "type": "option"
1727
+ }
1728
+ },
1729
+ "hasDynamicHelp": false,
1730
+ "hiddenAliases": [],
1731
+ "id": "update:pr",
1732
+ "pluginAlias": "centy",
1733
+ "pluginName": "centy",
1734
+ "pluginType": "core",
1735
+ "strict": true,
1736
+ "enableJsonFlag": false,
1737
+ "isESM": true,
1738
+ "relativePath": [
1739
+ "dist",
1740
+ "commands",
1741
+ "update",
1742
+ "pr.js"
1743
+ ]
1284
1744
  }
1285
1745
  },
1286
- "version": "0.0.13"
1746
+ "version": "0.0.15"
1287
1747
  }