@cbnventures/nova 0.17.0 → 0.18.0

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 (643) hide show
  1. package/LICENSE +22 -0
  2. package/build/package.json +1 -1
  3. package/build/src/api/node-releases.d.ts +4 -4
  4. package/build/src/api/node-releases.d.ts.map +1 -1
  5. package/build/src/api/node-releases.js +14 -14
  6. package/build/src/api/node-releases.js.map +1 -1
  7. package/build/src/api/spdx-licenses.d.ts +4 -4
  8. package/build/src/api/spdx-licenses.d.ts.map +1 -1
  9. package/build/src/api/spdx-licenses.js +12 -12
  10. package/build/src/api/spdx-licenses.js.map +1 -1
  11. package/build/src/cli/generate/github/funding.d.ts +3 -3
  12. package/build/src/cli/generate/github/funding.d.ts.map +1 -1
  13. package/build/src/cli/generate/github/funding.js +5 -5
  14. package/build/src/cli/generate/github/funding.js.map +1 -1
  15. package/build/src/cli/generate/github/issue-template.d.ts +3 -3
  16. package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
  17. package/build/src/cli/generate/github/issue-template.js +14 -12
  18. package/build/src/cli/generate/github/issue-template.js.map +1 -1
  19. package/build/src/cli/generate/github/workflows.d.ts +10 -10
  20. package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
  21. package/build/src/cli/generate/github/workflows.js +222 -104
  22. package/build/src/cli/generate/github/workflows.js.map +1 -1
  23. package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
  24. package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
  25. package/build/src/cli/generate/must-haves/agent-conventions.js +11 -11
  26. package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
  27. package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
  28. package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
  29. package/build/src/cli/generate/must-haves/dotenv.js +69 -69
  30. package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
  31. package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
  32. package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
  33. package/build/src/cli/generate/must-haves/editorconfig.js +3 -3
  34. package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
  35. package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
  36. package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
  37. package/build/src/cli/generate/must-haves/gitignore.js +69 -67
  38. package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
  39. package/build/src/cli/generate/must-haves/license.d.ts +3 -3
  40. package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
  41. package/build/src/cli/generate/must-haves/license.js +11 -7
  42. package/build/src/cli/generate/must-haves/license.js.map +1 -1
  43. package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
  44. package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
  45. package/build/src/cli/generate/must-haves/read-me.js +20 -27
  46. package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
  47. package/build/src/cli/index.js +81 -34
  48. package/build/src/cli/index.js.map +1 -1
  49. package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
  50. package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
  51. package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
  52. package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
  53. package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
  54. package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
  55. package/build/src/cli/recipe/github/sync-features.js +145 -0
  56. package/build/src/cli/recipe/github/sync-features.js.map +1 -0
  57. package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
  58. package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
  59. package/build/src/cli/recipe/github/sync-identity.js +191 -0
  60. package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
  61. package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
  62. package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
  63. package/build/src/cli/recipe/github/sync-policies.js +154 -0
  64. package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
  65. package/build/src/cli/recipe/index.d.ts +2 -2
  66. package/build/src/cli/recipe/index.d.ts.map +1 -1
  67. package/build/src/cli/recipe/index.js +66 -56
  68. package/build/src/cli/recipe/index.js.map +1 -1
  69. package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
  70. package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
  71. package/build/src/cli/recipe/package-json/cleanup.js +25 -24
  72. package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
  73. package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
  74. package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
  75. package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
  76. package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
  77. package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
  78. package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
  79. package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
  80. package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
  81. package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
  82. package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
  83. package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
  84. package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
  85. package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
  86. package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
  87. package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
  88. package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
  89. package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
  90. package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
  91. package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
  92. package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
  93. package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
  94. package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
  95. package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
  96. package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
  97. package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
  98. package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
  99. package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
  100. package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
  101. package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
  102. package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
  103. package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
  104. package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
  105. package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
  106. package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
  107. package/build/src/cli/scaffold/app/expressjs.js +1 -1
  108. package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
  109. package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
  110. package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
  111. package/build/src/cli/scaffold/app/nextjs.js +1 -1
  112. package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
  113. package/build/src/cli/scaffold/app/vite.d.ts +3 -3
  114. package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
  115. package/build/src/cli/scaffold/app/vite.js +1 -1
  116. package/build/src/cli/scaffold/app/vite.js.map +1 -1
  117. package/build/src/cli/scaffold/app/workers.d.ts +3 -3
  118. package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
  119. package/build/src/cli/scaffold/app/workers.js +1 -1
  120. package/build/src/cli/scaffold/app/workers.js.map +1 -1
  121. package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
  122. package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
  123. package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
  124. package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
  125. package/build/src/cli/scaffold/starter/base.d.ts +3 -3
  126. package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
  127. package/build/src/cli/scaffold/starter/base.js +7 -7
  128. package/build/src/cli/scaffold/starter/base.js.map +1 -1
  129. package/build/src/cli/utility/changelog.d.ts +4 -3
  130. package/build/src/cli/utility/changelog.d.ts.map +1 -1
  131. package/build/src/cli/utility/changelog.js +84 -83
  132. package/build/src/cli/utility/changelog.js.map +1 -1
  133. package/build/src/cli/utility/initialize.d.ts +5 -3
  134. package/build/src/cli/utility/initialize.d.ts.map +1 -1
  135. package/build/src/cli/utility/initialize.js +805 -244
  136. package/build/src/cli/utility/initialize.js.map +1 -1
  137. package/build/src/cli/utility/run-recipes.d.ts +3 -3
  138. package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
  139. package/build/src/cli/utility/run-recipes.js +43 -12
  140. package/build/src/cli/utility/run-recipes.js.map +1 -1
  141. package/build/src/cli/utility/run-scripts.d.ts +3 -3
  142. package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
  143. package/build/src/cli/utility/run-scripts.js +9 -8
  144. package/build/src/cli/utility/run-scripts.js.map +1 -1
  145. package/build/src/cli/utility/transpile.d.ts +3 -3
  146. package/build/src/cli/utility/transpile.d.ts.map +1 -1
  147. package/build/src/cli/utility/transpile.js +4 -4
  148. package/build/src/cli/utility/transpile.js.map +1 -1
  149. package/build/src/cli/utility/type-check.d.ts +3 -3
  150. package/build/src/cli/utility/type-check.d.ts.map +1 -1
  151. package/build/src/cli/utility/type-check.js +4 -4
  152. package/build/src/cli/utility/type-check.js.map +1 -1
  153. package/build/src/cli/utility/version.d.ts +3 -3
  154. package/build/src/cli/utility/version.d.ts.map +1 -1
  155. package/build/src/cli/utility/version.js +102 -102
  156. package/build/src/cli/utility/version.js.map +1 -1
  157. package/build/src/lib/constants.d.ts +3 -2
  158. package/build/src/lib/constants.d.ts.map +1 -1
  159. package/build/src/lib/constants.js +1 -0
  160. package/build/src/lib/constants.js.map +1 -1
  161. package/build/src/lib/item.d.ts +32 -31
  162. package/build/src/lib/item.d.ts.map +1 -1
  163. package/build/src/lib/item.js +3 -1
  164. package/build/src/lib/item.js.map +1 -1
  165. package/build/src/lib/nova-config.d.ts +11 -5
  166. package/build/src/lib/nova-config.d.ts.map +1 -1
  167. package/build/src/lib/nova-config.js +143 -8
  168. package/build/src/lib/nova-config.js.map +1 -1
  169. package/build/src/lib/regex.d.ts +15 -1
  170. package/build/src/lib/regex.d.ts.map +1 -1
  171. package/build/src/lib/regex.js +15 -1
  172. package/build/src/lib/regex.js.map +1 -1
  173. package/build/src/lib/scaffold.d.ts +9 -9
  174. package/build/src/lib/scaffold.d.ts.map +1 -1
  175. package/build/src/lib/scaffold.js +45 -44
  176. package/build/src/lib/scaffold.js.map +1 -1
  177. package/build/src/lib/utility.d.ts +26 -22
  178. package/build/src/lib/utility.d.ts.map +1 -1
  179. package/build/src/lib/utility.js +83 -17
  180. package/build/src/lib/utility.js.map +1 -1
  181. package/build/src/lib/workflow-templates.d.ts +2 -2
  182. package/build/src/lib/workflow-templates.d.ts.map +1 -1
  183. package/build/src/lib/workflow-templates.js +42 -0
  184. package/build/src/lib/workflow-templates.js.map +1 -1
  185. package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
  186. package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
  187. package/build/src/presets/eslint/dx-code-style.js.map +1 -1
  188. package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
  189. package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
  190. package/build/src/presets/eslint/dx-ignore.js.map +1 -1
  191. package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
  192. package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
  193. package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
  194. package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
  195. package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
  196. package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
  197. package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
  198. package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
  199. package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
  200. package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
  201. package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
  202. package/build/src/presets/eslint/lang-javascript.js.map +1 -1
  203. package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
  204. package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
  205. package/build/src/presets/eslint/lang-mdx.js.map +1 -1
  206. package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
  207. package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
  208. package/build/src/presets/eslint/lang-typescript.js.map +1 -1
  209. package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
  210. package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
  211. package/build/src/presets/eslint/runtime-browser.js.map +1 -1
  212. package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
  213. package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
  214. package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
  215. package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
  216. package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
  217. package/build/src/presets/eslint/runtime-edge.js.map +1 -1
  218. package/build/src/presets/eslint/runtime-node.d.ts +2 -2
  219. package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
  220. package/build/src/presets/eslint/runtime-node.js.map +1 -1
  221. package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
  222. package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
  223. package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
  224. package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
  225. package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
  226. package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
  227. package/build/src/presets/eslint/tool-vite.d.ts +2 -2
  228. package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
  229. package/build/src/presets/eslint/tool-vite.js.map +1 -1
  230. package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
  231. package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
  232. package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
  233. package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
  234. package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
  235. package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
  236. package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
  237. package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
  238. package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
  239. package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
  240. package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
  241. package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
  242. package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
  243. package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
  244. package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
  245. package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
  246. package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
  247. package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
  248. package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
  249. package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
  250. package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
  251. package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
  252. package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
  253. package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
  254. package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
  255. package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
  256. package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
  257. package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
  258. package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
  259. package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
  260. package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
  261. package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
  262. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
  263. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
  264. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
  265. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
  266. package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
  267. package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
  268. package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
  269. package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
  270. package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
  271. package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
  272. package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
  273. package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
  274. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
  275. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
  276. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
  277. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
  278. package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
  279. package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
  280. package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
  281. package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
  282. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
  283. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
  284. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
  285. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
  286. package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
  287. package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
  288. package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
  289. package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
  290. package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
  291. package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
  292. package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
  293. package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
  294. package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
  295. package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
  296. package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
  297. package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
  298. package/build/src/rules/eslint/index.d.ts +44 -44
  299. package/build/src/rules/eslint/index.d.ts.map +1 -1
  300. package/build/src/rules/eslint/index.js +44 -44
  301. package/build/src/rules/eslint/index.js.map +1 -1
  302. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
  303. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
  304. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
  305. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
  306. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
  307. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
  308. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
  309. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
  310. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
  311. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
  312. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
  313. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
  314. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
  315. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
  316. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
  317. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
  318. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
  319. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
  320. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
  321. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
  322. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
  323. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
  324. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
  325. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
  326. package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
  327. package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
  328. package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
  329. package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
  330. package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
  331. package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
  332. package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
  333. package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
  334. package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
  335. package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
  336. package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
  337. package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
  338. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
  339. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
  340. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
  341. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
  342. package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
  343. package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
  344. package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
  345. package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
  346. package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
  347. package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
  348. package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
  349. package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
  350. package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
  351. package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
  352. package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
  353. package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
  354. package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
  355. package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
  356. package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
  357. package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
  358. package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
  359. package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
  360. package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
  361. package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
  362. package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
  363. package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
  364. package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
  365. package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
  366. package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
  367. package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
  368. package/build/src/rules/eslint/safety/no-script-url.js +2 -2
  369. package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
  370. package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
  371. package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
  372. package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
  373. package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
  374. package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
  375. package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
  376. package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
  377. package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
  378. package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
  379. package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
  380. package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
  381. package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
  382. package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
  383. package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
  384. package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
  385. package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
  386. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
  387. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
  388. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
  389. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
  390. package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
  391. package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
  392. package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
  393. package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
  394. package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
  395. package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
  396. package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
  397. package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
  398. package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
  399. package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
  400. package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
  401. package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
  402. package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
  403. package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
  404. package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
  405. package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
  406. package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
  407. package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
  408. package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
  409. package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
  410. package/build/src/toolkit/bootstrap.d.ts +10 -10
  411. package/build/src/toolkit/bootstrap.d.ts.map +1 -1
  412. package/build/src/toolkit/bootstrap.js +33 -33
  413. package/build/src/toolkit/bootstrap.js.map +1 -1
  414. package/build/src/toolkit/cli-header.d.ts +4 -4
  415. package/build/src/toolkit/cli-header.d.ts.map +1 -1
  416. package/build/src/toolkit/cli-header.js +22 -22
  417. package/build/src/toolkit/cli-header.js.map +1 -1
  418. package/build/src/toolkit/logger.d.ts +9 -9
  419. package/build/src/toolkit/logger.d.ts.map +1 -1
  420. package/build/src/toolkit/logger.js +16 -16
  421. package/build/src/toolkit/logger.js.map +1 -1
  422. package/build/src/toolkit/markdown-table.d.ts +6 -6
  423. package/build/src/toolkit/markdown-table.d.ts.map +1 -1
  424. package/build/src/toolkit/markdown-table.js +2 -2
  425. package/build/src/toolkit/markdown-table.js.map +1 -1
  426. package/build/src/types/api/node-releases.d.ts +14 -14
  427. package/build/src/types/api/spdx-licenses.d.ts +17 -17
  428. package/build/src/types/cli/generate/github/funding.d.ts +28 -28
  429. package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
  430. package/build/src/types/cli/generate/github/workflows.d.ts +359 -311
  431. package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +28 -22
  432. package/build/src/types/cli/generate/must-haves/dotenv.d.ts +208 -206
  433. package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
  434. package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
  435. package/build/src/types/cli/generate/must-haves/license.d.ts +28 -26
  436. package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
  437. package/build/src/types/cli/index.d.ts +73 -84
  438. package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
  439. package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
  440. package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
  441. package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
  442. package/build/src/types/cli/recipe/index.d.ts +21 -16
  443. package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
  444. package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
  445. package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
  446. package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
  447. package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
  448. package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
  449. package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
  450. package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
  451. package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
  452. package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
  453. package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
  454. package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
  455. package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
  456. package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
  457. package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
  458. package/build/src/types/cli/utility/changelog.d.ts +189 -180
  459. package/build/src/types/cli/utility/initialize.d.ts +1135 -690
  460. package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
  461. package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
  462. package/build/src/types/cli/utility/transpile.d.ts +30 -30
  463. package/build/src/types/cli/utility/type-check.d.ts +30 -30
  464. package/build/src/types/cli/utility/version.d.ts +130 -130
  465. package/build/src/types/lib/constants.d.ts +8 -1
  466. package/build/src/types/lib/item.d.ts +158 -149
  467. package/build/src/types/lib/nova-config.d.ts +379 -191
  468. package/build/src/types/lib/regex.d.ts +762 -0
  469. package/build/src/types/lib/scaffold.d.ts +176 -149
  470. package/build/src/types/lib/utility.d.ts +369 -220
  471. package/build/src/types/lib/workflow-templates.d.ts +61 -56
  472. package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
  473. package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
  474. package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
  475. package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
  476. package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
  477. package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
  478. package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
  479. package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
  480. package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
  481. package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
  482. package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
  483. package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
  484. package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
  485. package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
  486. package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
  487. package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
  488. package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
  489. package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
  490. package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
  491. package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
  492. package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
  493. package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
  494. package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
  495. package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
  496. package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
  497. package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
  498. package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
  499. package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
  500. package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
  501. package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
  502. package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
  503. package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
  504. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
  505. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
  506. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
  507. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
  508. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
  509. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
  510. package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
  511. package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
  512. package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
  513. package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
  514. package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
  515. package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
  516. package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
  517. package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
  518. package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
  519. package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
  520. package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
  521. package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
  522. package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
  523. package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
  524. package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
  525. package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
  526. package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
  527. package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
  528. package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
  529. package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
  530. package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
  531. package/build/src/types/shared.d.ts +410 -365
  532. package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
  533. package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
  534. package/build/src/types/tests/cli/generate/github/funding.test.d.ts +25 -7
  535. package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +25 -7
  536. package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +193 -30
  537. package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +550 -35
  538. package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
  539. package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +26 -8
  540. package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +22 -6
  541. package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
  542. package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +150 -12
  543. package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +211 -23
  544. package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
  545. package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
  546. package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
  547. package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
  548. package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
  549. package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
  550. package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
  551. package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
  552. package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
  553. package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
  554. package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
  555. package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
  556. package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
  557. package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
  558. package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
  559. package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
  560. package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
  561. package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
  562. package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
  563. package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
  564. package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
  565. package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
  566. package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
  567. package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
  568. package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
  569. package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
  570. package/build/src/types/tests/lib/item.test.d.ts +191 -37
  571. package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
  572. package/build/src/types/tests/lib/regex.test.d.ts +453 -27
  573. package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
  574. package/build/src/types/tests/lib/schema.test.d.ts +171 -16
  575. package/build/src/types/tests/lib/utility.test.d.ts +1131 -164
  576. package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
  577. package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
  578. package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
  579. package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
  580. package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
  581. package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
  582. package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
  583. package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
  584. package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
  585. package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
  586. package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
  587. package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
  588. package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
  589. package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
  590. package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
  591. package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
  592. package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
  593. package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
  594. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
  595. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
  596. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
  597. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
  598. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
  599. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
  600. package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
  601. package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
  602. package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
  603. package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
  604. package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
  605. package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
  606. package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
  607. package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
  608. package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
  609. package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
  610. package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
  611. package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
  612. package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
  613. package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
  614. package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
  615. package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
  616. package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
  617. package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
  618. package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
  619. package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
  620. package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
  621. package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
  622. package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
  623. package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
  624. package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
  625. package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
  626. package/build/src/types/toolkit/bootstrap.d.ts +71 -47
  627. package/build/src/types/toolkit/cli-header.d.ts +98 -88
  628. package/build/src/types/toolkit/logger.d.ts +98 -53
  629. package/build/src/types/toolkit/markdown-table.d.ts +74 -72
  630. package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +1 -1
  631. package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +1 -1
  632. package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
  633. package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +1 -1
  634. package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +1 -1
  635. package/build/templates/generators/github/workflows/publish/targets/npm.yml +1 -1
  636. package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +1 -1
  637. package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
  638. package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
  639. package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
  640. package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
  641. package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
  642. package/build/templates/generators/must-haves/agent-conventions/cursorrules +1 -0
  643. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
