centy 0.0.12 → 0.0.14

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 (127) hide show
  1. package/README.md +1 -1
  2. package/dist/commands/compact.d.ts +21 -0
  3. package/dist/commands/compact.d.ts.map +1 -0
  4. package/dist/commands/compact.js +194 -0
  5. package/dist/commands/compact.js.map +1 -0
  6. package/dist/commands/create/pr.d.ts +20 -0
  7. package/dist/commands/create/pr.d.ts.map +1 -0
  8. package/dist/commands/create/pr.js +96 -0
  9. package/dist/commands/create/pr.js.map +1 -0
  10. package/dist/commands/delete/pr.d.ts +16 -0
  11. package/dist/commands/delete/pr.d.ts.map +1 -0
  12. package/dist/commands/delete/pr.js +59 -0
  13. package/dist/commands/delete/pr.js.map +1 -0
  14. package/dist/commands/get/pr.d.ts +16 -0
  15. package/dist/commands/get/pr.d.ts.map +1 -0
  16. package/dist/commands/get/pr.js +76 -0
  17. package/dist/commands/get/pr.js.map +1 -0
  18. package/dist/commands/list/projects.d.ts +1 -0
  19. package/dist/commands/list/projects.d.ts.map +1 -1
  20. package/dist/commands/list/projects.js +6 -0
  21. package/dist/commands/list/projects.js.map +1 -1
  22. package/dist/commands/list/prs.d.ts +17 -0
  23. package/dist/commands/list/prs.d.ts.map +1 -0
  24. package/dist/commands/list/prs.js +74 -0
  25. package/dist/commands/list/prs.js.map +1 -0
  26. package/dist/commands/project/archive.d.ts +16 -0
  27. package/dist/commands/project/archive.d.ts.map +1 -0
  28. package/dist/commands/project/archive.js +39 -0
  29. package/dist/commands/project/archive.js.map +1 -0
  30. package/dist/commands/update/pr.d.ts +20 -0
  31. package/dist/commands/update/pr.d.ts.map +1 -0
  32. package/dist/commands/update/pr.js +96 -0
  33. package/dist/commands/update/pr.js.map +1 -0
  34. package/dist/daemon/daemon-create-pr.d.ts +6 -0
  35. package/dist/daemon/daemon-create-pr.d.ts.map +1 -0
  36. package/dist/daemon/daemon-create-pr.js +17 -0
  37. package/dist/daemon/daemon-create-pr.js.map +1 -0
  38. package/dist/daemon/daemon-delete-pr.d.ts +6 -0
  39. package/dist/daemon/daemon-delete-pr.d.ts.map +1 -0
  40. package/dist/daemon/daemon-delete-pr.js +17 -0
  41. package/dist/daemon/daemon-delete-pr.js.map +1 -0
  42. package/dist/daemon/daemon-get-compact.d.ts +6 -0
  43. package/dist/daemon/daemon-get-compact.d.ts.map +1 -0
  44. package/dist/daemon/daemon-get-compact.js +17 -0
  45. package/dist/daemon/daemon-get-compact.js.map +1 -0
  46. package/dist/daemon/daemon-get-feature-status.d.ts +6 -0
  47. package/dist/daemon/daemon-get-feature-status.d.ts.map +1 -0
  48. package/dist/daemon/daemon-get-feature-status.js +17 -0
  49. package/dist/daemon/daemon-get-feature-status.js.map +1 -0
  50. package/dist/daemon/daemon-get-instruction.d.ts +6 -0
  51. package/dist/daemon/daemon-get-instruction.d.ts.map +1 -0
  52. package/dist/daemon/daemon-get-instruction.js +17 -0
  53. package/dist/daemon/daemon-get-instruction.js.map +1 -0
  54. package/dist/daemon/daemon-get-pr-by-display-number.d.ts +6 -0
  55. package/dist/daemon/daemon-get-pr-by-display-number.d.ts.map +1 -0
  56. package/dist/daemon/daemon-get-pr-by-display-number.js +17 -0
  57. package/dist/daemon/daemon-get-pr-by-display-number.js.map +1 -0
  58. package/dist/daemon/daemon-get-pr.d.ts +6 -0
  59. package/dist/daemon/daemon-get-pr.d.ts.map +1 -0
  60. package/dist/daemon/daemon-get-pr.js +17 -0
  61. package/dist/daemon/daemon-get-pr.js.map +1 -0
  62. package/dist/daemon/daemon-list-prs.d.ts +6 -0
  63. package/dist/daemon/daemon-list-prs.d.ts.map +1 -0
  64. package/dist/daemon/daemon-list-prs.js +17 -0
  65. package/dist/daemon/daemon-list-prs.js.map +1 -0
  66. package/dist/daemon/daemon-list-uncompacted-issues.d.ts +6 -0
  67. package/dist/daemon/daemon-list-uncompacted-issues.d.ts.map +1 -0
  68. package/dist/daemon/daemon-list-uncompacted-issues.js +17 -0
  69. package/dist/daemon/daemon-list-uncompacted-issues.js.map +1 -0
  70. package/dist/daemon/daemon-mark-issues-compacted.d.ts +6 -0
  71. package/dist/daemon/daemon-mark-issues-compacted.d.ts.map +1 -0
  72. package/dist/daemon/daemon-mark-issues-compacted.js +17 -0
  73. package/dist/daemon/daemon-mark-issues-compacted.js.map +1 -0
  74. package/dist/daemon/daemon-save-migration.d.ts +6 -0
  75. package/dist/daemon/daemon-save-migration.d.ts.map +1 -0
  76. package/dist/daemon/daemon-save-migration.js +17 -0
  77. package/dist/daemon/daemon-save-migration.js.map +1 -0
  78. package/dist/daemon/daemon-set-project-archived.d.ts +6 -0
  79. package/dist/daemon/daemon-set-project-archived.d.ts.map +1 -0
  80. package/dist/daemon/daemon-set-project-archived.js +17 -0
  81. package/dist/daemon/daemon-set-project-archived.js.map +1 -0
  82. package/dist/daemon/daemon-update-compact.d.ts +6 -0
  83. package/dist/daemon/daemon-update-compact.d.ts.map +1 -0
  84. package/dist/daemon/daemon-update-compact.js +17 -0
  85. package/dist/daemon/daemon-update-compact.js.map +1 -0
  86. package/dist/daemon/daemon-update-pr.d.ts +6 -0
  87. package/dist/daemon/daemon-update-pr.d.ts.map +1 -0
  88. package/dist/daemon/daemon-update-pr.js +17 -0
  89. package/dist/daemon/daemon-update-pr.js.map +1 -0
  90. package/dist/daemon/load-proto.d.ts +16 -1
  91. package/dist/daemon/load-proto.d.ts.map +1 -1
  92. package/dist/daemon/load-proto.js.map +1 -1
  93. package/dist/daemon/types.d.ts +168 -0
  94. package/dist/daemon/types.d.ts.map +1 -1
  95. package/dist/tui/App.d.ts.map +1 -1
  96. package/dist/tui/App.js +18 -11
  97. package/dist/tui/App.js.map +1 -1
  98. package/dist/tui/components/domain/ConfigPanel.js +1 -1
  99. package/dist/tui/components/domain/ConfigPanel.js.map +1 -1
  100. package/dist/tui/components/domain/IssueList.js +1 -1
  101. package/dist/tui/components/domain/IssueList.js.map +1 -1
  102. package/dist/tui/components/domain/ProjectList.d.ts.map +1 -1
  103. package/dist/tui/components/domain/ProjectList.js +44 -6
  104. package/dist/tui/components/domain/ProjectList.js.map +1 -1
  105. package/dist/tui/components/layout/Sidebar.d.ts +2 -1
  106. package/dist/tui/components/layout/Sidebar.d.ts.map +1 -1
  107. package/dist/tui/components/layout/Sidebar.js +3 -3
  108. package/dist/tui/components/layout/Sidebar.js.map +1 -1
  109. package/dist/tui/hooks/useProjects.d.ts +2 -0
  110. package/dist/tui/hooks/useProjects.d.ts.map +1 -1
  111. package/dist/tui/hooks/useProjects.js +27 -1
  112. package/dist/tui/hooks/useProjects.js.map +1 -1
  113. package/dist/tui/services/daemon-service.d.ts +7 -1
  114. package/dist/tui/services/daemon-service.d.ts.map +1 -1
  115. package/dist/tui/services/daemon-service.js +45 -2
  116. package/dist/tui/services/daemon-service.js.map +1 -1
  117. package/dist/tui/state/app-state.d.ts +3 -0
  118. package/dist/tui/state/app-state.d.ts.map +1 -1
  119. package/dist/tui/state/app-state.js +5 -0
  120. package/dist/tui/state/app-state.js.map +1 -1
  121. package/dist/tui/types/views.d.ts +4 -0
  122. package/dist/tui/types/views.d.ts.map +1 -1
  123. package/dist/tui/types/views.js +14 -0
  124. package/dist/tui/types/views.js.map +1 -1
  125. package/oclif.manifest.json +474 -23
  126. package/package.json +1 -1
  127. 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,38 +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"
