@cbnventures/nova 0.16.2 → 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 (650) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +8 -0
  3. package/build/package.json +1 -1
  4. package/build/src/api/node-releases.d.ts +4 -4
  5. package/build/src/api/node-releases.d.ts.map +1 -1
  6. package/build/src/api/node-releases.js +14 -14
  7. package/build/src/api/node-releases.js.map +1 -1
  8. package/build/src/api/spdx-licenses.d.ts +4 -4
  9. package/build/src/api/spdx-licenses.d.ts.map +1 -1
  10. package/build/src/api/spdx-licenses.js +12 -12
  11. package/build/src/api/spdx-licenses.js.map +1 -1
  12. package/build/src/cli/generate/github/funding.d.ts +3 -3
  13. package/build/src/cli/generate/github/funding.d.ts.map +1 -1
  14. package/build/src/cli/generate/github/funding.js +10 -6
  15. package/build/src/cli/generate/github/funding.js.map +1 -1
  16. package/build/src/cli/generate/github/issue-template.d.ts +3 -3
  17. package/build/src/cli/generate/github/issue-template.d.ts.map +1 -1
  18. package/build/src/cli/generate/github/issue-template.js +20 -13
  19. package/build/src/cli/generate/github/issue-template.js.map +1 -1
  20. package/build/src/cli/generate/github/workflows.d.ts +10 -9
  21. package/build/src/cli/generate/github/workflows.d.ts.map +1 -1
  22. package/build/src/cli/generate/github/workflows.js +249 -129
  23. package/build/src/cli/generate/github/workflows.js.map +1 -1
  24. package/build/src/cli/generate/must-haves/agent-conventions.d.ts +3 -3
  25. package/build/src/cli/generate/must-haves/agent-conventions.d.ts.map +1 -1
  26. package/build/src/cli/generate/must-haves/agent-conventions.js +16 -13
  27. package/build/src/cli/generate/must-haves/agent-conventions.js.map +1 -1
  28. package/build/src/cli/generate/must-haves/dotenv.d.ts +3 -3
  29. package/build/src/cli/generate/must-haves/dotenv.d.ts.map +1 -1
  30. package/build/src/cli/generate/must-haves/dotenv.js +90 -77
  31. package/build/src/cli/generate/must-haves/dotenv.js.map +1 -1
  32. package/build/src/cli/generate/must-haves/editorconfig.d.ts +3 -3
  33. package/build/src/cli/generate/must-haves/editorconfig.d.ts.map +1 -1
  34. package/build/src/cli/generate/must-haves/editorconfig.js +9 -5
  35. package/build/src/cli/generate/must-haves/editorconfig.js.map +1 -1
  36. package/build/src/cli/generate/must-haves/gitignore.d.ts +3 -3
  37. package/build/src/cli/generate/must-haves/gitignore.d.ts.map +1 -1
  38. package/build/src/cli/generate/must-haves/gitignore.js +81 -71
  39. package/build/src/cli/generate/must-haves/gitignore.js.map +1 -1
  40. package/build/src/cli/generate/must-haves/license.d.ts +3 -3
  41. package/build/src/cli/generate/must-haves/license.d.ts.map +1 -1
  42. package/build/src/cli/generate/must-haves/license.js +19 -86
  43. package/build/src/cli/generate/must-haves/license.js.map +1 -1
  44. package/build/src/cli/generate/must-haves/read-me.d.ts +3 -3
  45. package/build/src/cli/generate/must-haves/read-me.d.ts.map +1 -1
  46. package/build/src/cli/generate/must-haves/read-me.js +26 -28
  47. package/build/src/cli/generate/must-haves/read-me.js.map +1 -1
  48. package/build/src/cli/index.js +81 -34
  49. package/build/src/cli/index.js.map +1 -1
  50. package/build/src/cli/recipe/github/handle-gh-failure.d.ts +3 -0
  51. package/build/src/cli/recipe/github/handle-gh-failure.d.ts.map +1 -0
  52. package/build/src/cli/recipe/github/handle-gh-failure.js +22 -0
  53. package/build/src/cli/recipe/github/handle-gh-failure.js.map +1 -0
  54. package/build/src/cli/recipe/github/sync-features.d.ts +5 -0
  55. package/build/src/cli/recipe/github/sync-features.d.ts.map +1 -0
  56. package/build/src/cli/recipe/github/sync-features.js +145 -0
  57. package/build/src/cli/recipe/github/sync-features.js.map +1 -0
  58. package/build/src/cli/recipe/github/sync-identity.d.ts +6 -0
  59. package/build/src/cli/recipe/github/sync-identity.d.ts.map +1 -0
  60. package/build/src/cli/recipe/github/sync-identity.js +191 -0
  61. package/build/src/cli/recipe/github/sync-identity.js.map +1 -0
  62. package/build/src/cli/recipe/github/sync-policies.d.ts +5 -0
  63. package/build/src/cli/recipe/github/sync-policies.d.ts.map +1 -0
  64. package/build/src/cli/recipe/github/sync-policies.js +154 -0
  65. package/build/src/cli/recipe/github/sync-policies.js.map +1 -0
  66. package/build/src/cli/recipe/index.d.ts +2 -2
  67. package/build/src/cli/recipe/index.d.ts.map +1 -1
  68. package/build/src/cli/recipe/index.js +66 -56
  69. package/build/src/cli/recipe/index.js.map +1 -1
  70. package/build/src/cli/recipe/package-json/cleanup.d.ts +3 -3
  71. package/build/src/cli/recipe/package-json/cleanup.d.ts.map +1 -1
  72. package/build/src/cli/recipe/package-json/cleanup.js +27 -25
  73. package/build/src/cli/recipe/package-json/cleanup.js.map +1 -1
  74. package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts +3 -3
  75. package/build/src/cli/recipe/package-json/normalize-artifacts.d.ts.map +1 -1
  76. package/build/src/cli/recipe/package-json/normalize-artifacts.js +35 -35
  77. package/build/src/cli/recipe/package-json/normalize-artifacts.js.map +1 -1
  78. package/build/src/cli/recipe/package-json/normalize-bundler.d.ts +3 -3
  79. package/build/src/cli/recipe/package-json/normalize-bundler.d.ts.map +1 -1
  80. package/build/src/cli/recipe/package-json/normalize-bundler.js +22 -22
  81. package/build/src/cli/recipe/package-json/normalize-bundler.js.map +1 -1
  82. package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts +3 -3
  83. package/build/src/cli/recipe/package-json/normalize-dependencies.d.ts.map +1 -1
  84. package/build/src/cli/recipe/package-json/normalize-dependencies.js +37 -37
  85. package/build/src/cli/recipe/package-json/normalize-dependencies.js.map +1 -1
  86. package/build/src/cli/recipe/package-json/normalize-modules.d.ts +3 -3
  87. package/build/src/cli/recipe/package-json/normalize-modules.d.ts.map +1 -1
  88. package/build/src/cli/recipe/package-json/normalize-modules.js +47 -47
  89. package/build/src/cli/recipe/package-json/normalize-modules.js.map +1 -1
  90. package/build/src/cli/recipe/package-json/normalize-tooling.d.ts +3 -3
  91. package/build/src/cli/recipe/package-json/normalize-tooling.d.ts.map +1 -1
  92. package/build/src/cli/recipe/package-json/normalize-tooling.js +23 -23
  93. package/build/src/cli/recipe/package-json/normalize-tooling.js.map +1 -1
  94. package/build/src/cli/recipe/package-json/sync-environment.d.ts +3 -3
  95. package/build/src/cli/recipe/package-json/sync-environment.d.ts.map +1 -1
  96. package/build/src/cli/recipe/package-json/sync-environment.js +37 -37
  97. package/build/src/cli/recipe/package-json/sync-environment.js.map +1 -1
  98. package/build/src/cli/recipe/package-json/sync-identity.d.ts +3 -3
  99. package/build/src/cli/recipe/package-json/sync-identity.d.ts.map +1 -1
  100. package/build/src/cli/recipe/package-json/sync-identity.js +20 -20
  101. package/build/src/cli/recipe/package-json/sync-identity.js.map +1 -1
  102. package/build/src/cli/recipe/package-json/sync-ownership.d.ts +3 -3
  103. package/build/src/cli/recipe/package-json/sync-ownership.d.ts.map +1 -1
  104. package/build/src/cli/recipe/package-json/sync-ownership.js +28 -28
  105. package/build/src/cli/recipe/package-json/sync-ownership.js.map +1 -1
  106. package/build/src/cli/scaffold/app/expressjs.d.ts +3 -3
  107. package/build/src/cli/scaffold/app/expressjs.d.ts.map +1 -1
  108. package/build/src/cli/scaffold/app/expressjs.js +1 -1
  109. package/build/src/cli/scaffold/app/expressjs.js.map +1 -1
  110. package/build/src/cli/scaffold/app/nextjs.d.ts +3 -3
  111. package/build/src/cli/scaffold/app/nextjs.d.ts.map +1 -1
  112. package/build/src/cli/scaffold/app/nextjs.js +1 -1
  113. package/build/src/cli/scaffold/app/nextjs.js.map +1 -1
  114. package/build/src/cli/scaffold/app/vite.d.ts +3 -3
  115. package/build/src/cli/scaffold/app/vite.d.ts.map +1 -1
  116. package/build/src/cli/scaffold/app/vite.js +1 -1
  117. package/build/src/cli/scaffold/app/vite.js.map +1 -1
  118. package/build/src/cli/scaffold/app/workers.d.ts +3 -3
  119. package/build/src/cli/scaffold/app/workers.d.ts.map +1 -1
  120. package/build/src/cli/scaffold/app/workers.js +1 -1
  121. package/build/src/cli/scaffold/app/workers.js.map +1 -1
  122. package/build/src/cli/scaffold/docs/docusaurus.d.ts +3 -3
  123. package/build/src/cli/scaffold/docs/docusaurus.d.ts.map +1 -1
  124. package/build/src/cli/scaffold/docs/docusaurus.js +1 -1
  125. package/build/src/cli/scaffold/docs/docusaurus.js.map +1 -1
  126. package/build/src/cli/scaffold/starter/base.d.ts +3 -3
  127. package/build/src/cli/scaffold/starter/base.d.ts.map +1 -1
  128. package/build/src/cli/scaffold/starter/base.js +7 -7
  129. package/build/src/cli/scaffold/starter/base.js.map +1 -1
  130. package/build/src/cli/utility/changelog.d.ts +4 -3
  131. package/build/src/cli/utility/changelog.d.ts.map +1 -1
  132. package/build/src/cli/utility/changelog.js +86 -84
  133. package/build/src/cli/utility/changelog.js.map +1 -1
  134. package/build/src/cli/utility/initialize.d.ts +5 -3
  135. package/build/src/cli/utility/initialize.d.ts.map +1 -1
  136. package/build/src/cli/utility/initialize.js +805 -244
  137. package/build/src/cli/utility/initialize.js.map +1 -1
  138. package/build/src/cli/utility/run-recipes.d.ts +3 -3
  139. package/build/src/cli/utility/run-recipes.d.ts.map +1 -1
  140. package/build/src/cli/utility/run-recipes.js +43 -12
  141. package/build/src/cli/utility/run-recipes.js.map +1 -1
  142. package/build/src/cli/utility/run-scripts.d.ts +3 -3
  143. package/build/src/cli/utility/run-scripts.d.ts.map +1 -1
  144. package/build/src/cli/utility/run-scripts.js +9 -8
  145. package/build/src/cli/utility/run-scripts.js.map +1 -1
  146. package/build/src/cli/utility/transpile.d.ts +3 -3
  147. package/build/src/cli/utility/transpile.d.ts.map +1 -1
  148. package/build/src/cli/utility/transpile.js +4 -4
  149. package/build/src/cli/utility/transpile.js.map +1 -1
  150. package/build/src/cli/utility/type-check.d.ts +3 -3
  151. package/build/src/cli/utility/type-check.d.ts.map +1 -1
  152. package/build/src/cli/utility/type-check.js +4 -4
  153. package/build/src/cli/utility/type-check.js.map +1 -1
  154. package/build/src/cli/utility/version.d.ts +3 -3
  155. package/build/src/cli/utility/version.d.ts.map +1 -1
  156. package/build/src/cli/utility/version.js +102 -102
  157. package/build/src/cli/utility/version.js.map +1 -1
  158. package/build/src/lib/constants.d.ts +4 -0
  159. package/build/src/lib/constants.d.ts.map +1 -0
  160. package/build/src/lib/constants.js +3 -0
  161. package/build/src/lib/constants.js.map +1 -0
  162. package/build/src/lib/item.d.ts +32 -31
  163. package/build/src/lib/item.d.ts.map +1 -1
  164. package/build/src/lib/item.js +3 -1
  165. package/build/src/lib/item.js.map +1 -1
  166. package/build/src/lib/nova-config.d.ts +11 -5
  167. package/build/src/lib/nova-config.d.ts.map +1 -1
  168. package/build/src/lib/nova-config.js +143 -8
  169. package/build/src/lib/nova-config.js.map +1 -1
  170. package/build/src/lib/regex.d.ts +15 -1
  171. package/build/src/lib/regex.d.ts.map +1 -1
  172. package/build/src/lib/regex.js +15 -1
  173. package/build/src/lib/regex.js.map +1 -1
  174. package/build/src/lib/scaffold.d.ts +9 -9
  175. package/build/src/lib/scaffold.d.ts.map +1 -1
  176. package/build/src/lib/scaffold.js +45 -44
  177. package/build/src/lib/scaffold.js.map +1 -1
  178. package/build/src/lib/utility.d.ts +26 -21
  179. package/build/src/lib/utility.d.ts.map +1 -1
  180. package/build/src/lib/utility.js +139 -19
  181. package/build/src/lib/utility.js.map +1 -1
  182. package/build/src/lib/workflow-templates.d.ts +2 -2
  183. package/build/src/lib/workflow-templates.d.ts.map +1 -1
  184. package/build/src/lib/workflow-templates.js +44 -2
  185. package/build/src/lib/workflow-templates.js.map +1 -1
  186. package/build/src/presets/eslint/dx-code-style.d.ts +2 -2
  187. package/build/src/presets/eslint/dx-code-style.d.ts.map +1 -1
  188. package/build/src/presets/eslint/dx-code-style.js.map +1 -1
  189. package/build/src/presets/eslint/dx-ignore.d.ts +2 -2
  190. package/build/src/presets/eslint/dx-ignore.d.ts.map +1 -1
  191. package/build/src/presets/eslint/dx-ignore.js +7 -0
  192. package/build/src/presets/eslint/dx-ignore.js.map +1 -1
  193. package/build/src/presets/eslint/fw-docusaurus.d.ts +2 -2
  194. package/build/src/presets/eslint/fw-docusaurus.d.ts.map +1 -1
  195. package/build/src/presets/eslint/fw-docusaurus.js.map +1 -1
  196. package/build/src/presets/eslint/fw-expressjs.d.ts +2 -2
  197. package/build/src/presets/eslint/fw-expressjs.d.ts.map +1 -1
  198. package/build/src/presets/eslint/fw-expressjs.js.map +1 -1
  199. package/build/src/presets/eslint/fw-nextjs.d.ts +2 -2
  200. package/build/src/presets/eslint/fw-nextjs.d.ts.map +1 -1
  201. package/build/src/presets/eslint/fw-nextjs.js.map +1 -1
  202. package/build/src/presets/eslint/lang-javascript.d.ts +2 -2
  203. package/build/src/presets/eslint/lang-javascript.d.ts.map +1 -1
  204. package/build/src/presets/eslint/lang-javascript.js.map +1 -1
  205. package/build/src/presets/eslint/lang-mdx.d.ts +2 -2
  206. package/build/src/presets/eslint/lang-mdx.d.ts.map +1 -1
  207. package/build/src/presets/eslint/lang-mdx.js.map +1 -1
  208. package/build/src/presets/eslint/lang-typescript.d.ts +2 -2
  209. package/build/src/presets/eslint/lang-typescript.d.ts.map +1 -1
  210. package/build/src/presets/eslint/lang-typescript.js.map +1 -1
  211. package/build/src/presets/eslint/runtime-browser.d.ts +2 -2
  212. package/build/src/presets/eslint/runtime-browser.d.ts.map +1 -1
  213. package/build/src/presets/eslint/runtime-browser.js.map +1 -1
  214. package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts +2 -2
  215. package/build/src/presets/eslint/runtime-cloudflare-workers.d.ts.map +1 -1
  216. package/build/src/presets/eslint/runtime-cloudflare-workers.js.map +1 -1
  217. package/build/src/presets/eslint/runtime-edge.d.ts +2 -2
  218. package/build/src/presets/eslint/runtime-edge.d.ts.map +1 -1
  219. package/build/src/presets/eslint/runtime-edge.js.map +1 -1
  220. package/build/src/presets/eslint/runtime-node.d.ts +2 -2
  221. package/build/src/presets/eslint/runtime-node.d.ts.map +1 -1
  222. package/build/src/presets/eslint/runtime-node.js.map +1 -1
  223. package/build/src/presets/eslint/runtime-service-worker.d.ts +2 -2
  224. package/build/src/presets/eslint/runtime-service-worker.d.ts.map +1 -1
  225. package/build/src/presets/eslint/runtime-service-worker.js.map +1 -1
  226. package/build/src/presets/eslint/runtime-web-worker.d.ts +2 -2
  227. package/build/src/presets/eslint/runtime-web-worker.d.ts.map +1 -1
  228. package/build/src/presets/eslint/runtime-web-worker.js.map +1 -1
  229. package/build/src/presets/eslint/tool-vite.d.ts +2 -2
  230. package/build/src/presets/eslint/tool-vite.d.ts.map +1 -1
  231. package/build/src/presets/eslint/tool-vite.js.map +1 -1
  232. package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts +3 -3
  233. package/build/src/rules/eslint/conventions/no-default-export-declaration.d.ts.map +1 -1
  234. package/build/src/rules/eslint/conventions/no-default-export-declaration.js +2 -2
  235. package/build/src/rules/eslint/conventions/no-default-export-declaration.js.map +1 -1
  236. package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts +3 -3
  237. package/build/src/rules/eslint/conventions/no-implicit-boolean.d.ts.map +1 -1
  238. package/build/src/rules/eslint/conventions/no-implicit-boolean.js +14 -14
  239. package/build/src/rules/eslint/conventions/no-implicit-boolean.js.map +1 -1
  240. package/build/src/rules/eslint/conventions/require-explicit-return.d.ts +6 -6
  241. package/build/src/rules/eslint/conventions/require-explicit-return.d.ts.map +1 -1
  242. package/build/src/rules/eslint/conventions/require-explicit-return.js +14 -14
  243. package/build/src/rules/eslint/conventions/require-explicit-return.js.map +1 -1
  244. package/build/src/rules/eslint/conventions/require-hash-private.d.ts +4 -4
  245. package/build/src/rules/eslint/conventions/require-hash-private.d.ts.map +1 -1
  246. package/build/src/rules/eslint/conventions/require-hash-private.js +3 -3
  247. package/build/src/rules/eslint/conventions/require-hash-private.js.map +1 -1
  248. package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts +4 -4
  249. package/build/src/rules/eslint/conventions/require-kebab-case-filename.d.ts.map +1 -1
  250. package/build/src/rules/eslint/conventions/require-kebab-case-filename.js +4 -4
  251. package/build/src/rules/eslint/conventions/require-kebab-case-filename.js.map +1 -1
  252. package/build/src/rules/eslint/conventions/require-naming-convention.d.ts +16 -16
  253. package/build/src/rules/eslint/conventions/require-naming-convention.d.ts.map +1 -1
  254. package/build/src/rules/eslint/conventions/require-naming-convention.js +34 -31
  255. package/build/src/rules/eslint/conventions/require-naming-convention.js.map +1 -1
  256. package/build/src/rules/eslint/conventions/require-undefined-init.d.ts +3 -3
  257. package/build/src/rules/eslint/conventions/require-undefined-init.d.ts.map +1 -1
  258. package/build/src/rules/eslint/conventions/require-undefined-init.js +2 -2
  259. package/build/src/rules/eslint/conventions/require-undefined-init.js.map +1 -1
  260. package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts +4 -4
  261. package/build/src/rules/eslint/conventions/switch-case-blocks.d.ts.map +1 -1
  262. package/build/src/rules/eslint/conventions/switch-case-blocks.js +3 -3
  263. package/build/src/rules/eslint/conventions/switch-case-blocks.js.map +1 -1
  264. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts +5 -5
  265. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.d.ts.map +1 -1
  266. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js +16 -16
  267. package/build/src/rules/eslint/formatting/no-complex-arrow-concise.js.map +1 -1
  268. package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts +4 -4
  269. package/build/src/rules/eslint/formatting/no-multiline-strings.d.ts.map +1 -1
  270. package/build/src/rules/eslint/formatting/no-multiline-strings.js +19 -19
  271. package/build/src/rules/eslint/formatting/no-multiline-strings.js.map +1 -1
  272. package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts +3 -3
  273. package/build/src/rules/eslint/formatting/no-raw-text-in-code.d.ts.map +1 -1
  274. package/build/src/rules/eslint/formatting/no-raw-text-in-code.js +2 -2
  275. package/build/src/rules/eslint/formatting/no-raw-text-in-code.js.map +1 -1
  276. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +3 -3
  277. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.d.ts.map +1 -1
  278. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js +2 -2
  279. package/build/src/rules/eslint/formatting/no-ternary-in-template-literal.js.map +1 -1
  280. package/build/src/rules/eslint/formatting/require-import-order.d.ts +3 -3
  281. package/build/src/rules/eslint/formatting/require-import-order.d.ts.map +1 -1
  282. package/build/src/rules/eslint/formatting/require-import-order.js +6 -6
  283. package/build/src/rules/eslint/formatting/require-import-order.js.map +1 -1
  284. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts +4 -4
  285. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.d.ts.map +1 -1
  286. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js +5 -5
  287. package/build/src/rules/eslint/formatting/require-multiline-condition-groups.js.map +1 -1
  288. package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts +4 -4
  289. package/build/src/rules/eslint/formatting/require-multiline-conditions.d.ts.map +1 -1
  290. package/build/src/rules/eslint/formatting/require-multiline-conditions.js +5 -5
  291. package/build/src/rules/eslint/formatting/require-multiline-conditions.js.map +1 -1
  292. package/build/src/rules/eslint/formatting/require-padding-lines.d.ts +9 -9
  293. package/build/src/rules/eslint/formatting/require-padding-lines.d.ts.map +1 -1
  294. package/build/src/rules/eslint/formatting/require-padding-lines.js +20 -20
  295. package/build/src/rules/eslint/formatting/require-padding-lines.js.map +1 -1
  296. package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts +3 -3
  297. package/build/src/rules/eslint/formatting/require-ternary-parens.d.ts.map +1 -1
  298. package/build/src/rules/eslint/formatting/require-ternary-parens.js +2 -2
  299. package/build/src/rules/eslint/formatting/require-ternary-parens.js.map +1 -1
  300. package/build/src/rules/eslint/index.d.ts +44 -44
  301. package/build/src/rules/eslint/index.d.ts.map +1 -1
  302. package/build/src/rules/eslint/index.js +44 -44
  303. package/build/src/rules/eslint/index.js.map +1 -1
  304. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts +7 -7
  305. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.d.ts.map +1 -1
  306. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js +7 -7
  307. package/build/src/rules/eslint/jsdoc/require-jsdoc-body.js.map +1 -1
  308. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +9 -7
  309. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts.map +1 -1
  310. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js +115 -61
  311. package/build/src/rules/eslint/jsdoc/require-jsdoc-hierarchy.js.map +1 -1
  312. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +3 -3
  313. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts.map +1 -1
  314. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js +6 -6
  315. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-alignment.js.map +1 -1
  316. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +3 -3
  317. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts.map +1 -1
  318. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js +3 -3
  319. package/build/src/rules/eslint/jsdoc/require-jsdoc-param-name.js.map +1 -1
  320. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts +3 -3
  321. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.d.ts.map +1 -1
  322. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js +3 -3
  323. package/build/src/rules/eslint/jsdoc/require-jsdoc-private.js.map +1 -1
  324. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts +3 -3
  325. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.d.ts.map +1 -1
  326. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js +8 -8
  327. package/build/src/rules/eslint/jsdoc/require-jsdoc-since.js.map +1 -1
  328. package/build/src/rules/eslint/nova/no-logger-dev.d.ts +3 -3
  329. package/build/src/rules/eslint/nova/no-logger-dev.d.ts.map +1 -1
  330. package/build/src/rules/eslint/nova/no-logger-dev.js +5 -5
  331. package/build/src/rules/eslint/nova/no-logger-dev.js.map +1 -1
  332. package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts +3 -3
  333. package/build/src/rules/eslint/patterns/no-assign-then-return.d.ts.map +1 -1
  334. package/build/src/rules/eslint/patterns/no-assign-then-return.js +2 -2
  335. package/build/src/rules/eslint/patterns/no-assign-then-return.js.map +1 -1
  336. package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts +7 -7
  337. package/build/src/rules/eslint/patterns/no-await-in-loop.d.ts.map +1 -1
  338. package/build/src/rules/eslint/patterns/no-await-in-loop.js +4 -4
  339. package/build/src/rules/eslint/patterns/no-await-in-loop.js.map +1 -1
  340. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts +3 -3
  341. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.d.ts.map +1 -1
  342. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js +2 -2
  343. package/build/src/rules/eslint/patterns/no-boolean-var-for-if.js.map +1 -1
  344. package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts +3 -3
  345. package/build/src/rules/eslint/patterns/no-bracket-assignment.d.ts.map +1 -1
  346. package/build/src/rules/eslint/patterns/no-bracket-assignment.js +2 -2
  347. package/build/src/rules/eslint/patterns/no-bracket-assignment.js.map +1 -1
  348. package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts +4 -4
  349. package/build/src/rules/eslint/patterns/no-bracket-method-call.d.ts.map +1 -1
  350. package/build/src/rules/eslint/patterns/no-bracket-method-call.js +2 -2
  351. package/build/src/rules/eslint/patterns/no-bracket-method-call.js.map +1 -1
  352. package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts +3 -3
  353. package/build/src/rules/eslint/patterns/no-template-curly-in-string.d.ts.map +1 -1
  354. package/build/src/rules/eslint/patterns/no-template-curly-in-string.js +2 -2
  355. package/build/src/rules/eslint/patterns/no-template-curly-in-string.js.map +1 -1
  356. package/build/src/rules/eslint/patterns/no-use-before-define.d.ts +7 -7
  357. package/build/src/rules/eslint/patterns/no-use-before-define.d.ts.map +1 -1
  358. package/build/src/rules/eslint/patterns/no-use-before-define.js +2 -2
  359. package/build/src/rules/eslint/patterns/no-use-before-define.js.map +1 -1
  360. package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts +3 -3
  361. package/build/src/rules/eslint/regex/no-regex-literal-flags.d.ts.map +1 -1
  362. package/build/src/rules/eslint/regex/no-regex-literal-flags.js +2 -2
  363. package/build/src/rules/eslint/regex/no-regex-literal-flags.js.map +1 -1
  364. package/build/src/rules/eslint/regex/no-regex-literals.d.ts +4 -4
  365. package/build/src/rules/eslint/regex/no-regex-literals.d.ts.map +1 -1
  366. package/build/src/rules/eslint/regex/no-regex-literals.js +2 -2
  367. package/build/src/rules/eslint/regex/no-regex-literals.js.map +1 -1
  368. package/build/src/rules/eslint/safety/no-script-url.d.ts +4 -4
  369. package/build/src/rules/eslint/safety/no-script-url.d.ts.map +1 -1
  370. package/build/src/rules/eslint/safety/no-script-url.js +2 -2
  371. package/build/src/rules/eslint/safety/no-script-url.js.map +1 -1
  372. package/build/src/rules/eslint/syntax/no-destructuring.d.ts +8 -8
  373. package/build/src/rules/eslint/syntax/no-destructuring.d.ts.map +1 -1
  374. package/build/src/rules/eslint/syntax/no-destructuring.js +10 -10
  375. package/build/src/rules/eslint/syntax/no-destructuring.js.map +1 -1
  376. package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts +6 -6
  377. package/build/src/rules/eslint/syntax/no-numeric-literals.d.ts.map +1 -1
  378. package/build/src/rules/eslint/syntax/no-numeric-literals.js +2 -2
  379. package/build/src/rules/eslint/syntax/no-numeric-literals.js.map +1 -1
  380. package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts +3 -3
  381. package/build/src/rules/eslint/syntax/no-optional-chaining.d.ts.map +1 -1
  382. package/build/src/rules/eslint/syntax/no-optional-chaining.js +2 -2
  383. package/build/src/rules/eslint/syntax/no-optional-chaining.js.map +1 -1
  384. package/build/src/rules/eslint/syntax/no-rest-params.d.ts +4 -4
  385. package/build/src/rules/eslint/syntax/no-rest-params.d.ts.map +1 -1
  386. package/build/src/rules/eslint/syntax/no-rest-params.js +8 -8
  387. package/build/src/rules/eslint/syntax/no-rest-params.js.map +1 -1
  388. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +3 -3
  389. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.d.ts.map +1 -1
  390. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js +2 -2
  391. package/build/src/rules/eslint/typescript/no-catch-unknown-annotation.js.map +1 -1
  392. package/build/src/rules/eslint/typescript/no-explicit-any.d.ts +3 -3
  393. package/build/src/rules/eslint/typescript/no-explicit-any.d.ts.map +1 -1
  394. package/build/src/rules/eslint/typescript/no-explicit-any.js +2 -2
  395. package/build/src/rules/eslint/typescript/no-explicit-any.js.map +1 -1
  396. package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts +3 -3
  397. package/build/src/rules/eslint/typescript/no-inline-type-annotation.d.ts.map +1 -1
  398. package/build/src/rules/eslint/typescript/no-inline-type-annotation.js +9 -9
  399. package/build/src/rules/eslint/typescript/no-inline-type-annotation.js.map +1 -1
  400. package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts +4 -4
  401. package/build/src/rules/eslint/typescript/no-shared-type-import.d.ts.map +1 -1
  402. package/build/src/rules/eslint/typescript/no-shared-type-import.js +2 -2
  403. package/build/src/rules/eslint/typescript/no-shared-type-import.js.map +1 -1
  404. package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts +4 -4
  405. package/build/src/rules/eslint/typescript/require-bracket-property-access.d.ts.map +1 -1
  406. package/build/src/rules/eslint/typescript/require-bracket-property-access.js +2 -2
  407. package/build/src/rules/eslint/typescript/require-bracket-property-access.js.map +1 -1
  408. package/build/src/rules/eslint/typescript/require-type-naming.d.ts +6 -4
  409. package/build/src/rules/eslint/typescript/require-type-naming.d.ts.map +1 -1
  410. package/build/src/rules/eslint/typescript/require-type-naming.js +54 -8
  411. package/build/src/rules/eslint/typescript/require-type-naming.js.map +1 -1
  412. package/build/src/toolkit/bootstrap.d.ts +10 -10
  413. package/build/src/toolkit/bootstrap.d.ts.map +1 -1
  414. package/build/src/toolkit/bootstrap.js +33 -33
  415. package/build/src/toolkit/bootstrap.js.map +1 -1
  416. package/build/src/toolkit/cli-header.d.ts +4 -4
  417. package/build/src/toolkit/cli-header.d.ts.map +1 -1
  418. package/build/src/toolkit/cli-header.js +22 -22
  419. package/build/src/toolkit/cli-header.js.map +1 -1
  420. package/build/src/toolkit/logger.d.ts +9 -9
  421. package/build/src/toolkit/logger.d.ts.map +1 -1
  422. package/build/src/toolkit/logger.js +16 -16
  423. package/build/src/toolkit/logger.js.map +1 -1
  424. package/build/src/toolkit/markdown-table.d.ts +6 -6
  425. package/build/src/toolkit/markdown-table.d.ts.map +1 -1
  426. package/build/src/toolkit/markdown-table.js +2 -2
  427. package/build/src/toolkit/markdown-table.js.map +1 -1
  428. package/build/src/types/api/node-releases.d.ts +14 -14
  429. package/build/src/types/api/spdx-licenses.d.ts +17 -17
  430. package/build/src/types/cli/generate/github/funding.d.ts +28 -28
  431. package/build/src/types/cli/generate/github/issue-template.d.ts +87 -71
  432. package/build/src/types/cli/generate/github/workflows.d.ts +365 -302
  433. package/build/src/types/cli/generate/must-haves/agent-conventions.d.ts +29 -21
  434. package/build/src/types/cli/generate/must-haves/dotenv.d.ts +209 -205
  435. package/build/src/types/cli/generate/must-haves/editorconfig.d.ts +16 -16
  436. package/build/src/types/cli/generate/must-haves/gitignore.d.ts +188 -156
  437. package/build/src/types/cli/generate/must-haves/license.d.ts +27 -42
  438. package/build/src/types/cli/generate/must-haves/read-me.d.ts +105 -95
  439. package/build/src/types/cli/index.d.ts +73 -84
  440. package/build/src/types/cli/recipe/github/handle-gh-failure.d.ts +18 -0
  441. package/build/src/types/cli/recipe/github/sync-features.d.ts +67 -0
  442. package/build/src/types/cli/recipe/github/sync-identity.d.ts +107 -0
  443. package/build/src/types/cli/recipe/github/sync-policies.d.ts +70 -0
  444. package/build/src/types/cli/recipe/index.d.ts +21 -16
  445. package/build/src/types/cli/recipe/package-json/cleanup.d.ts +57 -55
  446. package/build/src/types/cli/recipe/package-json/normalize-artifacts.d.ts +44 -44
  447. package/build/src/types/cli/recipe/package-json/normalize-bundler.d.ts +36 -36
  448. package/build/src/types/cli/recipe/package-json/normalize-dependencies.d.ts +65 -65
  449. package/build/src/types/cli/recipe/package-json/normalize-modules.d.ts +37 -35
  450. package/build/src/types/cli/recipe/package-json/normalize-tooling.d.ts +39 -39
  451. package/build/src/types/cli/recipe/package-json/sync-environment.d.ts +60 -60
  452. package/build/src/types/cli/recipe/package-json/sync-identity.d.ts +51 -51
  453. package/build/src/types/cli/recipe/package-json/sync-ownership.d.ts +78 -78
  454. package/build/src/types/cli/scaffold/app/expressjs.d.ts +10 -10
  455. package/build/src/types/cli/scaffold/app/nextjs.d.ts +10 -10
  456. package/build/src/types/cli/scaffold/app/vite.d.ts +10 -10
  457. package/build/src/types/cli/scaffold/app/workers.d.ts +10 -10
  458. package/build/src/types/cli/scaffold/docs/docusaurus.d.ts +10 -10
  459. package/build/src/types/cli/scaffold/starter/base.d.ts +27 -27
  460. package/build/src/types/cli/utility/changelog.d.ts +189 -180
  461. package/build/src/types/cli/utility/initialize.d.ts +1135 -690
  462. package/build/src/types/cli/utility/run-recipes.d.ts +32 -11
  463. package/build/src/types/cli/utility/run-scripts.d.ts +126 -52
  464. package/build/src/types/cli/utility/transpile.d.ts +30 -30
  465. package/build/src/types/cli/utility/type-check.d.ts +30 -30
  466. package/build/src/types/cli/utility/version.d.ts +130 -130
  467. package/build/src/types/lib/constants.d.ts +13 -0
  468. package/build/src/types/lib/item.d.ts +158 -149
  469. package/build/src/types/lib/nova-config.d.ts +379 -191
  470. package/build/src/types/lib/regex.d.ts +762 -0
  471. package/build/src/types/lib/scaffold.d.ts +176 -149
  472. package/build/src/types/lib/utility.d.ts +395 -194
  473. package/build/src/types/lib/workflow-templates.d.ts +61 -56
  474. package/build/src/types/presets/eslint/dx-code-style.d.ts +1 -1
  475. package/build/src/types/presets/eslint/dx-ignore.d.ts +1 -1
  476. package/build/src/types/presets/eslint/fw-docusaurus.d.ts +1 -1
  477. package/build/src/types/presets/eslint/fw-expressjs.d.ts +1 -1
  478. package/build/src/types/presets/eslint/fw-nextjs.d.ts +1 -1
  479. package/build/src/types/presets/eslint/lang-javascript.d.ts +1 -1
  480. package/build/src/types/presets/eslint/lang-mdx.d.ts +1 -1
  481. package/build/src/types/presets/eslint/lang-typescript.d.ts +1 -1
  482. package/build/src/types/presets/eslint/runtime-browser.d.ts +1 -1
  483. package/build/src/types/presets/eslint/runtime-cloudflare-workers.d.ts +1 -1
  484. package/build/src/types/presets/eslint/runtime-edge.d.ts +1 -1
  485. package/build/src/types/presets/eslint/runtime-node.d.ts +1 -1
  486. package/build/src/types/presets/eslint/runtime-service-worker.d.ts +1 -1
  487. package/build/src/types/presets/eslint/runtime-web-worker.d.ts +1 -1
  488. package/build/src/types/presets/eslint/tool-vite.d.ts +1 -1
  489. package/build/src/types/rules/eslint/conventions/no-default-export-declaration.d.ts +30 -13
  490. package/build/src/types/rules/eslint/conventions/no-implicit-boolean.d.ts +84 -25
  491. package/build/src/types/rules/eslint/conventions/require-explicit-return.d.ts +47 -42
  492. package/build/src/types/rules/eslint/conventions/require-hash-private.d.ts +35 -12
  493. package/build/src/types/rules/eslint/conventions/require-kebab-case-filename.d.ts +35 -29
  494. package/build/src/types/rules/eslint/conventions/require-naming-convention.d.ts +212 -115
  495. package/build/src/types/rules/eslint/conventions/require-undefined-init.d.ts +34 -11
  496. package/build/src/types/rules/eslint/conventions/switch-case-blocks.d.ts +41 -18
  497. package/build/src/types/rules/eslint/formatting/no-complex-arrow-concise.d.ts +44 -30
  498. package/build/src/types/rules/eslint/formatting/no-multiline-strings.d.ts +67 -44
  499. package/build/src/types/rules/eslint/formatting/no-raw-text-in-code.d.ts +24 -10
  500. package/build/src/types/rules/eslint/formatting/no-ternary-in-template-literal.d.ts +23 -9
  501. package/build/src/types/rules/eslint/formatting/require-import-order.d.ts +51 -39
  502. package/build/src/types/rules/eslint/formatting/require-multiline-condition-groups.d.ts +42 -26
  503. package/build/src/types/rules/eslint/formatting/require-multiline-conditions.d.ts +36 -20
  504. package/build/src/types/rules/eslint/formatting/require-padding-lines.d.ts +144 -103
  505. package/build/src/types/rules/eslint/formatting/require-ternary-parens.d.ts +35 -12
  506. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-body.d.ts +65 -29
  507. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-hierarchy.d.ts +308 -134
  508. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-alignment.d.ts +59 -52
  509. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-param-name.d.ts +41 -26
  510. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-private.d.ts +49 -17
  511. package/build/src/types/rules/eslint/jsdoc/require-jsdoc-since.d.ts +79 -11
  512. package/build/src/types/rules/eslint/nova/no-logger-dev.d.ts +35 -25
  513. package/build/src/types/rules/eslint/patterns/no-assign-then-return.d.ts +40 -17
  514. package/build/src/types/rules/eslint/patterns/no-await-in-loop.d.ts +53 -45
  515. package/build/src/types/rules/eslint/patterns/no-boolean-var-for-if.d.ts +34 -20
  516. package/build/src/types/rules/eslint/patterns/no-bracket-assignment.d.ts +36 -13
  517. package/build/src/types/rules/eslint/patterns/no-bracket-method-call.d.ts +43 -20
  518. package/build/src/types/rules/eslint/patterns/no-template-curly-in-string.d.ts +26 -12
  519. package/build/src/types/rules/eslint/patterns/no-use-before-define.d.ts +59 -45
  520. package/build/src/types/rules/eslint/regex/no-regex-literal-flags.d.ts +23 -9
  521. package/build/src/types/rules/eslint/regex/no-regex-literals.d.ts +31 -17
  522. package/build/src/types/rules/eslint/safety/no-script-url.d.ts +29 -15
  523. package/build/src/types/rules/eslint/syntax/no-destructuring.d.ts +61 -58
  524. package/build/src/types/rules/eslint/syntax/no-numeric-literals.d.ts +43 -29
  525. package/build/src/types/rules/eslint/syntax/no-optional-chaining.d.ts +23 -9
  526. package/build/src/types/rules/eslint/syntax/no-rest-params.d.ts +63 -31
  527. package/build/src/types/rules/eslint/typescript/no-catch-unknown-annotation.d.ts +34 -11
  528. package/build/src/types/rules/eslint/typescript/no-explicit-any.d.ts +23 -9
  529. package/build/src/types/rules/eslint/typescript/no-inline-type-annotation.d.ts +58 -32
  530. package/build/src/types/rules/eslint/typescript/no-shared-type-import.d.ts +32 -18
  531. package/build/src/types/rules/eslint/typescript/require-bracket-property-access.d.ts +50 -22
  532. package/build/src/types/rules/eslint/typescript/require-type-naming.d.ts +87 -20
  533. package/build/src/types/shared.d.ts +410 -365
  534. package/build/src/types/tests/api/node-releases.test.d.ts +87 -6
  535. package/build/src/types/tests/api/spdx-licenses.test.d.ts +48 -8
  536. package/build/src/types/tests/cli/generate/github/funding.test.d.ts +21 -13
  537. package/build/src/types/tests/cli/generate/github/issue-template.test.d.ts +26 -6
  538. package/build/src/types/tests/cli/generate/github/workflows-helpers.test.d.ts +206 -21
  539. package/build/src/types/tests/cli/generate/github/workflows.test.d.ts +556 -29
  540. package/build/src/types/tests/cli/generate/must-haves/agent-conventions.test.d.ts +39 -14
  541. package/build/src/types/tests/cli/generate/must-haves/dotenv.test.d.ts +28 -6
  542. package/build/src/types/tests/cli/generate/must-haves/editorconfig.test.d.ts +19 -11
  543. package/build/src/types/tests/cli/generate/must-haves/gitignore.test.d.ts +24 -6
  544. package/build/src/types/tests/cli/generate/must-haves/license.test.d.ts +151 -11
  545. package/build/src/types/tests/cli/generate/must-haves/read-me.test.d.ts +216 -18
  546. package/build/src/types/tests/cli/recipe/github/handle-gh-failure.test.d.ts +96 -0
  547. package/build/src/types/tests/cli/recipe/github/sync-features.test.d.ts +357 -0
  548. package/build/src/types/tests/cli/recipe/github/sync-identity.test.d.ts +475 -0
  549. package/build/src/types/tests/cli/recipe/github/sync-policies.test.d.ts +408 -0
  550. package/build/src/types/tests/cli/recipe/package-json/cleanup.test.d.ts +159 -20
  551. package/build/src/types/tests/cli/recipe/package-json/normalize-artifacts.test.d.ts +102 -15
  552. package/build/src/types/tests/cli/recipe/package-json/normalize-bundler.test.d.ts +102 -15
  553. package/build/src/types/tests/cli/recipe/package-json/normalize-dependencies.test.d.ts +106 -19
  554. package/build/src/types/tests/cli/recipe/package-json/normalize-modules.test.d.ts +101 -14
  555. package/build/src/types/tests/cli/recipe/package-json/normalize-tooling.test.d.ts +126 -14
  556. package/build/src/types/tests/cli/recipe/package-json/sync-environment.test.d.ts +101 -14
  557. package/build/src/types/tests/cli/recipe/package-json/sync-identity.test.d.ts +101 -14
  558. package/build/src/types/tests/cli/recipe/package-json/sync-ownership.test.d.ts +101 -14
  559. package/build/src/types/tests/cli/scaffold/app/expressjs.test.d.ts +59 -18
  560. package/build/src/types/tests/cli/scaffold/app/nextjs.test.d.ts +62 -19
  561. package/build/src/types/tests/cli/scaffold/app/vite.test.d.ts +60 -19
  562. package/build/src/types/tests/cli/scaffold/app/workers.test.d.ts +59 -18
  563. package/build/src/types/tests/cli/scaffold/docs/docusaurus.test.d.ts +59 -18
  564. package/build/src/types/tests/cli/scaffold/starter/base.test.d.ts +55 -18
  565. package/build/src/types/tests/cli/utility/changelog.test.d.ts +161 -32
  566. package/build/src/types/tests/cli/utility/initialize.test.d.ts +211 -5
  567. package/build/src/types/tests/cli/utility/run-recipes.test.d.ts +87 -9
  568. package/build/src/types/tests/cli/utility/run-scripts.test.d.ts +124 -24
  569. package/build/src/types/tests/cli/utility/transpile.test.d.ts +23 -11
  570. package/build/src/types/tests/cli/utility/type-check.test.d.ts +34 -9
  571. package/build/src/types/tests/cli/utility/version.test.d.ts +33 -4
  572. package/build/src/types/tests/lib/item.test.d.ts +191 -37
  573. package/build/src/types/tests/lib/nova-config.test.d.ts +1032 -69
  574. package/build/src/types/tests/lib/regex.test.d.ts +453 -27
  575. package/build/src/types/tests/lib/scaffold.test.d.ts +55 -12
  576. package/build/src/types/tests/lib/schema.test.d.ts +171 -16
  577. package/build/src/types/tests/lib/utility.test.d.ts +1151 -142
  578. package/build/src/types/tests/lib/workflow-templates.test.d.ts +17 -17
  579. package/build/src/types/tests/rules/eslint/conventions/no-default-export-declaration.test.d.ts +1 -1
  580. package/build/src/types/tests/rules/eslint/conventions/no-implicit-boolean.test.d.ts +1 -1
  581. package/build/src/types/tests/rules/eslint/conventions/require-explicit-return.test.d.ts +1 -1
  582. package/build/src/types/tests/rules/eslint/conventions/require-hash-private.test.d.ts +1 -1
  583. package/build/src/types/tests/rules/eslint/conventions/require-kebab-case-filename.test.d.ts +1 -1
  584. package/build/src/types/tests/rules/eslint/conventions/require-naming-convention.test.d.ts +1 -1
  585. package/build/src/types/tests/rules/eslint/conventions/require-undefined-init.test.d.ts +1 -1
  586. package/build/src/types/tests/rules/eslint/conventions/switch-case-blocks.test.d.ts +1 -1
  587. package/build/src/types/tests/rules/eslint/formatting/no-complex-arrow-concise.test.d.ts +1 -1
  588. package/build/src/types/tests/rules/eslint/formatting/no-multiline-strings.test.d.ts +1 -1
  589. package/build/src/types/tests/rules/eslint/formatting/no-raw-text-in-code.test.d.ts +1 -1
  590. package/build/src/types/tests/rules/eslint/formatting/no-ternary-in-template-literal.test.d.ts +1 -1
  591. package/build/src/types/tests/rules/eslint/formatting/require-import-order.test.d.ts +1 -1
  592. package/build/src/types/tests/rules/eslint/formatting/require-multiline-condition-groups.test.d.ts +1 -1
  593. package/build/src/types/tests/rules/eslint/formatting/require-multiline-conditions.test.d.ts +1 -1
  594. package/build/src/types/tests/rules/eslint/formatting/require-padding-lines.test.d.ts +1 -1
  595. package/build/src/types/tests/rules/eslint/formatting/require-ternary-parens.test.d.ts +1 -1
  596. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-body.test.d.ts +1 -1
  597. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-hierarchy.test.d.ts +1 -1
  598. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-alignment.test.d.ts +1 -1
  599. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-param-name.test.d.ts +1 -1
  600. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-private.test.d.ts +1 -1
  601. package/build/src/types/tests/rules/eslint/jsdoc/require-jsdoc-since.test.d.ts +1 -1
  602. package/build/src/types/tests/rules/eslint/nova/no-logger-dev.test.d.ts +1 -1
  603. package/build/src/types/tests/rules/eslint/patterns/no-assign-then-return.test.d.ts +1 -1
  604. package/build/src/types/tests/rules/eslint/patterns/no-await-in-loop.test.d.ts +1 -1
  605. package/build/src/types/tests/rules/eslint/patterns/no-boolean-var-for-if.test.d.ts +1 -1
  606. package/build/src/types/tests/rules/eslint/patterns/no-bracket-assignment.test.d.ts +1 -1
  607. package/build/src/types/tests/rules/eslint/patterns/no-bracket-method-call.test.d.ts +1 -1
  608. package/build/src/types/tests/rules/eslint/patterns/no-template-curly-in-string.test.d.ts +1 -1
  609. package/build/src/types/tests/rules/eslint/patterns/no-use-before-define.test.d.ts +1 -1
  610. package/build/src/types/tests/rules/eslint/regex/no-regex-literal-flags.test.d.ts +1 -1
  611. package/build/src/types/tests/rules/eslint/regex/no-regex-literals.test.d.ts +1 -1
  612. package/build/src/types/tests/rules/eslint/safety/no-script-url.test.d.ts +1 -1
  613. package/build/src/types/tests/rules/eslint/syntax/no-destructuring.test.d.ts +1 -1
  614. package/build/src/types/tests/rules/eslint/syntax/no-numeric-literals.test.d.ts +1 -1
  615. package/build/src/types/tests/rules/eslint/syntax/no-optional-chaining.test.d.ts +1 -1
  616. package/build/src/types/tests/rules/eslint/syntax/no-rest-params.test.d.ts +1 -1
  617. package/build/src/types/tests/rules/eslint/typescript/no-catch-unknown-annotation.test.d.ts +1 -1
  618. package/build/src/types/tests/rules/eslint/typescript/no-explicit-any.test.d.ts +1 -1
  619. package/build/src/types/tests/rules/eslint/typescript/no-inline-type-annotation.test.d.ts +1 -1
  620. package/build/src/types/tests/rules/eslint/typescript/no-shared-type-import.test.d.ts +1 -1
  621. package/build/src/types/tests/rules/eslint/typescript/require-bracket-property-access.test.d.ts +3 -3
  622. package/build/src/types/tests/rules/eslint/typescript/require-type-naming.test.d.ts +1 -1
  623. package/build/src/types/tests/toolkit/bootstrap.test.d.ts +155 -40
  624. package/build/src/types/tests/toolkit/cli-header.test.d.ts +135 -22
  625. package/build/src/types/tests/toolkit/logger.test.d.ts +113 -5
  626. package/build/src/types/tests/toolkit/markdown-table.test.d.ts +150 -27
  627. package/build/src/types/tests/type-declarations.test.d.ts +4683 -300
  628. package/build/src/types/toolkit/bootstrap.d.ts +71 -47
  629. package/build/src/types/toolkit/cli-header.d.ts +98 -88
  630. package/build/src/types/toolkit/logger.d.ts +98 -53
  631. package/build/src/types/toolkit/markdown-table.d.ts +74 -72
  632. package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml +2 -2
  633. package/build/templates/generators/github/workflows/publish/targets/cloudflare-pages-docusaurus.yml +2 -2
  634. package/build/templates/generators/github/workflows/publish/targets/github-action.yml +121 -0
  635. package/build/templates/generators/github/workflows/publish/targets/github-packages.yml +3 -2
  636. package/build/templates/generators/github/workflows/publish/targets/github-pages-docusaurus.yml +2 -2
  637. package/build/templates/generators/github/workflows/publish/targets/npm.yml +3 -2
  638. package/build/templates/generators/github/workflows/publish/targets/vercel-nextjs.yml +2 -2
  639. package/build/templates/generators/must-haves/agent-conventions/AGENTS.md +1 -0
  640. package/build/templates/generators/must-haves/agent-conventions/CLAUDE.md +1 -0
  641. package/build/templates/generators/must-haves/agent-conventions/PROJECT_RULES.md +1 -1
  642. package/build/templates/generators/must-haves/agent-conventions/conventions/typescript.md +412 -148
  643. package/build/templates/generators/must-haves/agent-conventions/conventions/universal.md +27 -3
  644. package/build/templates/generators/must-haves/agent-conventions/cursorrules +55 -0
  645. package/build/templates/generators/must-haves/dotenv/env +14 -0
  646. package/build/templates/generators/must-haves/dotenv/env.sample +14 -0
  647. package/build/templates/generators/must-haves/editorconfig/editorconfig +212 -0
  648. package/build/templates/generators/must-haves/gitignore/gitignore +179 -0
  649. package/build/templates/scaffold/app/nextjs/next.config.mjs +3 -1
  650. package/package.json +1 -1