1
  import type { PromptObject } from 'prompts';
2
2
 
3
- import type { LibNovaConfig } from '../../../lib/nova-config.js';
3
+ import type { Runner as LibNovaConfig } from '../../../lib/nova-config.js';
4
4
 
5
5
  import type {
6
- SharedChangelogEntry,
7
- SharedChangelogEntryBump,
8
- SharedChangelogEntryCategory,
9
- SharedChangelogEntryMessage,
10
- SharedChangelogEntryPackage,
11
- SharedChangelogOptions,
12
- SharedNovaConfigConfig,
13
- SharedNovaConfigWorkspace,
14
- SharedNovaConfigWorkspaces,
15
- SharedPromptWithCancelReject,
16
- SharedPromptWithCancelResolved,
6
+ Shared_ChangelogEntry as SharedChangelogEntry,
7
+ Shared_ChangelogEntry_Bump as SharedChangelogEntryBump,
8
+ Shared_ChangelogEntry_Category as SharedChangelogEntryCategory,
9
+ Shared_ChangelogEntry_Message as SharedChangelogEntryMessage,
10
+ Shared_ChangelogEntry_Package as SharedChangelogEntryPackage,
11
+ Shared_ChangelogOptions as SharedChangelogOptions,
12
+ Shared_NovaConfig_Workspaces as SharedNovaConfigWorkspaces,
13
+ Shared_NovaConfigConfig as SharedNovaConfigConfig,
14
+ Shared_NovaConfigWorkspace as SharedNovaConfigWorkspace,
15
+ Shared_PromptWithCancelReject as SharedPromptWithCancelReject,
16
+ Shared_PromptWithCancelResolved as SharedPromptWithCancelResolved,
17
17
  } from '../../shared.d.ts';
