centy 0.7.7 → 0.7.9

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 (329) 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.d.ts +1 -0
  12. package/dist/commands/create.d.ts.map +1 -1
  13. package/dist/commands/create.js +11 -2
  14. package/dist/commands/create.js.map +1 -1
  15. package/dist/commands/delete.d.ts +1 -0
  16. package/dist/commands/delete.d.ts.map +1 -1
  17. package/dist/commands/delete.js +15 -3
  18. package/dist/commands/delete.js.map +1 -1
  19. package/dist/commands/duplicate.js +2 -2
  20. package/dist/commands/duplicate.js.map +1 -1
  21. package/dist/commands/get.d.ts.map +1 -1
  22. package/dist/commands/get.js +6 -4
  23. package/dist/commands/get.js.map +1 -1
  24. package/dist/commands/init.d.ts +1 -0
  25. package/dist/commands/init.d.ts.map +1 -1
  26. package/dist/commands/init.js +6 -0
  27. package/dist/commands/init.js.map +1 -1
  28. package/dist/commands/item-type/create.d.ts.map +1 -1
  29. package/dist/commands/item-type/create.js +1 -2
  30. package/dist/commands/item-type/create.js.map +1 -1
  31. package/dist/commands/list.d.ts +2 -0
  32. package/dist/commands/list.d.ts.map +1 -1
  33. package/dist/commands/list.js +22 -10
  34. package/dist/commands/list.js.map +1 -1
  35. package/dist/commands/llm.d.ts +1 -0
  36. package/dist/commands/llm.d.ts.map +1 -1
  37. package/dist/commands/llm.js +7 -1
  38. package/dist/commands/llm.js.map +1 -1
  39. package/dist/commands/manifest.d.ts +1 -0
  40. package/dist/commands/manifest.d.ts.map +1 -1
  41. package/dist/commands/manifest.js +5 -2
  42. package/dist/commands/manifest.js.map +1 -1
  43. package/dist/commands/move.js +2 -2
  44. package/dist/commands/move.js.map +1 -1
  45. package/dist/commands/{delete/org.d.ts → org/delete.d.ts} +2 -2
  46. package/dist/commands/org/delete.d.ts.map +1 -0
  47. package/dist/commands/{delete/org.js → org/delete.js} +7 -6
  48. package/dist/commands/org/delete.js.map +1 -0
  49. package/dist/commands/{get/org.d.ts → org/get.d.ts} +2 -2
  50. package/dist/commands/org/get.d.ts.map +1 -0
  51. package/dist/commands/{get/org.js → org/get.js} +5 -4
  52. package/dist/commands/org/get.js.map +1 -0
  53. package/dist/commands/{list/orgs.d.ts → org/list.d.ts} +2 -2
  54. package/dist/commands/org/list.d.ts.map +1 -0
  55. package/dist/commands/{list/orgs.js → org/list.js} +7 -6
  56. package/dist/commands/org/list.js.map +1 -0
  57. package/dist/commands/{update/org.d.ts → org/update.d.ts} +2 -2
  58. package/dist/commands/org/update.d.ts.map +1 -0
  59. package/dist/commands/{update/org.js → org/update.js} +8 -7
  60. package/dist/commands/org/update.js.map +1 -0
  61. package/dist/commands/restore.js +2 -2
  62. package/dist/commands/restore.js.map +1 -1
  63. package/dist/commands/show.d.ts +3 -11
  64. package/dist/commands/show.d.ts.map +1 -1
  65. package/dist/commands/show.js +12 -56
  66. package/dist/commands/show.js.map +1 -1
  67. package/dist/commands/start.d.ts +1 -0
  68. package/dist/commands/start.d.ts.map +1 -1
  69. package/dist/commands/start.js +7 -0
  70. package/dist/commands/start.js.map +1 -1
  71. package/dist/commands/update.d.ts +1 -0
  72. package/dist/commands/update.d.ts.map +1 -1
  73. package/dist/commands/update.js +17 -14
  74. package/dist/commands/update.js.map +1 -1
  75. package/dist/commands/{delete/user.d.ts → user/delete.d.ts} +3 -2
  76. package/dist/commands/user/delete.d.ts.map +1 -0
  77. package/dist/commands/{delete/user.js → user/delete.js} +7 -5
  78. package/dist/commands/user/delete.js.map +1 -0
  79. package/dist/commands/{list/users.d.ts → user/list.d.ts} +3 -3
  80. package/dist/commands/user/list.d.ts.map +1 -0
  81. package/dist/commands/{list/users.js → user/list.js} +9 -8
  82. package/dist/commands/user/list.js.map +1 -0
  83. package/dist/commands/{update/user.d.ts → user/update.d.ts} +2 -2
  84. package/dist/commands/user/update.d.ts.map +1 -0
  85. package/dist/commands/{update/user.js → user/update.js} +7 -7
  86. package/dist/commands/user/update.js.map +1 -0
  87. package/dist/commands/workspace/new.d.ts +18 -0
  88. package/dist/commands/workspace/new.d.ts.map +1 -0
  89. package/dist/commands/workspace/new.js +86 -0
  90. package/dist/commands/workspace/new.js.map +1 -0
  91. package/dist/commands/workspace/open.d.ts +2 -1
  92. package/dist/commands/workspace/open.d.ts.map +1 -1
  93. package/dist/commands/workspace/open.js +18 -3
  94. package/dist/commands/workspace/open.js.map +1 -1
  95. package/dist/daemon/daemon-get-project-version.d.ts +18 -0
  96. package/dist/daemon/daemon-get-project-version.d.ts.map +1 -0
  97. package/dist/daemon/daemon-get-project-version.js +70 -0
  98. package/dist/daemon/daemon-get-project-version.js.map +1 -0
  99. package/dist/daemon/daemon-get-supported-editors.d.ts +6 -0
  100. package/dist/daemon/daemon-get-supported-editors.d.ts.map +1 -0
  101. package/dist/daemon/daemon-get-supported-editors.js +9 -0
  102. package/dist/daemon/daemon-get-supported-editors.js.map +1 -0
  103. package/dist/daemon/daemon-open-standalone-workspace.d.ts +6 -0
  104. package/dist/daemon/daemon-open-standalone-workspace.d.ts.map +1 -0
  105. package/dist/daemon/daemon-open-standalone-workspace.js +9 -0
  106. package/dist/daemon/daemon-open-standalone-workspace.js.map +1 -0
  107. package/dist/daemon/daemon-search-items-globally.d.ts +7 -0
  108. package/dist/daemon/daemon-search-items-globally.d.ts.map +1 -0
  109. package/dist/daemon/daemon-search-items-globally.js +43 -0
  110. package/dist/daemon/daemon-search-items-globally.js.map +1 -0
  111. package/dist/daemon/generated/centy/v1/generic_item.d.ts +1 -1
  112. package/dist/daemon/generated/centy/v1/generic_item.d.ts.map +1 -1
  113. package/dist/daemon/grpc-client-data.d.ts +1 -2
  114. package/dist/daemon/grpc-client-data.d.ts.map +1 -1
  115. package/dist/daemon/grpc-client-extended.d.ts +2 -1
  116. package/dist/daemon/grpc-client-extended.d.ts.map +1 -1
  117. package/dist/daemon/grpc-client-init.d.ts +1 -2
  118. package/dist/daemon/grpc-client-init.d.ts.map +1 -1
  119. package/dist/daemon/types/global-search.d.ts +15 -0
  120. package/dist/daemon/types/global-search.d.ts.map +1 -0
  121. package/dist/daemon/types/global-search.js +6 -0
  122. package/dist/daemon/types/global-search.js.map +1 -0
  123. package/dist/daemon/types.d.ts +1 -0
  124. package/dist/daemon/types.d.ts.map +1 -1
  125. package/dist/daemon/types.js +1 -0
  126. package/dist/daemon/types.js.map +1 -1
  127. package/dist/help.d.ts +1 -1
  128. package/dist/help.d.ts.map +1 -1
  129. package/dist/help.js +2 -5
  130. package/dist/help.js.map +1 -1
  131. package/dist/hooks/command-not-found.d.ts +4 -0
  132. package/dist/hooks/command-not-found.d.ts.map +1 -0
  133. package/dist/hooks/command-not-found.js +45 -0
  134. package/dist/hooks/command-not-found.js.map +1 -0
  135. package/dist/hooks/prerun.d.ts.map +1 -1
  136. package/dist/hooks/prerun.js +42 -5
  137. package/dist/hooks/prerun.js.map +1 -1
  138. package/dist/lib/assert/assert-initialized.d.ts +10 -0
  139. package/dist/lib/assert/assert-initialized.d.ts.map +1 -0
  140. package/dist/lib/assert/assert-initialized.js +22 -0
  141. package/dist/lib/assert/assert-initialized.js.map +1 -0
  142. package/dist/lib/assert/index.d.ts +2 -0
  143. package/dist/lib/assert/index.d.ts.map +1 -0
  144. package/dist/lib/assert/index.js +2 -0
  145. package/dist/lib/assert/index.js.map +1 -0
  146. package/dist/lib/autostart/launchd.d.ts.map +1 -1
  147. package/dist/lib/autostart/launchd.js +27 -28
  148. package/dist/lib/autostart/launchd.js.map +1 -1
  149. package/dist/lib/create-item-type/features.d.ts +3 -6
  150. package/dist/lib/create-item-type/features.d.ts.map +1 -1
  151. package/dist/lib/create-item-type/features.js +17 -30
  152. package/dist/lib/create-item-type/features.js.map +1 -1
  153. package/dist/lib/find-binary/get-search-paths.d.ts +8 -0
  154. package/dist/lib/find-binary/get-search-paths.d.ts.map +1 -0
  155. package/dist/lib/find-binary/get-search-paths.js +28 -0
  156. package/dist/lib/find-binary/get-search-paths.js.map +1 -0
  157. package/dist/lib/find-binary/index.d.ts +1 -0
  158. package/dist/lib/find-binary/index.d.ts.map +1 -1
  159. package/dist/lib/find-binary/index.js +1 -0
  160. package/dist/lib/find-binary/index.js.map +1 -1
  161. package/dist/lib/get-item/handle-global-display-number-search.d.ts +3 -0
  162. package/dist/lib/get-item/handle-global-display-number-search.d.ts.map +1 -0
  163. package/dist/lib/get-item/handle-global-display-number-search.js +37 -0
  164. package/dist/lib/get-item/handle-global-display-number-search.js.map +1 -0
  165. package/dist/lib/get-item/handle-global-get.d.ts.map +1 -1
  166. package/dist/lib/get-item/handle-global-get.js +13 -1
  167. package/dist/lib/get-item/handle-global-get.js.map +1 -1
  168. package/dist/lib/init/gather-decisions.d.ts.map +1 -1
  169. package/dist/lib/init/gather-decisions.js +2 -8
  170. package/dist/lib/init/gather-decisions.js.map +1 -1
  171. package/dist/lib/init/init.d.ts.map +1 -1
  172. package/dist/lib/init/init.js +8 -0
  173. package/dist/lib/init/init.js.map +1 -1
  174. package/dist/lib/init/prompt-for-reset.d.ts +1 -2
  175. package/dist/lib/init/prompt-for-reset.d.ts.map +1 -1
  176. package/dist/lib/init/prompt-for-reset.js +2 -2
  177. package/dist/lib/init/prompt-for-reset.js.map +1 -1
  178. package/dist/lib/init/prompt-for-restore.d.ts +1 -2
  179. package/dist/lib/init/prompt-for-restore.d.ts.map +1 -1
  180. package/dist/lib/init/prompt-for-restore.js +2 -2
  181. package/dist/lib/init/prompt-for-restore.js.map +1 -1
  182. package/dist/lib/install-daemon/extract.d.ts +2 -0
  183. package/dist/lib/install-daemon/extract.d.ts.map +1 -0
  184. package/dist/lib/install-daemon/extract.js +36 -0
  185. package/dist/lib/install-daemon/extract.js.map +1 -0
  186. package/dist/lib/install-daemon/get-install-dir.d.ts +2 -0
  187. package/dist/lib/install-daemon/get-install-dir.d.ts.map +1 -0
  188. package/dist/lib/install-daemon/get-install-dir.js +6 -0
  189. package/dist/lib/install-daemon/get-install-dir.js.map +1 -0
  190. package/dist/lib/install-daemon/index.d.ts +5 -0
  191. package/dist/lib/install-daemon/index.d.ts.map +1 -0
  192. package/dist/lib/install-daemon/index.js +5 -0
  193. package/dist/lib/install-daemon/index.js.map +1 -0
  194. package/dist/lib/install-daemon/make-executable.d.ts +2 -0
  195. package/dist/lib/install-daemon/make-executable.d.ts.map +1 -0
  196. package/dist/lib/install-daemon/make-executable.js +9 -0
  197. package/dist/lib/install-daemon/make-executable.js.map +1 -0
  198. package/dist/lib/install-daemon/platform.d.ts +4 -0
  199. package/dist/lib/install-daemon/platform.d.ts.map +1 -0
  200. package/dist/lib/install-daemon/platform.js +11 -0
  201. package/dist/lib/install-daemon/platform.js.map +1 -0
  202. package/dist/lib/resolve-item-id/parse-display-number.d.ts +6 -0
  203. package/dist/lib/resolve-item-id/parse-display-number.d.ts.map +1 -0
  204. package/dist/lib/resolve-item-id/parse-display-number.js +8 -0
  205. package/dist/lib/resolve-item-id/parse-display-number.js.map +1 -0
  206. package/dist/lib/resolve-item-id/resolve-item-id.d.ts.map +1 -1
  207. package/dist/lib/resolve-item-id/resolve-item-id.js +2 -1
  208. package/dist/lib/resolve-item-id/resolve-item-id.js.map +1 -1
  209. package/dist/lib/start/daemon-not-connected-error.d.ts +4 -0
  210. package/dist/lib/start/daemon-not-connected-error.d.ts.map +1 -0
  211. package/dist/lib/start/daemon-not-connected-error.js +7 -0
  212. package/dist/lib/start/daemon-not-connected-error.js.map +1 -0
  213. package/dist/lib/start/get-daemon-search-paths.d.ts +2 -0
  214. package/dist/lib/start/get-daemon-search-paths.d.ts.map +1 -0
  215. package/dist/lib/start/get-daemon-search-paths.js +11 -0
  216. package/dist/lib/start/get-daemon-search-paths.js.map +1 -0
  217. package/dist/lib/start/handle-missing-daemon.d.ts.map +1 -1
  218. package/dist/lib/start/handle-missing-daemon.js +11 -21
  219. package/dist/lib/start/handle-missing-daemon.js.map +1 -1
  220. package/dist/lib/start/prompt-for-install.d.ts +0 -2
  221. package/dist/lib/start/prompt-for-install.d.ts.map +1 -1
  222. package/dist/lib/start/prompt-for-install.js +2 -2
  223. package/dist/lib/start/prompt-for-install.js.map +1 -1
  224. package/dist/lib/start/wait-for-daemon.d.ts.map +1 -1
  225. package/dist/lib/start/wait-for-daemon.js +22 -11
  226. package/dist/lib/start/wait-for-daemon.js.map +1 -1
  227. package/dist/lib/workspace/editor-not-available-error.d.ts +7 -0
  228. package/dist/lib/workspace/editor-not-available-error.d.ts.map +1 -0
  229. package/dist/lib/workspace/editor-not-available-error.js +10 -0
  230. package/dist/lib/workspace/editor-not-available-error.js.map +1 -0
  231. package/dist/lib/workspace/resolve-editor-id.d.ts +10 -0
  232. package/dist/lib/workspace/resolve-editor-id.d.ts.map +1 -0
  233. package/dist/lib/workspace/resolve-editor-id.js +28 -0
  234. package/dist/lib/workspace/resolve-editor-id.js.map +1 -0
  235. package/dist/lib/workspace/select-editor.d.ts +7 -0
  236. package/dist/lib/workspace/select-editor.d.ts.map +1 -0
  237. package/dist/lib/workspace/select-editor.js +25 -0
  238. package/dist/lib/workspace/select-editor.js.map +1 -0
  239. package/dist/types/init-options.d.ts +2 -0
  240. package/dist/types/init-options.d.ts.map +1 -1
  241. package/dist/utils/ask-yes-no-all-none.d.ts +1 -2
  242. package/dist/utils/ask-yes-no-all-none.d.ts.map +1 -1
  243. package/dist/utils/ask-yes-no-all-none.js +17 -17
  244. package/dist/utils/ask-yes-no-all-none.js.map +1 -1
  245. package/dist/utils/ask-yes-no.d.ts +2 -4
  246. package/dist/utils/ask-yes-no.d.ts.map +1 -1
  247. package/dist/utils/ask-yes-no.js +13 -19
  248. package/dist/utils/ask-yes-no.js.map +1 -1
  249. package/dist/utils/ensure-initialized.d.ts +3 -7
  250. package/dist/utils/ensure-initialized.d.ts.map +1 -1
  251. package/dist/utils/ensure-initialized.js +1 -21
  252. package/dist/utils/ensure-initialized.js.map +1 -1
  253. package/dist/utils/format-item-json.d.ts +6 -0
  254. package/dist/utils/format-item-json.d.ts.map +1 -0
  255. package/dist/utils/format-item-json.js +16 -0
  256. package/dist/utils/format-item-json.js.map +1 -0
  257. package/dist/utils/is-git-repo.d.ts +5 -0
  258. package/dist/utils/is-git-repo.d.ts.map +1 -0
  259. package/dist/utils/is-git-repo.js +14 -0
  260. package/dist/utils/is-git-repo.js.map +1 -0
  261. package/oclif.manifest.json +602 -411
  262. package/package.json +13 -2
  263. package/proto/centy/v1/generic_item.proto +1 -1
  264. package/dist/commands/delete/org.d.ts.map +0 -1
  265. package/dist/commands/delete/org.js.map +0 -1
  266. package/dist/commands/delete/user.d.ts.map +0 -1
  267. package/dist/commands/delete/user.js.map +0 -1
  268. package/dist/commands/get/org.d.ts.map +0 -1
  269. package/dist/commands/get/org.js.map +0 -1
  270. package/dist/commands/list/orgs.d.ts.map +0 -1
  271. package/dist/commands/list/orgs.js.map +0 -1
  272. package/dist/commands/list/users.d.ts.map +0 -1
  273. package/dist/commands/list/users.js.map +0 -1
  274. package/dist/commands/update/org.d.ts.map +0 -1
  275. package/dist/commands/update/org.js.map +0 -1
  276. package/dist/commands/update/user.d.ts.map +0 -1
  277. package/dist/commands/update/user.js.map +0 -1
  278. package/dist/daemon/daemon-create-doc.d.ts +0 -6
  279. package/dist/daemon/daemon-create-doc.d.ts.map +0 -1
  280. package/dist/daemon/daemon-create-doc.js +0 -9
  281. package/dist/daemon/daemon-create-doc.js.map +0 -1
  282. package/dist/daemon/daemon-create-issue.d.ts +0 -6
  283. package/dist/daemon/daemon-create-issue.d.ts.map +0 -1
  284. package/dist/daemon/daemon-create-issue.js +0 -9
  285. package/dist/daemon/daemon-create-issue.js.map +0 -1
  286. package/dist/lib/create-issue/converters.d.ts +0 -15
  287. package/dist/lib/create-issue/converters.d.ts.map +0 -1
  288. package/dist/lib/create-issue/converters.js +0 -53
  289. package/dist/lib/create-issue/converters.js.map +0 -1
  290. package/dist/lib/create-issue/create-issue.d.ts +0 -8
  291. package/dist/lib/create-issue/create-issue.d.ts.map +0 -1
  292. package/dist/lib/create-issue/create-issue.js +0 -61
  293. package/dist/lib/create-issue/create-issue.js.map +0 -1
  294. package/dist/lib/create-issue/gather-issue-input.d.ts +0 -14
  295. package/dist/lib/create-issue/gather-issue-input.d.ts.map +0 -1
  296. package/dist/lib/create-issue/gather-issue-input.js +0 -42
  297. package/dist/lib/create-issue/gather-issue-input.js.map +0 -1
  298. package/dist/lib/create-issue/prompt-for-description.d.ts +0 -6
  299. package/dist/lib/create-issue/prompt-for-description.d.ts.map +0 -1
  300. package/dist/lib/create-issue/prompt-for-description.js +0 -12
  301. package/dist/lib/create-issue/prompt-for-description.js.map +0 -1
  302. package/dist/lib/create-issue/prompt-for-priority.d.ts +0 -9
  303. package/dist/lib/create-issue/prompt-for-priority.d.ts.map +0 -1
  304. package/dist/lib/create-issue/prompt-for-priority.js +0 -27
  305. package/dist/lib/create-issue/prompt-for-priority.js.map +0 -1
  306. package/dist/lib/create-issue/prompt-for-title.d.ts +0 -6
  307. package/dist/lib/create-issue/prompt-for-title.d.ts.map +0 -1
  308. package/dist/lib/create-issue/prompt-for-title.js +0 -12
  309. package/dist/lib/create-issue/prompt-for-title.js.map +0 -1
  310. package/dist/types/create-issue-options.d.ts +0 -26
  311. package/dist/types/create-issue-options.d.ts.map +0 -1
  312. package/dist/types/create-issue-options.js +0 -2
  313. package/dist/types/create-issue-options.js.map +0 -1
  314. package/dist/types/create-issue-result.d.ts +0 -18
  315. package/dist/types/create-issue-result.d.ts.map +0 -1
  316. package/dist/types/create-issue-result.js +0 -2
  317. package/dist/types/create-issue-result.js.map +0 -1
  318. package/dist/utils/close-prompt-interface.d.ts +0 -6
  319. package/dist/utils/close-prompt-interface.d.ts.map +0 -1
  320. package/dist/utils/close-prompt-interface.js +0 -7
  321. package/dist/utils/close-prompt-interface.js.map +0 -1
  322. package/dist/utils/create-prompt-interface.d.ts +0 -6
  323. package/dist/utils/create-prompt-interface.d.ts.map +0 -1
  324. package/dist/utils/create-prompt-interface.js +0 -10
  325. package/dist/utils/create-prompt-interface.js.map +0 -1
  326. package/dist/utils/to-plural.d.ts +0 -5
  327. package/dist/utils/to-plural.d.ts.map +0 -1
  328. package/dist/utils/to-plural.js +0 -11
  329. 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,