548
+ "title": {
549
+ "char": "t",
550
+ "description": "PR title",
551
+ "name": "title",
552
+ "required": true,
553
+ "hasDynamicHelp": false,
554
+ "multiple": false,
555
+ "type": "option"
556
+ },
557
+ "description": {
558
+ "char": "d",
559
+ "description": "PR description",
560
+ "name": "description",
561
+ "hasDynamicHelp": false,
562
+ "multiple": false,
563
+ "type": "option"
564
+ },
565
+ "source": {
566
+ "char": "s",
567
+ "description": "Source branch name (auto-detected if not provided)",
568
+ "name": "source",
569
+ "hasDynamicHelp": false,
570
+ "multiple": false,
571
+ "type": "option"
572
+ },
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"
495
606
  ],
496
- "name": "enable",
497
- "allowNo": false,
498
- "type": "boolean"
607
+ "type": "option"
499
608
  },
500
- "disable": {
501
- "description": "Disable autostart on boot",
502
- "exclusive": [
503
- "enable"
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"
504
618
  ],
505
- "name": "disable",
506
- "allowNo": false,
507
- "type": "boolean"
619
+ "type": "option"
508
620
  }
509
621
  },
510
622
  "hasDynamicHelp": false,
511
623
  "hiddenAliases": [],