18
18
 
19
19
  /**
@@ -21,361 +21,370 @@ import type {
21
21
  *
22
22
  * @since 0.13.0
23
23
  */
24
- export type CliUtilityChangelogGenerateFileNameReturns = string;
24
+ export type Cli_Utility_Changelog_Runner_GenerateFileName_Returns = string;
25
25
 
26
- export type CliUtilityChangelogGenerateFileNameAdjective = string | undefined;
26
+ export type Cli_Utility_Changelog_Runner_GenerateFileName_Adjective = string | undefined;
27
27
 
28
- export type CliUtilityChangelogGenerateFileNameNoun = string | undefined;
28
+ export type Cli_Utility_Changelog_Runner_GenerateFileName_Noun = string | undefined;
29
29
 
30
- export type CliUtilityChangelogGenerateFileNameVerb = string | undefined;
30
+ export type Cli_Utility_Changelog_Runner_GenerateFileName_Verb = string | undefined;
31
31
 
32
32
  /**
33
33
  * CLI - Utility - Changelog - Parse Entries.
34
34
  *
35
35
  * @since 0.13.0
36
36
  */
37
- export type CliUtilityChangelogParseEntriesReturns = Promise<SharedChangelogEntry[]>;
37
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Returns = Promise<SharedChangelogEntry[]>;
38
38
 
39
- export type CliUtilityChangelogParseEntriesCurrentDirectory = string;
39
+ export type Cli_Utility_Changelog_Runner_ParseEntries_CurrentDirectory = string;
40
40
 
