centy 0.7.6 → 0.7.8

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 (312) hide show
  1. package/dist/commands/close.js +2 -2
  2. package/dist/commands/close.js.map +1 -1
  3. package/dist/commands/compact.d.ts +1 -0
  4. package/dist/commands/compact.d.ts.map +1 -1
  5. package/dist/commands/compact.js +5 -3
  6. package/dist/commands/compact.js.map +1 -1
  7. package/dist/commands/config.d.ts +1 -0
  8. package/dist/commands/config.d.ts.map +1 -1
  9. package/dist/commands/config.js +5 -2
  10. package/dist/commands/config.js.map +1 -1
  11. package/dist/commands/create.js +2 -2
  12. package/dist/commands/create.js.map +1 -1
  13. package/dist/commands/delete.js +2 -2
  14. package/dist/commands/delete.js.map +1 -1
  15. package/dist/commands/duplicate.js +2 -2
  16. package/dist/commands/duplicate.js.map +1 -1
  17. package/dist/commands/get.d.ts.map +1 -1
  18. package/dist/commands/get.js +6 -4
  19. package/dist/commands/get.js.map +1 -1
  20. package/dist/commands/init.d.ts +1 -0
  21. package/dist/commands/init.d.ts.map +1 -1
  22. package/dist/commands/init.js +6 -0
  23. package/dist/commands/init.js.map +1 -1
  24. package/dist/commands/item-type/create.d.ts.map +1 -1
  25. package/dist/commands/item-type/create.js +1 -2
  26. package/dist/commands/item-type/create.js.map +1 -1
  27. package/dist/commands/item-type/list.d.ts.map +1 -1
  28. package/dist/commands/item-type/list.js +13 -3
  29. package/dist/commands/item-type/list.js.map +1 -1
  30. package/dist/commands/list.d.ts +2 -0
  31. package/dist/commands/list.d.ts.map +1 -1
  32. package/dist/commands/list.js +22 -10
  33. package/dist/commands/list.js.map +1 -1
  34. package/dist/commands/llm.d.ts +1 -0
  35. package/dist/commands/llm.d.ts.map +1 -1
  36. package/dist/commands/llm.js +7 -1
  37. package/dist/commands/llm.js.map +1 -1
  38. package/dist/commands/manifest.d.ts +1 -0
  39. package/dist/commands/manifest.d.ts.map +1 -1
  40. package/dist/commands/manifest.js +5 -2
  41. package/dist/commands/manifest.js.map +1 -1
  42. package/dist/commands/move.js +2 -2
  43. package/dist/commands/move.js.map +1 -1
  44. package/dist/commands/{delete/org.d.ts → org/delete.d.ts} +2 -2
  45. package/dist/commands/org/delete.d.ts.map +1 -0
  46. package/dist/commands/{delete/org.js → org/delete.js} +7 -6
  47. package/dist/commands/org/delete.js.map +1 -0
  48. package/dist/commands/{get/org.d.ts → org/get.d.ts} +2 -2
  49. package/dist/commands/org/get.d.ts.map +1 -0
  50. package/dist/commands/{get/org.js → org/get.js} +5 -4
  51. package/dist/commands/org/get.js.map +1 -0
  52. package/dist/commands/{list/orgs.d.ts → org/list.d.ts} +2 -2
  53. package/dist/commands/org/list.d.ts.map +1 -0
  54. package/dist/commands/{list/orgs.js → org/list.js} +7 -6
  55. package/dist/commands/org/list.js.map +1 -0
  56. package/dist/commands/{update/org.d.ts → org/update.d.ts} +2 -2
  57. package/dist/commands/org/update.d.ts.map +1 -0
  58. package/dist/commands/{update/org.js → org/update.js} +8 -7
  59. package/dist/commands/org/update.js.map +1 -0
  60. package/dist/commands/restore.js +2 -2
  61. package/dist/commands/restore.js.map +1 -1
  62. package/dist/commands/show.d.ts +3 -11
  63. package/dist/commands/show.d.ts.map +1 -1
  64. package/dist/commands/show.js +12 -56
  65. package/dist/commands/show.js.map +1 -1
  66. package/dist/commands/start.d.ts +1 -0
  67. package/dist/commands/start.d.ts.map +1 -1
  68. package/dist/commands/start.js +7 -0
  69. package/dist/commands/start.js.map +1 -1
  70. package/dist/commands/update.js +2 -2
  71. package/dist/commands/update.js.map +1 -1
  72. package/dist/commands/{delete/user.d.ts → user/delete.d.ts} +3 -2
  73. package/dist/commands/user/delete.d.ts.map +1 -0
  74. package/dist/commands/{delete/user.js → user/delete.js} +7 -5
  75. package/dist/commands/user/delete.js.map +1 -0
  76. package/dist/commands/{list/users.d.ts → user/list.d.ts} +3 -3
  77. package/dist/commands/user/list.d.ts.map +1 -0
  78. package/dist/commands/{list/users.js → user/list.js} +9 -8
  79. package/dist/commands/user/list.js.map +1 -0
  80. package/dist/commands/{update/user.d.ts → user/update.d.ts} +2 -2
  81. package/dist/commands/user/update.d.ts.map +1 -0
  82. package/dist/commands/{update/user.js → user/update.js} +7 -7
  83. package/dist/commands/user/update.js.map +1 -0
  84. package/dist/commands/workspace/new.d.ts +18 -0
  85. package/dist/commands/workspace/new.d.ts.map +1 -0
  86. package/dist/commands/workspace/new.js +86 -0
  87. package/dist/commands/workspace/new.js.map +1 -0
  88. package/dist/commands/workspace/open.d.ts +2 -1
  89. package/dist/commands/workspace/open.d.ts.map +1 -1
  90. package/dist/commands/workspace/open.js +18 -3
  91. package/dist/commands/workspace/open.js.map +1 -1
  92. package/dist/daemon/daemon-get-project-version.d.ts +18 -0
  93. package/dist/daemon/daemon-get-project-version.d.ts.map +1 -0
  94. package/dist/daemon/daemon-get-project-version.js +70 -0
  95. package/dist/daemon/daemon-get-project-version.js.map +1 -0
  96. package/dist/daemon/daemon-get-supported-editors.d.ts +6 -0
  97. package/dist/daemon/daemon-get-supported-editors.d.ts.map +1 -0
  98. package/dist/daemon/daemon-get-supported-editors.js +9 -0
  99. package/dist/daemon/daemon-get-supported-editors.js.map +1 -0
  100. package/dist/daemon/daemon-open-standalone-workspace.d.ts +6 -0
  101. package/dist/daemon/daemon-open-standalone-workspace.d.ts.map +1 -0
  102. package/dist/daemon/daemon-open-standalone-workspace.js +9 -0
  103. package/dist/daemon/daemon-open-standalone-workspace.js.map +1 -0
  104. package/dist/daemon/daemon-search-items-globally.d.ts +7 -0
  105. package/dist/daemon/daemon-search-items-globally.d.ts.map +1 -0
  106. package/dist/daemon/daemon-search-items-globally.js +43 -0
  107. package/dist/daemon/daemon-search-items-globally.js.map +1 -0
  108. package/dist/daemon/generated/centy/v1/generic_item.d.ts +13 -3
  109. package/dist/daemon/generated/centy/v1/generic_item.d.ts.map +1 -1
  110. package/dist/daemon/generated/centy/v1/generic_item.js +1 -1
  111. package/dist/daemon/generated/centy/v1/generic_item.js.map +1 -1
  112. package/dist/daemon/grpc-client-data.d.ts +1 -2
  113. package/dist/daemon/grpc-client-data.d.ts.map +1 -1
  114. package/dist/daemon/grpc-client-extended.d.ts +2 -1
  115. package/dist/daemon/grpc-client-extended.d.ts.map +1 -1
  116. package/dist/daemon/grpc-client-init.d.ts +1 -2
  117. package/dist/daemon/grpc-client-init.d.ts.map +1 -1
  118. package/dist/daemon/types/global-search.d.ts +15 -0
  119. package/dist/daemon/types/global-search.d.ts.map +1 -0
  120. package/dist/daemon/types/global-search.js +6 -0
  121. package/dist/daemon/types/global-search.js.map +1 -0
  122. package/dist/daemon/types.d.ts +1 -0
  123. package/dist/daemon/types.d.ts.map +1 -1
  124. package/dist/daemon/types.js +1 -0
  125. package/dist/daemon/types.js.map +1 -1
  126. package/dist/help.d.ts +1 -1
  127. package/dist/help.d.ts.map +1 -1
  128. package/dist/help.js +2 -5
  129. package/dist/help.js.map +1 -1
  130. package/dist/hooks/command-not-found.d.ts +4 -0
  131. package/dist/hooks/command-not-found.d.ts.map +1 -0
  132. package/dist/hooks/command-not-found.js +45 -0
  133. package/dist/hooks/command-not-found.js.map +1 -0
  134. package/dist/hooks/prerun.d.ts.map +1 -1
  135. package/dist/hooks/prerun.js +12 -5
  136. package/dist/hooks/prerun.js.map +1 -1
  137. package/dist/lib/autostart/launchd.d.ts.map +1 -1
  138. package/dist/lib/autostart/launchd.js +27 -28
  139. package/dist/lib/autostart/launchd.js.map +1 -1
  140. package/dist/lib/create-item-type/features.d.ts +3 -6
  141. package/dist/lib/create-item-type/features.d.ts.map +1 -1
  142. package/dist/lib/create-item-type/features.js +17 -30
  143. package/dist/lib/create-item-type/features.js.map +1 -1
  144. package/dist/lib/find-binary/get-search-paths.d.ts +8 -0
  145. package/dist/lib/find-binary/get-search-paths.d.ts.map +1 -0
  146. package/dist/lib/find-binary/get-search-paths.js +28 -0
  147. package/dist/lib/find-binary/get-search-paths.js.map +1 -0
  148. package/dist/lib/find-binary/index.d.ts +1 -0
  149. package/dist/lib/find-binary/index.d.ts.map +1 -1
  150. package/dist/lib/find-binary/index.js +1 -0
  151. package/dist/lib/find-binary/index.js.map +1 -1
  152. package/dist/lib/get-item/handle-global-display-number-search.d.ts +3 -0
  153. package/dist/lib/get-item/handle-global-display-number-search.d.ts.map +1 -0
  154. package/dist/lib/get-item/handle-global-display-number-search.js +37 -0
  155. package/dist/lib/get-item/handle-global-display-number-search.js.map +1 -0
  156. package/dist/lib/get-item/handle-global-get.d.ts.map +1 -1
  157. package/dist/lib/get-item/handle-global-get.js +13 -1
  158. package/dist/lib/get-item/handle-global-get.js.map +1 -1
  159. package/dist/lib/init/gather-decisions.d.ts.map +1 -1
  160. package/dist/lib/init/gather-decisions.js +2 -8
  161. package/dist/lib/init/gather-decisions.js.map +1 -1
  162. package/dist/lib/init/init.d.ts.map +1 -1
  163. package/dist/lib/init/init.js +8 -0
  164. package/dist/lib/init/init.js.map +1 -1
  165. package/dist/lib/init/prompt-for-reset.d.ts +1 -2
  166. package/dist/lib/init/prompt-for-reset.d.ts.map +1 -1
  167. package/dist/lib/init/prompt-for-reset.js +2 -2
  168. package/dist/lib/init/prompt-for-reset.js.map +1 -1
  169. package/dist/lib/init/prompt-for-restore.d.ts +1 -2
  170. package/dist/lib/init/prompt-for-restore.d.ts.map +1 -1
  171. package/dist/lib/init/prompt-for-restore.js +2 -2
  172. package/dist/lib/init/prompt-for-restore.js.map +1 -1
  173. package/dist/lib/install-daemon/extract.d.ts +2 -0
  174. package/dist/lib/install-daemon/extract.d.ts.map +1 -0
  175. package/dist/lib/install-daemon/extract.js +36 -0
  176. package/dist/lib/install-daemon/extract.js.map +1 -0
  177. package/dist/lib/install-daemon/get-install-dir.d.ts +2 -0
  178. package/dist/lib/install-daemon/get-install-dir.d.ts.map +1 -0
  179. package/dist/lib/install-daemon/get-install-dir.js +6 -0
  180. package/dist/lib/install-daemon/get-install-dir.js.map +1 -0
  181. package/dist/lib/install-daemon/index.d.ts +5 -0
  182. package/dist/lib/install-daemon/index.d.ts.map +1 -0
  183. package/dist/lib/install-daemon/index.js +5 -0
  184. package/dist/lib/install-daemon/index.js.map +1 -0
  185. package/dist/lib/install-daemon/make-executable.d.ts +2 -0
  186. package/dist/lib/install-daemon/make-executable.d.ts.map +1 -0
  187. package/dist/lib/install-daemon/make-executable.js +9 -0
  188. package/dist/lib/install-daemon/make-executable.js.map +1 -0
  189. package/dist/lib/install-daemon/platform.d.ts +4 -0
  190. package/dist/lib/install-daemon/platform.d.ts.map +1 -0
  191. package/dist/lib/install-daemon/platform.js +11 -0
  192. package/dist/lib/install-daemon/platform.js.map +1 -0
  193. package/dist/lib/resolve-item-id/parse-display-number.d.ts +6 -0
  194. package/dist/lib/resolve-item-id/parse-display-number.d.ts.map +1 -0
  195. package/dist/lib/resolve-item-id/parse-display-number.js +8 -0
  196. package/dist/lib/resolve-item-id/parse-display-number.js.map +1 -0
  197. package/dist/lib/resolve-item-id/resolve-item-id.d.ts.map +1 -1
  198. package/dist/lib/resolve-item-id/resolve-item-id.js +2 -1
  199. package/dist/lib/resolve-item-id/resolve-item-id.js.map +1 -1
  200. package/dist/lib/start/daemon-not-connected-error.d.ts +4 -0
  201. package/dist/lib/start/daemon-not-connected-error.d.ts.map +1 -0
  202. package/dist/lib/start/daemon-not-connected-error.js +7 -0
  203. package/dist/lib/start/daemon-not-connected-error.js.map +1 -0
  204. package/dist/lib/start/get-daemon-search-paths.d.ts +2 -0
  205. package/dist/lib/start/get-daemon-search-paths.d.ts.map +1 -0
  206. package/dist/lib/start/get-daemon-search-paths.js +11 -0
  207. package/dist/lib/start/get-daemon-search-paths.js.map +1 -0
  208. package/dist/lib/start/handle-missing-daemon.d.ts.map +1 -1
  209. package/dist/lib/start/handle-missing-daemon.js +11 -21
  210. package/dist/lib/start/handle-missing-daemon.js.map +1 -1
  211. package/dist/lib/start/prompt-for-install.d.ts +0 -2
  212. package/dist/lib/start/prompt-for-install.d.ts.map +1 -1
  213. package/dist/lib/start/prompt-for-install.js +2 -2
  214. package/dist/lib/start/prompt-for-install.js.map +1 -1
  215. package/dist/lib/start/wait-for-daemon.d.ts.map +1 -1
  216. package/dist/lib/start/wait-for-daemon.js +22 -11
  217. package/dist/lib/start/wait-for-daemon.js.map +1 -1
  218. package/dist/lib/workspace/editor-not-available-error.d.ts +7 -0
  219. package/dist/lib/workspace/editor-not-available-error.d.ts.map +1 -0
  220. package/dist/lib/workspace/editor-not-available-error.js +10 -0
  221. package/dist/lib/workspace/editor-not-available-error.js.map +1 -0
  222. package/dist/lib/workspace/resolve-editor-id.d.ts +10 -0
  223. package/dist/lib/workspace/resolve-editor-id.d.ts.map +1 -0
  224. package/dist/lib/workspace/resolve-editor-id.js +28 -0
  225. package/dist/lib/workspace/resolve-editor-id.js.map +1 -0
  226. package/dist/lib/workspace/select-editor.d.ts +7 -0
  227. package/dist/lib/workspace/select-editor.d.ts.map +1 -0
  228. package/dist/lib/workspace/select-editor.js +25 -0
  229. package/dist/lib/workspace/select-editor.js.map +1 -0
  230. package/dist/types/init-options.d.ts +2 -0
  231. package/dist/types/init-options.d.ts.map +1 -1
  232. package/dist/utils/ask-yes-no-all-none.d.ts +1 -2
  233. package/dist/utils/ask-yes-no-all-none.d.ts.map +1 -1
  234. package/dist/utils/ask-yes-no-all-none.js +17 -17
  235. package/dist/utils/ask-yes-no-all-none.js.map +1 -1
  236. package/dist/utils/ask-yes-no.d.ts +2 -4
  237. package/dist/utils/ask-yes-no.d.ts.map +1 -1
  238. package/dist/utils/ask-yes-no.js +13 -19
  239. package/dist/utils/ask-yes-no.js.map +1 -1
  240. package/dist/utils/is-git-repo.d.ts +5 -0
  241. package/dist/utils/is-git-repo.d.ts.map +1 -0
  242. package/dist/utils/is-git-repo.js +14 -0
  243. package/dist/utils/is-git-repo.js.map +1 -0
  244. package/oclif.manifest.json +589 -416
  245. package/package.json +13 -2
  246. package/proto/centy/v1/generic_item.proto +14 -3
  247. package/dist/commands/delete/org.d.ts.map +0 -1
  248. package/dist/commands/delete/org.js.map +0 -1
  249. package/dist/commands/delete/user.d.ts.map +0 -1
  250. package/dist/commands/delete/user.js.map +0 -1
  251. package/dist/commands/get/org.d.ts.map +0 -1
  252. package/dist/commands/get/org.js.map +0 -1
  253. package/dist/commands/list/orgs.d.ts.map +0 -1
  254. package/dist/commands/list/orgs.js.map +0 -1
  255. package/dist/commands/list/users.d.ts.map +0 -1
  256. package/dist/commands/list/users.js.map +0 -1
  257. package/dist/commands/update/org.d.ts.map +0 -1
  258. package/dist/commands/update/org.js.map +0 -1
  259. package/dist/commands/update/user.d.ts.map +0 -1
  260. package/dist/commands/update/user.js.map +0 -1
  261. package/dist/daemon/daemon-create-doc.d.ts +0 -6
  262. package/dist/daemon/daemon-create-doc.d.ts.map +0 -1
  263. package/dist/daemon/daemon-create-doc.js +0 -9
  264. package/dist/daemon/daemon-create-doc.js.map +0 -1
  265. package/dist/daemon/daemon-create-issue.d.ts +0 -6
  266. package/dist/daemon/daemon-create-issue.d.ts.map +0 -1
  267. package/dist/daemon/daemon-create-issue.js +0 -9
  268. package/dist/daemon/daemon-create-issue.js.map +0 -1
  269. package/dist/lib/create-issue/converters.d.ts +0 -15
  270. package/dist/lib/create-issue/converters.d.ts.map +0 -1
  271. package/dist/lib/create-issue/converters.js +0 -53
  272. package/dist/lib/create-issue/converters.js.map +0 -1
  273. package/dist/lib/create-issue/create-issue.d.ts +0 -8
  274. package/dist/lib/create-issue/create-issue.d.ts.map +0 -1
  275. package/dist/lib/create-issue/create-issue.js +0 -61
  276. package/dist/lib/create-issue/create-issue.js.map +0 -1
  277. package/dist/lib/create-issue/gather-issue-input.d.ts +0 -14
  278. package/dist/lib/create-issue/gather-issue-input.d.ts.map +0 -1
  279. package/dist/lib/create-issue/gather-issue-input.js +0 -42
  280. package/dist/lib/create-issue/gather-issue-input.js.map +0 -1
  281. package/dist/lib/create-issue/prompt-for-description.d.ts +0 -6
  282. package/dist/lib/create-issue/prompt-for-description.d.ts.map +0 -1
  283. package/dist/lib/create-issue/prompt-for-description.js +0 -12
  284. package/dist/lib/create-issue/prompt-for-description.js.map +0 -1
  285. package/dist/lib/create-issue/prompt-for-priority.d.ts +0 -9
  286. package/dist/lib/create-issue/prompt-for-priority.d.ts.map +0 -1
  287. package/dist/lib/create-issue/prompt-for-priority.js +0 -27
  288. package/dist/lib/create-issue/prompt-for-priority.js.map +0 -1
  289. package/dist/lib/create-issue/prompt-for-title.d.ts +0 -6
  290. package/dist/lib/create-issue/prompt-for-title.d.ts.map +0 -1
  291. package/dist/lib/create-issue/prompt-for-title.js +0 -12
  292. package/dist/lib/create-issue/prompt-for-title.js.map +0 -1
  293. package/dist/types/create-issue-options.d.ts +0 -26
  294. package/dist/types/create-issue-options.d.ts.map +0 -1
  295. package/dist/types/create-issue-options.js +0 -2
  296. package/dist/types/create-issue-options.js.map +0 -1
  297. package/dist/types/create-issue-result.d.ts +0 -18
  298. package/dist/types/create-issue-result.d.ts.map +0 -1
  299. package/dist/types/create-issue-result.js +0 -2
  300. package/dist/types/create-issue-result.js.map +0 -1
  301. package/dist/utils/close-prompt-interface.d.ts +0 -6
  302. package/dist/utils/close-prompt-interface.d.ts.map +0 -1
  303. package/dist/utils/close-prompt-interface.js +0 -7
  304. package/dist/utils/close-prompt-interface.js.map +0 -1
  305. package/dist/utils/create-prompt-interface.d.ts +0 -6
  306. package/dist/utils/create-prompt-interface.d.ts.map +0 -1
  307. package/dist/utils/create-prompt-interface.js +0 -10
  308. package/dist/utils/create-prompt-interface.js.map +0 -1
  309. package/dist/utils/to-plural.d.ts +0 -5
  310. package/dist/utils/to-plural.d.ts.map +0 -1
  311. package/dist/utils/to-plural.js +0 -11
  312. package/dist/utils/to-plural.js.map +0 -1
