centy 0.0.23 → 0.0.24

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 (395) hide show
  1. package/dist/commands/add/asset.d.ts.map +1 -1
  2. package/dist/commands/add/asset.js +8 -0
  3. package/dist/commands/add/asset.js.map +1 -1
  4. package/dist/commands/compact.d.ts.map +1 -1
  5. package/dist/commands/compact.js +10 -0
  6. package/dist/commands/compact.js.map +1 -1
  7. package/dist/commands/config.d.ts.map +1 -1
  8. package/dist/commands/config.js +6 -0
  9. package/dist/commands/config.js.map +1 -1
  10. package/dist/commands/create/doc.d.ts.map +1 -1
  11. package/dist/commands/create/doc.js +5 -0
  12. package/dist/commands/create/doc.js.map +1 -1
  13. package/dist/commands/create/issue.d.ts.map +1 -1
  14. package/dist/commands/create/issue.js +7 -0
  15. package/dist/commands/create/issue.js.map +1 -1
  16. package/dist/commands/create/org-issue.d.ts +22 -0
  17. package/dist/commands/create/org-issue.d.ts.map +1 -0
  18. package/dist/commands/create/org-issue.js +99 -0
  19. package/dist/commands/create/org-issue.js.map +1 -0
  20. package/dist/commands/create/org.d.ts +19 -0
  21. package/dist/commands/create/org.d.ts.map +1 -0
  22. package/dist/commands/create/org.js +64 -0
  23. package/dist/commands/create/org.js.map +1 -0
  24. package/dist/commands/create/pr.d.ts.map +1 -1
  25. package/dist/commands/create/pr.js +7 -0
  26. package/dist/commands/create/pr.js.map +1 -1
  27. package/dist/commands/daemon/autostart.d.ts.map +1 -1
  28. package/dist/commands/daemon/autostart.js +7 -0
  29. package/dist/commands/daemon/autostart.js.map +1 -1
  30. package/dist/commands/delete/asset.d.ts.map +1 -1
  31. package/dist/commands/delete/asset.js +6 -0
  32. package/dist/commands/delete/asset.js.map +1 -1
  33. package/dist/commands/delete/doc.d.ts.map +1 -1
  34. package/dist/commands/delete/doc.js +6 -0
  35. package/dist/commands/delete/doc.js.map +1 -1
  36. package/dist/commands/delete/issue.d.ts.map +1 -1
  37. package/dist/commands/delete/issue.js +6 -0
  38. package/dist/commands/delete/issue.js.map +1 -1
  39. package/dist/commands/delete/org-issue.d.ts +18 -0
  40. package/dist/commands/delete/org-issue.d.ts.map +1 -0
  41. package/dist/commands/delete/org-issue.js +73 -0
  42. package/dist/commands/delete/org-issue.js.map +1 -0
  43. package/dist/commands/delete/org.d.ts +17 -0
  44. package/dist/commands/delete/org.d.ts.map +1 -0
  45. package/dist/commands/delete/org.js +51 -0
  46. package/dist/commands/delete/org.js.map +1 -0
  47. package/dist/commands/delete/pr.d.ts.map +1 -1
  48. package/dist/commands/delete/pr.js +6 -0
  49. package/dist/commands/delete/pr.js.map +1 -1
  50. package/dist/commands/get/asset.d.ts.map +1 -1
  51. package/dist/commands/get/asset.js +9 -0
  52. package/dist/commands/get/asset.js.map +1 -1
  53. package/dist/commands/get/doc.d.ts.map +1 -1
  54. package/dist/commands/get/doc.js +31 -4
  55. package/dist/commands/get/doc.js.map +1 -1
  56. package/dist/commands/get/issue.d.ts.map +1 -1
  57. package/dist/commands/get/issue.js +45 -21
  58. package/dist/commands/get/issue.js.map +1 -1
  59. package/dist/commands/get/org-issue.d.ts +17 -0
  60. package/dist/commands/get/org-issue.d.ts.map +1 -0
  61. package/dist/commands/get/org-issue.js +84 -0
  62. package/dist/commands/get/org-issue.js.map +1 -0
  63. package/dist/commands/get/org.d.ts +17 -0
  64. package/dist/commands/get/org.d.ts.map +1 -0
  65. package/dist/commands/get/org.js +55 -0
  66. package/dist/commands/get/org.js.map +1 -0
  67. package/dist/commands/get/pr.d.ts.map +1 -1
  68. package/dist/commands/get/pr.js +45 -21
  69. package/dist/commands/get/pr.js.map +1 -1
  70. package/dist/commands/get/project.d.ts.map +1 -1
  71. package/dist/commands/get/project.js +8 -0
  72. package/dist/commands/get/project.js.map +1 -1
  73. package/dist/commands/info.d.ts.map +1 -1
  74. package/dist/commands/info.js +5 -0
  75. package/dist/commands/info.js.map +1 -1
  76. package/dist/commands/init.d.ts.map +1 -1
  77. package/dist/commands/init.js +6 -0
  78. package/dist/commands/init.js.map +1 -1
  79. package/dist/commands/install/daemon.d.ts.map +1 -1
  80. package/dist/commands/install/daemon.js +6 -0
  81. package/dist/commands/install/daemon.js.map +1 -1
  82. package/dist/commands/list/assets.d.ts.map +1 -1
  83. package/dist/commands/list/assets.js +5 -0
  84. package/dist/commands/list/assets.js.map +1 -1
  85. package/dist/commands/list/docs.d.ts.map +1 -1
  86. package/dist/commands/list/docs.js +5 -0
  87. package/dist/commands/list/docs.js.map +1 -1
  88. package/dist/commands/list/issues.d.ts.map +1 -1
  89. package/dist/commands/list/issues.js +5 -0
  90. package/dist/commands/list/issues.js.map +1 -1
  91. package/dist/commands/list/org-issues.d.ts +19 -0
  92. package/dist/commands/list/org-issues.d.ts.map +1 -0
  93. package/dist/commands/list/org-issues.js +81 -0
  94. package/dist/commands/list/org-issues.js.map +1 -0
  95. package/dist/commands/list/orgs.d.ts +14 -0
  96. package/dist/commands/list/orgs.d.ts.map +1 -0
  97. package/dist/commands/list/orgs.js +49 -0
  98. package/dist/commands/list/orgs.js.map +1 -0
  99. package/dist/commands/list/projects.d.ts +2 -0
  100. package/dist/commands/list/projects.d.ts.map +1 -1
  101. package/dist/commands/list/projects.js +19 -0
  102. package/dist/commands/list/projects.js.map +1 -1
  103. package/dist/commands/list/prs.d.ts.map +1 -1
  104. package/dist/commands/list/prs.js +5 -0
  105. package/dist/commands/list/prs.js.map +1 -1
  106. package/dist/commands/manifest.d.ts.map +1 -1
  107. package/dist/commands/manifest.js +6 -0
  108. package/dist/commands/manifest.js.map +1 -1
  109. package/dist/commands/project/archive.d.ts.map +1 -1
  110. package/dist/commands/project/archive.js +7 -0
  111. package/dist/commands/project/archive.js.map +1 -1
  112. package/dist/commands/project/favorite.d.ts.map +1 -1
  113. package/dist/commands/project/favorite.js +7 -0
  114. package/dist/commands/project/favorite.js.map +1 -1
  115. package/dist/commands/project/org.d.ts +19 -0
  116. package/dist/commands/project/org.d.ts.map +1 -0
  117. package/dist/commands/project/org.js +71 -0
  118. package/dist/commands/project/org.js.map +1 -0
  119. package/dist/commands/register/project.d.ts.map +1 -1
  120. package/dist/commands/register/project.js +7 -0
  121. package/dist/commands/register/project.js.map +1 -1
  122. package/dist/commands/restart.d.ts.map +1 -1
  123. package/dist/commands/restart.js +6 -0
  124. package/dist/commands/restart.js.map +1 -1
  125. package/dist/commands/shutdown.d.ts.map +1 -1
  126. package/dist/commands/shutdown.js +6 -0
  127. package/dist/commands/shutdown.js.map +1 -1
  128. package/dist/commands/start.d.ts.map +1 -1
  129. package/dist/commands/start.js +8 -0
  130. package/dist/commands/start.js.map +1 -1
  131. package/dist/commands/untrack/project.d.ts.map +1 -1
  132. package/dist/commands/untrack/project.js +7 -0
  133. package/dist/commands/untrack/project.js.map +1 -1
  134. package/dist/commands/update/doc.d.ts.map +1 -1
  135. package/dist/commands/update/doc.js +6 -0
  136. package/dist/commands/update/doc.js.map +1 -1
  137. package/dist/commands/update/issue.d.ts.map +1 -1
  138. package/dist/commands/update/issue.js +7 -0
  139. package/dist/commands/update/issue.js.map +1 -1
  140. package/dist/commands/update/org-issue.d.ts +23 -0
  141. package/dist/commands/update/org-issue.d.ts.map +1 -0
  142. package/dist/commands/update/org-issue.js +129 -0
  143. package/dist/commands/update/org-issue.js.map +1 -0
  144. package/dist/commands/update/org.d.ts +20 -0
  145. package/dist/commands/update/org.d.ts.map +1 -0
  146. package/dist/commands/update/org.js +71 -0
  147. package/dist/commands/update/org.js.map +1 -0
  148. package/dist/commands/update/pr.d.ts.map +1 -1
  149. package/dist/commands/update/pr.js +7 -0
  150. package/dist/commands/update/pr.js.map +1 -1
  151. package/dist/commands/update.d.ts.map +1 -1
  152. package/dist/commands/update.js +7 -0
  153. package/dist/commands/update.js.map +1 -1
  154. package/dist/commands/version.d.ts.map +1 -1
  155. package/dist/commands/version.js +7 -0
  156. package/dist/commands/version.js.map +1 -1
  157. package/dist/daemon/check-daemon-connection.d.ts.map +1 -1
  158. package/dist/daemon/check-daemon-connection.js +2 -0
  159. package/dist/daemon/check-daemon-connection.js.map +1 -1
  160. package/dist/daemon/daemon-control-service.d.ts.map +1 -1
  161. package/dist/daemon/daemon-control-service.js +3 -0
  162. package/dist/daemon/daemon-control-service.js.map +1 -1
  163. package/dist/daemon/daemon-create-org-issue.d.ts +6 -0
  164. package/dist/daemon/daemon-create-org-issue.d.ts.map +1 -0
  165. package/dist/daemon/daemon-create-org-issue.js +17 -0
  166. package/dist/daemon/daemon-create-org-issue.js.map +1 -0
  167. package/dist/daemon/daemon-create-organization.d.ts +6 -0
  168. package/dist/daemon/daemon-create-organization.d.ts.map +1 -0
  169. package/dist/daemon/daemon-create-organization.js +17 -0
  170. package/dist/daemon/daemon-create-organization.js.map +1 -0
  171. package/dist/daemon/daemon-delete-org-issue.d.ts +6 -0
  172. package/dist/daemon/daemon-delete-org-issue.d.ts.map +1 -0
  173. package/dist/daemon/daemon-delete-org-issue.js +17 -0
  174. package/dist/daemon/daemon-delete-org-issue.js.map +1 -0
  175. package/dist/daemon/daemon-delete-organization.d.ts +6 -0
  176. package/dist/daemon/daemon-delete-organization.d.ts.map +1 -0
  177. package/dist/daemon/daemon-delete-organization.js +17 -0
  178. package/dist/daemon/daemon-delete-organization.js.map +1 -0
  179. package/dist/daemon/daemon-get-org-config.d.ts +6 -0
  180. package/dist/daemon/daemon-get-org-config.d.ts.map +1 -0
  181. package/dist/daemon/daemon-get-org-config.js +17 -0
  182. package/dist/daemon/daemon-get-org-config.js.map +1 -0
  183. package/dist/daemon/daemon-get-org-issue-by-display-number.d.ts +6 -0
  184. package/dist/daemon/daemon-get-org-issue-by-display-number.d.ts.map +1 -0
  185. package/dist/daemon/daemon-get-org-issue-by-display-number.js +17 -0
  186. package/dist/daemon/daemon-get-org-issue-by-display-number.js.map +1 -0
  187. package/dist/daemon/daemon-get-org-issue.d.ts +6 -0
  188. package/dist/daemon/daemon-get-org-issue.d.ts.map +1 -0
  189. package/dist/daemon/daemon-get-org-issue.js +17 -0
  190. package/dist/daemon/daemon-get-org-issue.js.map +1 -0
  191. package/dist/daemon/daemon-get-organization.d.ts +6 -0
  192. package/dist/daemon/daemon-get-organization.d.ts.map +1 -0
  193. package/dist/daemon/daemon-get-organization.js +17 -0
  194. package/dist/daemon/daemon-get-organization.js.map +1 -0
  195. package/dist/daemon/daemon-list-org-issues.d.ts +6 -0
  196. package/dist/daemon/daemon-list-org-issues.d.ts.map +1 -0
  197. package/dist/daemon/daemon-list-org-issues.js +17 -0
  198. package/dist/daemon/daemon-list-org-issues.js.map +1 -0
  199. package/dist/daemon/daemon-list-organizations.d.ts +6 -0
  200. package/dist/daemon/daemon-list-organizations.d.ts.map +1 -0
  201. package/dist/daemon/daemon-list-organizations.js +17 -0
  202. package/dist/daemon/daemon-list-organizations.js.map +1 -0
  203. package/dist/daemon/daemon-set-project-organization.d.ts +6 -0
  204. package/dist/daemon/daemon-set-project-organization.d.ts.map +1 -0
  205. package/dist/daemon/daemon-set-project-organization.js +17 -0
  206. package/dist/daemon/daemon-set-project-organization.js.map +1 -0
  207. package/dist/daemon/daemon-update-org-config.d.ts +6 -0
  208. package/dist/daemon/daemon-update-org-config.d.ts.map +1 -0
  209. package/dist/daemon/daemon-update-org-config.js +17 -0
  210. package/dist/daemon/daemon-update-org-config.js.map +1 -0
  211. package/dist/daemon/daemon-update-org-issue.d.ts +6 -0
  212. package/dist/daemon/daemon-update-org-issue.d.ts.map +1 -0
  213. package/dist/daemon/daemon-update-org-issue.js +17 -0
  214. package/dist/daemon/daemon-update-org-issue.js.map +1 -0
  215. package/dist/daemon/daemon-update-organization.d.ts +6 -0
  216. package/dist/daemon/daemon-update-organization.d.ts.map +1 -0
  217. package/dist/daemon/daemon-update-organization.js +17 -0
  218. package/dist/daemon/daemon-update-organization.js.map +1 -0
  219. package/dist/daemon/load-proto.d.ts +15 -1
  220. package/dist/daemon/load-proto.d.ts.map +1 -1
  221. package/dist/daemon/load-proto.js +4 -0
  222. package/dist/daemon/load-proto.js.map +1 -1
  223. package/dist/daemon/types.d.ts +156 -0
  224. package/dist/daemon/types.d.ts.map +1 -1
  225. package/dist/daemon/types.js +1 -1
  226. package/dist/daemon/types.js.map +1 -1
  227. package/dist/lib/autostart/launchd.d.ts.map +1 -1
  228. package/dist/lib/autostart/launchd.js +10 -0
  229. package/dist/lib/autostart/launchd.js.map +1 -1
  230. package/dist/lib/create-issue/create-issue.d.ts.map +1 -1
  231. package/dist/lib/create-issue/create-issue.js +6 -0
  232. package/dist/lib/create-issue/create-issue.js.map +1 -1
  233. package/dist/lib/create-issue/gather-issue-input.d.ts.map +1 -1
  234. package/dist/lib/create-issue/gather-issue-input.js +1 -0
  235. package/dist/lib/create-issue/gather-issue-input.js.map +1 -1
  236. package/dist/lib/create-issue/prompt-for-priority.d.ts.map +1 -1
  237. package/dist/lib/create-issue/prompt-for-priority.js +2 -0
  238. package/dist/lib/create-issue/prompt-for-priority.js.map +1 -1
  239. package/dist/lib/create-pr/create-pr.d.ts.map +1 -1
  240. package/dist/lib/create-pr/create-pr.js +6 -0
  241. package/dist/lib/create-pr/create-pr.js.map +1 -1
  242. package/dist/lib/create-pr/gather-metadata-fields.d.ts.map +1 -1
  243. package/dist/lib/create-pr/gather-metadata-fields.js +2 -0
  244. package/dist/lib/create-pr/gather-metadata-fields.js.map +1 -1
  245. package/dist/lib/create-pr/gather-pr-input.d.ts.map +1 -1
  246. package/dist/lib/create-pr/gather-pr-input.js +5 -0
  247. package/dist/lib/create-pr/gather-pr-input.js.map +1 -1
  248. package/dist/lib/create-pr/prompt-for-priority.d.ts.map +1 -1
  249. package/dist/lib/create-pr/prompt-for-priority.js +2 -0
  250. package/dist/lib/create-pr/prompt-for-priority.js.map +1 -1
  251. package/dist/lib/create-pr/prompt-for-status.d.ts.map +1 -1
  252. package/dist/lib/create-pr/prompt-for-status.js +2 -0
  253. package/dist/lib/create-pr/prompt-for-status.js.map +1 -1
  254. package/dist/lib/init/init.d.ts.map +1 -1
  255. package/dist/lib/init/init.js +4 -0
  256. package/dist/lib/init/init.js.map +1 -1
  257. package/dist/lib/install-daemon/checksum.js +1 -0
  258. package/dist/lib/install-daemon/checksum.js.map +1 -1
  259. package/dist/lib/install-daemon/download.d.ts.map +1 -1
  260. package/dist/lib/install-daemon/download.js +4 -1
  261. package/dist/lib/install-daemon/download.js.map +1 -1
  262. package/dist/lib/install-daemon/github-api.d.ts.map +1 -1
  263. package/dist/lib/install-daemon/github-api.js +4 -0
  264. package/dist/lib/install-daemon/github-api.js.map +1 -1
  265. package/dist/lib/install-daemon/install-daemon.d.ts.map +1 -1
  266. package/dist/lib/install-daemon/install-daemon.js +12 -1
  267. package/dist/lib/install-daemon/install-daemon.js.map +1 -1
  268. package/dist/lib/install-daemon/platform.d.ts.map +1 -1
  269. package/dist/lib/install-daemon/platform.js +3 -0
  270. package/dist/lib/install-daemon/platform.js.map +1 -1
  271. package/dist/lib/start/daemon-binary-exists.d.ts.map +1 -1
  272. package/dist/lib/start/daemon-binary-exists.js +1 -0
  273. package/dist/lib/start/daemon-binary-exists.js.map +1 -1
  274. package/dist/lib/start/find-daemon-binary.d.ts.map +1 -1
  275. package/dist/lib/start/find-daemon-binary.js +3 -0
  276. package/dist/lib/start/find-daemon-binary.js.map +1 -1
  277. package/dist/tui/App.d.ts.map +1 -1
  278. package/dist/tui/App.js +7 -0
  279. package/dist/tui/App.js.map +1 -1
  280. package/dist/tui/components/domain/AssetList.d.ts.map +1 -1
  281. package/dist/tui/components/domain/AssetList.js +6 -1
  282. package/dist/tui/components/domain/AssetList.js.map +1 -1
  283. package/dist/tui/components/domain/ConfigPanel.d.ts.map +1 -1
  284. package/dist/tui/components/domain/ConfigPanel.js +6 -1
  285. package/dist/tui/components/domain/ConfigPanel.js.map +1 -1
  286. package/dist/tui/components/domain/DaemonPanel.d.ts.map +1 -1
  287. package/dist/tui/components/domain/DaemonPanel.js +2 -0
  288. package/dist/tui/components/domain/DaemonPanel.js.map +1 -1
  289. package/dist/tui/components/domain/DocCreate.d.ts.map +1 -1
  290. package/dist/tui/components/domain/DocCreate.js +6 -1
  291. package/dist/tui/components/domain/DocCreate.js.map +1 -1
  292. package/dist/tui/components/domain/DocDetail.d.ts.map +1 -1
  293. package/dist/tui/components/domain/DocDetail.js +2 -0
  294. package/dist/tui/components/domain/DocDetail.js.map +1 -1
  295. package/dist/tui/components/domain/DocList.d.ts.map +1 -1
  296. package/dist/tui/components/domain/DocList.js +6 -0
  297. package/dist/tui/components/domain/DocList.js.map +1 -1
  298. package/dist/tui/components/domain/IssueCreate.d.ts.map +1 -1
  299. package/dist/tui/components/domain/IssueCreate.js +11 -1
  300. package/dist/tui/components/domain/IssueCreate.js.map +1 -1
  301. package/dist/tui/components/domain/IssueDetail.d.ts.map +1 -1
  302. package/dist/tui/components/domain/IssueDetail.js +2 -0
  303. package/dist/tui/components/domain/IssueDetail.js.map +1 -1
  304. package/dist/tui/components/domain/IssueEdit.d.ts.map +1 -1
  305. package/dist/tui/components/domain/IssueEdit.js +16 -1
  306. package/dist/tui/components/domain/IssueEdit.js.map +1 -1
  307. package/dist/tui/components/domain/IssueList.d.ts.map +1 -1
  308. package/dist/tui/components/domain/IssueList.js +9 -1
  309. package/dist/tui/components/domain/IssueList.js.map +1 -1
  310. package/dist/tui/components/domain/PRCreate.d.ts.map +1 -1
  311. package/dist/tui/components/domain/PRCreate.js +18 -1
  312. package/dist/tui/components/domain/PRCreate.js.map +1 -1
  313. package/dist/tui/components/domain/PRDetail.d.ts.map +1 -1
  314. package/dist/tui/components/domain/PRDetail.js +3 -0
  315. package/dist/tui/components/domain/PRDetail.js.map +1 -1
  316. package/dist/tui/components/domain/PREdit.d.ts.map +1 -1
  317. package/dist/tui/components/domain/PREdit.js +24 -2
  318. package/dist/tui/components/domain/PREdit.js.map +1 -1
  319. package/dist/tui/components/domain/PRList.d.ts.map +1 -1
  320. package/dist/tui/components/domain/PRList.js +10 -1
  321. package/dist/tui/components/domain/PRList.js.map +1 -1
  322. package/dist/tui/components/domain/ProjectCreate.d.ts.map +1 -1
  323. package/dist/tui/components/domain/ProjectCreate.js +2 -0
  324. package/dist/tui/components/domain/ProjectCreate.js.map +1 -1
  325. package/dist/tui/components/domain/ProjectList.d.ts.map +1 -1
  326. package/dist/tui/components/domain/ProjectList.js +11 -1
  327. package/dist/tui/components/domain/ProjectList.js.map +1 -1
  328. package/dist/tui/components/layout/Header.d.ts.map +1 -1
  329. package/dist/tui/components/layout/Header.js.map +1 -1
  330. package/dist/tui/components/layout/MainPanel.d.ts.map +1 -1
  331. package/dist/tui/components/layout/MainPanel.js.map +1 -1
  332. package/dist/tui/components/layout/Sidebar.d.ts.map +1 -1
  333. package/dist/tui/components/layout/Sidebar.js +2 -1
  334. package/dist/tui/components/layout/Sidebar.js.map +1 -1
  335. package/dist/tui/components/layout/StatusBar.d.ts.map +1 -1
  336. package/dist/tui/components/layout/StatusBar.js.map +1 -1
  337. package/dist/tui/hooks/useAutoSelectProject.d.ts.map +1 -1
  338. package/dist/tui/hooks/useAutoSelectProject.js +1 -0
  339. package/dist/tui/hooks/useAutoSelectProject.js.map +1 -1
  340. package/dist/tui/hooks/useAutostart.d.ts.map +1 -1
  341. package/dist/tui/hooks/useAutostart.js +3 -0
  342. package/dist/tui/hooks/useAutostart.js.map +1 -1
  343. package/dist/tui/hooks/useClipboard.d.ts.map +1 -1
  344. package/dist/tui/hooks/useClipboard.js +1 -0
  345. package/dist/tui/hooks/useClipboard.js.map +1 -1
  346. package/dist/tui/hooks/useDaemonActions.d.ts.map +1 -1
  347. package/dist/tui/hooks/useDaemonActions.js +2 -0
  348. package/dist/tui/hooks/useDaemonActions.js.map +1 -1
  349. package/dist/tui/hooks/useProjects.d.ts.map +1 -1
  350. package/dist/tui/hooks/useProjects.js +1 -0
  351. package/dist/tui/hooks/useProjects.js.map +1 -1
  352. package/dist/tui/index.d.ts.map +1 -1
  353. package/dist/tui/index.js +1 -0
  354. package/dist/tui/index.js.map +1 -1
  355. package/dist/tui/services/clipboard-service.d.ts +0 -4
  356. package/dist/tui/services/clipboard-service.d.ts.map +1 -1
  357. package/dist/tui/services/clipboard-service.js +1 -0
  358. package/dist/tui/services/clipboard-service.js.map +1 -1
  359. package/dist/tui/services/daemon-service.d.ts +0 -4
  360. package/dist/tui/services/daemon-service.d.ts.map +1 -1
  361. package/dist/tui/services/daemon-service.js +22 -1
  362. package/dist/tui/services/daemon-service.js.map +1 -1
  363. package/dist/tui/state/app-state.d.ts.map +1 -1
  364. package/dist/tui/state/app-state.js +12 -1
  365. package/dist/tui/state/app-state.js.map +1 -1
  366. package/dist/tui/types/views.d.ts.map +1 -1
  367. package/dist/tui/types/views.js +1 -3
  368. package/dist/tui/types/views.js.map +1 -1
  369. package/dist/tui/utils/local-config.d.ts +0 -5
  370. package/dist/tui/utils/local-config.d.ts.map +1 -1
  371. package/dist/tui/utils/local-config.js +4 -0
  372. package/dist/tui/utils/local-config.js.map +1 -1
  373. package/dist/utils/ask-yes-no.d.ts.map +1 -1
  374. package/dist/utils/ask-yes-no.js +1 -0
  375. package/dist/utils/ask-yes-no.js.map +1 -1
  376. package/dist/utils/cross-project-search.d.ts +2 -0
  377. package/dist/utils/cross-project-search.d.ts.map +1 -1
  378. package/dist/utils/cross-project-search.js +2 -0
  379. package/dist/utils/cross-project-search.js.map +1 -1
  380. package/dist/utils/handle-not-initialized-with-search.d.ts +31 -0
  381. package/dist/utils/handle-not-initialized-with-search.d.ts.map +1 -0
  382. package/dist/utils/handle-not-initialized-with-search.js +39 -0
  383. package/dist/utils/handle-not-initialized-with-search.js.map +1 -0
  384. package/dist/utils/is-not-found-error.d.ts.map +1 -1
  385. package/dist/utils/is-not-found-error.js +2 -0
  386. package/dist/utils/is-not-found-error.js.map +1 -1
  387. package/dist/utils/is-valid-uuid.d.ts +5 -0
  388. package/dist/utils/is-valid-uuid.d.ts.map +1 -0
  389. package/dist/utils/is-valid-uuid.js +8 -0
  390. package/dist/utils/is-valid-uuid.js.map +1 -0
  391. package/dist/utils/resolve-project-path.d.ts.map +1 -1
  392. package/dist/utils/resolve-project-path.js +1 -0
  393. package/dist/utils/resolve-project-path.js.map +1 -1
  394. package/oclif.manifest.json +861 -189
  395. package/package.json +1 -1