41
- export type CliUtilityChangelogParseEntriesChangelogDirectory = string;
41
+ export type Cli_Utility_Changelog_Runner_ParseEntries_ChangelogDirectory = string;
42
42
 
43
- export type CliUtilityChangelogParseEntriesEntries = SharedChangelogEntry[];
43
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Entries = SharedChangelogEntry[];
44
44
 
45
- export type CliUtilityChangelogParseEntriesEntryFiles = string[] | undefined;
45
+ export type Cli_Utility_Changelog_Runner_ParseEntries_EntryFiles = string[] | undefined;
46
46
 
47
- export type CliUtilityChangelogParseEntriesDirectoryEntries = string[];
47
+ export type Cli_Utility_Changelog_Runner_ParseEntries_DirectoryEntries = string[];
48
48
 
49
- export type CliUtilityChangelogParseEntriesFilePath = string;
49
+ export type Cli_Utility_Changelog_Runner_ParseEntries_FilePath = string;
50
50
 
51
- export type CliUtilityChangelogParseEntriesContent = string;
51
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Content = string;
52
52
 
53
- export type CliUtilityChangelogParseEntriesLines = string[];
53
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Lines = string[];
54
54
 
55
- export type CliUtilityChangelogParseEntriesEndIndex = number;
55
+ export type Cli_Utility_Changelog_Runner_ParseEntries_EndIndex = number;
56
56
 
57
- export type CliUtilityChangelogParseEntriesEntryPackage = SharedChangelogEntryPackage | undefined;
57
+ export type Cli_Utility_Changelog_Runner_ParseEntries_EntryPackage = SharedChangelogEntryPackage | undefined;
58
58
 
59
- export type CliUtilityChangelogParseEntriesEntryCategory = SharedChangelogEntryCategory | undefined;
59
+ export type Cli_Utility_Changelog_Runner_ParseEntries_EntryCategory = SharedChangelogEntryCategory | undefined;
60
60
 
61
- export type CliUtilityChangelogParseEntriesEntryBump = SharedChangelogEntryBump | undefined;
61
+ export type Cli_Utility_Changelog_Runner_ParseEntries_EntryBump = SharedChangelogEntryBump | undefined;
62
62
 
63
- export type CliUtilityChangelogParseEntriesLine = string | undefined;
63
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Line = string | undefined;
64
64
 
65
- export type CliUtilityChangelogParseEntriesColonIndex = number;
65
+ export type Cli_Utility_Changelog_Runner_ParseEntries_ColonIndex = number;
66
66
 
67
- export type CliUtilityChangelogParseEntriesKey = string;
67
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Key = string;
68
68
 
69
- export type CliUtilityChangelogParseEntriesValue = string;
69
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Value = string;
70
70
 
71
- export type CliUtilityChangelogParseEntriesMessage = string;
71
+ export type Cli_Utility_Changelog_Runner_ParseEntries_Message = string;
72
72
 
73
73
  /**
74
74
  * CLI - Utility - Changelog - Prompt With Cancel.
75
75
  *
76
76
  * @since 0.13.0
77
77
  */
78
- export type CliUtilityChangelogPromptWithCancelQuestions<Keys extends string> = PromptObject<Keys> | PromptObject<Keys>[];
78
+ export type Cli_Utility_Changelog_Runner_PromptWithCancel_Questions<Keys extends string> = PromptObject<Keys> | PromptObject<Keys>[];
79
79
 
80
- export type CliUtilityChangelogPromptWithCancelReturns<Keys extends string, Result> = Promise<SharedPromptWithCancelResolved<Keys, Result> | SharedPromptWithCancelReject>;
80
+ export type Cli_Utility_Changelog_Runner_PromptWithCancel_Returns<Keys extends string, Result> = Promise<SharedPromptWithCancelResolved<Keys, Result> | SharedPromptWithCancelReject>;
81
81
 
82
- export type CliUtilityChangelogPromptWithCancelCancelled = boolean;
82
+ export type Cli_Utility_Changelog_Runner_PromptWithCancel_Cancelled = boolean;
83
83
 
84
- export type CliUtilityChangelogPromptWithCancelResult<Keys extends string, Result> = Record<Keys, Result>;
84
+ export type Cli_Utility_Changelog_Runner_PromptWithCancel_Result<Keys extends string, Result> = Record<Keys, Result>;
85
85
 
86
86
  /**
87
87
  * CLI - Utility - Changelog - Record.
88
88
  *
89
89
  * @since 0.13.0
90
90
  */
91
- export type CliUtilityChangelogRecordOptions = SharedChangelogOptions;
91
+ export type Cli_Utility_Changelog_Runner_Record_Options = SharedChangelogOptions;
92
92
 
93
- export type CliUtilityChangelogRecordReturns = Promise<void>;
93
+ export type Cli_Utility_Changelog_Runner_Record_Returns = Promise<void>;
94
94
 
95
- export type CliUtilityChangelogRecordIsDryRun = boolean;
95
+ export type Cli_Utility_Changelog_Runner_Record_IsDryRun = boolean;
96
96
 
97
- export type CliUtilityChangelogRecordNovaConfig = LibNovaConfig;
97
+ export type Cli_Utility_Changelog_Runner_Record_NovaConfig = LibNovaConfig;
98
98
 
99
- export type CliUtilityChangelogRecordConfig = SharedNovaConfigConfig;
99
+ export type Cli_Utility_Changelog_Runner_Record_Config = SharedNovaConfigConfig;
100
100
 
101
- export type CliUtilityChangelogRecordWorkspaces = SharedNovaConfigWorkspaces;
101
+ export type Cli_Utility_Changelog_Runner_Record_Workspaces = SharedNovaConfigWorkspaces;
102
102
 
103
- export type CliUtilityChangelogRecordEligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
103
+ export type Cli_Utility_Changelog_Runner_Record_EligibleWorkspaces = [string, SharedNovaConfigWorkspace][];
104
104
 
105
- export type CliUtilityChangelogRecordFilterWorkspaceConfig = SharedNovaConfigWorkspace;
105
+ export type Cli_Utility_Changelog_Runner_Record_FilterWorkspaceConfig = SharedNovaConfigWorkspace;
106
106
 
107
- export type CliUtilityChangelogRecordFilterWorkspaceConfigPolicy = SharedNovaConfigWorkspace['policy'];
107
+ export type Cli_Utility_Changelog_Runner_Record_FilterWorkspaceConfigPolicy = SharedNovaConfigWorkspace['policy'];
108
108
 
109
- export type CliUtilityChangelogRecordSelectedPackage = SharedChangelogEntryPackage | undefined;
109
+ export type Cli_Utility_Changelog_Runner_Record_SelectedPackage = SharedChangelogEntryPackage | undefined;
110
110
 
111
- export type CliUtilityChangelogRecordSelectedCategory = SharedChangelogEntryCategory | undefined;
111
+ export type Cli_Utility_Changelog_Runner_Record_SelectedCategory = SharedChangelogEntryCategory | undefined;
112
112
 
113
- export type CliUtilityChangelogRecordSelectedBump = SharedChangelogEntryBump | undefined;
113
+ export type Cli_Utility_Changelog_Runner_Record_SelectedBump = SharedChangelogEntryBump | undefined;
114
114
 
115
- export type CliUtilityChangelogRecordSelectedMessage = SharedChangelogEntryMessage | undefined;
115
+ export type Cli_Utility_Changelog_Runner_Record_SelectedMessage = SharedChangelogEntryMessage | undefined;
116
116
 