512
- "id": "daemon:autostart",
624
+ "id": "create:pr",
513
625
  "pluginAlias": "centy",
514
626
  "pluginName": "centy",
515
627
  "pluginType": "core",
@@ -519,8 +631,8 @@
519
631
  "relativePath": [
520
632
  "dist",
521
633
  "commands",
522
- "daemon",
523
- "autostart.js"
634
+ "create",
635
+ "pr.js"
524
636
  ]
525
637
  },
526
638
  "delete:asset": {
@@ -657,6 +769,46 @@
657
769
  "issue.js"
658
770
  ]
659
771
  },
772
+ "delete:pr": {
773
+ "aliases": [],
774
+ "args": {
775
+ "id": {
776
+ "description": "PR ID (UUID) or display number",
777
+ "name": "id",
778
+ "required": true
779
+ }
780
+ },
781
+ "description": "Delete a pull request",
782
+ "examples": [
783
+ "<%= config.bin %> delete pr 1",
784
+ "<%= config.bin %> delete pr abc123-uuid",
785
+ "<%= config.bin %> delete pr 1 --force"
786
+ ],
787
+ "flags": {
788
+ "force": {
789
+ "char": "f",
790
+ "description": "Skip confirmation prompt",
791
+ "name": "force",
792
+ "allowNo": false,
793
+ "type": "boolean"
794
+ }
795
+ },
796
+ "hasDynamicHelp": false,
797
+ "hiddenAliases": [],
798
+ "id": "delete:pr",
799
+ "pluginAlias": "centy",
800
+ "pluginName": "centy",
801
+ "pluginType": "core",
802
+ "strict": true,
803
+ "enableJsonFlag": false,
804
+ "isESM": true,
805
+ "relativePath": [
806
+ "dist",
807
+ "commands",
808
+ "delete",
809
+ "pr.js"
810
+ ]
811
+ },
660
812
  "get:asset": {
661
813
  "aliases": [],
662
814
  "args": {
@@ -789,6 +941,45 @@
789
941
  "issue.js"
790
942
  ]
791
943
  },
944
+ "get:pr": {
945
+ "aliases": [],
946
+ "args": {
947
+ "id": {
948
+ "description": "PR ID (UUID) or display number",
949
+ "name": "id",
950
+ "required": true
951
+ }
952
+ },
953
+ "description": "Get a single pull request by ID or display number",
954
+ "examples": [
955
+ "<%= config.bin %> get pr 1",
956
+ "<%= config.bin %> get pr abc123-uuid",
957
+ "<%= config.bin %> get pr 1 --json"
958
+ ],
959
+ "flags": {
960
+ "json": {
961
+ "description": "Output as JSON",
962
+ "name": "json",
963
+ "allowNo": false,
964
+ "type": "boolean"
965
+ }
966
+ },
967
+ "hasDynamicHelp": false,
968
+ "hiddenAliases": [],
969
+ "id": "get:pr",
970
+ "pluginAlias": "centy",
971
+ "pluginName": "centy",
972
+ "pluginType": "core",
973
+ "strict": true,
974
+ "enableJsonFlag": false,
975
+ "isESM": true,
976
+ "relativePath": [
977
+ "dist",
978
+ "commands",
979
+ "get",
980
+ "pr.js"
981
+ ]
982
+ },
792
983
  "get:project": {
793
984
  "aliases": [],
794
985
  "args": {
@@ -828,6 +1019,51 @@
828
1019
  "project.js"
829
1020
  ]
830
1021
  },