@@ -576,6 +576,157 @@
576
576
  "issue.js"
577
577
  ]
578
578
  },
579
+ "create:org-issue": {
580
+ "aliases": [],
581
+ "args": {
582
+ "org": {
583
+ "description": "Organization slug",
584
+ "name": "org",
585
+ "required": false
586
+ }
587
+ },
588
+ "description": "Create a new organization-level issue",
589
+ "examples": [
590
+ "<%= config.bin %> create org-issue --org my-org --title \"Cross-project refactor\"",
591
+ "<%= config.bin %> create org-issue -o centy-io -t \"API design\" -d \"Standardize API patterns\"",
592
+ "<%= config.bin %> create org-issue --org my-org --title \"Bug\" --priority high --projects /path/to/project1,/path/to/project2"
593
+ ],
594
+ "flags": {
595
+ "org": {
596
+ "char": "o",
597
+ "description": "Organization slug",
598
+ "name": "org",
599
+ "hasDynamicHelp": false,
600
+ "multiple": false,
601
+ "type": "option"
602
+ },
603
+ "title": {
604
+ "char": "t",
605
+ "description": "Issue title",
606
+ "name": "title",
607
+ "required": true,
608
+ "hasDynamicHelp": false,
609
+ "multiple": false,
610
+ "type": "option"
611
+ },
612
+ "description": {
613
+ "char": "d",
614
+ "description": "Issue description",
615
+ "name": "description",
616
+ "hasDynamicHelp": false,
617
+ "multiple": false,
618
+ "type": "option"
619
+ },
620
+ "priority": {
621
+ "char": "p",
622
+ "description": "Priority level (low/medium/high)",
623
+ "name": "priority",
624
+ "hasDynamicHelp": false,
625
+ "multiple": false,
626
+ "options": [
627
+ "low",
628
+ "medium",
629
+ "high"
630
+ ],
631
+ "type": "option"
632
+ },
633
+ "status": {
634
+ "char": "s",
635
+ "description": "Initial status",
636
+ "name": "status",
637
+ "default": "open",
638
+ "hasDynamicHelp": false,
639
+ "multiple": false,
640
+ "type": "option"
641
+ },
642
+ "projects": {
643
+ "description": "Comma-separated list of project paths this issue references",
644
+ "name": "projects",
645
+ "hasDynamicHelp": false,
646
+ "multiple": false,
647
+ "type": "option"
648
+ },
649
+ "json": {
650
+ "description": "Output as JSON",
651
+ "name": "json",
652
+ "allowNo": false,
653
+ "type": "boolean"
654
+ }
655
+ },
656
+ "hasDynamicHelp": false,
657
+ "hiddenAliases": [],
658
+ "id": "create:org-issue",
659
+ "pluginAlias": "centy",
660
+ "pluginName": "centy",
661
+ "pluginType": "core",
662
+ "strict": true,
663
+ "enableJsonFlag": false,
664
+ "isESM": true,
665
+ "relativePath": [
666
+ "dist",
667
+ "commands",
668
+ "create",
669
+ "org-issue.js"
670
+ ]
671
+ },
672
+ "create:org": {
673
+ "aliases": [
674
+ "create:organization"
675
+ ],
676
+ "args": {
677
+ "name": {
678
+ "description": "Organization display name",
679
+ "name": "name",
680
+ "required": true
681
+ }
682
+ },
683
+ "description": "Create a new organization to group projects",
684
+ "examples": [
685
+ "<%= config.bin %> create org \"My Company\"",
686
+ "<%= config.bin %> create org \"Centy.io\" --slug centy-io",
687
+ "<%= config.bin %> create org \"My Org\" --description \"Official projects\"",
688
+ "<%= config.bin %> create organization \"Work Projects\""
689
+ ],
690
+ "flags": {
691
+ "slug": {
692
+ "char": "s",
693
+ "description": "Custom slug (auto-generated from name if not provided)",
694
+ "name": "slug",
695
+ "hasDynamicHelp": false,
696
+ "multiple": false,
697
+ "type": "option"
698
+ },
699
+ "description": {
700
+ "char": "d",
701
+ "description": "Organization description",
702
+ "name": "description",
703
+ "hasDynamicHelp": false,
704
+ "multiple": false,
705
+ "type": "option"
706
+ },
707
+ "json": {
708
+ "description": "Output as JSON",
709
+ "name": "json",
710
+ "allowNo": false,
711
+ "type": "boolean"
712
+ }
713
+ },
714
+ "hasDynamicHelp": false,
715
+ "hiddenAliases": [],
716
+ "id": "create:org",
717
+ "pluginAlias": "centy",
718
+ "pluginName": "centy",
719
+ "pluginType": "core",
720
+ "strict": true,
721
+ "enableJsonFlag": false,
722
+ "isESM": true,
723
+ "relativePath": [
724
+ "dist",
725
+ "commands",
726
+ "create",
727
+ "org.js"
728
+ ]
729
+ },
579
730
  "create:pr": {
580
731
  "aliases": [],
581
732
  "args": {},
@@ -683,38 +834,295 @@
683
834
  "pr.js"
684
835
  ]