117
- export type CliUtilityChangelogRecordValidPackageEntry = [string, SharedNovaConfigWorkspace] | undefined;
117
+ export type Cli_Utility_Changelog_Runner_Record_ValidPackageEntry = [string, SharedNovaConfigWorkspace] | undefined;
118
118
 
119
- export type CliUtilityChangelogRecordFindEligibleWorkspaceConfig = SharedNovaConfigWorkspace;
119
+ export type Cli_Utility_Changelog_Runner_Record_FindEligibleWorkspaceConfig = SharedNovaConfigWorkspace;
120
120
 
121
- export type CliUtilityChangelogRecordFindEligibleWorkspaceConfigName = string;
121
+ export type Cli_Utility_Changelog_Runner_Record_FindEligibleWorkspaceConfigName = string;
122
122
 
123
- export type CliUtilityChangelogRecordValidPackage = string | undefined;
123
+ export type Cli_Utility_Changelog_Runner_Record_ValidPackage = string | undefined;
124
124
 
125
- export type CliUtilityChangelogRecordValidCategory = SharedChangelogEntryCategory | undefined;
125
+ export type Cli_Utility_Changelog_Runner_Record_ValidCategory = SharedChangelogEntryCategory | undefined;
126
126
 
127
- export type CliUtilityChangelogRecordValidBump = SharedChangelogEntryBump | undefined;
127
+ export type Cli_Utility_Changelog_Runner_Record_ValidBump = SharedChangelogEntryBump | undefined;
128
128
 
129
- export type CliUtilityChangelogRecordValidMessage = string;
129
+ export type Cli_Utility_Changelog_Runner_Record_ValidMessage = string;
130
130
 
131
- export type CliUtilityChangelogRecordPackageOutputKey = 'package';
131
+ export type Cli_Utility_Changelog_Runner_Record_PackageOutputKey = 'package';
132
132
 
133
- export type CliUtilityChangelogRecordPackageOutputValue = SharedChangelogEntryPackage;
133
+ export type Cli_Utility_Changelog_Runner_Record_PackageOutputValue = SharedChangelogEntryPackage;
134
134
 
135
- export type CliUtilityChangelogRecordPackageOutput = SharedPromptWithCancelResolved<CliUtilityChangelogRecordPackageOutputKey, CliUtilityChangelogRecordPackageOutputValue> | SharedPromptWithCancelReject;
135
+ export type Cli_Utility_Changelog_Runner_Record_PackageOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Record_PackageOutputKey, Cli_Utility_Changelog_Runner_Record_PackageOutputValue> | SharedPromptWithCancelReject;
136
136
 
137
- export type CliUtilityChangelogRecordMapEligibleWorkspaceConfig = SharedNovaConfigWorkspace;
137
+ export type Cli_Utility_Changelog_Runner_Record_MapEligibleWorkspaceConfig = SharedNovaConfigWorkspace;
138
138
 
139
- export type CliUtilityChangelogRecordMapEligibleWorkspaceConfigName = string;
139
+ export type Cli_Utility_Changelog_Runner_Record_MapEligibleWorkspaceConfigName = string;
140
140
 
141
- export type CliUtilityChangelogRecordMapEligibleWorkspaceConfigRole = SharedNovaConfigWorkspace['role'];
141
+ export type Cli_Utility_Changelog_Runner_Record_MapEligibleWorkspaceConfigRole = SharedNovaConfigWorkspace['role'];
142
142
 
143
- export type CliUtilityChangelogRecordMapEligibleWorkspaceConfigPolicy = SharedNovaConfigWorkspace['policy'];
143
+ export type Cli_Utility_Changelog_Runner_Record_MapEligibleWorkspaceConfigPolicy = SharedNovaConfigWorkspace['policy'];
144
144
 
145
- export type CliUtilityChangelogRecordPackageOutputResult = Record<CliUtilityChangelogRecordPackageOutputKey, CliUtilityChangelogRecordPackageOutputValue>;
145
+ export type Cli_Utility_Changelog_Runner_Record_PackageOutputResult = Record<Cli_Utility_Changelog_Runner_Record_PackageOutputKey, Cli_Utility_Changelog_Runner_Record_PackageOutputValue>;
146
146
 
147
- export type CliUtilityChangelogRecordCategoryOutputKey = 'category';
147
+ export type Cli_Utility_Changelog_Runner_Record_CategoryOutputKey = 'category';
148
148
 
149
- export type CliUtilityChangelogRecordCategoryOutputValue = SharedChangelogEntryCategory;
149
+ export type Cli_Utility_Changelog_Runner_Record_CategoryOutputValue = SharedChangelogEntryCategory;
150
150
 
151
- export type CliUtilityChangelogRecordCategoryOutput = SharedPromptWithCancelResolved<CliUtilityChangelogRecordCategoryOutputKey, CliUtilityChangelogRecordCategoryOutputValue> | SharedPromptWithCancelReject;
151
+ export type Cli_Utility_Changelog_Runner_Record_CategoryOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Record_CategoryOutputKey, Cli_Utility_Changelog_Runner_Record_CategoryOutputValue> | SharedPromptWithCancelReject;
152
152
 
153
- export type CliUtilityChangelogRecordCategoryOutputResult = Record<CliUtilityChangelogRecordCategoryOutputKey, CliUtilityChangelogRecordCategoryOutputValue>;
153
+ export type Cli_Utility_Changelog_Runner_Record_CategoryOutputResult = Record<Cli_Utility_Changelog_Runner_Record_CategoryOutputKey, Cli_Utility_Changelog_Runner_Record_CategoryOutputValue>;
154
154
 
155
- export type CliUtilityChangelogRecordMessageOutputKey = 'message';
155
+ export type Cli_Utility_Changelog_Runner_Record_MessageOutputKey = 'message';
156
156
 
157
- export type CliUtilityChangelogRecordMessageOutputValue = SharedChangelogEntryMessage;
157
+ export type Cli_Utility_Changelog_Runner_Record_MessageOutputValue = SharedChangelogEntryMessage;
158
158
 
159
- export type CliUtilityChangelogRecordMessageOutput = SharedPromptWithCancelResolved<CliUtilityChangelogRecordMessageOutputKey, CliUtilityChangelogRecordMessageOutputValue> | SharedPromptWithCancelReject;
159
+ export type Cli_Utility_Changelog_Runner_Record_MessageOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Record_MessageOutputKey, Cli_Utility_Changelog_Runner_Record_MessageOutputValue> | SharedPromptWithCancelReject;
160
160
 
161
- export type CliUtilityChangelogRecordMessageValidateValue = unknown;
161
+ export type Cli_Utility_Changelog_Runner_Record_MessageOutputResult = Record<Cli_Utility_Changelog_Runner_Record_MessageOutputKey, Cli_Utility_Changelog_Runner_Record_MessageOutputValue>;
162
162
 
163
- export type CliUtilityChangelogRecordMessageOutputResult = Record<CliUtilityChangelogRecordMessageOutputKey, CliUtilityChangelogRecordMessageOutputValue>;
163
+ export type Cli_Utility_Changelog_Runner_Record_SuggestedBump = SharedChangelogEntryBump;
164
164
 
165
- export type CliUtilityChangelogRecordSuggestedBump = SharedChangelogEntryBump;
165
+ export type Cli_Utility_Changelog_Runner_Record_BumpOutputKey = 'bump';
166
166
 
167
- export type CliUtilityChangelogRecordBumpOutputKey = 'bump';
167
+ export type Cli_Utility_Changelog_Runner_Record_BumpOutputValue = SharedChangelogEntryBump;
168
168
 