@@ -82,7 +82,7 @@
82
82
  "<%= config.bin %> <%= command.id %>",
83
83
  "<%= config.bin %> <%= command.id %> --dry-run",
84
84
  "<%= config.bin %> <%= command.id %> --output context.md",
85
- "<%= config.bin %> <%= command.id %> --input response.md"
85
+ "<%= config.bin %> <%= command.id %> --input response.md --project centy-daemon"
86
86
  ],
87
87
  "flags": {
88
88
  "dry-run": {
@@ -113,6 +113,13 @@
113
113
  "name": "json",
114
114
  "allowNo": false,
115
115
  "type": "boolean"
116
+ },
117
+ "project": {
118
+ "description": "Project name or path (defaults to current directory)",
119
+ "name": "project",
120
+ "hasDynamicHelp": false,
121
+ "multiple": false,
122
+ "type": "option"
116
123
  }
117
124
  },
118
125
  "hasDynamicHelp": false,
@@ -136,7 +143,8 @@
136
143
  "description": "Get the project configuration",
137
144
  "examples": [
138
145
  "<%= config.bin %> config",
139
- "<%= config.bin %> config --json"
146
+ "<%= config.bin %> config --json",
147
+ "<%= config.bin %> config --project centy-daemon"
140
148
  ],
141
149
  "flags": {
142
150
  "json": {
@@ -144,6 +152,13 @@
144
152
  "name": "json",
145
153
  "allowNo": false,
146
154
  "type": "boolean"
155
+ },
156
+ "project": {
157
+ "description": "Project name or path (defaults to current directory)",
158
+ "name": "project",
159
+ "hasDynamicHelp": false,
160
+ "multiple": false,
161
+ "type": "option"
147
162
  }
148
163
  },