685
836
  },
686
- "daemon:autostart": {
837
+ "delete:asset": {
687
838
  "aliases": [],
688
- "args": {},
689
- "description": "Configure daemon to start automatically on boot",
839
+ "args": {
840
+ "filename": {
841
+ "description": "Asset filename",
842
+ "name": "filename",
843
+ "required": true
844
+ }
845
+ },
846
+ "description": "Delete an asset",
690
847
  "examples": [
691
- "<%= config.bin %> daemon autostart",
692
- "<%= config.bin %> daemon autostart --enable",
693
- "<%= config.bin %> daemon autostart --disable"
848
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
849
+ "<%= config.bin %> delete asset logo.svg --shared",
850
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force",
851
+ "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
694
852
  ],
695
853
  "flags": {
696
- "enable": {
697
- "description": "Enable autostart on boot",
698
- "exclusive": [
699
- "disable"
700
- ],
701
- "name": "enable",
854
+ "issue": {
855
+ "char": "i",
856
+ "description": "Issue ID or display number",
857
+ "name": "issue",
858
+ "hasDynamicHelp": false,
859
+ "multiple": false,
860
+ "type": "option"
861
+ },
862
+ "shared": {
863
+ "char": "s",
864
+ "description": "Delete a shared asset",
865
+ "name": "shared",
702
866
  "allowNo": false,
703
867
  "type": "boolean"
704
868
  },
705
- "disable": {
706
- "description": "Disable autostart on boot",
707
- "exclusive": [
708
- "enable"
709
- ],
710
- "name": "disable",
869
+ "force": {
870
+ "char": "f",
871
+ "description": "Skip confirmation prompt",
872
+ "name": "force",
873
+ "allowNo": false,
874
+ "type": "boolean"
875
+ },
876
+ "project": {
877
+ "description": "Project name or path (defaults to current directory)",
878
+ "name": "project",
879
+ "hasDynamicHelp": false,
880
+ "multiple": false,
881
+ "type": "option"
882
+ }
883
+ },
884
+ "hasDynamicHelp": false,
885
+ "hiddenAliases": [],
886
+ "id": "delete:asset",
887
+ "pluginAlias": "centy",
888
+ "pluginName": "centy",
889
+ "pluginType": "core",
890
+ "strict": true,
891
+ "enableJsonFlag": false,
892
+ "isESM": true,
893
+ "relativePath": [
894
+ "dist",
895
+ "commands",
896
+ "delete",
897
+ "asset.js"
898
+ ]
899
+ },
900
+ "delete:doc": {
901
+ "aliases": [],
902
+ "args": {
903
+ "slug": {
904
+ "description": "Doc slug",
905
+ "name": "slug",
906
+ "required": true
907
+ }
908
+ },
909
+ "description": "Delete a documentation file",
910
+ "examples": [
911
+ "<%= config.bin %> delete doc getting-started",
912
+ "<%= config.bin %> delete doc api-reference --force",
913
+ "<%= config.bin %> delete doc api-reference --project centy-daemon"
914
+ ],
915
+ "flags": {
916
+ "force": {
917
+ "char": "f",
918
+ "description": "Skip confirmation prompt",
919
+ "name": "force",
920
+ "allowNo": false,
921
+ "type": "boolean"
922
+ },
923
+ "project": {
924
+ "description": "Project name or path (defaults to current directory)",
925
+ "name": "project",
926
+ "hasDynamicHelp": false,
927
+ "multiple": false,
928
+ "type": "option"
929
+ }
930
+ },
931
+ "hasDynamicHelp": false,
932
+ "hiddenAliases": [],
933
+ "id": "delete:doc",
934
+ "pluginAlias": "centy",
935
+ "pluginName": "centy",
936
+ "pluginType": "core",
937
+ "strict": true,
938
+ "enableJsonFlag": false,
939
+ "isESM": true,
940
+ "relativePath": [
941
+ "dist",
942
+ "commands",
943
+ "delete",
944
+ "doc.js"
945
+ ]
946
+ },
947
+ "delete:issue": {
948
+ "aliases": [],
949
+ "args": {
950
+ "id": {
951
+ "description": "Issue ID (UUID) or display number",
952
+ "name": "id",
953
+ "required": true
954
+ }
955
+ },
956
+ "description": "Delete an issue",
957
+ "examples": [
958
+ "<%= config.bin %> delete issue 1",
959
+ "<%= config.bin %> delete issue abc123-uuid",
960
+ "<%= config.bin %> delete issue 1 --force",
961
+ "<%= config.bin %> delete issue 1 --project centy-daemon"
962
+ ],
963
+ "flags": {
964
+ "force": {
965
+ "char": "f",
966
+ "description": "Skip confirmation prompt",
967
+ "name": "force",
968
+ "allowNo": false,
969
+ "type": "boolean"
970
+ },
971
+ "project": {
972
+ "description": "Project name or path (defaults to current directory)",
973
+ "name": "project",
974
+ "hasDynamicHelp": false,
975
+ "multiple": false,
976
+ "type": "option"
977
+ }
978
+ },
979
+ "hasDynamicHelp": false,
980
+ "hiddenAliases": [],
981
+ "id": "delete:issue",
982
+ "pluginAlias": "centy",
983
+ "pluginName": "centy",
984
+ "pluginType": "core",
985
+ "strict": true,
986
+ "enableJsonFlag": false,
987
+ "isESM": true,
988
+ "relativePath": [
989
+ "dist",
990
+ "commands",
991
+ "delete",
992
+ "issue.js"
993
+ ]
994
+ },
995
+ "delete:org-issue": {
996
+ "aliases": [],
997
+ "args": {
998
+ "identifier": {
999
+ "description": "Issue ID or display number (#N or just N)",
1000
+ "name": "identifier",
1001
+ "required": true
1002
+ }
1003
+ },
1004
+ "description": "Delete an organization-level issue",
1005
+ "examples": [
1006
+ "<%= config.bin %> delete org-issue --org my-org 1",
1007
+ "<%= config.bin %> delete org-issue --org my-org #1",
1008
+ "<%= config.bin %> delete org-issue -o centy-io abc123"
1009
+ ],
1010
+ "flags": {
1011
+ "org": {
1012
+ "char": "o",
1013
+ "description": "Organization slug",
1014
+ "name": "org",
1015
+ "required": true,
1016
+ "hasDynamicHelp": false,
1017
+ "multiple": false,
1018
+ "type": "option"
1019
+ },
1020
+ "force": {
1021
+ "char": "f",
1022
+ "description": "Skip confirmation",
1023
+ "name": "force",
1024
+ "allowNo": false,
1025
+ "type": "boolean"
1026
+ },
1027
+ "json": {
1028
+ "description": "Output as JSON",
1029
+ "name": "json",
1030
+ "allowNo": false,
1031
+ "type": "boolean"
1032
+ }
1033
+ },
1034
+ "hasDynamicHelp": false,
1035
+ "hiddenAliases": [],
1036
+ "id": "delete:org-issue",
1037
+ "pluginAlias": "centy",
1038
+ "pluginName": "centy",
1039
+ "pluginType": "core",
1040
+ "strict": true,
1041
+ "enableJsonFlag": false,
1042
+ "isESM": true,
1043
+ "relativePath": [
1044
+ "dist",
1045
+ "commands",
1046
+ "delete",
1047
+ "org-issue.js"
1048
+ ]
1049
+ },
1050
+ "delete:org": {
1051
+ "aliases": [
1052
+ "delete:organization"
1053
+ ],
1054
+ "args": {
1055
+ "slug": {
1056
+ "description": "Organization slug",
1057
+ "name": "slug",
1058
+ "required": true
1059
+ }
1060
+ },
1061
+ "description": "Delete an organization (must have no projects assigned)",
1062
+ "examples": [
1063
+ "<%= config.bin %> delete org my-org",
1064
+ "<%= config.bin %> delete organization old-org"
1065
+ ],
1066
+ "flags": {
1067
+ "force": {
1068
+ "char": "f",
1069
+ "description": "Skip confirmation prompt",
1070
+ "name": "force",
1071
+ "allowNo": false,
1072
+ "type": "boolean"
1073
+ }
1074
+ },
1075
+ "hasDynamicHelp": false,
1076
+ "hiddenAliases": [],
1077
+ "id": "delete:org",
1078
+ "pluginAlias": "centy",
1079
+ "pluginName": "centy",
1080
+ "pluginType": "core",
1081
+ "strict": true,
1082
+ "enableJsonFlag": false,
1083
+ "isESM": true,
1084
+ "relativePath": [
1085
+ "dist",
1086
+ "commands",
1087
+ "delete",
1088
+ "org.js"
1089
+ ]
1090
+ },
1091
+ "delete:pr": {
1092
+ "aliases": [],
1093
+ "args": {
1094
+ "id": {
1095
+ "description": "PR ID (UUID) or display number",
1096
+ "name": "id",
1097
+ "required": true
1098
+ }
1099
+ },
1100
+ "description": "Delete a pull request",
1101
+ "examples": [
1102
+ "<%= config.bin %> delete pr 1",
1103
+ "<%= config.bin %> delete pr abc123-uuid",
1104
+ "<%= config.bin %> delete pr 1 --force",
1105
+ "<%= config.bin %> delete pr 1 --project centy-daemon"
1106
+ ],
1107
+ "flags": {
1108
+ "force": {
1109
+ "char": "f",
1110
+ "description": "Skip confirmation prompt",
1111
+ "name": "force",
711
1112
  "allowNo": false,
712
1113
  "type": "boolean"
1114
+ },
1115
+ "project": {
1116
+ "description": "Project name or path (defaults to current directory)",
1117
+ "name": "project",
1118
+ "hasDynamicHelp": false,
1119
+ "multiple": false,
1120
+ "type": "option"
713
1121
  }
714
1122
  },
715
1123
  "hasDynamicHelp": false,
716
1124
  "hiddenAliases": [],
717
- "id": "daemon:autostart",
1125
+ "id": "delete:pr",
718
1126
  "pluginAlias": "centy",
719
1127
  "pluginName": "centy",
720
1128
  "pluginType": "core",
@@ -724,8 +1132,8 @@
724
1132
  "relativePath": [
725
1133
  "dist",
726
1134
  "commands",
727
- "daemon",
728
- "autostart.js"
1135
+ "delete",
1136
+ "pr.js"
729
1137
  ]
730
1138
  },
731
1139
  "get:asset": {
@@ -910,51 +1318,42 @@
910
1318
  "issue.js"
911
1319
  ]
912
1320
  },
913
- "get:pr": {
914
- "aliases": [
915
- "show:pr"
916
- ],
1321
+ "get:org-issue": {
1322
+ "aliases": [],
917
1323
  "args": {
918
- "id": {
919
- "description": "PR ID (UUID) or display number",
920
- "name": "id",
1324
+ "identifier": {
1325
+ "description": "Issue ID or display number (#N or just N)",
1326
+ "name": "identifier",
921
1327
  "required": true
922
1328
  }
923
1329
  },
924
- "description": "Get a single pull request by ID or display number",
1330
+ "description": "Get an organization-level issue",
925
1331
  "examples": [
926
- "<%= config.bin %> get pr 1",
927
- "<%= config.bin %> get pr abc123-uuid",
928
- "<%= config.bin %> get pr 1 --json",
929
- "<%= config.bin %> get pr abc12345-1234-1234-1234-123456789abc --global",
930
- "<%= config.bin %> get pr abc12345-1234-1234-1234-123456789abc -g --json",
931
- "<%= config.bin %> get pr 1 --project centy-daemon"
1332
+ "<%= config.bin %> get org-issue --org my-org 1",
1333
+ "<%= config.bin %> get org-issue --org my-org #1",
1334
+ "<%= config.bin %> get org-issue -o centy-io abc123",
1335
+ "<%= config.bin %> get org-issue --org my-org 1 --json"
932
1336
  ],
933
1337
  "flags": {
1338
+ "org": {
1339
+ "char": "o",
1340
+ "description": "Organization slug",
1341
+ "name": "org",
1342
+ "required": true,
1343
+ "hasDynamicHelp": false,
1344
+ "multiple": false,
1345
+ "type": "option"
1346
+ },
934
1347
  "json": {
935
1348
  "description": "Output as JSON",
936
1349
  "name": "json",
937
1350
  "allowNo": false,
938
1351
  "type": "boolean"
939
- },
940
- "global": {
941
- "char": "g",
942
- "description": "Search across all tracked projects (UUID only)",
943
- "name": "global",
944
- "allowNo": false,
945
- "type": "boolean"
946
- },
947
- "project": {
948
- "description": "Project name or path (defaults to current directory)",
949
- "name": "project",
950
- "hasDynamicHelp": false,
951
- "multiple": false,
952
- "type": "option"
953
1352
  }
954
1353
  },
955
1354
  "hasDynamicHelp": false,
956
1355
  "hiddenAliases": [],
957
- "id": "get:pr",
1356
+ "id": "get:org-issue",
958
1357
  "pluginAlias": "centy",
959
1358
  "pluginName": "centy",
960
1359
  "pluginType": "core",
@@ -965,25 +1364,24 @@
965
1364
  "dist",
966
1365
  "commands",
967
1366
  "get",
968
- "pr.js"
1367
+ "org-issue.js"
969
1368
  ]
970
1369
  },
971
- "get:project": {
1370
+ "get:org": {
972
1371
  "aliases": [
973
- "show:project"
1372
+ "get:organization"
974
1373
  ],
975
1374
  "args": {
976
- "path": {
977
- "description": "Path to the project (defaults to current directory)",
978
- "name": "path",
979
- "required": false
1375
+ "slug": {
1376
+ "description": "Organization slug",
1377
+ "name": "slug",
1378
+ "required": true
980
1379
  }
981
1380
  },
982
- "description": "Get info about a specific project",
1381
+ "description": "Get organization details by slug",
983
1382
  "examples": [
984
- "<%= config.bin %> get project",
985
- "<%= config.bin %> get project /path/to/project",
986
- "<%= config.bin %> get project --json"
1383
+ "<%= config.bin %> get org centy-io",
1384
+ "<%= config.bin %> get organization my-org --json"
987
1385
  ],
988
1386
  "flags": {
989
1387
  "json": {
@@ -995,7 +1393,7 @@
995
1393
  },
996
1394
  "hasDynamicHelp": false,
997
1395
  "hiddenAliases": [],
998
- "id": "get:project",
1396
+ "id": "get:org",
999
1397
  "pluginAlias": "centy",
1000
1398
  "pluginName": "centy",
1001
1399
  "pluginType": "core",
@@ -1006,45 +1404,40 @@
1006
1404
  "dist",
1007
1405
  "commands",
1008
1406
  "get",
1009
- "project.js"
1407
+ "org.js"
1010
1408
  ]
1011
1409
  },
1012
- "delete:asset": {
1013
- "aliases": [],
1410
+ "get:pr": {
1411
+ "aliases": [
1412
+ "show:pr"
1413
+ ],
1014
1414
  "args": {
1015
- "filename": {
1016
- "description": "Asset filename",
1017
- "name": "filename",
1415
+ "id": {
1416
+ "description": "PR ID (UUID) or display number",
1417
+ "name": "id",
1018
1418
  "required": true
1019
1419
  }
1020
1420
  },
1021
- "description": "Delete an asset",
1421
+ "description": "Get a single pull request by ID or display number",
1022
1422
  "examples": [
1023
- "<%= config.bin %> delete asset screenshot.png --issue 1",
1024
- "<%= config.bin %> delete asset logo.svg --shared",
1025
- "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1026
- "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1423
+ "<%= config.bin %> get pr 1",
1424
+ "<%= config.bin %> get pr abc123-uuid",
1425
+ "<%= config.bin %> get pr 1 --json",
1426
+ "<%= config.bin %> get pr abc12345-1234-1234-1234-123456789abc --global",
1427
+ "<%= config.bin %> get pr abc12345-1234-1234-1234-123456789abc -g --json",
1428
+ "<%= config.bin %> get pr 1 --project centy-daemon"
1027
1429
  ],
1028
1430
  "flags": {
1029
- "issue": {
1030
- "char": "i",
1031
- "description": "Issue ID or display number",
1032
- "name": "issue",
1033
- "hasDynamicHelp": false,
1034
- "multiple": false,
1035
- "type": "option"
1036
- },
1037
- "shared": {
1038
- "char": "s",
1039
- "description": "Delete a shared asset",
1040
- "name": "shared",
1431
+ "json": {
1432
+ "description": "Output as JSON",
1433
+ "name": "json",
1041
1434
  "allowNo": false,
1042
1435
  "type": "boolean"
1043
1436
  },
1044
- "force": {
1045
- "char": "f",
1046
- "description": "Skip confirmation prompt",
1047
- "name": "force",
1437
+ "global": {
1438
+ "char": "g",
1439
+ "description": "Search across all tracked projects (UUID only)",
1440
+ "name": "global",
1048
1441
  "allowNo": false,
1049
1442
  "type": "boolean"
1050
1443
  },
@@ -1058,7 +1451,7 @@
1058
1451
  },
1059
1452
  "hasDynamicHelp": false,
1060
1453
  "hiddenAliases": [],
1061
- "id": "delete:asset",
1454
+ "id": "get:pr",
1062
1455
  "pluginAlias": "centy",
1063
1456
  "pluginName": "centy",
1064
1457
  "pluginType": "core",
@@ -1068,44 +1461,38 @@
1068
1461
  "relativePath": [
1069
1462
  "dist",
1070
1463
  "commands",
1071
- "delete",
1072
- "asset.js"
1464
+ "get",
1465
+ "pr.js"
1073
1466
  ]
1074
1467
  },
1075
- "delete:doc": {
1076
- "aliases": [],
1468
+ "get:project": {
1469
+ "aliases": [
1470
+ "show:project"
1471
+ ],
1077
1472
  "args": {
1078
- "slug": {
1079
- "description": "Doc slug",
1080
- "name": "slug",
1081
- "required": true
1473
+ "path": {
1474
+ "description": "Path to the project (defaults to current directory)",
1475
+ "name": "path",
1476
+ "required": false
1082
1477
  }
1083
1478
  },
1084
- "description": "Delete a documentation file",
1479
+ "description": "Get info about a specific project",
1085
1480
  "examples": [
1086
- "<%= config.bin %> delete doc getting-started",
1087
- "<%= config.bin %> delete doc api-reference --force",
1088
- "<%= config.bin %> delete doc api-reference --project centy-daemon"
1481
+ "<%= config.bin %> get project",
1482
+ "<%= config.bin %> get project /path/to/project",
1483
+ "<%= config.bin %> get project --json"
1089
1484
  ],
1090
1485
  "flags": {
1091
- "force": {
1092
- "char": "f",
1093
- "description": "Skip confirmation prompt",
1094
- "name": "force",
1486
+ "json": {
1487
+ "description": "Output as JSON",
1488
+ "name": "json",
1095
1489
  "allowNo": false,
1096
1490
  "type": "boolean"
1097
- },
1098
- "project": {
1099
- "description": "Project name or path (defaults to current directory)",
1100
- "name": "project",
1101
- "hasDynamicHelp": false,
1102
- "multiple": false,
1103
- "type": "option"
1104
1491
  }
1105
1492
  },
1106
1493
  "hasDynamicHelp": false,
1107
1494
  "hiddenAliases": [],
1108
- "id": "delete:doc",
1495
+ "id": "get:project",
1109
1496
  "pluginAlias": "centy",
1110
1497
  "pluginName": "centy",
1111
1498
  "pluginType": "core",
@@ -1115,93 +1502,42 @@
1115
1502
  "relativePath": [
1116
1503
  "dist",
1117
1504
  "commands",
1118
- "delete",
1119
- "doc.js"
1505
+ "get",
1506
+ "project.js"
1120
1507
  ]
1121
1508
  },
1122
- "delete:issue": {
1509
+ "daemon:autostart": {
1123
1510
  "aliases": [],
1124
- "args": {
1125
- "id": {
1126
- "description": "Issue ID (UUID) or display number",
1127
- "name": "id",
1128
- "required": true
1129
- }
1130
- },
1131
- "description": "Delete an issue",
1511
+ "args": {},
1512
+ "description": "Configure daemon to start automatically on boot",
1132
1513
  "examples": [
1133
- "<%= config.bin %> delete issue 1",
1134
- "<%= config.bin %> delete issue abc123-uuid",
1135
- "<%= config.bin %> delete issue 1 --force",
1136
- "<%= config.bin %> delete issue 1 --project centy-daemon"
1514
+ "<%= config.bin %> daemon autostart",
1515
+ "<%= config.bin %> daemon autostart --enable",
1516
+ "<%= config.bin %> daemon autostart --disable"
1137
1517
  ],
1138
1518
  "flags": {
1139
- "force": {
1140
- "char": "f",
1141
- "description": "Skip confirmation prompt",
1142
- "name": "force",
1519
+ "enable": {
1520
+ "description": "Enable autostart on boot",
1521
+ "exclusive": [
1522
+ "disable"
1523
+ ],
1524
+ "name": "enable",
1143
1525
  "allowNo": false,
1144
1526
  "type": "boolean"
1145
1527
  },
1146
- "project": {
1147
- "description": "Project name or path (defaults to current directory)",
1148
- "name": "project",
1149
- "hasDynamicHelp": false,
1150
- "multiple": false,
1151
- "type": "option"
1152
- }
1153
- },
1154
- "hasDynamicHelp": false,
1155
- "hiddenAliases": [],
1156
- "id": "delete:issue",
1157
- "pluginAlias": "centy",
1158
- "pluginName": "centy",
1159
- "pluginType": "core",
1160
- "strict": true,
1161
- "enableJsonFlag": false,
1162
- "isESM": true,
1163
- "relativePath": [
1164
- "dist",
1165
- "commands",
1166
- "delete",
1167
- "issue.js"
1168
- ]
1169
- },
1170
- "delete:pr": {
1171
- "aliases": [],
1172
- "args": {
1173
- "id": {
1174
- "description": "PR ID (UUID) or display number",
1175
- "name": "id",
1176
- "required": true
1177
- }
1178
- },
1179
- "description": "Delete a pull request",
1180
- "examples": [
1181
- "<%= config.bin %> delete pr 1",
1182
- "<%= config.bin %> delete pr abc123-uuid",
1183
- "<%= config.bin %> delete pr 1 --force",
1184
- "<%= config.bin %> delete pr 1 --project centy-daemon"
1185
- ],
1186
- "flags": {
1187
- "force": {
1188
- "char": "f",
1189
- "description": "Skip confirmation prompt",
1190
- "name": "force",
1528
+ "disable": {
1529
+ "description": "Disable autostart on boot",
1530
+ "exclusive": [
1531
+ "enable"
1532
+ ],
1533
+ "name": "disable",
1191
1534
  "allowNo": false,
1192
1535
  "type": "boolean"
1193
- },
1194
- "project": {
1195
- "description": "Project name or path (defaults to current directory)",
1196
- "name": "project",
1197
- "hasDynamicHelp": false,
1198
- "multiple": false,
1199
- "type": "option"
1200
1536
  }
1201
1537
  },
1202
1538
  "hasDynamicHelp": false,
1203
1539
  "hiddenAliases": [],
1204
- "id": "delete:pr",
1540
+ "id": "daemon:autostart",
1205
1541
  "pluginAlias": "centy",
1206
1542
  "pluginName": "centy",
1207
1543
  "pluginType": "core",
@@ -1211,8 +1547,8 @@
1211
1547
  "relativePath": [
1212
1548
  "dist",
1213
1549
  "commands",
1214
- "delete",
1215
- "pr.js"
1550
+ "daemon",
1551
+ "autostart.js"
1216
1552
  ]
1217
1553
  },
1218
1554
  "install:daemon": {
@@ -1423,6 +1759,105 @@
1423
1759
  "issues.js"
1424
1760
  ]
1425
1761
  },
1762
+ "list:org-issues": {
1763
+ "aliases": [],
1764
+ "args": {
1765
+ "org": {
1766
+ "description": "Organization slug",
1767
+ "name": "org",
1768
+ "required": false
1769
+ }
1770
+ },
1771
+ "description": "List organization-level issues",
1772
+ "examples": [
1773
+ "<%= config.bin %> list org-issues --org my-org",
1774
+ "<%= config.bin %> list org-issues -o centy-io",
1775
+ "<%= config.bin %> list org-issues --org my-org --status open",
1776
+ "<%= config.bin %> list org-issues --org my-org --json"
1777
+ ],
1778
+ "flags": {
1779
+ "org": {
1780
+ "char": "o",
1781
+ "description": "Organization slug",
1782
+ "name": "org",
1783
+ "hasDynamicHelp": false,
1784
+ "multiple": false,
1785
+ "type": "option"
1786
+ },
1787
+ "status": {
1788
+ "char": "s",
1789
+ "description": "Filter by status (e.g., open, in-progress, closed)",
1790
+ "name": "status",
1791
+ "hasDynamicHelp": false,
1792
+ "multiple": false,
1793
+ "type": "option"
1794
+ },
1795
+ "priority": {
1796
+ "char": "p",
1797
+ "description": "Filter by priority level (1 = highest)",
1798
+ "name": "priority",
1799
+ "hasDynamicHelp": false,
1800
+ "multiple": false,
1801
+ "type": "option"
1802
+ },
1803
+ "json": {
1804
+ "description": "Output as JSON",
1805
+ "name": "json",
1806
+ "allowNo": false,
1807
+ "type": "boolean"
1808
+ }
1809
+ },
1810
+ "hasDynamicHelp": false,
1811
+ "hiddenAliases": [],
1812
+ "id": "list:org-issues",
1813
+ "pluginAlias": "centy",
1814
+ "pluginName": "centy",
1815
+ "pluginType": "core",
1816
+ "strict": true,
1817
+ "enableJsonFlag": false,
1818
+ "isESM": true,
1819
+ "relativePath": [
1820
+ "dist",
1821
+ "commands",
1822
+ "list",
1823
+ "org-issues.js"
1824
+ ]
1825
+ },
1826
+ "list:orgs": {
1827
+ "aliases": [
1828
+ "list:organizations"
1829
+ ],
1830
+ "args": {},
1831
+ "description": "List all organizations",
1832
+ "examples": [
1833
+ "<%= config.bin %> list orgs",
1834
+ "<%= config.bin %> list organizations",
1835
+ "<%= config.bin %> list orgs --json"
1836
+ ],
1837
+ "flags": {
1838
+ "json": {
1839
+ "description": "Output as JSON",
1840
+ "name": "json",
1841
+ "allowNo": false,
1842
+ "type": "boolean"
1843
+ }
1844
+ },
1845
+ "hasDynamicHelp": false,
1846
+ "hiddenAliases": [],
1847
+ "id": "list:orgs",
1848
+ "pluginAlias": "centy",
1849
+ "pluginName": "centy",
1850
+ "pluginType": "core",
1851
+ "strict": true,
1852
+ "enableJsonFlag": false,
1853
+ "isESM": true,
1854
+ "relativePath": [
1855
+ "dist",
1856
+ "commands",
1857
+ "list",
1858
+ "orgs.js"
1859
+ ]
1860
+ },
1426
1861
  "list:projects": {
1427
1862
  "aliases": [],
1428
1863
  "args": {},
@@ -1431,6 +1866,8 @@
1431
1866
  "<%= config.bin %> list projects",
1432
1867
  "<%= config.bin %> list projects --include-stale",
1433
1868
  "<%= config.bin %> list projects --include-uninitialized",
1869
+ "<%= config.bin %> list projects --org centy-io",
1870
+ "<%= config.bin %> list projects --ungrouped",
1434
1871
  "<%= config.bin %> list projects --json"
1435
1872
  ],
1436
1873
  "flags": {
@@ -1446,6 +1883,19 @@
1446
1883
  "allowNo": false,
1447
1884
  "type": "boolean"
1448
1885
  },
1886
+ "org": {
1887
+ "description": "Filter by organization slug",
1888
+ "name": "org",
1889
+ "hasDynamicHelp": false,
1890
+ "multiple": false,
1891
+ "type": "option"
1892
+ },
1893
+ "ungrouped": {
1894
+ "description": "Only show projects without an organization",
1895
+ "name": "ungrouped",
1896
+ "allowNo": false,
1897
+ "type": "boolean"
1898
+ },
1449
1899
  "json": {
1450
1900
  "description": "Output as JSON",
1451
1901
  "name": "json",
@@ -1619,6 +2069,63 @@
1619
2069
  "favorite.js"
1620
2070
  ]
1621
2071
  },
2072
+ "project:org": {
2073
+ "aliases": [
2074
+ "project:organization"
2075
+ ],
2076
+ "args": {
2077
+ "slug": {
2078
+ "description": "Organization slug (omit to remove from organization)",
2079
+ "name": "slug",
2080
+ "required": false
2081
+ }
2082
+ },
2083
+ "description": "Assign or remove a project from an organization",
2084
+ "examples": [
2085
+ "<%= config.bin %> project org centy-io",
2086
+ "<%= config.bin %> project org my-org --path /path/to/project",
2087
+ "<%= config.bin %> project org --remove",
2088
+ "<%= config.bin %> project organization centy-io"
2089
+ ],
2090
+ "flags": {
2091
+ "path": {
2092
+ "char": "p",
2093
+ "description": "Path to the project (defaults to current directory)",
2094
+ "name": "path",
2095
+ "hasDynamicHelp": false,
2096
+ "multiple": false,
2097
+ "type": "option"
2098
+ },
2099
+ "remove": {
2100
+ "char": "r",
2101
+ "description": "Remove project from its organization",
2102
+ "name": "remove",
2103
+ "allowNo": false,
2104
+ "type": "boolean"
2105
+ },
2106
+ "json": {
2107
+ "description": "Output as JSON",
2108
+ "name": "json",
2109
+ "allowNo": false,
2110
+ "type": "boolean"
2111
+ }
2112
+ },
2113
+ "hasDynamicHelp": false,
2114
+ "hiddenAliases": [],
2115
+ "id": "project:org",
2116
+ "pluginAlias": "centy",
2117
+ "pluginName": "centy",
2118
+ "pluginType": "core",
2119
+ "strict": true,
2120
+ "enableJsonFlag": false,
2121
+ "isESM": true,
2122
+ "relativePath": [
2123
+ "dist",
2124
+ "commands",
2125
+ "project",
2126
+ "org.js"
2127
+ ]
2128
+ },
1622
2129
  "register:project": {
1623
2130
  "aliases": [],
1624
2131
  "args": {
@@ -1836,6 +2343,171 @@
1836
2343
  "issue.js"
1837
2344
  ]
1838
2345
  },
2346
+ "update:org-issue": {
2347
+ "aliases": [],
2348
+ "args": {
2349
+ "identifier": {
2350
+ "description": "Issue ID or display number (#N or just N)",
2351
+ "name": "identifier",
2352
+ "required": true
2353
+ }
2354
+ },
2355
+ "description": "Update an organization-level issue",
2356
+ "examples": [
2357
+ "<%= config.bin %> update org-issue --org my-org 1 --status closed",
2358
+ "<%= config.bin %> update org-issue --org my-org #1 --priority high",
2359
+ "<%= config.bin %> update org-issue -o centy-io abc123 --title \"New title\"",
2360
+ "<%= config.bin %> update org-issue --org my-org 1 --add-project /path/to/project"
2361
+ ],
2362
+ "flags": {
2363
+ "org": {
2364
+ "char": "o",
2365
+ "description": "Organization slug",
2366
+ "name": "org",
2367
+ "required": true,
2368
+ "hasDynamicHelp": false,
2369
+ "multiple": false,
2370
+ "type": "option"
2371
+ },
2372
+ "title": {
2373
+ "char": "t",
2374
+ "description": "New issue title",
2375
+ "name": "title",
2376
+ "hasDynamicHelp": false,
2377
+ "multiple": false,
2378
+ "type": "option"
2379
+ },
2380
+ "description": {
2381
+ "char": "d",
2382
+ "description": "New issue description",
2383
+ "name": "description",
2384
+ "hasDynamicHelp": false,
2385
+ "multiple": false,
2386
+ "type": "option"
2387
+ },
2388
+ "status": {
2389
+ "char": "s",
2390
+ "description": "New status",
2391
+ "name": "status",
2392
+ "hasDynamicHelp": false,
2393
+ "multiple": false,
2394
+ "type": "option"
2395
+ },
2396
+ "priority": {
2397
+ "char": "p",
2398
+ "description": "New priority level (low/medium/high)",
2399
+ "name": "priority",
2400
+ "hasDynamicHelp": false,
2401
+ "multiple": false,
2402
+ "options": [
2403
+ "low",
2404
+ "medium",
2405
+ "high"
2406
+ ],
2407
+ "type": "option"
2408
+ },
2409
+ "add-project": {
2410
+ "description": "Add a project path to referenced projects",
2411
+ "name": "add-project",
2412
+ "hasDynamicHelp": false,
2413
+ "multiple": true,
2414
+ "type": "option"
2415
+ },
2416
+ "remove-project": {
2417
+ "description": "Remove a project path from referenced projects",
2418
+ "name": "remove-project",
2419
+ "hasDynamicHelp": false,
2420
+ "multiple": true,
2421
+ "type": "option"
2422
+ },
2423
+ "json": {
2424
+ "description": "Output as JSON",
2425
+ "name": "json",
2426
+ "allowNo": false,
2427
+ "type": "boolean"
2428
+ }
2429
+ },
2430
+ "hasDynamicHelp": false,
2431
+ "hiddenAliases": [],
2432
+ "id": "update:org-issue",
2433
+ "pluginAlias": "centy",
2434
+ "pluginName": "centy",
2435
+ "pluginType": "core",
2436
+ "strict": true,
2437
+ "enableJsonFlag": false,
2438
+ "isESM": true,
2439
+ "relativePath": [
2440
+ "dist",
2441
+ "commands",
2442
+ "update",
2443
+ "org-issue.js"
2444
+ ]
2445
+ },
2446
+ "update:org": {
2447
+ "aliases": [
2448
+ "update:organization"
2449
+ ],
2450
+ "args": {
2451
+ "slug": {
2452
+ "description": "Organization slug",
2453
+ "name": "slug",
2454
+ "required": true
2455
+ }
2456
+ },
2457
+ "description": "Update an organization",
2458
+ "examples": [
2459
+ "<%= config.bin %> update org my-org --name \"New Name\"",
2460
+ "<%= config.bin %> update org my-org --description \"Updated description\"",
2461
+ "<%= config.bin %> update org my-org --new-slug new-slug",
2462
+ "<%= config.bin %> update organization centy-io --name \"Centy.io\""
2463
+ ],
2464
+ "flags": {
2465
+ "name": {
2466
+ "char": "n",
2467
+ "description": "New organization name",
2468
+ "name": "name",
2469
+ "hasDynamicHelp": false,
2470
+ "multiple": false,
2471
+ "type": "option"
2472
+ },
2473
+ "description": {
2474
+ "char": "d",
2475
+ "description": "New organization description",
2476
+ "name": "description",
2477
+ "hasDynamicHelp": false,
2478
+ "multiple": false,
2479
+ "type": "option"
2480
+ },
2481
+ "new-slug": {
2482
+ "description": "Rename the organization slug",
2483
+ "name": "new-slug",
2484
+ "hasDynamicHelp": false,
2485
+ "multiple": false,
2486
+ "type": "option"
2487
+ },
2488
+ "json": {
2489
+ "description": "Output as JSON",
2490
+ "name": "json",
2491
+ "allowNo": false,
2492
+ "type": "boolean"
2493
+ }
2494
+ },
2495
+ "hasDynamicHelp": false,
2496
+ "hiddenAliases": [],
2497
+ "id": "update:org",
2498
+ "pluginAlias": "centy",
2499
+ "pluginName": "centy",
2500
+ "pluginType": "core",
2501
+ "strict": true,
2502
+ "enableJsonFlag": false,
2503
+ "isESM": true,
2504
+ "relativePath": [
2505
+ "dist",
2506
+ "commands",
2507
+ "update",
2508
+ "org.js"
2509
+ ]
2510
+ },
1839
2511
  "update:pr": {
1840
2512
  "aliases": [],
1841
2513
  "args": {
@@ -1950,5 +2622,5 @@
1950
2622
  ]
1951
2623
  }
1952
2624
  },
1953
- "version": "0.0.23"
2625
+ "version": "0.0.24"
1954
2626
  }