169
- export type CliUtilityChangelogRecordBumpOutputValue = SharedChangelogEntryBump;
169
+ export type Cli_Utility_Changelog_Runner_Record_BumpOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Record_BumpOutputKey, Cli_Utility_Changelog_Runner_Record_BumpOutputValue> | SharedPromptWithCancelReject;
170
170
 
171
- export type CliUtilityChangelogRecordBumpOutput = SharedPromptWithCancelResolved<CliUtilityChangelogRecordBumpOutputKey, CliUtilityChangelogRecordBumpOutputValue> | SharedPromptWithCancelReject;
171
+ export type Cli_Utility_Changelog_Runner_Record_BumpOutputResult = Record<Cli_Utility_Changelog_Runner_Record_BumpOutputKey, Cli_Utility_Changelog_Runner_Record_BumpOutputValue>;
172
172
 
173
- export type CliUtilityChangelogRecordBumpOutputResult = Record<CliUtilityChangelogRecordBumpOutputKey, CliUtilityChangelogRecordBumpOutputValue>;
173
+ export type Cli_Utility_Changelog_Runner_Record_FileName = string;
174
174
 
175
- export type CliUtilityChangelogRecordFileName = string;
175
+ export type Cli_Utility_Changelog_Runner_Record_CurrentDirectory = string;
176
176
 
177
- export type CliUtilityChangelogRecordCurrentDirectory = string;
177
+ export type Cli_Utility_Changelog_Runner_Record_ChangelogDirectory = string;
178
178
 
179
- export type CliUtilityChangelogRecordChangelogDirectory = string;
179
+ export type Cli_Utility_Changelog_Runner_Record_FilePath = string;
180
180
 
181
- export type CliUtilityChangelogRecordFilePath = string;
181
+ export type Cli_Utility_Changelog_Runner_Record_Content = string;
182
182
 
183
- export type CliUtilityChangelogRecordContent = string;
183
+ export type Cli_Utility_Changelog_Runner_Record_ReadmePath = string;
184
184
 
185
- export type CliUtilityChangelogRecordReadmePath = string;
186
-
187
- export type CliUtilityChangelogRecordReadmeContent = string;
185
+ export type Cli_Utility_Changelog_Runner_Record_ReadmeContent = string;
188
186
 
189
187
  /**
190
188
  * CLI - Utility - Changelog - Release.
191
189
  *
192
190
  * @since 0.13.0
193
191
  */
194
- export type CliUtilityChangelogReleaseOptions = SharedChangelogOptions;
192
+ export type Cli_Utility_Changelog_Runner_Release_Options = SharedChangelogOptions;
195
193
 
196
- export type CliUtilityChangelogReleaseReturns = Promise<void>;
194
+ export type Cli_Utility_Changelog_Runner_Release_Returns = Promise<void>;
197
195
 
198
- export type CliUtilityChangelogReleaseIsDryRun = boolean;
196
+ export type Cli_Utility_Changelog_Runner_Release_IsDryRun = boolean;
199
197
 
200
- export type CliUtilityChangelogReleaseIsNonInteractive = boolean;
198
+ export type Cli_Utility_Changelog_Runner_Release_IsNonInteractive = boolean;
201
199
 
202
- export type CliUtilityChangelogReleaseEntries = SharedChangelogEntry[];
200
+ export type Cli_Utility_Changelog_Runner_Release_Entries = SharedChangelogEntry[];
203
201
 
204
- export type CliUtilityChangelogReleaseGroups = Map<SharedChangelogEntryPackage, SharedChangelogEntry[]>;
202
+ export type Cli_Utility_Changelog_Runner_Release_Groups = Map<SharedChangelogEntryPackage, SharedChangelogEntry[]>;
205
203
 
206
- export type CliUtilityChangelogReleaseExisting = SharedChangelogEntry[];
204
+ export type Cli_Utility_Changelog_Runner_Release_Existing = SharedChangelogEntry[];
207
205
 
208
- export type CliUtilityChangelogReleaseNovaConfig = LibNovaConfig;
206
+ export type Cli_Utility_Changelog_Runner_Release_NovaConfig = LibNovaConfig;
209
207
 
210
- export type CliUtilityChangelogReleaseConfig = SharedNovaConfigConfig;
208
+ export type Cli_Utility_Changelog_Runner_Release_Config = SharedNovaConfigConfig;
211
209
 
212
- export type CliUtilityChangelogReleaseWorkspaces = SharedNovaConfigWorkspaces;
210
+ export type Cli_Utility_Changelog_Runner_Release_Workspaces = SharedNovaConfigWorkspaces;
213
211
 
214
- export type CliUtilityChangelogReleaseBumpPriority = Record<SharedChangelogEntryBump, number>;
212
+ export type Cli_Utility_Changelog_Runner_Release_BumpPriority = Record<SharedChangelogEntryBump, number>;
215
213
 
216
- export type CliUtilityChangelogReleaseReleasePackageName = SharedChangelogEntryPackage;
214
+ export type Cli_Utility_Changelog_Runner_Release_Release_PackageName = SharedChangelogEntryPackage;
217
215
 
218
- export type CliUtilityChangelogReleaseReleasePackageDirectory = string;
216
+ export type Cli_Utility_Changelog_Runner_Release_Release_PackageDirectory = string;
219
217
 
220
- export type CliUtilityChangelogReleaseReleaseCurrentVersion = string;
218
+ export type Cli_Utility_Changelog_Runner_Release_Release_CurrentVersion = string;
221
219
 
222
- export type CliUtilityChangelogReleaseReleaseNewVersion = string;
220
+ export type Cli_Utility_Changelog_Runner_Release_Release_NewVersion = string;
223
221
 
224
- export type CliUtilityChangelogReleaseReleaseHighestBump = SharedChangelogEntryBump;
222
+ export type Cli_Utility_Changelog_Runner_Release_Release_HighestBump = SharedChangelogEntryBump;
225
223
 
226
- export type CliUtilityChangelogReleaseReleaseEntries = SharedChangelogEntry[];
224
+ export type Cli_Utility_Changelog_Runner_Release_Release_Entries = SharedChangelogEntry[];
227
225
 