@@ -0,0 +1,475 @@
1
+ /**
2
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - All Three Undefined Logs Warn And Makes No Mutation Calls.
3
+ *
4
+ * @since 0.22.0
5
+ */
6
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
7
+
8
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
9
+
10
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
11
+
12
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
13
+
14
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
15
+
16
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_Calls = unknown[][];
17
+
18
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_EditCall = unknown[] | undefined;
19
+
20
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_TopicsCall = unknown[] | undefined;
21
+
22
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_WarnCalls = unknown[][];
23
+
24
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_AllThreeUndefinedLogsWarnAndMakesNoMutationCalls_HasNoValuesWarn = boolean;
25
+
26
+ /**
27
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Description And Homepage Both Set Calls Gh Repo Edit With Both Flags.
28
+ *
29
+ * @since 0.22.0
30
+ */
31
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
32
+
33
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
34
+
35
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
36
+
37
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
38
+
39
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_Calls = unknown[][];
40
+
41
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DescriptionAndHomepageBothSetCallsGhRepoEditWithBothFlags_EditCall = unknown[] | undefined;
42
+
43
+ /**
44
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Dry Run True Runs Precheck Calls But Skips Mutation Calls.
45
+ *
46
+ * @since 0.22.0
47
+ */
48
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
49
+
50
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
51
+
52
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
53
+
54
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
55
+
56
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_Calls = unknown[][];
57
+
58
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_EditCall = unknown[] | undefined;
59
+
60
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_TopicsCall = unknown[] | undefined;
61
+
62
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_AuthCall = unknown[] | undefined;
63
+
64
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_DryRunTrueRunsPrecheckCallsButSkipsMutationCalls_ViewCall = unknown[] | undefined;
65
+
66
+ /**
67
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Gh Not Authenticated Logs Error And Sets Exit Code1.
68
+ *
69
+ * @since 0.22.0
70
+ */
71
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
72
+
73
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
74
+
75
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
76
+
77
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
78
+
79
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
80
+
81
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
82
+
83
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotAuthenticatedLogsErrorAndSetsExitCode1_HasAuthError = boolean;
84
+
85
+ /**
86
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Gh Not On PATH Logs Error And Sets Exit Code1.
87
+ *
88
+ * @since 0.22.0
89
+ */
90
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
91
+
92
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
93
+
94
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
95
+
96
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
97
+
98
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
99
+
100
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
101
+
102
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhNotOnPATHLogsErrorAndSetsExitCode1_HasGhNotInstalled = boolean;
103
+
104
+ /**
105
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Gh Repo Edit Returns Code1 Sets Exit Code1 And Logs Error.
106
+ *
107
+ * @since 0.22.0
108
+ */
109
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
110
+
111
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
112
+
113
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
114
+
115
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditReturnsCode1SetsExitCode1AndLogsError_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
116
+
117
+ /**
118
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Gh Repo Edit With Rate Limit In Stderr Logs Rate Limit Specific Error.
119
+ *
120
+ * @since 0.22.0
121
+ */
122
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
123
+
124
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
125
+
126
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
127
+
128
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
129
+
130
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
131
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
132
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
133
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
134
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
135
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock = {
136
+ debug: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Debug;
137
+ dev: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Dev;
138
+ info: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Info;
139
+ warn: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Warn;
140
+ error: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedLoggerMock_Error;
141
+ };
142
+
143
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
144
+
145
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
146
+
147
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_CustomizedErrorCalls = unknown[][];
148
+
149
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhRepoEditWithRateLimitInStderrLogsRateLimitSpecificError_HasRateLimitError = boolean;
150
+
151
+ /**
152
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Gh Version Below Minimum Logs Error And Sets Exit Code1.
153
+ *
154
+ * @since 0.22.0
155
+ */
156
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
157
+
158
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
159
+
160
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
161
+
162
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
163
+
164
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
165
+
166
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
167
+
168
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GhVersionBelowMinimumLogsErrorAndSetsExitCode1_HasVersionError = boolean;
169
+
170
+ /**
171
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - GitHub Block Missing Logs Warn And Returns Without Exit Code.
172
+ *
173
+ * @since 0.22.0
174
+ */
175
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
176
+
177
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
178
+
179
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
180
+
181
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
182
+
183
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_WarnCalls = unknown[][];
184
+
185
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubBlockMissingLogsWarnAndReturnsWithoutExitCode_HasGithubBlockWarn = boolean;
186
+
187
+ /**
188
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - GitHub Topics Empty Array Fires API Call Clearing Topics.
189
+ *
190
+ * @since 0.22.0
191
+ */
192
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
193
+
194
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
195
+
196
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
197
+
198
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
199
+
200
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_Calls = unknown[][];
201
+
202
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_GithubTopicsEmptyArrayFiresApiCallClearingTopics_TopicsCall = unknown[] | undefined;
203
+
204
+ /**
205
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Neither Topics Nor Keywords Results In No API Call.
206
+ *
207
+ * @since 0.22.0
208
+ */
209
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
210
+
211
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
212
+
213
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
214
+
215
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
216
+
217
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_Calls = unknown[][];
218
+
219
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NeitherTopicsNorKeywordsResultsInNoApiCall_TopicsCall = unknown[] | undefined;
220
+
221
+ /**
222
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Normalize Topics Deduplicates Topics Keeping First Occurrence.
223
+ *
224
+ * @since 0.22.0
225
+ */
226
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
227
+
228
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
229
+
230
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
231
+
232
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
233
+
234
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_Calls = unknown[][];
235
+
236
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_TopicsCall = unknown[] | undefined;
237
+
238
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDeduplicatesTopicsKeepingFirstOccurrence_TypescriptCount = number;
239
+
240
+ /**
241
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Normalize Topics Drops Keywords That Become Empty After Stripping.
242
+ *
243
+ * @since 0.22.0
244
+ */
245
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
246
+
247
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
248
+
249
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
250
+
251
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
252
+
253
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_Calls = unknown[][];
254
+
255
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsKeywordsThatBecomeEmptyAfterStripping_TopicsCall = unknown[] | undefined;
256
+
257
+ /**
258
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Normalize Topics Drops Topics Exceeding50 Chars With Warn.
259
+ *
260
+ * @since 0.22.0
261
+ */
262
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
263
+
264
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
265
+
266
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
267
+
268
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
269
+
270
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
271
+
272
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_WarnCalls = unknown[][];
273
+
274
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsDropsTopicsExceeding50CharsWithWarn_HasTooLongWarn = boolean;
275
+
276
+ /**
277
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Normalize Topics Trims To20 Topics With Warn When More Than20 Provided.
278
+ *
279
+ * @since 0.22.0
280
+ */
281
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_Keywords = string[];
282
+
283
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
284
+
285
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
286
+
287
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
288
+
289
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
290
+
291
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
292
+
293
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_WarnCalls = unknown[][];
294
+
295
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_HasTrimWarn = boolean;
296
+
297
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_Calls = unknown[][];
298
+
299
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_TopicsCall = unknown[] | undefined;
300
+
301
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_NormalizeTopicsTrimsTo20TopicsWithWarnWhenMoreThan20Provided_TopicMatches = RegExpMatchArray | null;
302
+
303
+ /**
304
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Only Description Set Calls Gh Repo Edit With Only Description Flag.
305
+ *
306
+ * @since 0.22.0
307
+ */
308
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
309
+
310
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
311
+
312
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
313
+
314
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
315
+
316
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_Calls = unknown[][];
317
+
318
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyDescriptionSetCallsGhRepoEditWithOnlyDescriptionFlag_EditCall = unknown[] | undefined;
319
+
320
+ /**
321
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Only Topics From GitHub Topics Set Fires Only Gh API PUT Topics Call.
322
+ *
323
+ * @since 0.22.0
324
+ */
325
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
326
+
327
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
328
+
329
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
330
+
331
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
332
+
333
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_Calls = unknown[][];
334
+
335
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_EditCall = unknown[] | undefined;
336
+
337
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OnlyTopicsFromGithubTopicsSetFiresOnlyGhApiPUTTopicsCall_TopicsCall = unknown[] | undefined;
338
+
339
+ /**
340
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Owner Or Repo Missing Logs Warn And Returns Without Exit Code.
341
+ *
342
+ * @since 0.22.0
343
+ */
344
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
345
+
346
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
347
+
348
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
349
+
350
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_LoggerWarnSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
351
+
352
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_WarnCalls = unknown[][];
353
+
354
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_OwnerOrRepoMissingLogsWarnAndReturnsWithoutExitCode_HasOwnerRepoWarn = boolean;
355
+
356
+ /**
357
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Recipe Disabled Returns Silently Without Execute Shell Mutation Calls.
358
+ *
359
+ * @since 0.22.0
360
+ */
361
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
362
+
363
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
364
+
365
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RecipeDisabledReturnsSilentlyWithoutExecuteShellMutationCalls_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
366
+
367
+ /**
368
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Repo View Returns READ Permission Logs Error And Sets Exit Code1.
369
+ *
370
+ * @since 0.22.0
371
+ */
372
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
373
+
374
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
375
+
376
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
377
+
378
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
379
+
380
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_LoggerErrorSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
381
+
382
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_ErrorCalls = unknown[][];
383
+
384
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_RepoViewReturnsREADPermissionLogsErrorAndSetsExitCode1_HasWriteError = boolean;
385
+
386
+ /**
387
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Sets Exit Code1 When Gh Repo View Returns Malformed J S O N.
388
+ *
389
+ * @since 0.22.0
390
+ */
391
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
392
+
393
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
394
+
395
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
396
+
397
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
398
+
399
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
400
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
401
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
402
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
403
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
404
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock = {
405
+ debug: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Debug;
406
+ dev: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Dev;
407
+ info: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Info;
408
+ warn: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Warn;
409
+ error: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedLoggerMock_Error;
410
+ };
411
+
412
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
413
+
414
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
415
+
416
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_CustomizedErrorCalls = unknown[][];
417
+
418
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsMalformedJSON_HasMalformedJsonError = boolean;
419
+
420
+ /**
421
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Sets Exit Code1 When Gh Repo View Returns Valid JSON Without Viewer Permission.
422
+ *
423
+ * @since 0.22.0
424
+ */
425
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
426
+
427
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
428
+
429
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
430
+
431
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
432
+
433
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Debug = ReturnType<typeof import('vitest')['vi']['fn']>;
434
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Dev = ReturnType<typeof import('vitest')['vi']['fn']>;
435
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Info = ReturnType<typeof import('vitest')['vi']['fn']>;
436
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Warn = ReturnType<typeof import('vitest')['vi']['fn']>;
437
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Error = ReturnType<typeof import('vitest')['vi']['fn']>;
438
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock = {
439
+ debug: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Debug;
440
+ dev: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Dev;
441
+ info: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Info;
442
+ warn: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Warn;
443
+ error: Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedLoggerMock_Error;
444
+ };
445
+
446
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoggerCustomizeSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
447
+
448
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_LoggerCustomizeReturn = import('../../../../toolkit/logger.d.ts').Toolkit_Logger_Runner_Customize_Returns;
449
+
450
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_CustomizedErrorCalls = unknown[][];
451
+
452
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_HasUndefinedPermissionError = boolean;
453
+
454
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_Calls = unknown[][];
455
+
456
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_EditCall = unknown[] | undefined;
457
+
458
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_SetsExitCode1WhenGhRepoViewReturnsValidJSONWithoutViewerPermission_TopicsCall = unknown[] | undefined;
459
+
460
+ /**
461
+ * Tests - CLI - Recipe - GitHub - Sync Identity - CLI Recipe GitHub Sync Identity Run - Topics Derived From Project Keywords Are Normalized In API Call.
462
+ *
463
+ * @since 0.22.0
464
+ */
465
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_IsProjectRootSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
466
+
467
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_LoadSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
468
+
469
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_IsCommandExistsSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
470
+
471
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_ExecuteShellSpy = ReturnType<typeof import('vitest')['vi']['spyOn']>;
472
+
473
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_Calls = unknown[][];
474
+
475
+ export type Tests_Cli_Recipe_Github_SyncIdentity_CliRecipeGithubSyncIdentityRun_TopicsDerivedFromProjectKeywordsAreNormalizedInApiCall_TopicsCall = unknown[] | undefined;