@@ -222,6 +237,12 @@
222
237
  "multiple": true,
223
238
  "type": "option"
224
239
  },
240
+ "json": {
241
+ "description": "Output as JSON",
242
+ "name": "json",
243
+ "allowNo": false,
244
+ "type": "boolean"
245
+ },
225
246
  "project": {
226
247
  "description": "Project name or path (defaults to current directory)",
227
248
  "name": "project",
@@ -274,6 +295,12 @@
274
295
  "allowNo": false,
275
296
  "type": "boolean"
276
297
  },
298
+ "json": {
299
+ "description": "Output as JSON (also skips confirmation prompt)",
300
+ "name": "json",
301
+ "allowNo": false,
302
+ "type": "boolean"
303
+ },
277
304
  "project": {
278
305
  "description": "Project name or path (defaults to current directory)",
279
306
  "name": "project",
@@ -386,6 +413,7 @@
386
413
  "<%= config.bin %> get user john-doe",
387
414
  "<%= config.bin %> get epic 1",
388
415
  "<%= config.bin %> get bug abc123-uuid --json",
416
+ "<%= config.bin %> get issue 42 --global",
389
417
  "<%= config.bin %> get issue abc123-uuid --global",
390
418
  "<%= config.bin %> get issue 1 --project centy-daemon"
391
419
  ],