228
- export type CliUtilityChangelogReleaseRelease = {
229
- packageName: CliUtilityChangelogReleaseReleasePackageName;
230
- packageDirectory: CliUtilityChangelogReleaseReleasePackageDirectory;
231
- currentVersion: CliUtilityChangelogReleaseReleaseCurrentVersion;
232
- newVersion: CliUtilityChangelogReleaseReleaseNewVersion;
233
- highestBump: CliUtilityChangelogReleaseReleaseHighestBump;
234
- entries: CliUtilityChangelogReleaseReleaseEntries;
226
+ export type Cli_Utility_Changelog_Runner_Release_Release = {
227
+ packageName: Cli_Utility_Changelog_Runner_Release_Release_PackageName;
228
+ packageDirectory: Cli_Utility_Changelog_Runner_Release_Release_PackageDirectory;
229
+ currentVersion: Cli_Utility_Changelog_Runner_Release_Release_CurrentVersion;
230
+ newVersion: Cli_Utility_Changelog_Runner_Release_Release_NewVersion;
231
+ highestBump: Cli_Utility_Changelog_Runner_Release_Release_HighestBump;
232
+ entries: Cli_Utility_Changelog_Runner_Release_Release_Entries;
235
233
  };
236
234
 
237
- export type CliUtilityChangelogReleaseReleases = CliUtilityChangelogReleaseRelease[];
235
+ export type Cli_Utility_Changelog_Runner_Release_Releases = Cli_Utility_Changelog_Runner_Release_Release[];
238
236
 
239
- export type CliUtilityChangelogReleasePackageName = SharedChangelogEntryPackage;
237
+ export type Cli_Utility_Changelog_Runner_Release_PackageName = SharedChangelogEntryPackage;
240
238
 
241
- export type CliUtilityChangelogReleasePackageEntries = SharedChangelogEntry[];
239
+ export type Cli_Utility_Changelog_Runner_Release_PackageEntries = SharedChangelogEntry[];
242
240
 
243
- export type CliUtilityChangelogReleaseWorkspaceEntry = [string, SharedNovaConfigWorkspace] | undefined;
241
+ export type Cli_Utility_Changelog_Runner_Release_WorkspaceEntry = [string, SharedNovaConfigWorkspace] | undefined;
244
242
 
245
- export type CliUtilityChangelogReleaseFindWorkspaceConfig = SharedNovaConfigWorkspace;
243
+ export type Cli_Utility_Changelog_Runner_Release_FindWorkspaceConfig = SharedNovaConfigWorkspace;
246
244
 
247
- export type CliUtilityChangelogReleaseFindWorkspaceConfigName = string;
245
+ export type Cli_Utility_Changelog_Runner_Release_FindWorkspaceConfigName = string;
248
246
 
249
- export type CliUtilityChangelogReleaseWorkspacePath = string;
247
+ export type Cli_Utility_Changelog_Runner_Release_WorkspacePath = string;
250
248
 
251
- export type CliUtilityChangelogReleaseCurrentDirectory = string;
249
+ export type Cli_Utility_Changelog_Runner_Release_CurrentDirectory = string;
252
250
 
253
- export type CliUtilityChangelogReleasePackageDirectory = string;
251
+ export type Cli_Utility_Changelog_Runner_Release_PackageDirectory = string;
254
252
 
255
- export type CliUtilityChangelogReleasePackageJsonPath = string;
253
+ export type Cli_Utility_Changelog_Runner_Release_PackageJsonPath = string;
256
254
 
257
- export type CliUtilityChangelogReleasePackageJsonRaw = string | undefined;
255
+ export type Cli_Utility_Changelog_Runner_Release_PackageJsonRaw = string | undefined;
258
256
 
259
- export type CliUtilityChangelogReleaseParsedPackageJson = Record<string, unknown> | undefined;
257
+ export type Cli_Utility_Changelog_Runner_Release_ParsedPackageJson = Record<string, unknown> | undefined;
260
258
 
261
- export type CliUtilityChangelogReleaseCurrentVersion = string | undefined;
259
+ export type Cli_Utility_Changelog_Runner_Release_CurrentVersion = string | undefined;
262
260
 
263
- export type CliUtilityChangelogReleaseHighestBump = SharedChangelogEntryBump;
261
+ export type Cli_Utility_Changelog_Runner_Release_HighestBump = SharedChangelogEntryBump;
264
262
 
265
- export type CliUtilityChangelogReleaseVersionParts = number[];
263
+ export type Cli_Utility_Changelog_Runner_Release_VersionParts = number[];
266
264
 
267
- export type CliUtilityChangelogReleaseVersionPartsMajor = number;
265
+ export type Cli_Utility_Changelog_Runner_Release_VersionPartsMajor = number;
268
266
 
269
- export type CliUtilityChangelogReleaseVersionPartsMinor = number;
267
+ export type Cli_Utility_Changelog_Runner_Release_VersionPartsMinor = number;
270
268
 
271
- export type CliUtilityChangelogReleaseVersionPartsPatch = number;
269
+ export type Cli_Utility_Changelog_Runner_Release_VersionPartsPatch = number;
272
270
 
273
- export type CliUtilityChangelogReleaseNewVersion = string;
271
+ export type Cli_Utility_Changelog_Runner_Release_NewVersion = string;
274
272
 
275
- export type CliUtilityChangelogReleaseCategoryOrder = string[];
273
+ export type Cli_Utility_Changelog_Runner_Release_CategoryOrder = string[];
276
274
 
277
- export type CliUtilityChangelogReleaseSummaryReleasePackageName = string;
275
+ export type Cli_Utility_Changelog_Runner_Release_SummaryReleasePackageName = string;
278
276
 
279
- export type CliUtilityChangelogReleaseSummaryReleaseCurrentVersion = string;
277
+ export type Cli_Utility_Changelog_Runner_Release_SummaryReleaseCurrentVersion = string;
280
278
 
281
- export type CliUtilityChangelogReleaseSummaryReleaseNewVersion = string;
279
+ export type Cli_Utility_Changelog_Runner_Release_SummaryReleaseNewVersion = string;
282
280
 
283
- export type CliUtilityChangelogReleaseSummaryReleaseHighestBump = SharedChangelogEntryBump;
281
+ export type Cli_Utility_Changelog_Runner_Release_SummaryReleaseHighestBump = SharedChangelogEntryBump;
284
282
 
285
- export type CliUtilityChangelogReleaseSummaryReleaseEntries = SharedChangelogEntry[];
283
+ export type Cli_Utility_Changelog_Runner_Release_SummaryReleaseEntries = SharedChangelogEntry[];
286
284
 
287
- export type CliUtilityChangelogReleaseCategoryEntries = SharedChangelogEntry[];
285
+ export type Cli_Utility_Changelog_Runner_Release_CategoryEntries = SharedChangelogEntry[];
288
286
 
289
- export type CliUtilityChangelogReleaseCategoryLabel = string;
287
+ export type Cli_Utility_Changelog_Runner_Release_CategoryLabel = string;
290
288
 
291
- export type CliUtilityChangelogReleaseCategoryEntryMessage = SharedChangelogEntryMessage;
289
+ export type Cli_Utility_Changelog_Runner_Release_CategoryEntryMessage = SharedChangelogEntryMessage;
292
290
 
293
- export type CliUtilityChangelogReleaseConfirmOutputKey = 'confirm';
291
+ export type Cli_Utility_Changelog_Runner_Release_ConfirmOutputKey = 'confirm';
294
292
 
295
- export type CliUtilityChangelogReleaseConfirmOutputValue = boolean;
293
+ export type Cli_Utility_Changelog_Runner_Release_ConfirmOutputValue = boolean;
296
294
 
297
- export type CliUtilityChangelogReleaseConfirmOutput = SharedPromptWithCancelResolved<CliUtilityChangelogReleaseConfirmOutputKey, CliUtilityChangelogReleaseConfirmOutputValue> | SharedPromptWithCancelReject;
295
+ export type Cli_Utility_Changelog_Runner_Release_ConfirmOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Release_ConfirmOutputKey, Cli_Utility_Changelog_Runner_Release_ConfirmOutputValue> | SharedPromptWithCancelReject;
298
296
 
299
- export type CliUtilityChangelogReleaseConfirmOutputResult = Record<CliUtilityChangelogReleaseConfirmOutputKey, CliUtilityChangelogReleaseConfirmOutputValue>;
297
+ export type Cli_Utility_Changelog_Runner_Release_ConfirmOutputResult = Record<Cli_Utility_Changelog_Runner_Release_ConfirmOutputKey, Cli_Utility_Changelog_Runner_Release_ConfirmOutputValue>;
300
298
 
301
- export type CliUtilityChangelogReleaseApplyReleasePackageName = SharedChangelogEntryPackage;
299
+ export type Cli_Utility_Changelog_Runner_Release_ApplyReleasePackageName = SharedChangelogEntryPackage;
302
300
 
303
- export type CliUtilityChangelogReleaseApplyReleasePackageDirectory = string;
301
+ export type Cli_Utility_Changelog_Runner_Release_ApplyReleasePackageDirectory = string;
304
302
 
305
- export type CliUtilityChangelogReleaseApplyReleaseNewVersion = string;
303
+ export type Cli_Utility_Changelog_Runner_Release_ApplyReleaseNewVersion = string;
306
304
 
307
- export type CliUtilityChangelogReleaseApplyReleaseEntries = SharedChangelogEntry[];
305
+ export type Cli_Utility_Changelog_Runner_Release_ApplyReleaseEntries = SharedChangelogEntry[];
308
306
 
309
- export type CliUtilityChangelogReleaseApplyPackageJsonPath = string;
307
+ export type Cli_Utility_Changelog_Runner_Release_ApplyPackageJsonPath = string;
310
308
 
311
- export type CliUtilityChangelogReleaseApplyPackageJsonRaw = string;
309
+ export type Cli_Utility_Changelog_Runner_Release_ApplyPackageJsonRaw = string;
312
310
 
313
- export type CliUtilityChangelogReleasePackageJson = Record<string, unknown>;
311
+ export type Cli_Utility_Changelog_Runner_Release_PackageJson = Record<string, unknown>;
314
312
 
315
- export type CliUtilityChangelogReleaseApplyUpdatedPackageJson = string;
313
+ export type Cli_Utility_Changelog_Runner_Release_ApplyUpdatedPackageJson = string;
316
314
 
317
- export type CliUtilityChangelogReleaseApplyUpdatedContents = string;
315
+ export type Cli_Utility_Changelog_Runner_Release_ApplyUpdatedContents = string;
318
316
 
319
317
  /**
320
318
  * CLI - Utility - Changelog - Run.
321
319
  *
322
320
  * @since 0.13.0
323
321
  */
324
- export type CliUtilityChangelogRunOptions = SharedChangelogOptions;
322
+ export type Cli_Utility_Changelog_Runner_Run_Options = SharedChangelogOptions;
323
+
324
+ export type Cli_Utility_Changelog_Runner_Run_Returns = Promise<void>;
325
325
 
326
- export type CliUtilityChangelogRunReturns = Promise<void>;
326
+ export type Cli_Utility_Changelog_Runner_Run_IsDryRun = boolean;
327
327
 
328
- export type CliUtilityChangelogRunIsDryRun = boolean;
328
+ export type Cli_Utility_Changelog_Runner_Run_ModeOutputKey = 'action';
329
329
 
330
- export type CliUtilityChangelogRunModeOutputKey = 'action';
330
+ export type Cli_Utility_Changelog_Runner_Run_ModeOutputValue = 'record' | 'release';
331
331
 
332
- export type CliUtilityChangelogRunModeOutputValue = 'record' | 'release';
332
+ export type Cli_Utility_Changelog_Runner_Run_ModeOutput = SharedPromptWithCancelResolved<Cli_Utility_Changelog_Runner_Run_ModeOutputKey, Cli_Utility_Changelog_Runner_Run_ModeOutputValue> | SharedPromptWithCancelReject;
333
333
 
334
- export type CliUtilityChangelogRunModeOutput = SharedPromptWithCancelResolved<CliUtilityChangelogRunModeOutputKey, CliUtilityChangelogRunModeOutputValue> | SharedPromptWithCancelReject;
334
+ export type Cli_Utility_Changelog_Runner_Run_ModeOutputResult = Record<Cli_Utility_Changelog_Runner_Run_ModeOutputKey, Cli_Utility_Changelog_Runner_Run_ModeOutputValue>;
335
+
336
+ /**
337
+ * CLI - Utility - Changelog - Validate Message.
338
+ *
339
+ * @since 0.13.0
340
+ */
341
+ export type Cli_Utility_Changelog_Runner_ValidateMessage_MessageValue = unknown;
335
342
 
336
- export type CliUtilityChangelogRunModeOutputResult = Record<CliUtilityChangelogRunModeOutputKey, CliUtilityChangelogRunModeOutputValue>;
343
+ export type Cli_Utility_Changelog_Runner_ValidateMessage_Returns = string | true;
337
344
 
338
345
  /**
339
346
  * CLI - Utility - Changelog - Write Changelog.
340
347
  *
341
348
  * @since 0.13.0
342
349
  */
343
- export type CliUtilityChangelogWriteChangelogPackageDirectory = string;
350
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_PackageDirectory = string;
351
+
352
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_PackageName = SharedChangelogEntryPackage;
344
353
 
345
- export type CliUtilityChangelogWriteChangelogPackageName = SharedChangelogEntryPackage;
354
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Version = string;
346
355
 
347
- export type CliUtilityChangelogWriteChangelogVersion = string;
356
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Entries = SharedChangelogEntry[];
348
357
 
349
- export type CliUtilityChangelogWriteChangelogEntries = SharedChangelogEntry[];
358
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Returns = Promise<void>;
350
359
 
351
- export type CliUtilityChangelogWriteChangelogReturns = Promise<void>;
360
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_ChangelogPath = string;
352
361
 
353
- export type CliUtilityChangelogWriteChangelogChangelogPath = string;
362
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Today = Date;
354
363
 
355
- export type CliUtilityChangelogWriteChangelogToday = Date;
364
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_DateString = string;
356
365
 
357
- export type CliUtilityChangelogWriteChangelogDateString = string;
366
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_ByCategory = Map<SharedChangelogEntryCategory, SharedChangelogEntryMessage[]>;
358
367
 
359
- export type CliUtilityChangelogWriteChangelogByCategory = Map<SharedChangelogEntryCategory, SharedChangelogEntryMessage[]>;
368
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Existing = SharedChangelogEntryMessage[];
360
369
 
361
- export type CliUtilityChangelogWriteChangelogExisting = SharedChangelogEntryMessage[];
370
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_CategoryOrder = SharedChangelogEntryCategory[];
362
371
 
363
- export type CliUtilityChangelogWriteChangelogCategoryOrder = SharedChangelogEntryCategory[];
372
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_SectionParts = string[];
364
373
 
365
- export type CliUtilityChangelogWriteChangelogSectionParts = string[];
374
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_Messages = SharedChangelogEntryMessage[] | undefined;
366
375
 
367
- export type CliUtilityChangelogWriteChangelogMessages = SharedChangelogEntryMessage[] | undefined;
376
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_NewSection = string;
368
377
 
369
- export type CliUtilityChangelogWriteChangelogNewSection = string;
378
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_ExistingContent = string;
370
379
 
371
- export type CliUtilityChangelogWriteChangelogExistingContent = string;
380
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_PackageHeading = string;
372
381
 
373
- export type CliUtilityChangelogWriteChangelogPackageHeading = string;
382
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_NewContent = string;
374
383
 
375
- export type CliUtilityChangelogWriteChangelogNewContent = string;
384
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_AfterHeading = string;
376
385
 
377
- export type CliUtilityChangelogWriteChangelogAfterHeading = string;
386
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_TrimmedAfterHeading = string;
378
387
 
379
- export type CliUtilityChangelogWriteChangelogTrimmedAfterHeading = string;
388
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_PrependedContent = string;
380
389
 
381
- export type CliUtilityChangelogWriteChangelogPrependedContent = string;
390
+ export type Cli_Utility_Changelog_Runner_WriteChangelog_PrependedWithHeadingContent = string;