149
164
  "hasDynamicHelp": false,
@@ -386,6 +401,7 @@
386
401
  "<%= config.bin %> get user john-doe",
387
402
  "<%= config.bin %> get epic 1",
388
403
  "<%= config.bin %> get bug abc123-uuid --json",
404
+ "<%= config.bin %> get issue 42 --global",
389
405
  "<%= config.bin %> get issue abc123-uuid --global",
390
406
  "<%= config.bin %> get issue 1 --project centy-daemon"
391
407
  ],
@@ -398,7 +414,7 @@
398
414
  },
399
415
  "global": {
400
416
  "char": "g",
401
- "description": "Search across all tracked projects (UUID only)",
417
+ "description": "Search across all tracked projects",
402
418
  "name": "global",
403
419
  "allowNo": false,
404
420
  "type": "boolean"
@@ -463,7 +479,8 @@
463
479
  "description": "Initialize a .centy folder in the current project",
464
480
  "examples": [
465
481
  "<%= config.bin %> <%= command.id %>",
466
- "<%= config.bin %> <%= command.id %> --force"
482
+ "<%= config.bin %> <%= command.id %> --force",
483
+ "<%= config.bin %> <%= command.id %> --no-git"
467
484
  ],
468
485
  "flags": {
469
486
  "force": {
@@ -473,6 +490,12 @@
473
490
  "allowNo": false,
474
491
  "type": "boolean"
475
492
  },
493
+ "no-git": {
494
+ "description": "Skip git repository check",
495
+ "name": "no-git",
496
+ "allowNo": false,
497
+ "type": "boolean"
498
+ },
476
499
  "priority-levels": {
477
500
  "description": "Number of priority levels (1-10, default: 3)",
478
501
  "name": "priority-levels",
@@ -630,6 +653,7 @@
630
653
  "<%= config.bin %> list epics --status open",
631
654
  "<%= config.bin %> list epics --priority 1",
632
655
  "<%= config.bin %> list bugs --json",
656
+ "<%= config.bin %> list bugs --json --limit 10",
633
657
  "<%= config.bin %> list issues --project centy-daemon"
634
658
  ],
635
659
  "flags": {
@@ -655,6 +679,23 @@
655
679
  "allowNo": false,
656
680
  "type": "boolean"
657
681
  },
682
+ "limit": {
683
+ "char": "l",
684
+ "description": "Maximum number of items to return (0 = no limit)",
685
+ "name": "limit",
686
+ "default": 0,
687
+ "hasDynamicHelp": false,
688
+ "multiple": false,
689
+ "type": "option"
690
+ },
691
+ "offset": {
692
+ "description": "Number of items to skip for pagination",
693
+ "name": "offset",
694
+ "default": 0,
695
+ "hasDynamicHelp": false,
696
+ "multiple": false,
697
+ "type": "option"
698
+ },
658
699
  "json": {
659
700
  "description": "Output as JSON",
660
701
  "name": "json",
@@ -690,7 +731,8 @@
690
731
  "description": "Get AI/LLM assistant instructions for this project (run this first if you are an AI assistant)",
691
732
  "examples": [
692
733
  "<%= config.bin %> llm",
693
- "<%= config.bin %> llm --json"
734
+ "<%= config.bin %> llm --json",
735
+ "<%= config.bin %> llm --project centy-daemon"
694
736
  ],
695
737
  "flags": {
696
738
  "json": {
@@ -698,6 +740,13 @@
698
740
  "name": "json",
699
741
  "allowNo": false,
700
742
  "type": "boolean"
743
+ },
744
+ "project": {
745
+ "description": "Project name or path (defaults to current directory)",
746
+ "name": "project",
747
+ "hasDynamicHelp": false,
748
+ "multiple": false,
749
+ "type": "option"
701
750
  }
702
751
  },
703
752
  "hasDynamicHelp": false,
@@ -721,7 +770,8 @@
721
770
  "description": "Get the project manifest",
722
771
  "examples": [
723
772
  "<%= config.bin %> manifest",
724
- "<%= config.bin %> manifest --json"
773
+ "<%= config.bin %> manifest --json",
774
+ "<%= config.bin %> manifest --project centy-daemon"
725
775
  ],
726
776
  "flags": {
727
777
  "json": {
@@ -729,6 +779,13 @@
729
779
  "name": "json",
730
780
  "allowNo": false,
731
781
  "type": "boolean"
782
+ },
783
+ "project": {
784
+ "description": "Project name or path (defaults to current directory)",
785
+ "name": "project",
786
+ "hasDynamicHelp": false,
787
+ "multiple": false,
788
+ "type": "option"
732
789
  }
733
790
  },
734
791
  "hasDynamicHelp": false,
@@ -888,16 +945,27 @@
888
945
  "show": {
889
946
  "aliases": [],
890
947
  "args": {
891
- "uuid": {
892
- "description": "Entity UUID to look up",
893
- "name": "uuid",
948
+ "type": {
949
+ "description": "Item type (e.g., issue, doc, user, or custom type)",
950
+ "name": "type",
951
+ "required": true
952
+ },
953
+ "id": {
954
+ "description": "Item ID (UUID, display number, or slug)",
955
+ "name": "id",
894
956
  "required": true
895
957
  }
896
958
  },
897
- "description": "Show an entity by UUID, searching across all tracked projects",
959
+ "description": "Alias for `get`. Get an item by type and identifier",
898
960
  "examples": [
899
- "<%= config.bin %> show 9f38fb44-55df-424d-a61f-a3432cfa83d2",
900
- "<%= config.bin %> show 9f38fb44-55df-424d-a61f-a3432cfa83d2 --json"
961
+ "<%= config.bin %> show issue 1",
962
+ "<%= config.bin %> show issue abc123-uuid",
963
+ "<%= config.bin %> show doc getting-started",
964
+ "<%= config.bin %> show user john-doe",
965
+ "<%= config.bin %> show epic 1",
966
+ "<%= config.bin %> show bug abc123-uuid --json",
967
+ "<%= config.bin %> show issue abc123-uuid --global",
968
+ "<%= config.bin %> show issue 1 --project centy-daemon"
901
969
  ],
902
970
  "flags": {
903
971
  "json": {
@@ -905,6 +973,20 @@
905
973
  "name": "json",
906
974
  "allowNo": false,
907
975
  "type": "boolean"
976
+ },
977
+ "global": {
978
+ "char": "g",
979
+ "description": "Search across all tracked projects",
980
+ "name": "global",
981
+ "allowNo": false,
982
+ "type": "boolean"
983
+ },
984
+ "project": {
985
+ "description": "Project name or path (defaults to current directory)",
986
+ "name": "project",
987
+ "hasDynamicHelp": false,
988
+ "multiple": false,
989
+ "type": "option"
908
990
  }
909
991
  },
910
992
  "hasDynamicHelp": false,
@@ -1319,8 +1401,10 @@
1319
1401
  "status.js"
1320
1402
  ]
1321
1403
  },
1322
- "delete:asset": {
1323
- "aliases": [],
1404
+ "get:asset": {
1405
+ "aliases": [
1406
+ "show:asset"
1407
+ ],
1324
1408
  "args": {
1325
1409
  "filename": {
1326
1410
  "description": "Asset filename",
@@ -1328,12 +1412,11 @@
1328
1412
  "required": true
1329
1413
  }
1330
1414
  },
1331
- "description": "Delete an asset",
1415
+ "description": "Get an asset and save it to a file",
1332
1416
  "examples": [
1333
- "<%= config.bin %> delete asset screenshot.png --issue 1",
1334
- "<%= config.bin %> delete asset logo.svg --shared",
1335
- "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1336
- "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1417
+ "<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
1418
+ "<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
1419
+ "<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
1337
1420
  ],
1338
1421
  "flags": {
1339
1422
  "issue": {
@@ -1346,17 +1429,18 @@
1346
1429
  },
1347
1430
  "shared": {
1348
1431
  "char": "s",
1349
- "description": "Delete a shared asset",
1432
+ "description": "Get a shared asset",
1350
1433
  "name": "shared",
1351
1434
  "allowNo": false,
1352
1435
  "type": "boolean"
1353
1436
  },
1354
- "force": {
1355
- "char": "f",
1356
- "description": "Skip confirmation prompt",
1357
- "name": "force",
1358
- "allowNo": false,
1359
- "type": "boolean"
1437
+ "output": {
1438
+ "char": "o",
1439
+ "description": "Output file path (defaults to asset filename)",
1440
+ "name": "output",
1441
+ "hasDynamicHelp": false,
1442
+ "multiple": false,
1443
+ "type": "option"
1360
1444
  },
1361
1445
  "project": {
1362
1446
  "description": "Project name or path (defaults to current directory)",
@@ -1368,7 +1452,7 @@
1368
1452
  },
1369
1453
  "hasDynamicHelp": false,
1370
1454
  "hiddenAliases": [],
1371
- "id": "delete:asset",
1455
+ "id": "get:asset",
1372
1456
  "pluginAlias": "centy",
1373
1457
  "pluginName": "centy",
1374
1458
  "pluginType": "core",
@@ -1378,38 +1462,38 @@
1378
1462
  "relativePath": [
1379
1463
  "dist",
1380
1464
  "commands",
1381
- "delete",
1465
+ "get",
1382
1466
  "asset.js"
1383
1467
  ]
1384
1468
  },
1385
- "delete:org": {
1469
+ "get:project": {
1386
1470
  "aliases": [
1387
- "delete:organization"
1471
+ "show:project"
1388
1472
  ],
1389
1473
  "args": {
1390
- "slug": {
1391
- "description": "Organization slug",
1392
- "name": "slug",
1393
- "required": true
1474
+ "path": {
1475
+ "description": "Path to the project (defaults to current directory)",
1476
+ "name": "path",
1477
+ "required": false
1394
1478
  }
1395
1479
  },
1396
- "description": "Delete an organization (must have no projects assigned)",
1480
+ "description": "Get info about a specific project",
1397
1481
  "examples": [
1398
- "<%= config.bin %> delete org my-org",
1399
- "<%= config.bin %> delete organization old-org"
1482
+ "<%= config.bin %> get project",
1483
+ "<%= config.bin %> get project /path/to/project",
1484
+ "<%= config.bin %> get project --json"
1400
1485
  ],
1401
1486
  "flags": {
1402
- "force": {
1403
- "char": "f",
1404
- "description": "Skip confirmation prompt",
1405
- "name": "force",
1487
+ "json": {
1488
+ "description": "Output as JSON",
1489
+ "name": "json",
1406
1490
  "allowNo": false,
1407
1491
  "type": "boolean"
1408
1492
  }
1409
1493
  },
1410
1494
  "hasDynamicHelp": false,
1411
1495
  "hiddenAliases": [],
1412
- "id": "delete:org",
1496
+ "id": "get:project",
1413
1497
  "pluginAlias": "centy",
1414
1498
  "pluginName": "centy",
1415
1499
  "pluginType": "core",
@@ -1419,26 +1503,42 @@
1419
1503
  "relativePath": [
1420
1504
  "dist",
1421
1505
  "commands",
1422
- "delete",
1423
- "org.js"
1506
+ "get",
1507
+ "project.js"
1424
1508
  ]
1425
1509
  },
1426
- "delete:user": {
1510
+ "delete:asset": {
1427
1511
  "aliases": [],
1428
1512
  "args": {
1429
- "id": {
1430
- "description": "User ID",
1431
- "name": "id",
1513
+ "filename": {
1514
+ "description": "Asset filename",
1515
+ "name": "filename",
1432
1516
  "required": true
1433
1517
  }
1434
1518
  },
1435
- "description": "Delete a user",
1519
+ "description": "Delete an asset",
1436
1520
  "examples": [
1437
- "<%= config.bin %> delete user john-doe",
1438
- "<%= config.bin %> delete user john-doe --force",
1439
- "<%= config.bin %> delete user john-doe --project centy-daemon"
1521
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
1522
+ "<%= config.bin %> delete asset logo.svg --shared",
1523
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1524
+ "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1440
1525
  ],
1441
1526
  "flags": {
1527
+ "issue": {
1528
+ "char": "i",
1529
+ "description": "Issue ID or display number",
1530
+ "name": "issue",
1531
+ "hasDynamicHelp": false,
1532
+ "multiple": false,
1533
+ "type": "option"
1534
+ },
1535
+ "shared": {
1536
+ "char": "s",
1537
+ "description": "Delete a shared asset",
1538
+ "name": "shared",
1539
+ "allowNo": false,
1540
+ "type": "boolean"
1541
+ },
1442
1542
  "force": {
1443
1543
  "char": "f",
1444
1544
  "description": "Skip confirmation prompt",
@@ -1456,7 +1556,7 @@
1456
1556
  },
1457
1557
  "hasDynamicHelp": false,
1458
1558
  "hiddenAliases": [],
1459
- "id": "delete:user",
1559
+ "id": "delete:asset",
1460
1560
  "pluginAlias": "centy",
1461
1561
  "pluginName": "centy",
1462
1562
  "pluginType": "core",
@@ -1467,46 +1567,75 @@
1467
1567
  "dist",
1468
1568
  "commands",
1469
1569
  "delete",
1470
- "user.js"
1570
+ "asset.js"
1471
1571
  ]
1472
1572
  },
1473
- "get:asset": {
1474
- "aliases": [
1475
- "show:asset"
1476
- ],
1477
- "args": {
1478
- "filename": {
1479
- "description": "Asset filename",
1480
- "name": "filename",
1481
- "required": true
1482
- }
1483
- },
1484
- "description": "Get an asset and save it to a file",
1573
+ "item-type:create": {
1574
+ "aliases": [],
1575
+ "args": {},
1576
+ "description": "Create a new custom item type",
1485
1577
  "examples": [
1486
- "<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
1487
- "<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
1488
- "<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
1578
+ "<%= config.bin %> item-type create --name \"Bug\" --plural \"bugs\" --identifier uuid --statuses open,in-progress,closed --default-status open --priority-levels 3 --features display-number,status,priority,move,duplicate",
1579
+ "<%= config.bin %> item-type create --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1489
1580
  ],
1490
1581
  "flags": {
1491
- "issue": {
1492
- "char": "i",
1493
- "description": "Issue ID or display number",
1494
- "name": "issue",
1582
+ "name": {
1583
+ "char": "n",
1584
+ "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1585
+ "name": "name",
1586
+ "required": true,
1495
1587
  "hasDynamicHelp": false,
1496
1588
  "multiple": false,
1497
1589
  "type": "option"
1498
1590
  },
1499
- "shared": {
1500
- "char": "s",
1501
- "description": "Get a shared asset",
1502
- "name": "shared",
1503
- "allowNo": false,
1504
- "type": "boolean"
1591
+ "plural": {
1592
+ "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1593
+ "name": "plural",
1594
+ "required": true,
1595
+ "hasDynamicHelp": false,
1596
+ "multiple": false,
1597
+ "type": "option"
1505
1598
  },
1506
- "output": {
1507
- "char": "o",
1508
- "description": "Output file path (defaults to asset filename)",
1509
- "name": "output",
1599
+ "identifier": {
1600
+ "description": "Identifier type for items",
1601
+ "name": "identifier",
1602
+ "required": true,
1603
+ "hasDynamicHelp": false,
1604
+ "multiple": false,
1605
+ "options": [
1606
+ "uuid",
1607
+ "slug"
1608
+ ],
1609
+ "type": "option"
1610
+ },
1611
+ "statuses": {
1612
+ "description": "Comma-separated list of allowed statuses",
1613
+ "name": "statuses",
1614
+ "required": true,
1615
+ "hasDynamicHelp": false,
1616
+ "multiple": false,
1617
+ "type": "option"
1618
+ },
1619
+ "default-status": {
1620
+ "description": "Default status for new items (must be in statuses list)",
1621
+ "name": "default-status",
1622
+ "required": true,
1623
+ "hasDynamicHelp": false,
1624
+ "multiple": false,
1625
+ "type": "option"
1626
+ },
1627
+ "priority-levels": {
1628
+ "description": "Number of priority levels (0 = none)",
1629
+ "name": "priority-levels",
1630
+ "default": 0,
1631
+ "hasDynamicHelp": false,
1632
+ "multiple": false,
1633
+ "type": "option"
1634
+ },
1635
+ "features": {
1636
+ "char": "f",
1637
+ "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1638
+ "name": "features",
1510
1639
  "hasDynamicHelp": false,
1511
1640
  "multiple": false,
1512
1641
  "type": "option"
@@ -1521,7 +1650,7 @@
1521
1650
  },
1522
1651
  "hasDynamicHelp": false,
1523
1652
  "hiddenAliases": [],
1524
- "id": "get:asset",
1653
+ "id": "item-type:create",
1525
1654
  "pluginAlias": "centy",
1526
1655
  "pluginName": "centy",
1527
1656
  "pluginType": "core",
@@ -1531,183 +1660,8 @@
1531
1660
  "relativePath": [
1532
1661
  "dist",
1533
1662
  "commands",
1534
- "get",
1535
- "asset.js"
1536
- ]
1537
- },
1538
- "get:org": {
1539
- "aliases": [
1540
- "get:organization"
1541
- ],
1542
- "args": {
1543
- "slug": {
1544
- "description": "Organization slug",
1545
- "name": "slug",
1546
- "required": true
1547
- }
1548
- },
1549
- "description": "Get organization details by slug",
1550
- "examples": [
1551
- "<%= config.bin %> get org centy-io",
1552
- "<%= config.bin %> get organization my-org --json"
1553
- ],
1554
- "flags": {
1555
- "json": {
1556
- "description": "Output as JSON",
1557
- "name": "json",
1558
- "allowNo": false,
1559
- "type": "boolean"
1560
- }
1561
- },
1562
- "hasDynamicHelp": false,
1563
- "hiddenAliases": [],
1564
- "id": "get:org",
1565
- "pluginAlias": "centy",
1566
- "pluginName": "centy",
1567
- "pluginType": "core",
1568
- "strict": true,
1569
- "enableJsonFlag": false,
1570
- "isESM": true,
1571
- "relativePath": [
1572
- "dist",
1573
- "commands",
1574
- "get",
1575
- "org.js"
1576
- ]
1577
- },
1578
- "get:project": {
1579
- "aliases": [
1580
- "show:project"
1581
- ],
1582
- "args": {
1583
- "path": {
1584
- "description": "Path to the project (defaults to current directory)",
1585
- "name": "path",
1586
- "required": false
1587
- }
1588
- },
1589
- "description": "Get info about a specific project",
1590
- "examples": [
1591
- "<%= config.bin %> get project",
1592
- "<%= config.bin %> get project /path/to/project",
1593
- "<%= config.bin %> get project --json"
1594
- ],
1595
- "flags": {
1596
- "json": {
1597
- "description": "Output as JSON",
1598
- "name": "json",
1599
- "allowNo": false,
1600
- "type": "boolean"
1601
- }
1602
- },
1603
- "hasDynamicHelp": false,
1604
- "hiddenAliases": [],
1605
- "id": "get:project",
1606
- "pluginAlias": "centy",
1607
- "pluginName": "centy",
1608
- "pluginType": "core",
1609
- "strict": true,
1610
- "enableJsonFlag": false,
1611
- "isESM": true,
1612
- "relativePath": [
1613
- "dist",
1614
- "commands",
1615
- "get",
1616
- "project.js"
1617
- ]
1618
- },
1619
- "item-type:create": {
1620
- "aliases": [],
1621
- "args": {},
1622
- "description": "Create a new custom item type",
1623
- "examples": [
1624
- "<%= config.bin %> item-type create --name \"Bug\" --plural \"bugs\" --identifier uuid --statuses open,in-progress,closed --default-status open --priority-levels 3 --features display-number,status,priority,move,duplicate",
1625
- "<%= config.bin %> item-type create --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1626
- ],
1627
- "flags": {
1628
- "name": {
1629
- "char": "n",
1630
- "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1631
- "name": "name",
1632
- "required": true,
1633
- "hasDynamicHelp": false,
1634
- "multiple": false,
1635
- "type": "option"
1636
- },
1637
- "plural": {
1638
- "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1639
- "name": "plural",
1640
- "required": true,
1641
- "hasDynamicHelp": false,
1642
- "multiple": false,
1643
- "type": "option"
1644
- },
1645
- "identifier": {
1646
- "description": "Identifier type for items",
1647
- "name": "identifier",
1648
- "required": true,
1649
- "hasDynamicHelp": false,
1650
- "multiple": false,
1651
- "options": [
1652
- "uuid",
1653
- "slug"
1654
- ],
1655
- "type": "option"
1656
- },
1657
- "statuses": {
1658
- "description": "Comma-separated list of allowed statuses",
1659
- "name": "statuses",
1660
- "required": true,
1661
- "hasDynamicHelp": false,
1662
- "multiple": false,
1663
- "type": "option"
1664
- },
1665
- "default-status": {
1666
- "description": "Default status for new items (must be in statuses list)",
1667
- "name": "default-status",
1668
- "required": true,
1669
- "hasDynamicHelp": false,
1670
- "multiple": false,
1671
- "type": "option"
1672
- },
1673
- "priority-levels": {
1674
- "description": "Number of priority levels (0 = none)",
1675
- "name": "priority-levels",
1676
- "default": 0,
1677
- "hasDynamicHelp": false,
1678
- "multiple": false,
1679
- "type": "option"
1680
- },
1681
- "features": {
1682
- "char": "f",
1683
- "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1684
- "name": "features",
1685
- "hasDynamicHelp": false,
1686
- "multiple": false,
1687
- "type": "option"
1688
- },
1689
- "project": {
1690
- "description": "Project name or path (defaults to current directory)",
1691
- "name": "project",
1692
- "hasDynamicHelp": false,
1693
- "multiple": false,
1694
- "type": "option"
1695
- }
1696
- },
1697
- "hasDynamicHelp": false,
1698
- "hiddenAliases": [],
1699
- "id": "item-type:create",
1700
- "pluginAlias": "centy",
1701
- "pluginName": "centy",
1702
- "pluginType": "core",
1703
- "strict": true,
1704
- "enableJsonFlag": false,
1705
- "isESM": true,
1706
- "relativePath": [
1707
- "dist",
1708
- "commands",
1709
- "item-type",
1710
- "create.js"
1663
+ "item-type",
1664
+ "create.js"
1711
1665
  ]
1712
1666
  },
1713
1667
  "item-type:list": {
@@ -1854,42 +1808,6 @@
1854
1808
  "link-types.js"
1855
1809
  ]
1856
1810
  },
1857
- "list:orgs": {
1858
- "aliases": [
1859
- "list:organizations",
1860
- "org:list"
1861
- ],
1862
- "args": {},
1863
- "description": "List all organizations",
1864
- "examples": [
1865
- "<%= config.bin %> list orgs",
1866
- "<%= config.bin %> list organizations",
1867
- "<%= config.bin %> list orgs --json"
1868
- ],
1869
- "flags": {
1870
- "json": {
1871
- "description": "Output as JSON",
1872
- "name": "json",
1873
- "allowNo": false,
1874
- "type": "boolean"
1875
- }
1876
- },
1877
- "hasDynamicHelp": false,
1878
- "hiddenAliases": [],
1879
- "id": "list:orgs",
1880
- "pluginAlias": "centy",
1881
- "pluginName": "centy",
1882
- "pluginType": "core",
1883
- "strict": true,
1884
- "enableJsonFlag": false,
1885
- "isESM": true,
1886
- "relativePath": [
1887
- "dist",
1888
- "commands",
1889
- "list",
1890
- "orgs.js"
1891
- ]
1892
- },
1893
1811
  "list:projects": {
1894
1812
  "aliases": [
1895
1813
  "project:list"
@@ -1960,23 +1878,34 @@
1960
1878
  "projects.js"
1961
1879
  ]
1962
1880
  },
1963
- "list:users": {
1964
- "aliases": [
1965
- "user:list"
1966
- ],
1967
- "args": {},
1968
- "description": "List all users in the project",
1881
+ "org:create": {
1882
+ "aliases": [],
1883
+ "args": {
1884
+ "name": {
1885
+ "description": "Organization display name",
1886
+ "name": "name",
1887
+ "required": true
1888
+ }
1889
+ },
1890
+ "description": "Create a new organization to group projects",
1969
1891
  "examples": [
1970
- "<%= config.bin %> list users",
1971
- "<%= config.bin %> list users --json",
1972
- "<%= config.bin %> list users --git-username johndoe",
1973
- "<%= config.bin %> list users --project centy-daemon"
1892
+ "<%= config.bin %> org create \"My Company\"",
1893
+ "<%= config.bin %> org create \"Centy.io\" --slug centy-io",
1894
+ "<%= config.bin %> org create \"My Org\" --description \"Official projects\""
1974
1895
  ],
1975
1896
  "flags": {
1976
- "git-username": {
1977
- "char": "g",
1978
- "description": "Filter by git username",
1979
- "name": "git-username",
1897
+ "slug": {
1898
+ "char": "s",
1899
+ "description": "Custom slug (auto-generated from name if not provided)",
1900
+ "name": "slug",
1901
+ "hasDynamicHelp": false,
1902
+ "multiple": false,
1903
+ "type": "option"
1904
+ },
1905
+ "description": {
1906
+ "char": "d",
1907
+ "description": "Organization description",
1908
+ "name": "description",
1980
1909
  "hasDynamicHelp": false,
1981
1910
  "multiple": false,
1982
1911
  "type": "option"
@@ -1986,18 +1915,11 @@
1986
1915
  "name": "json",
1987
1916
  "allowNo": false,
1988
1917
  "type": "boolean"
1989
- },
1990
- "project": {
1991
- "description": "Project name or path (defaults to current directory)",
1992
- "name": "project",
1993
- "hasDynamicHelp": false,
1994
- "multiple": false,
1995
- "type": "option"
1996
1918
  }
1997
1919
  },
1998
1920
  "hasDynamicHelp": false,
1999
1921
  "hiddenAliases": [],
2000
- "id": "list:users",
1922
+ "id": "org:create",
2001
1923
  "pluginAlias": "centy",
2002
1924
  "pluginName": "centy",
2003
1925
  "pluginType": "core",
@@ -2007,42 +1929,177 @@
2007
1929
  "relativePath": [
2008
1930
  "dist",
2009
1931
  "commands",
2010
- "list",
2011
- "users.js"
1932
+ "org",
1933
+ "create.js"
1934
+ ]
1935
+ },
1936
+ "org:delete": {
1937
+ "aliases": [
1938
+ "delete:org",
1939
+ "delete:organization"
1940
+ ],
1941
+ "args": {
1942
+ "slug": {
1943
+ "description": "Organization slug",
1944
+ "name": "slug",
1945
+ "required": true
1946
+ }
1947
+ },
1948
+ "description": "Delete an organization (must have no projects assigned)",
1949
+ "examples": [
1950
+ "<%= config.bin %> org delete my-org --force",
1951
+ "<%= config.bin %> delete org my-org --force",
1952
+ "<%= config.bin %> delete organization old-org --force"
1953
+ ],
1954
+ "flags": {
1955
+ "force": {
1956
+ "char": "f",
1957
+ "description": "Skip confirmation prompt",
1958
+ "name": "force",
1959
+ "allowNo": false,
1960
+ "type": "boolean"
1961
+ }
1962
+ },
1963
+ "hasDynamicHelp": false,
1964
+ "hiddenAliases": [],
1965
+ "id": "org:delete",
1966
+ "pluginAlias": "centy",
1967
+ "pluginName": "centy",
1968
+ "pluginType": "core",
1969
+ "strict": true,
1970
+ "enableJsonFlag": false,
1971
+ "isESM": true,
1972
+ "relativePath": [
1973
+ "dist",
1974
+ "commands",
1975
+ "org",
1976
+ "delete.js"
1977
+ ]
1978
+ },
1979
+ "org:get": {
1980
+ "aliases": [
1981
+ "get:org",
1982
+ "get:organization"
1983
+ ],
1984
+ "args": {
1985
+ "slug": {
1986
+ "description": "Organization slug",
1987
+ "name": "slug",
1988
+ "required": true
1989
+ }
1990
+ },
1991
+ "description": "Get organization details by slug",
1992
+ "examples": [
1993
+ "<%= config.bin %> org get centy-io",
1994
+ "<%= config.bin %> get org centy-io",
1995
+ "<%= config.bin %> get organization my-org --json"
1996
+ ],
1997
+ "flags": {
1998
+ "json": {
1999
+ "description": "Output as JSON",
2000
+ "name": "json",
2001
+ "allowNo": false,
2002
+ "type": "boolean"
2003
+ }
2004
+ },
2005
+ "hasDynamicHelp": false,
2006
+ "hiddenAliases": [],
2007
+ "id": "org:get",
2008
+ "pluginAlias": "centy",
2009
+ "pluginName": "centy",
2010
+ "pluginType": "core",
2011
+ "strict": true,
2012
+ "enableJsonFlag": false,
2013
+ "isESM": true,
2014
+ "relativePath": [
2015
+ "dist",
2016
+ "commands",
2017
+ "org",
2018
+ "get.js"
2019
+ ]
2020
+ },
2021
+ "org:list": {
2022
+ "aliases": [
2023
+ "list:orgs",
2024
+ "list:organizations"
2025
+ ],
2026
+ "args": {},
2027
+ "description": "List all organizations",
2028
+ "examples": [
2029
+ "<%= config.bin %> org list",
2030
+ "<%= config.bin %> list orgs",
2031
+ "<%= config.bin %> list organizations",
2032
+ "<%= config.bin %> org list --json"
2033
+ ],
2034
+ "flags": {
2035
+ "json": {
2036
+ "description": "Output as JSON",
2037
+ "name": "json",
2038
+ "allowNo": false,
2039
+ "type": "boolean"
2040
+ }
2041
+ },
2042
+ "hasDynamicHelp": false,
2043
+ "hiddenAliases": [],
2044
+ "id": "org:list",
2045
+ "pluginAlias": "centy",
2046
+ "pluginName": "centy",
2047
+ "pluginType": "core",
2048
+ "strict": true,
2049
+ "enableJsonFlag": false,
2050
+ "isESM": true,
2051
+ "relativePath": [
2052
+ "dist",
2053
+ "commands",
2054
+ "org",
2055
+ "list.js"
2012
2056
  ]
2013
2057
  },
2014
- "org:create": {
2015
- "aliases": [],
2058
+ "org:update": {
2059
+ "aliases": [
2060
+ "update:org",
2061
+ "update:organization",
2062
+ "edit:org",
2063
+ "edit:organization"
2064
+ ],
2016
2065
  "args": {
2017
- "name": {
2018
- "description": "Organization display name",
2019
- "name": "name",
2066
+ "slug": {
2067
+ "description": "Organization slug",
2068
+ "name": "slug",
2020
2069
  "required": true
2021
2070
  }
2022
2071
  },
2023
- "description": "Create a new organization to group projects",
2072
+ "description": "Update an organization",
2024
2073
  "examples": [
2025
- "<%= config.bin %> org create \"My Company\"",
2026
- "<%= config.bin %> org create \"Centy.io\" --slug centy-io",
2027
- "<%= config.bin %> org create \"My Org\" --description \"Official projects\""
2074
+ "<%= config.bin %> org update my-org --name \"New Name\"",
2075
+ "<%= config.bin %> org update my-org --description \"Updated description\"",
2076
+ "<%= config.bin %> org update my-org --new-slug new-slug",
2077
+ "<%= config.bin %> update org centy-io --name \"Centy.io\""
2028
2078
  ],
2029
2079
  "flags": {
2030
- "slug": {
2031
- "char": "s",
2032
- "description": "Custom slug (auto-generated from name if not provided)",
2033
- "name": "slug",
2080
+ "name": {
2081
+ "char": "n",
2082
+ "description": "New organization name",
2083
+ "name": "name",
2034
2084
  "hasDynamicHelp": false,
2035
2085
  "multiple": false,
2036
2086
  "type": "option"
2037
2087
  },
2038
2088
  "description": {
2039
2089
  "char": "d",
2040
- "description": "Organization description",
2090
+ "description": "New organization description",
2041
2091
  "name": "description",
2042
2092
  "hasDynamicHelp": false,
2043
2093
  "multiple": false,
2044
2094
  "type": "option"
2045
2095
  },
2096
+ "new-slug": {
2097
+ "description": "Rename the organization slug",
2098
+ "name": "new-slug",
2099
+ "hasDynamicHelp": false,
2100
+ "multiple": false,
2101
+ "type": "option"
2102
+ },
2046
2103
  "json": {
2047
2104
  "description": "Output as JSON",
2048
2105
  "name": "json",
@@ -2052,7 +2109,7 @@
2052
2109
  },
2053
2110
  "hasDynamicHelp": false,
2054
2111
  "hiddenAliases": [],
2055
- "id": "org:create",
2112
+ "id": "org:update",
2056
2113
  "pluginAlias": "centy",
2057
2114
  "pluginName": "centy",
2058
2115
  "pluginType": "core",
@@ -2063,7 +2120,7 @@
2063
2120
  "dist",
2064
2121
  "commands",
2065
2122
  "org",
2066
- "create.js"
2123
+ "update.js"
2067
2124
  ]
2068
2125
  },
2069
2126
  "project:archive": {
@@ -2392,48 +2449,48 @@
2392
2449
  "project.js"
2393
2450
  ]
2394
2451
  },
2395
- "update:org": {
2396
- "aliases": [
2397
- "update:organization",
2398
- "edit:org",
2399
- "edit:organization"
2400
- ],
2401
- "args": {
2402
- "slug": {
2403
- "description": "Organization slug",
2404
- "name": "slug",
2405
- "required": true
2406
- }
2407
- },
2408
- "description": "Update an organization",
2452
+ "user:create": {
2453
+ "aliases": [],
2454
+ "args": {},
2455
+ "description": "Create a new user in the project",
2409
2456
  "examples": [
2410
- "<%= config.bin %> update org my-org --name \"New Name\"",
2411
- "<%= config.bin %> update org my-org --description \"Updated description\"",
2412
- "<%= config.bin %> update org my-org --new-slug new-slug",
2413
- "<%= config.bin %> update organization centy-io --name \"Centy.io\""
2457
+ "<%= config.bin %> user create --name \"John Doe\"",
2458
+ "<%= config.bin %> user create --id john-doe --name \"John Doe\" --email john@example.com",
2459
+ "<%= config.bin %> user create -n \"Alice\" -g alice-dev -g alice-work",
2460
+ "<%= config.bin %> user create --name \"Bob\" --project centy-daemon"
2414
2461
  ],
2415
2462
  "flags": {
2463
+ "id": {
2464
+ "char": "i",
2465
+ "description": "User ID (slug format, auto-generated from name if not provided)",
2466
+ "name": "id",
2467
+ "hasDynamicHelp": false,
2468
+ "multiple": false,
2469
+ "type": "option"
2470
+ },
2416
2471
  "name": {
2417
2472
  "char": "n",
2418
- "description": "New organization name",
2473
+ "description": "Display name (required)",
2419
2474
  "name": "name",
2475
+ "required": true,
2420
2476
  "hasDynamicHelp": false,
2421
2477
  "multiple": false,
2422
2478
  "type": "option"
2423
2479
  },
2424
- "description": {
2425
- "char": "d",
2426
- "description": "New organization description",
2427
- "name": "description",
2480
+ "email": {
2481
+ "char": "e",
2482
+ "description": "Email address",
2483
+ "name": "email",
2428
2484
  "hasDynamicHelp": false,
2429
2485
  "multiple": false,
2430
2486
  "type": "option"
2431
2487
  },
2432
- "new-slug": {
2433
- "description": "Rename the organization slug",
2434
- "name": "new-slug",
2488
+ "git-username": {
2489
+ "char": "g",
2490
+ "description": "Git username (can be specified multiple times)",
2491
+ "name": "git-username",
2435
2492
  "hasDynamicHelp": false,
2436
- "multiple": false,
2493
+ "multiple": true,
2437
2494
  "type": "option"
2438
2495
  },
2439
2496
  "json": {
@@ -2441,11 +2498,18 @@
2441
2498
  "name": "json",
2442
2499
  "allowNo": false,
2443
2500
  "type": "boolean"
2501
+ },
2502
+ "project": {
2503
+ "description": "Project name or path (defaults to current directory)",
2504
+ "name": "project",
2505
+ "hasDynamicHelp": false,
2506
+ "multiple": false,
2507
+ "type": "option"
2444
2508
  }
2445
2509
  },
2446
2510
  "hasDynamicHelp": false,
2447
2511
  "hiddenAliases": [],
2448
- "id": "update:org",
2512
+ "id": "user:create",
2449
2513
  "pluginAlias": "centy",
2450
2514
  "pluginName": "centy",
2451
2515
  "pluginType": "core",
@@ -2455,13 +2519,13 @@
2455
2519
  "relativePath": [
2456
2520
  "dist",
2457
2521
  "commands",
2458
- "update",
2459
- "org.js"
2522
+ "user",
2523
+ "create.js"
2460
2524
  ]
2461
2525
  },
2462
- "update:user": {
2526
+ "user:delete": {
2463
2527
  "aliases": [
2464
- "edit:user"
2528
+ "delete:user"
2465
2529
  ],
2466
2530
  "args": {
2467
2531
  "id": {
@@ -2470,36 +2534,64 @@
2470
2534
  "required": true
2471
2535
  }
2472
2536
  },
2473
- "description": "Update a user",
2537
+ "description": "Delete a user",
2474
2538
  "examples": [
2475
- "<%= config.bin %> update user john-doe --name \"John D.\"",
2476
- "<%= config.bin %> update user john-doe --email john.new@example.com",
2477
- "<%= config.bin %> update user john-doe --git-username johndoe --git-username john-work",
2478
- "<%= config.bin %> update user john-doe --name \"John\" --project centy-daemon"
2539
+ "<%= config.bin %> user delete john-doe --force",
2540
+ "<%= config.bin %> delete user john-doe --force",
2541
+ "<%= config.bin %> user delete john-doe --project centy-daemon"
2479
2542
  ],
2480
2543
  "flags": {
2481
- "name": {
2482
- "char": "n",
2483
- "description": "New display name",
2484
- "name": "name",
2485
- "hasDynamicHelp": false,
2486
- "multiple": false,
2487
- "type": "option"
2544
+ "force": {
2545
+ "char": "f",
2546
+ "description": "Skip confirmation prompt",
2547
+ "name": "force",
2548
+ "allowNo": false,
2549
+ "type": "boolean"
2488
2550
  },
2489
- "email": {
2490
- "char": "e",
2491
- "description": "New email address",
2492
- "name": "email",
2551
+ "project": {
2552
+ "description": "Project name or path (defaults to current directory)",
2553
+ "name": "project",
2493
2554
  "hasDynamicHelp": false,
2494
2555
  "multiple": false,
2495
2556
  "type": "option"
2496
- },
2557
+ }
2558
+ },
2559
+ "hasDynamicHelp": false,
2560
+ "hiddenAliases": [],
2561
+ "id": "user:delete",
2562
+ "pluginAlias": "centy",
2563
+ "pluginName": "centy",
2564
+ "pluginType": "core",
2565
+ "strict": true,
2566
+ "enableJsonFlag": false,
2567
+ "isESM": true,
2568
+ "relativePath": [
2569
+ "dist",
2570
+ "commands",
2571
+ "user",
2572
+ "delete.js"
2573
+ ]
2574
+ },
2575
+ "user:list": {
2576
+ "aliases": [
2577
+ "list:users"
2578
+ ],
2579
+ "args": {},
2580
+ "description": "List all users in the project",
2581
+ "examples": [
2582
+ "<%= config.bin %> user list",
2583
+ "<%= config.bin %> list users",
2584
+ "<%= config.bin %> user list --json",
2585
+ "<%= config.bin %> user list --git-username johndoe",
2586
+ "<%= config.bin %> user list --project centy-daemon"
2587
+ ],
2588
+ "flags": {
2497
2589
  "git-username": {
2498
2590
  "char": "g",
2499
- "description": "Git username (replaces all existing, can be specified multiple times)",
2591
+ "description": "Filter by git username",
2500
2592
  "name": "git-username",
2501
2593
  "hasDynamicHelp": false,
2502
- "multiple": true,
2594
+ "multiple": false,
2503
2595
  "type": "option"
2504
2596
  },
2505
2597
  "json": {
@@ -2518,7 +2610,7 @@
2518
2610
  },
2519
2611
  "hasDynamicHelp": false,
2520
2612
  "hiddenAliases": [],
2521
- "id": "update:user",
2613
+ "id": "user:list",
2522
2614
  "pluginAlias": "centy",
2523
2615
  "pluginName": "centy",
2524
2616
  "pluginType": "core",
@@ -2528,41 +2620,41 @@
2528
2620
  "relativePath": [
2529
2621
  "dist",
2530
2622
  "commands",
2531
- "update",
2532
- "user.js"
2623
+ "user",
2624
+ "list.js"
2533
2625
  ]
2534
2626
  },
2535
- "user:create": {
2536
- "aliases": [],
2537
- "args": {},
2538
- "description": "Create a new user in the project",
2539
- "examples": [
2540
- "<%= config.bin %> user create --name \"John Doe\"",
2541
- "<%= config.bin %> user create --id john-doe --name \"John Doe\" --email john@example.com",
2542
- "<%= config.bin %> user create -n \"Alice\" -g alice-dev -g alice-work",
2543
- "<%= config.bin %> user create --name \"Bob\" --project centy-daemon"
2627
+ "user:update": {
2628
+ "aliases": [
2629
+ "update:user",
2630
+ "edit:user"
2544
2631
  ],
2545
- "flags": {
2632
+ "args": {
2546
2633
  "id": {
2547
- "char": "i",
2548
- "description": "User ID (slug format, auto-generated from name if not provided)",
2634
+ "description": "User ID",
2549
2635
  "name": "id",
2550
- "hasDynamicHelp": false,
2551
- "multiple": false,
2552
- "type": "option"
2553
- },
2636
+ "required": true
2637
+ }
2638
+ },
2639
+ "description": "Update a user",
2640
+ "examples": [
2641
+ "<%= config.bin %> user update john-doe --name \"John D.\"",
2642
+ "<%= config.bin %> user update john-doe --email john.new@example.com",
2643
+ "<%= config.bin %> user update john-doe --git-username johndoe --git-username john-work",
2644
+ "<%= config.bin %> update user john-doe --name \"John\" --project centy-daemon"
2645
+ ],
2646
+ "flags": {
2554
2647
  "name": {
2555
2648
  "char": "n",
2556
- "description": "Display name (required)",
2649
+ "description": "New display name",
2557
2650
  "name": "name",
2558
- "required": true,
2559
2651
  "hasDynamicHelp": false,
2560
2652
  "multiple": false,
2561
2653
  "type": "option"
2562
2654
  },
2563
2655
  "email": {
2564
2656
  "char": "e",
2565
- "description": "Email address",
2657
+ "description": "New email address",
2566
2658
  "name": "email",
2567
2659
  "hasDynamicHelp": false,
2568
2660
  "multiple": false,
@@ -2570,7 +2662,7 @@
2570
2662
  },
2571
2663
  "git-username": {
2572
2664
  "char": "g",
2573
- "description": "Git username (can be specified multiple times)",
2665
+ "description": "Git username (replaces all existing, can be specified multiple times)",
2574
2666
  "name": "git-username",
2575
2667
  "hasDynamicHelp": false,
2576
2668
  "multiple": true,
@@ -2592,7 +2684,7 @@
2592
2684
  },
2593
2685
  "hasDynamicHelp": false,
2594
2686
  "hiddenAliases": [],
2595
- "id": "user:create",
2687
+ "id": "user:update",
2596
2688
  "pluginAlias": "centy",
2597
2689
  "pluginName": "centy",
2598
2690
  "pluginType": "core",
@@ -2603,7 +2695,7 @@
2603
2695
  "dist",
2604
2696
  "commands",
2605
2697
  "user",
2606
- "create.js"
2698
+ "update.js"
2607
2699
  ]
2608
2700
  },
2609
2701
  "workspace:cleanup": {
@@ -2715,6 +2807,78 @@
2715
2807
  "list.js"
2716
2808
  ]
2717
2809
  },
2810
+ "workspace:new": {
2811
+ "aliases": [],
2812
+ "args": {},
2813
+ "description": "Create a standalone workspace not tied to an issue",
2814
+ "examples": [
2815
+ "<%= config.bin %> workspace new",
2816
+ "<%= config.bin %> workspace new --name my-workspace",
2817
+ "<%= config.bin %> workspace new --name \"Feature spike\" --description \"Explore new auth approach\" --ttl 24",
2818
+ "<%= config.bin %> workspace new --editor vscode",
2819
+ "<%= config.bin %> workspace new --editor terminal"
2820
+ ],
2821
+ "flags": {
2822
+ "project": {
2823
+ "description": "Project name or path (defaults to current directory)",
2824
+ "name": "project",
2825
+ "hasDynamicHelp": false,
2826
+ "multiple": false,
2827
+ "type": "option"
2828
+ },
2829
+ "name": {
2830
+ "description": "Optional workspace name",
2831
+ "name": "name",
2832
+ "hasDynamicHelp": false,
2833
+ "multiple": false,
2834
+ "type": "option"
2835
+ },
2836
+ "description": {
2837
+ "char": "d",
2838
+ "description": "Optional description/goal for the AI agent",
2839
+ "name": "description",
2840
+ "hasDynamicHelp": false,
2841
+ "multiple": false,
2842
+ "type": "option"
2843
+ },
2844
+ "ttl": {
2845
+ "description": "Workspace TTL in hours (default: 12)",
2846
+ "name": "ttl",
2847
+ "hasDynamicHelp": false,
2848
+ "multiple": false,
2849
+ "type": "option"
2850
+ },
2851
+ "agent": {
2852
+ "description": "Agent name to use (default: project default)",
2853
+ "name": "agent",
2854
+ "hasDynamicHelp": false,
2855
+ "multiple": false,
2856
+ "type": "option"
2857
+ },
2858
+ "editor": {
2859
+ "description": "Editor to use: vscode, terminal (default: interactive selection or project default)",
2860
+ "name": "editor",
2861
+ "hasDynamicHelp": false,
2862
+ "multiple": false,
2863
+ "type": "option"
2864
+ }
2865
+ },
2866
+ "hasDynamicHelp": false,
2867
+ "hiddenAliases": [],
2868
+ "id": "workspace:new",
2869
+ "pluginAlias": "centy",
2870
+ "pluginName": "centy",
2871
+ "pluginType": "core",
2872
+ "strict": true,
2873
+ "enableJsonFlag": false,
2874
+ "isESM": true,
2875
+ "relativePath": [
2876
+ "dist",
2877
+ "commands",
2878
+ "workspace",
2879
+ "new.js"
2880
+ ]
2881
+ },
2718
2882
  "workspace:open": {
2719
2883
  "aliases": [],
2720
2884
  "args": {
@@ -2724,10 +2888,12 @@
2724
2888
  "required": true
2725
2889
  }
2726
2890
  },
2727
- "description": "Open an issue in a temporary VS Code workspace",
2891
+ "description": "Open an issue in a temporary workspace",
2728
2892
  "examples": [
2729
2893
  "<%= config.bin %> workspace open 1",
2730
- "<%= config.bin %> workspace open abc-123 --ttl 24"
2894
+ "<%= config.bin %> workspace open abc-123 --ttl 24",
2895
+ "<%= config.bin %> workspace open 1 --editor vscode",
2896
+ "<%= config.bin %> workspace open 1 --editor terminal"
2731
2897
  ],
2732
2898
  "flags": {
2733
2899
  "project": {
@@ -2750,6 +2916,13 @@
2750
2916
  "hasDynamicHelp": false,
2751
2917
  "multiple": false,
2752
2918
  "type": "option"
2919
+ },
2920
+ "editor": {
2921
+ "description": "Editor to use: vscode, terminal (default: interactive selection or project default)",
2922
+ "name": "editor",
2923
+ "hasDynamicHelp": false,
2924
+ "multiple": false,
2925
+ "type": "option"
2753
2926
  }
2754
2927
  },
2755
2928
  "hasDynamicHelp": false,
@@ -2769,5 +2942,5 @@
2769
2942
  ]
2770
2943
  }
2771
2944
  },
2772
- "version": "0.7.6"
2945
+ "version": "0.7.8"
2773
2946
  }