1022
+ "daemon:autostart": {
1023
+ "aliases": [],
1024
+ "args": {},
1025
+ "description": "Configure daemon to start automatically on boot",
1026
+ "examples": [
1027
+ "<%= config.bin %> daemon autostart",
1028
+ "<%= config.bin %> daemon autostart --enable",
1029
+ "<%= config.bin %> daemon autostart --disable"
1030
+ ],
1031
+ "flags": {
1032
+ "enable": {
1033
+ "description": "Enable autostart on boot",
1034
+ "exclusive": [
1035
+ "disable"
1036
+ ],
1037
+ "name": "enable",
1038
+ "allowNo": false,
1039
+ "type": "boolean"
1040
+ },
1041
+ "disable": {
1042
+ "description": "Disable autostart on boot",
1043
+ "exclusive": [
1044
+ "enable"
1045
+ ],
1046
+ "name": "disable",
1047
+ "allowNo": false,
1048
+ "type": "boolean"
1049
+ }
1050
+ },
1051
+ "hasDynamicHelp": false,
1052
+ "hiddenAliases": [],
1053
+ "id": "daemon:autostart",
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
+ "daemon",
1064
+ "autostart.js"
1065
+ ]
1066
+ },
831
1067
  "install:daemon": {
832
1068
  "aliases": [],
833
1069
  "args": {},
@@ -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": {
@@ -1281,7 +1627,112 @@
1281
1627
  "update",
1282
1628
  "issue.js"
1283
1629
  ]
1630
+ },
1631
+ "update:pr": {
1632
+ "aliases": [],
1633
+ "args": {
1634
+ "id": {
1635
+ "description": "PR ID (UUID) or display number",
1636
+ "name": "id",
1637
+ "required": true
1638
+ }
1639
+ },
1640
+ "description": "Update an existing pull request",
1641
+ "examples": [
1642
+ "<%= config.bin %> update pr 1 --status open",
1643
+ "<%= config.bin %> update pr 1 --title \"New title\""
1644
+ ],
1645
+ "flags": {
1646
+ "title": {
1647
+ "char": "t",
1648
+ "description": "New title",
1649
+ "name": "title",
1650
+ "hasDynamicHelp": false,
1651
+ "multiple": false,
1652
+ "type": "option"
1653
+ },
1654
+ "description": {
1655
+ "char": "d",
1656
+ "description": "New description",
1657
+ "name": "description",
1658
+ "hasDynamicHelp": false,
1659
+ "multiple": false,
1660
+ "type": "option"
1661
+ },
1662
+ "status": {
1663
+ "char": "s",
1664
+ "description": "New status (draft, open, merged, closed)",
1665
+ "name": "status",
1666
+ "hasDynamicHelp": false,
1667
+ "multiple": false,
1668
+ "options": [
1669
+ "draft",
1670
+ "open",
1671
+ "merged",
1672
+ "closed"
1673
+ ],
1674
+ "type": "option"
1675
+ },
1676
+ "source": {
1677
+ "description": "New source branch",
1678
+ "name": "source",
1679
+ "hasDynamicHelp": false,
1680
+ "multiple": false,
1681
+ "type": "option"
1682
+ },
1683
+ "target": {
1684
+ "description": "New target branch",
1685
+ "name": "target",
1686
+ "hasDynamicHelp": false,
1687
+ "multiple": false,
1688
+ "type": "option"
1689
+ },
1690
+ "issues": {
1691
+ "char": "i",
1692
+ "description": "Linked issue IDs (comma-separated)",
1693
+ "name": "issues",
1694
+ "hasDynamicHelp": false,
1695
+ "multiple": false,
1696
+ "type": "option"
1697
+ },
1698
+ "reviewers": {
1699
+ "char": "r",
1700
+ "description": "Reviewers (comma-separated)",
1701
+ "name": "reviewers",
1702
+ "hasDynamicHelp": false,
1703
+ "multiple": false,
1704
+ "type": "option"
1705
+ },
1706
+ "priority": {
1707
+ "char": "p",
1708
+ "description": "New priority (low/medium/high)",
1709
+ "name": "priority",
1710
+ "hasDynamicHelp": false,
1711
+ "multiple": false,
1712
+ "options": [
1713
+ "low",
1714
+ "medium",
1715
+ "high"
1716
+ ],
1717
+ "type": "option"
1718
+ }
1719
+ },
1720
+ "hasDynamicHelp": false,
1721
+ "hiddenAliases": [],
1722
+ "id": "update:pr",
1723
+ "pluginAlias": "centy",
1724
+ "pluginName": "centy",
1725
+ "pluginType": "core",
1726
+ "strict": true,
1727
+ "enableJsonFlag": false,
1728
+ "isESM": true,
1729
+ "relativePath": [
1730
+ "dist",
1731
+ "commands",
1732
+ "update",
1733
+ "pr.js"
1734
+ ]
1284
1735
  }
1285
1736
  },
1286
- "version": "0.0.12"
1737
+ "version": "0.0.14"
1287
1738
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centy",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "CLI for managing project issues and docs via code in the .centy folder",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",