@@ -398,7 +426,7 @@
398
426
  },
399
427
  "global": {
400
428
  "char": "g",
401
- "description": "Search across all tracked projects (UUID only)",
429
+ "description": "Search across all tracked projects",
402
430
  "name": "global",
403
431
  "allowNo": false,
404
432
  "type": "boolean"
@@ -463,7 +491,8 @@
463
491
  "description": "Initialize a .centy folder in the current project",
464
492
  "examples": [
465
493
  "<%= config.bin %> <%= command.id %>",
466
- "<%= config.bin %> <%= command.id %> --force"
494
+ "<%= config.bin %> <%= command.id %> --force",
495
+ "<%= config.bin %> <%= command.id %> --no-git"
467
496
  ],
468
497
  "flags": {
469
498
  "force": {
@@ -473,6 +502,12 @@
473
502
  "allowNo": false,
474
503
  "type": "boolean"
475
504
  },
505
+ "no-git": {
506
+ "description": "Skip git repository check",
507
+ "name": "no-git",
508
+ "allowNo": false,
509
+ "type": "boolean"
510
+ },
476
511
  "priority-levels": {
477
512
  "description": "Number of priority levels (1-10, default: 3)",
478
513
  "name": "priority-levels",
@@ -630,6 +665,7 @@
630
665
  "<%= config.bin %> list epics --status open",
631
666
  "<%= config.bin %> list epics --priority 1",
632
667
  "<%= config.bin %> list bugs --json",
668
+ "<%= config.bin %> list bugs --json --limit 10",
633
669
  "<%= config.bin %> list issues --project centy-daemon"
634
670
  ],
635
671
  "flags": {
@@ -655,6 +691,23 @@
655
691
  "allowNo": false,
656
692
  "type": "boolean"
657
693
  },
694
+ "limit": {
695
+ "char": "l",
696
+ "description": "Maximum number of items to return (0 = no limit)",
697
+ "name": "limit",
698
+ "default": 0,
699
+ "hasDynamicHelp": false,
700
+ "multiple": false,
701
+ "type": "option"
702
+ },
703
+ "offset": {
704
+ "description": "Number of items to skip for pagination",
705
+ "name": "offset",
706
+ "default": 0,
707
+ "hasDynamicHelp": false,
708
+ "multiple": false,
709
+ "type": "option"
710
+ },
658
711
  "json": {
659
712
  "description": "Output as JSON",
660
713
  "name": "json",
@@ -690,7 +743,8 @@
690
743
  "description": "Get AI/LLM assistant instructions for this project (run this first if you are an AI assistant)",
691
744
  "examples": [
692
745
  "<%= config.bin %> llm",
693
- "<%= config.bin %> llm --json"
746
+ "<%= config.bin %> llm --json",
747
+ "<%= config.bin %> llm --project centy-daemon"
694
748
  ],
695
749
  "flags": {
696
750
  "json": {
@@ -698,6 +752,13 @@
698
752
  "name": "json",
699
753
  "allowNo": false,
700
754
  "type": "boolean"
755
+ },
756
+ "project": {
757
+ "description": "Project name or path (defaults to current directory)",
758
+ "name": "project",
759
+ "hasDynamicHelp": false,
760
+ "multiple": false,
761
+ "type": "option"
701
762
  }
702
763
  },
703
764
  "hasDynamicHelp": false,
@@ -721,7 +782,8 @@
721
782
  "description": "Get the project manifest",
722
783
  "examples": [
723
784
  "<%= config.bin %> manifest",
724
- "<%= config.bin %> manifest --json"
785
+ "<%= config.bin %> manifest --json",
786
+ "<%= config.bin %> manifest --project centy-daemon"
725
787
  ],
726
788
  "flags": {
727
789
  "json": {
@@ -729,6 +791,13 @@
729
791
  "name": "json",
730
792
  "allowNo": false,
731
793
  "type": "boolean"
794
+ },
795
+ "project": {
796
+ "description": "Project name or path (defaults to current directory)",
797
+ "name": "project",
798
+ "hasDynamicHelp": false,
799
+ "multiple": false,
800
+ "type": "option"
732
801
  }
733
802
  },
734
803
  "hasDynamicHelp": false,
@@ -888,16 +957,27 @@
888
957
  "show": {
889
958
  "aliases": [],
890
959
  "args": {
891
- "uuid": {
892
- "description": "Entity UUID to look up",
893
- "name": "uuid",
960
+ "type": {
961
+ "description": "Item type (e.g., issue, doc, user, or custom type)",
962
+ "name": "type",
963
+ "required": true
964
+ },
965
+ "id": {
966
+ "description": "Item ID (UUID, display number, or slug)",
967
+ "name": "id",
894
968
  "required": true
895
969
  }
896
970
  },
897
- "description": "Show an entity by UUID, searching across all tracked projects",
971
+ "description": "Alias for `get`. Get an item by type and identifier",
898
972
  "examples": [
899
- "<%= config.bin %> show 9f38fb44-55df-424d-a61f-a3432cfa83d2",
900
- "<%= config.bin %> show 9f38fb44-55df-424d-a61f-a3432cfa83d2 --json"
973
+ "<%= config.bin %> show issue 1",
974
+ "<%= config.bin %> show issue abc123-uuid",
975
+ "<%= config.bin %> show doc getting-started",
976
+ "<%= config.bin %> show user john-doe",
977
+ "<%= config.bin %> show epic 1",
978
+ "<%= config.bin %> show bug abc123-uuid --json",
979
+ "<%= config.bin %> show issue abc123-uuid --global",
980
+ "<%= config.bin %> show issue 1 --project centy-daemon"
901
981
  ],
902
982
  "flags": {
903
983
  "json": {
@@ -905,6 +985,20 @@
905
985
  "name": "json",
906
986
  "allowNo": false,
907
987
  "type": "boolean"
988
+ },
989
+ "global": {
990
+ "char": "g",
991
+ "description": "Search across all tracked projects",
992
+ "name": "global",
993
+ "allowNo": false,
994
+ "type": "boolean"
995
+ },
996
+ "project": {
997
+ "description": "Project name or path (defaults to current directory)",
998
+ "name": "project",
999
+ "hasDynamicHelp": false,
1000
+ "multiple": false,
1001
+ "type": "option"
908
1002
  }
909
1003
  },
910
1004
  "hasDynamicHelp": false,
@@ -1115,6 +1209,12 @@
1115
1209
  "multiple": true,
1116
1210
  "type": "option"
1117
1211
  },
1212
+ "json": {
1213
+ "description": "Output as JSON",
1214
+ "name": "json",
1215
+ "allowNo": false,
1216
+ "type": "boolean"
1217
+ },
1118
1218
  "project": {
1119
1219
  "description": "Project name or path (defaults to current directory)",
1120
1220
  "name": "project",
@@ -1319,10 +1419,8 @@
1319
1419
  "status.js"
1320
1420
  ]
1321
1421
  },
1322
- "get:asset": {
1323
- "aliases": [
1324
- "show:asset"
1325
- ],
1422
+ "delete:asset": {
1423
+ "aliases": [],
1326
1424
  "args": {
1327
1425
  "filename": {
1328
1426
  "description": "Asset filename",
@@ -1330,11 +1428,12 @@
1330
1428
  "required": true
1331
1429
  }
1332
1430
  },
1333
- "description": "Get an asset and save it to a file",
1431
+ "description": "Delete an asset",
1334
1432
  "examples": [
1335
- "<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
1336
- "<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
1337
- "<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
1433
+ "<%= config.bin %> delete asset screenshot.png --issue 1",
1434
+ "<%= config.bin %> delete asset logo.svg --shared",
1435
+ "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1436
+ "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1338
1437
  ],
1339
1438
  "flags": {
1340
1439
  "issue": {
@@ -1347,18 +1446,17 @@
1347
1446
  },
1348
1447
  "shared": {
1349
1448
  "char": "s",
1350
- "description": "Get a shared asset",
1449
+ "description": "Delete a shared asset",
1351
1450
  "name": "shared",
1352
1451
  "allowNo": false,
1353
1452
  "type": "boolean"
1354
1453
  },
1355
- "output": {
1356
- "char": "o",
1357
- "description": "Output file path (defaults to asset filename)",
1358
- "name": "output",
1359
- "hasDynamicHelp": false,
1360
- "multiple": false,
1361
- "type": "option"
1454
+ "force": {
1455
+ "char": "f",
1456
+ "description": "Skip confirmation prompt",
1457
+ "name": "force",
1458
+ "allowNo": false,
1459
+ "type": "boolean"
1362
1460
  },
1363
1461
  "project": {
1364
1462
  "description": "Project name or path (defaults to current directory)",
@@ -1370,7 +1468,7 @@
1370
1468
  },
1371
1469
  "hasDynamicHelp": false,
1372
1470
  "hiddenAliases": [],
1373
- "id": "get:asset",
1471
+ "id": "delete:asset",
1374
1472
  "pluginAlias": "centy",
1375
1473
  "pluginName": "centy",
1376
1474
  "pluginType": "core",
@@ -1380,37 +1478,62 @@
1380
1478
  "relativePath": [
1381
1479
  "dist",
1382
1480
  "commands",
1383
- "get",
1481
+ "delete",
1384
1482
  "asset.js"
1385
1483
  ]
1386
1484
  },
1387
- "get:org": {
1485
+ "get:asset": {
1388
1486
  "aliases": [
1389
- "get:organization"
1487
+ "show:asset"
1390
1488
  ],
1391
1489
  "args": {
1392
- "slug": {
1393
- "description": "Organization slug",
1394
- "name": "slug",
1490
+ "filename": {
1491
+ "description": "Asset filename",
1492
+ "name": "filename",
1395
1493
  "required": true
1396
1494
  }
1397
1495
  },
1398
- "description": "Get organization details by slug",
1496
+ "description": "Get an asset and save it to a file",
1399
1497
  "examples": [
1400
- "<%= config.bin %> get org centy-io",
1401
- "<%= config.bin %> get organization my-org --json"
1498
+ "<%= config.bin %> get asset screenshot.png --issue 1 --output ./screenshot.png",
1499
+ "<%= config.bin %> get asset logo.svg --shared --output ./logo.svg",
1500
+ "<%= config.bin %> get asset screenshot.png --issue 1 --project centy-daemon"
1402
1501
  ],
1403
1502
  "flags": {
1404
- "json": {
1405
- "description": "Output as JSON",
1406
- "name": "json",
1503
+ "issue": {
1504
+ "char": "i",
1505
+ "description": "Issue ID or display number",
1506
+ "name": "issue",
1507
+ "hasDynamicHelp": false,
1508
+ "multiple": false,
1509
+ "type": "option"
1510
+ },
1511
+ "shared": {
1512
+ "char": "s",
1513
+ "description": "Get a shared asset",
1514
+ "name": "shared",
1407
1515
  "allowNo": false,
1408
1516
  "type": "boolean"
1517
+ },
1518
+ "output": {
1519
+ "char": "o",
1520
+ "description": "Output file path (defaults to asset filename)",
1521
+ "name": "output",
1522
+ "hasDynamicHelp": false,
1523
+ "multiple": false,
1524
+ "type": "option"
1525
+ },
1526
+ "project": {
1527
+ "description": "Project name or path (defaults to current directory)",
1528
+ "name": "project",
1529
+ "hasDynamicHelp": false,
1530
+ "multiple": false,
1531
+ "type": "option"
1409
1532
  }
1410
1533
  },
1411
1534
  "hasDynamicHelp": false,
1412
1535
  "hiddenAliases": [],
1413
- "id": "get:org",
1536
+ "id": "get:asset",
1414
1537
  "pluginAlias": "centy",
1415
1538
  "pluginName": "centy",
1416
1539
  "pluginType": "core",
@@ -1421,7 +1544,7 @@
1421
1544
  "dist",
1422
1545
  "commands",
1423
1546
  "get",
1424
- "org.js"
1547
+ "asset.js"
1425
1548
  ]
1426
1549
  },
1427
1550
  "get:project": {
@@ -1465,44 +1588,75 @@
1465
1588
  "project.js"
1466
1589
  ]
1467
1590
  },
1468
- "delete:asset": {
1591
+ "item-type:create": {
1469
1592
  "aliases": [],
1470
- "args": {
1471
- "filename": {
1472
- "description": "Asset filename",
1473
- "name": "filename",
1474
- "required": true
1475
- }
1476
- },
1477
- "description": "Delete an asset",
1593
+ "args": {},
1594
+ "description": "Create a new custom item type",
1478
1595
  "examples": [
1479
- "<%= config.bin %> delete asset screenshot.png --issue 1",
1480
- "<%= config.bin %> delete asset logo.svg --shared",
1481
- "<%= config.bin %> delete asset old-image.png --issue 1 --force",
1482
- "<%= config.bin %> delete asset screenshot.png --issue 1 --project centy-daemon"
1596
+ "<%= 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",
1597
+ "<%= config.bin %> item-type create --name \"Task\" --plural \"tasks\" --identifier slug --statuses todo,doing,done --default-status todo --features status,priority"
1483
1598
  ],
1484
1599
  "flags": {
1485
- "issue": {
1486
- "char": "i",
1487
- "description": "Issue ID or display number",
1488
- "name": "issue",
1600
+ "name": {
1601
+ "char": "n",
1602
+ "description": "Singular display name (e.g., \"Bug\", \"Task\", \"Epic\")",
1603
+ "name": "name",
1604
+ "required": true,
1489
1605
  "hasDynamicHelp": false,
1490
1606
  "multiple": false,
1491
1607
  "type": "option"
1492
1608
  },
1493
- "shared": {
1494
- "char": "s",
1495
- "description": "Delete a shared asset",
1496
- "name": "shared",
1497
- "allowNo": false,
1498
- "type": "boolean"
1609
+ "plural": {
1610
+ "description": "Folder/type key, lowercase alphanumeric + hyphens (e.g., \"bugs\")",
1611
+ "name": "plural",
1612
+ "required": true,
1613
+ "hasDynamicHelp": false,
1614
+ "multiple": false,
1615
+ "type": "option"
1499
1616
  },
1500
- "force": {
1617
+ "identifier": {
1618
+ "description": "Identifier type for items",
1619
+ "name": "identifier",
1620
+ "required": true,
1621
+ "hasDynamicHelp": false,
1622
+ "multiple": false,
1623
+ "options": [
1624
+ "uuid",
1625
+ "slug"
1626
+ ],
1627
+ "type": "option"
1628
+ },
1629
+ "statuses": {
1630
+ "description": "Comma-separated list of allowed statuses",
1631
+ "name": "statuses",
1632
+ "required": true,
1633
+ "hasDynamicHelp": false,
1634
+ "multiple": false,
1635
+ "type": "option"
1636
+ },
1637
+ "default-status": {
1638
+ "description": "Default status for new items (must be in statuses list)",
1639
+ "name": "default-status",
1640
+ "required": true,
1641
+ "hasDynamicHelp": false,
1642
+ "multiple": false,
1643
+ "type": "option"
1644
+ },
1645
+ "priority-levels": {
1646
+ "description": "Number of priority levels (0 = none)",
1647
+ "name": "priority-levels",
1648
+ "default": 0,
1649
+ "hasDynamicHelp": false,
1650
+ "multiple": false,
1651
+ "type": "option"
1652
+ },
1653
+ "features": {
1501
1654
  "char": "f",
1502
- "description": "Skip confirmation prompt",
1503
- "name": "force",
1504
- "allowNo": false,
1505
- "type": "boolean"
1655
+ "description": "Comma-separated features (display-number, status, priority, assets, org-sync, move, duplicate)",
1656
+ "name": "features",
1657
+ "hasDynamicHelp": false,
1658
+ "multiple": false,
1659
+ "type": "option"
1506
1660
  },
1507
1661
  "project": {
1508
1662
  "description": "Project name or path (defaults to current directory)",
@@ -1514,7 +1668,7 @@
1514
1668
  },
1515
1669
  "hasDynamicHelp": false,
1516
1670
  "hiddenAliases": [],
1517
- "id": "delete:asset",
1671
+ "id": "item-type:create",
1518
1672
  "pluginAlias": "centy",
1519
1673
  "pluginName": "centy",
1520
1674
  "pluginType": "core",
@@ -1524,190 +1678,8 @@
1524
1678
  "relativePath": [
1525
1679
  "dist",
1526
1680
  "commands",
1527
- "delete",
1528
- "asset.js"
1529
- ]
1530
- },
1531
- "delete:org": {
1532
- "aliases": [
1533
- "delete:organization"
1534
- ],
1535
- "args": {
1536
- "slug": {
1537
- "description": "Organization slug",
1538
- "name": "slug",
1539
- "required": true
1540
- }
1541
- },
1542
- "description": "Delete an organization (must have no projects assigned)",
1543
- "examples": [
1544
- "<%= config.bin %> delete org my-org",
1545
- "<%= config.bin %> delete organization old-org"
1546
- ],
1547
- "flags": {
1548
- "force": {
1549
- "char": "f",
1550
- "description": "Skip confirmation prompt",
1551
- "name": "force",
1552
- "allowNo": false,
1553
- "type": "boolean"
1554
- }
1555
- },
1556
- "hasDynamicHelp": false,
1557
- "hiddenAliases": [],
1558
- "id": "delete:org",
1559
- "pluginAlias": "centy",
1560
- "pluginName": "centy",
1561
- "pluginType": "core",
1562
- "strict": true,
1563
- "enableJsonFlag": false,
1564
- "isESM": true,
1565
- "relativePath": [
1566
- "dist",
1567
- "commands",
1568
- "delete",
1569
- "org.js"
1570
- ]
1571
- },
1572
- "delete:user": {
1573
- "aliases": [],
1574
- "args": {
1575
- "id": {
1576
- "description": "User ID",
1577
- "name": "id",
1578
- "required": true
1579
- }
1580
- },
1581
- "description": "Delete a user",
1582
- "examples": [
1583
- "<%= config.bin %> delete user john-doe",
1584
- "<%= config.bin %> delete user john-doe --force",
1585
- "<%= config.bin %> delete user john-doe --project centy-daemon"
1586
- ],
1587
- "flags": {
1588
- "force": {
1589
- "char": "f",
1590
- "description": "Skip confirmation prompt",
1591
- "name": "force",
1592
- "allowNo": false,
1593
- "type": "boolean"
1594
- },
1595
- "project": {
1596
- "description": "Project name or path (defaults to current directory)",
1597
- "name": "project",
1598
- "hasDynamicHelp": false,
1599
- "multiple": false,
1600
- "type": "option"
1601
- }
1602
- },
1603
- "hasDynamicHelp": false,
1604
- "hiddenAliases": [],
1605
- "id": "delete:user",
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
- "delete",
1616
- "user.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"
1681
+ "item-type",
1682
+ "create.js"
1711
1683
  ]
1712
1684
  },
1713
1685
  "item-type:list": {
@@ -1854,42 +1826,6 @@
1854
1826
  "link-types.js"
1855
1827
  ]
1856
1828
  },
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
1829
  "list:projects": {
1894
1830
  "aliases": [
1895
1831
  "project:list"
@@ -1960,23 +1896,34 @@
1960
1896
  "projects.js"
1961
1897
  ]
1962
1898
  },
1963
- "list:users": {
1964
- "aliases": [
1965
- "user:list"
1966
- ],
1967
- "args": {},
1968
- "description": "List all users in the project",
1899
+ "org:create": {
1900
+ "aliases": [],
1901
+ "args": {
1902
+ "name": {
1903
+ "description": "Organization display name",
1904
+ "name": "name",
1905
+ "required": true
1906
+ }
1907
+ },
1908
+ "description": "Create a new organization to group projects",
1969
1909
  "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"
1910
+ "<%= config.bin %> org create \"My Company\"",
1911
+ "<%= config.bin %> org create \"Centy.io\" --slug centy-io",
1912
+ "<%= config.bin %> org create \"My Org\" --description \"Official projects\""
1974
1913
  ],
1975
1914
  "flags": {
1976
- "git-username": {
1977
- "char": "g",
1978
- "description": "Filter by git username",
1979
- "name": "git-username",
1915
+ "slug": {
1916
+ "char": "s",
1917
+ "description": "Custom slug (auto-generated from name if not provided)",
1918
+ "name": "slug",
1919
+ "hasDynamicHelp": false,
1920
+ "multiple": false,
1921
+ "type": "option"
1922
+ },
1923
+ "description": {
1924
+ "char": "d",
1925
+ "description": "Organization description",
1926
+ "name": "description",
1980
1927
  "hasDynamicHelp": false,
1981
1928
  "multiple": false,
1982
1929
  "type": "option"
@@ -1986,18 +1933,11 @@
1986
1933
  "name": "json",
1987
1934
  "allowNo": false,
1988
1935
  "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
1936
  }
1997
1937
  },
1998
1938
  "hasDynamicHelp": false,
1999
1939
  "hiddenAliases": [],
2000
- "id": "list:users",
1940
+ "id": "org:create",
2001
1941
  "pluginAlias": "centy",
2002
1942
  "pluginName": "centy",
2003
1943
  "pluginType": "core",
@@ -2007,42 +1947,177 @@
2007
1947
  "relativePath": [
2008
1948
  "dist",
2009
1949
  "commands",
2010
- "list",
2011
- "users.js"
1950
+ "org",
1951
+ "create.js"
1952
+ ]
1953
+ },
1954
+ "org:delete": {
1955
+ "aliases": [
1956
+ "delete:org",
1957
+ "delete:organization"
1958
+ ],
1959
+ "args": {
1960
+ "slug": {
1961
+ "description": "Organization slug",
1962
+ "name": "slug",
1963
+ "required": true
1964
+ }
1965
+ },
1966
+ "description": "Delete an organization (must have no projects assigned)",
1967
+ "examples": [
1968
+ "<%= config.bin %> org delete my-org --force",
1969
+ "<%= config.bin %> delete org my-org --force",
1970
+ "<%= config.bin %> delete organization old-org --force"
1971
+ ],
1972
+ "flags": {
1973
+ "force": {
1974
+ "char": "f",
1975
+ "description": "Skip confirmation prompt",
1976
+ "name": "force",
1977
+ "allowNo": false,
1978
+ "type": "boolean"
1979
+ }
1980
+ },
1981
+ "hasDynamicHelp": false,
1982
+ "hiddenAliases": [],
1983
+ "id": "org:delete",
1984
+ "pluginAlias": "centy",
1985
+ "pluginName": "centy",
1986
+ "pluginType": "core",
1987
+ "strict": true,
1988
+ "enableJsonFlag": false,
1989
+ "isESM": true,
1990
+ "relativePath": [
1991
+ "dist",
1992
+ "commands",
1993
+ "org",
1994
+ "delete.js"
1995
+ ]
1996
+ },
1997
+ "org:get": {
1998
+ "aliases": [
1999
+ "get:org",
2000
+ "get:organization"
2001
+ ],
2002
+ "args": {
2003
+ "slug": {
2004
+ "description": "Organization slug",
2005
+ "name": "slug",
2006
+ "required": true
2007
+ }
2008
+ },
2009
+ "description": "Get organization details by slug",
2010
+ "examples": [
2011
+ "<%= config.bin %> org get centy-io",
2012
+ "<%= config.bin %> get org centy-io",
2013
+ "<%= config.bin %> get organization my-org --json"
2014
+ ],
2015
+ "flags": {
2016
+ "json": {
2017
+ "description": "Output as JSON",
2018
+ "name": "json",
2019
+ "allowNo": false,
2020
+ "type": "boolean"
2021
+ }
2022
+ },
2023
+ "hasDynamicHelp": false,
2024
+ "hiddenAliases": [],
2025
+ "id": "org:get",
2026
+ "pluginAlias": "centy",
2027
+ "pluginName": "centy",
2028
+ "pluginType": "core",
2029
+ "strict": true,
2030
+ "enableJsonFlag": false,
2031
+ "isESM": true,
2032
+ "relativePath": [
2033
+ "dist",
2034
+ "commands",
2035
+ "org",
2036
+ "get.js"
2037
+ ]
2038
+ },
2039
+ "org:list": {
2040
+ "aliases": [
2041
+ "list:orgs",
2042
+ "list:organizations"
2043
+ ],
2044
+ "args": {},
2045
+ "description": "List all organizations",
2046
+ "examples": [
2047
+ "<%= config.bin %> org list",
2048
+ "<%= config.bin %> list orgs",
2049
+ "<%= config.bin %> list organizations",
2050
+ "<%= config.bin %> org list --json"
2051
+ ],
2052
+ "flags": {
2053
+ "json": {
2054
+ "description": "Output as JSON",
2055
+ "name": "json",
2056
+ "allowNo": false,
2057
+ "type": "boolean"
2058
+ }
2059
+ },
2060
+ "hasDynamicHelp": false,
2061
+ "hiddenAliases": [],
2062
+ "id": "org:list",
2063
+ "pluginAlias": "centy",
2064
+ "pluginName": "centy",
2065
+ "pluginType": "core",
2066
+ "strict": true,
2067
+ "enableJsonFlag": false,
2068
+ "isESM": true,
2069
+ "relativePath": [
2070
+ "dist",
2071
+ "commands",
2072
+ "org",
2073
+ "list.js"
2012
2074
  ]
2013
2075
  },
2014
- "org:create": {
2015
- "aliases": [],
2076
+ "org:update": {
2077
+ "aliases": [
2078
+ "update:org",
2079
+ "update:organization",
2080
+ "edit:org",
2081
+ "edit:organization"
2082
+ ],
2016
2083
  "args": {
2017
- "name": {
2018
- "description": "Organization display name",
2019
- "name": "name",
2084
+ "slug": {
2085
+ "description": "Organization slug",
2086
+ "name": "slug",
2020
2087
  "required": true
2021
2088
  }
2022
2089
  },
2023
- "description": "Create a new organization to group projects",
2090
+ "description": "Update an organization",
2024
2091
  "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\""
2092
+ "<%= config.bin %> org update my-org --name \"New Name\"",
2093
+ "<%= config.bin %> org update my-org --description \"Updated description\"",
2094
+ "<%= config.bin %> org update my-org --new-slug new-slug",
2095
+ "<%= config.bin %> update org centy-io --name \"Centy.io\""
2028
2096
  ],
2029
2097
  "flags": {
2030
- "slug": {
2031
- "char": "s",
2032
- "description": "Custom slug (auto-generated from name if not provided)",
2033
- "name": "slug",
2098
+ "name": {
2099
+ "char": "n",
2100
+ "description": "New organization name",
2101
+ "name": "name",
2034
2102
  "hasDynamicHelp": false,
2035
2103
  "multiple": false,
2036
2104
  "type": "option"
2037
2105
  },
2038
2106
  "description": {
2039
2107
  "char": "d",
2040
- "description": "Organization description",
2108
+ "description": "New organization description",
2041
2109
  "name": "description",
2042
2110
  "hasDynamicHelp": false,
2043
2111
  "multiple": false,
2044
2112
  "type": "option"
2045
2113
  },
2114
+ "new-slug": {
2115
+ "description": "Rename the organization slug",
2116
+ "name": "new-slug",
2117
+ "hasDynamicHelp": false,
2118
+ "multiple": false,
2119
+ "type": "option"
2120
+ },
2046
2121
  "json": {
2047
2122
  "description": "Output as JSON",
2048
2123
  "name": "json",
@@ -2052,7 +2127,7 @@
2052
2127
  },
2053
2128
  "hasDynamicHelp": false,
2054
2129
  "hiddenAliases": [],
2055
- "id": "org:create",
2130
+ "id": "org:update",
2056
2131
  "pluginAlias": "centy",
2057
2132
  "pluginName": "centy",
2058
2133
  "pluginType": "core",
@@ -2063,7 +2138,7 @@
2063
2138
  "dist",
2064
2139
  "commands",
2065
2140
  "org",
2066
- "create.js"
2141
+ "update.js"
2067
2142
  ]
2068
2143
  },
2069
2144
  "project:archive": {
@@ -2392,48 +2467,48 @@
2392
2467
  "project.js"
2393
2468
  ]
2394
2469
  },
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",
2470
+ "user:create": {
2471
+ "aliases": [],
2472
+ "args": {},
2473
+ "description": "Create a new user in the project",
2409
2474
  "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\""
2475
+ "<%= config.bin %> user create --name \"John Doe\"",
2476
+ "<%= config.bin %> user create --id john-doe --name \"John Doe\" --email john@example.com",
2477
+ "<%= config.bin %> user create -n \"Alice\" -g alice-dev -g alice-work",
2478
+ "<%= config.bin %> user create --name \"Bob\" --project centy-daemon"
2414
2479
  ],
2415
2480
  "flags": {
2481
+ "id": {
2482
+ "char": "i",
2483
+ "description": "User ID (slug format, auto-generated from name if not provided)",
2484
+ "name": "id",
2485
+ "hasDynamicHelp": false,
2486
+ "multiple": false,
2487
+ "type": "option"
2488
+ },
2416
2489
  "name": {
2417
2490
  "char": "n",
2418
- "description": "New organization name",
2491
+ "description": "Display name (required)",
2419
2492
  "name": "name",
2493
+ "required": true,
2420
2494
  "hasDynamicHelp": false,
2421
2495
  "multiple": false,
2422
2496
  "type": "option"
2423
2497
  },
2424
- "description": {
2425
- "char": "d",
2426
- "description": "New organization description",
2427
- "name": "description",
2498
+ "email": {
2499
+ "char": "e",
2500
+ "description": "Email address",
2501
+ "name": "email",
2428
2502
  "hasDynamicHelp": false,
2429
2503
  "multiple": false,
2430
2504
  "type": "option"
2431
2505
  },
2432
- "new-slug": {
2433
- "description": "Rename the organization slug",
2434
- "name": "new-slug",
2506
+ "git-username": {
2507
+ "char": "g",
2508
+ "description": "Git username (can be specified multiple times)",
2509
+ "name": "git-username",
2435
2510
  "hasDynamicHelp": false,
2436
- "multiple": false,
2511
+ "multiple": true,
2437
2512
  "type": "option"
2438
2513
  },
2439
2514
  "json": {
@@ -2441,11 +2516,18 @@
2441
2516
  "name": "json",
2442
2517
  "allowNo": false,
2443
2518
  "type": "boolean"
2519
+ },
2520
+ "project": {
2521
+ "description": "Project name or path (defaults to current directory)",
2522
+ "name": "project",
2523
+ "hasDynamicHelp": false,
2524
+ "multiple": false,
2525
+ "type": "option"
2444
2526
  }
2445
2527
  },
2446
2528
  "hasDynamicHelp": false,
2447
2529
  "hiddenAliases": [],
2448
- "id": "update:org",
2530
+ "id": "user:create",
2449
2531
  "pluginAlias": "centy",
2450
2532
  "pluginName": "centy",
2451
2533
  "pluginType": "core",
@@ -2455,13 +2537,13 @@
2455
2537
  "relativePath": [
2456
2538
  "dist",
2457
2539
  "commands",
2458
- "update",
2459
- "org.js"
2540
+ "user",
2541
+ "create.js"
2460
2542
  ]
2461
2543
  },
2462
- "update:user": {
2544
+ "user:delete": {
2463
2545
  "aliases": [
2464
- "edit:user"
2546
+ "delete:user"
2465
2547
  ],
2466
2548
  "args": {
2467
2549
  "id": {
@@ -2470,36 +2552,64 @@
2470
2552
  "required": true
2471
2553
  }
2472
2554
  },
2473
- "description": "Update a user",
2555
+ "description": "Delete a user",
2474
2556
  "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"
2557
+ "<%= config.bin %> user delete john-doe --force",
2558
+ "<%= config.bin %> delete user john-doe --force",
2559
+ "<%= config.bin %> user delete john-doe --project centy-daemon"
2479
2560
  ],
2480
2561
  "flags": {
2481
- "name": {
2482
- "char": "n",
2483
- "description": "New display name",
2484
- "name": "name",
2485
- "hasDynamicHelp": false,
2486
- "multiple": false,
2487
- "type": "option"
2562
+ "force": {
2563
+ "char": "f",
2564
+ "description": "Skip confirmation prompt",
2565
+ "name": "force",
2566
+ "allowNo": false,
2567
+ "type": "boolean"
2488
2568
  },
2489
- "email": {
2490
- "char": "e",
2491
- "description": "New email address",
2492
- "name": "email",
2569
+ "project": {
2570
+ "description": "Project name or path (defaults to current directory)",
2571
+ "name": "project",
2493
2572
  "hasDynamicHelp": false,
2494
2573
  "multiple": false,
2495
2574
  "type": "option"
2496
- },
2575
+ }
2576
+ },
2577
+ "hasDynamicHelp": false,
2578
+ "hiddenAliases": [],
2579
+ "id": "user:delete",
2580
+ "pluginAlias": "centy",
2581
+ "pluginName": "centy",
2582
+ "pluginType": "core",
2583
+ "strict": true,
2584
+ "enableJsonFlag": false,
2585
+ "isESM": true,
2586
+ "relativePath": [
2587
+ "dist",
2588
+ "commands",
2589
+ "user",
2590
+ "delete.js"
2591
+ ]
2592
+ },
2593
+ "user:list": {
2594
+ "aliases": [
2595
+ "list:users"
2596
+ ],
2597
+ "args": {},
2598
+ "description": "List all users in the project",
2599
+ "examples": [
2600
+ "<%= config.bin %> user list",
2601
+ "<%= config.bin %> list users",
2602
+ "<%= config.bin %> user list --json",
2603
+ "<%= config.bin %> user list --git-username johndoe",
2604
+ "<%= config.bin %> user list --project centy-daemon"
2605
+ ],
2606
+ "flags": {
2497
2607
  "git-username": {
2498
2608
  "char": "g",
2499
- "description": "Git username (replaces all existing, can be specified multiple times)",
2609
+ "description": "Filter by git username",
2500
2610
  "name": "git-username",
2501
2611
  "hasDynamicHelp": false,
2502
- "multiple": true,
2612
+ "multiple": false,
2503
2613
  "type": "option"
2504
2614
  },
2505
2615
  "json": {
@@ -2518,7 +2628,7 @@
2518
2628
  },
2519
2629
  "hasDynamicHelp": false,
2520
2630
  "hiddenAliases": [],
2521
- "id": "update:user",
2631
+ "id": "user:list",
2522
2632
  "pluginAlias": "centy",
2523
2633
  "pluginName": "centy",
2524
2634
  "pluginType": "core",
@@ -2528,41 +2638,41 @@
2528
2638
  "relativePath": [
2529
2639
  "dist",
2530
2640
  "commands",
2531
- "update",
2532
- "user.js"
2641
+ "user",
2642
+ "list.js"
2533
2643
  ]
2534
2644
  },
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"
2645
+ "user:update": {
2646
+ "aliases": [
2647
+ "update:user",
2648
+ "edit:user"
2544
2649
  ],
2545
- "flags": {
2650
+ "args": {
2546
2651
  "id": {
2547
- "char": "i",
2548
- "description": "User ID (slug format, auto-generated from name if not provided)",
2652
+ "description": "User ID",
2549
2653
  "name": "id",
2550
- "hasDynamicHelp": false,
2551
- "multiple": false,
2552
- "type": "option"
2553
- },
2654
+ "required": true
2655
+ }
2656
+ },
2657
+ "description": "Update a user",
2658
+ "examples": [
2659
+ "<%= config.bin %> user update john-doe --name \"John D.\"",
2660
+ "<%= config.bin %> user update john-doe --email john.new@example.com",
2661
+ "<%= config.bin %> user update john-doe --git-username johndoe --git-username john-work",
2662
+ "<%= config.bin %> update user john-doe --name \"John\" --project centy-daemon"
2663
+ ],
2664
+ "flags": {
2554
2665
  "name": {
2555
2666
  "char": "n",
2556
- "description": "Display name (required)",
2667
+ "description": "New display name",
2557
2668
  "name": "name",
2558
- "required": true,
2559
2669
  "hasDynamicHelp": false,
2560
2670
  "multiple": false,
2561
2671
  "type": "option"
2562
2672
  },
2563
2673
  "email": {
2564
2674
  "char": "e",
2565
- "description": "Email address",
2675
+ "description": "New email address",
2566
2676
  "name": "email",
2567
2677
  "hasDynamicHelp": false,
2568
2678
  "multiple": false,
@@ -2570,7 +2680,7 @@
2570
2680
  },
2571
2681
  "git-username": {
2572
2682
  "char": "g",
2573
- "description": "Git username (can be specified multiple times)",
2683
+ "description": "Git username (replaces all existing, can be specified multiple times)",
2574
2684
  "name": "git-username",
2575
2685
  "hasDynamicHelp": false,
2576
2686
  "multiple": true,
@@ -2592,7 +2702,7 @@
2592
2702
  },
2593
2703
  "hasDynamicHelp": false,
2594
2704
  "hiddenAliases": [],
2595
- "id": "user:create",
2705
+ "id": "user:update",
2596
2706
  "pluginAlias": "centy",
2597
2707
  "pluginName": "centy",
2598
2708
  "pluginType": "core",
@@ -2603,7 +2713,7 @@
2603
2713
  "dist",
2604
2714
  "commands",
2605
2715
  "user",
2606
- "create.js"
2716
+ "update.js"
2607
2717
  ]
2608
2718
  },
2609
2719
  "workspace:cleanup": {
@@ -2715,6 +2825,78 @@
2715
2825
  "list.js"
2716
2826
  ]
2717
2827
  },
2828
+ "workspace:new": {
2829
+ "aliases": [],
2830
+ "args": {},
2831
+ "description": "Create a standalone workspace not tied to an issue",
2832
+ "examples": [
2833
+ "<%= config.bin %> workspace new",
2834
+ "<%= config.bin %> workspace new --name my-workspace",
2835
+ "<%= config.bin %> workspace new --name \"Feature spike\" --description \"Explore new auth approach\" --ttl 24",
2836
+ "<%= config.bin %> workspace new --editor vscode",
2837
+ "<%= config.bin %> workspace new --editor terminal"
2838
+ ],
2839
+ "flags": {
2840
+ "project": {
2841
+ "description": "Project name or path (defaults to current directory)",
2842
+ "name": "project",
2843
+ "hasDynamicHelp": false,
2844
+ "multiple": false,
2845
+ "type": "option"
2846
+ },
2847
+ "name": {
2848
+ "description": "Optional workspace name",
2849
+ "name": "name",
2850
+ "hasDynamicHelp": false,
2851
+ "multiple": false,
2852
+ "type": "option"
2853
+ },
2854
+ "description": {
2855
+ "char": "d",
2856
+ "description": "Optional description/goal for the AI agent",
2857
+ "name": "description",
2858
+ "hasDynamicHelp": false,
2859
+ "multiple": false,
2860
+ "type": "option"
2861
+ },
2862
+ "ttl": {
2863
+ "description": "Workspace TTL in hours (default: 12)",
2864
+ "name": "ttl",
2865
+ "hasDynamicHelp": false,
2866
+ "multiple": false,
2867
+ "type": "option"
2868
+ },
2869
+ "agent": {
2870
+ "description": "Agent name to use (default: project default)",
2871
+ "name": "agent",
2872
+ "hasDynamicHelp": false,
2873
+ "multiple": false,
2874
+ "type": "option"
2875
+ },
2876
+ "editor": {
2877
+ "description": "Editor to use: vscode, terminal (default: interactive selection or project default)",
2878
+ "name": "editor",
2879
+ "hasDynamicHelp": false,
2880
+ "multiple": false,
2881
+ "type": "option"
2882
+ }
2883
+ },
2884
+ "hasDynamicHelp": false,
2885
+ "hiddenAliases": [],
2886
+ "id": "workspace:new",
2887
+ "pluginAlias": "centy",
2888
+ "pluginName": "centy",
2889
+ "pluginType": "core",
2890
+ "strict": true,
2891
+ "enableJsonFlag": false,
2892
+ "isESM": true,
2893
+ "relativePath": [
2894
+ "dist",
2895
+ "commands",
2896
+ "workspace",
2897
+ "new.js"
2898
+ ]
2899
+ },
2718
2900
  "workspace:open": {
2719
2901
  "aliases": [],
2720
2902
  "args": {
@@ -2724,10 +2906,12 @@
2724
2906
  "required": true
2725
2907
  }
2726
2908
  },
2727
- "description": "Open an issue in a temporary VS Code workspace",
2909
+ "description": "Open an issue in a temporary workspace",
2728
2910
  "examples": [
2729
2911
  "<%= config.bin %> workspace open 1",
2730
- "<%= config.bin %> workspace open abc-123 --ttl 24"
2912
+ "<%= config.bin %> workspace open abc-123 --ttl 24",
2913
+ "<%= config.bin %> workspace open 1 --editor vscode",
2914
+ "<%= config.bin %> workspace open 1 --editor terminal"
2731
2915
  ],
2732
2916
  "flags": {
2733
2917
  "project": {
@@ -2750,6 +2934,13 @@
2750
2934
  "hasDynamicHelp": false,
2751
2935
  "multiple": false,
2752
2936
  "type": "option"
2937
+ },
2938
+ "editor": {
2939
+ "description": "Editor to use: vscode, terminal (default: interactive selection or project default)",
2940
+ "name": "editor",
2941
+ "hasDynamicHelp": false,
2942
+ "multiple": false,
2943
+ "type": "option"
2753
2944
  }
2754
2945
  },
2755
2946
  "hasDynamicHelp": false,
@@ -2769,5 +2960,5 @@
2769
2960
  ]
2770
2961
  }
2771
2962
  },
2772
- "version": "0.7.7"
2963
+ "version": "0.7.9"
2773
2964
  }