@shirokuma-library/shirokuma-docs 0.1.0-alpha.10

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.

Potentially problematic release.


This version of @shirokuma-library/shirokuma-docs might be problematic. Click here for more details.

Files changed (761) hide show
  1. package/LICENSE +21 -0
  2. package/README.en.md +346 -0
  3. package/README.md +346 -0
  4. package/THIRD_PARTY_NOTICES.md +18 -0
  5. package/bin/shirokuma-docs +2 -0
  6. package/dist/analyzers/details-test-analysis.d.ts +31 -0
  7. package/dist/analyzers/details-test-analysis.d.ts.map +1 -0
  8. package/dist/analyzers/details-test-analysis.js +174 -0
  9. package/dist/analyzers/details-test-analysis.js.map +1 -0
  10. package/dist/analyzers/feature-map-builder.d.ts +20 -0
  11. package/dist/analyzers/feature-map-builder.d.ts.map +1 -0
  12. package/dist/analyzers/feature-map-builder.js +154 -0
  13. package/dist/analyzers/feature-map-builder.js.map +1 -0
  14. package/dist/analyzers/feature-map-references.d.ts +34 -0
  15. package/dist/analyzers/feature-map-references.d.ts.map +1 -0
  16. package/dist/analyzers/feature-map-references.js +249 -0
  17. package/dist/analyzers/feature-map-references.js.map +1 -0
  18. package/dist/analyzers/reference-analyzer.d.ts +95 -0
  19. package/dist/analyzers/reference-analyzer.d.ts.map +1 -0
  20. package/dist/analyzers/reference-analyzer.js +372 -0
  21. package/dist/analyzers/reference-analyzer.js.map +1 -0
  22. package/dist/commands/adr.d.ts +26 -0
  23. package/dist/commands/adr.d.ts.map +1 -0
  24. package/dist/commands/adr.js +129 -0
  25. package/dist/commands/adr.js.map +1 -0
  26. package/dist/commands/api-tools.d.ts +83 -0
  27. package/dist/commands/api-tools.d.ts.map +1 -0
  28. package/dist/commands/api-tools.js +775 -0
  29. package/dist/commands/api-tools.js.map +1 -0
  30. package/dist/commands/coverage.d.ts +139 -0
  31. package/dist/commands/coverage.d.ts.map +1 -0
  32. package/dist/commands/coverage.js +481 -0
  33. package/dist/commands/coverage.js.map +1 -0
  34. package/dist/commands/deps.d.ts +24 -0
  35. package/dist/commands/deps.d.ts.map +1 -0
  36. package/dist/commands/deps.js +211 -0
  37. package/dist/commands/deps.js.map +1 -0
  38. package/dist/commands/details-context.d.ts +38 -0
  39. package/dist/commands/details-context.d.ts.map +1 -0
  40. package/dist/commands/details-context.js +195 -0
  41. package/dist/commands/details-context.js.map +1 -0
  42. package/dist/commands/details-types.d.ts +315 -0
  43. package/dist/commands/details-types.d.ts.map +1 -0
  44. package/dist/commands/details-types.js +7 -0
  45. package/dist/commands/details-types.js.map +1 -0
  46. package/dist/commands/details.d.ts +24 -0
  47. package/dist/commands/details.d.ts.map +1 -0
  48. package/dist/commands/details.js +299 -0
  49. package/dist/commands/details.js.map +1 -0
  50. package/dist/commands/discussion-templates.d.ts +26 -0
  51. package/dist/commands/discussion-templates.d.ts.map +1 -0
  52. package/dist/commands/discussion-templates.js +270 -0
  53. package/dist/commands/discussion-templates.js.map +1 -0
  54. package/dist/commands/discussions.d.ts +31 -0
  55. package/dist/commands/discussions.d.ts.map +1 -0
  56. package/dist/commands/discussions.js +744 -0
  57. package/dist/commands/discussions.js.map +1 -0
  58. package/dist/commands/feature-map-types.d.ts +294 -0
  59. package/dist/commands/feature-map-types.d.ts.map +1 -0
  60. package/dist/commands/feature-map-types.js +8 -0
  61. package/dist/commands/feature-map-types.js.map +1 -0
  62. package/dist/commands/feature-map.d.ts +30 -0
  63. package/dist/commands/feature-map.d.ts.map +1 -0
  64. package/dist/commands/feature-map.js +137 -0
  65. package/dist/commands/feature-map.js.map +1 -0
  66. package/dist/commands/generate.d.ts +16 -0
  67. package/dist/commands/generate.d.ts.map +1 -0
  68. package/dist/commands/generate.js +88 -0
  69. package/dist/commands/generate.js.map +1 -0
  70. package/dist/commands/gh-discussions.d.ts +31 -0
  71. package/dist/commands/gh-discussions.d.ts.map +1 -0
  72. package/dist/commands/gh-discussions.js +743 -0
  73. package/dist/commands/gh-discussions.js.map +1 -0
  74. package/dist/commands/gh-issues-pr.d.ts +74 -0
  75. package/dist/commands/gh-issues-pr.d.ts.map +1 -0
  76. package/dist/commands/gh-issues-pr.js +417 -0
  77. package/dist/commands/gh-issues-pr.js.map +1 -0
  78. package/dist/commands/gh-issues.d.ts +90 -0
  79. package/dist/commands/gh-issues.d.ts.map +1 -0
  80. package/dist/commands/gh-issues.js +1297 -0
  81. package/dist/commands/gh-issues.js.map +1 -0
  82. package/dist/commands/gh-projects.d.ts +54 -0
  83. package/dist/commands/gh-projects.d.ts.map +1 -0
  84. package/dist/commands/gh-projects.js +966 -0
  85. package/dist/commands/gh-projects.js.map +1 -0
  86. package/dist/commands/gh-repo.d.ts +18 -0
  87. package/dist/commands/gh-repo.d.ts.map +1 -0
  88. package/dist/commands/gh-repo.js +253 -0
  89. package/dist/commands/gh-repo.js.map +1 -0
  90. package/dist/commands/github-data.d.ts +67 -0
  91. package/dist/commands/github-data.d.ts.map +1 -0
  92. package/dist/commands/github-data.js +361 -0
  93. package/dist/commands/github-data.js.map +1 -0
  94. package/dist/commands/i18n.d.ts +102 -0
  95. package/dist/commands/i18n.d.ts.map +1 -0
  96. package/dist/commands/i18n.js +829 -0
  97. package/dist/commands/i18n.js.map +1 -0
  98. package/dist/commands/impact.d.ts +14 -0
  99. package/dist/commands/impact.d.ts.map +1 -0
  100. package/dist/commands/impact.js +263 -0
  101. package/dist/commands/impact.js.map +1 -0
  102. package/dist/commands/init.d.ts +53 -0
  103. package/dist/commands/init.d.ts.map +1 -0
  104. package/dist/commands/init.js +468 -0
  105. package/dist/commands/init.js.map +1 -0
  106. package/dist/commands/issues-pr.d.ts +83 -0
  107. package/dist/commands/issues-pr.d.ts.map +1 -0
  108. package/dist/commands/issues-pr.js +572 -0
  109. package/dist/commands/issues-pr.js.map +1 -0
  110. package/dist/commands/issues.d.ts +78 -0
  111. package/dist/commands/issues.d.ts.map +1 -0
  112. package/dist/commands/issues.js +1541 -0
  113. package/dist/commands/issues.js.map +1 -0
  114. package/dist/commands/link-docs.d.ts +21 -0
  115. package/dist/commands/link-docs.d.ts.map +1 -0
  116. package/dist/commands/link-docs.js +990 -0
  117. package/dist/commands/link-docs.js.map +1 -0
  118. package/dist/commands/lint-annotations.d.ts +28 -0
  119. package/dist/commands/lint-annotations.d.ts.map +1 -0
  120. package/dist/commands/lint-annotations.js +511 -0
  121. package/dist/commands/lint-annotations.js.map +1 -0
  122. package/dist/commands/lint-code.d.ts +26 -0
  123. package/dist/commands/lint-code.d.ts.map +1 -0
  124. package/dist/commands/lint-code.js +428 -0
  125. package/dist/commands/lint-code.js.map +1 -0
  126. package/dist/commands/lint-coverage.d.ts +33 -0
  127. package/dist/commands/lint-coverage.d.ts.map +1 -0
  128. package/dist/commands/lint-coverage.js +379 -0
  129. package/dist/commands/lint-coverage.js.map +1 -0
  130. package/dist/commands/lint-docs.d.ts +23 -0
  131. package/dist/commands/lint-docs.d.ts.map +1 -0
  132. package/dist/commands/lint-docs.js +338 -0
  133. package/dist/commands/lint-docs.js.map +1 -0
  134. package/dist/commands/lint-structure.d.ts +38 -0
  135. package/dist/commands/lint-structure.d.ts.map +1 -0
  136. package/dist/commands/lint-structure.js +350 -0
  137. package/dist/commands/lint-structure.js.map +1 -0
  138. package/dist/commands/lint-tests.d.ts +25 -0
  139. package/dist/commands/lint-tests.d.ts.map +1 -0
  140. package/dist/commands/lint-tests.js +105 -0
  141. package/dist/commands/lint-tests.js.map +1 -0
  142. package/dist/commands/lint-workflow.d.ts +36 -0
  143. package/dist/commands/lint-workflow.d.ts.map +1 -0
  144. package/dist/commands/lint-workflow.js +255 -0
  145. package/dist/commands/lint-workflow.js.map +1 -0
  146. package/dist/commands/overview.d.ts +21 -0
  147. package/dist/commands/overview.d.ts.map +1 -0
  148. package/dist/commands/overview.js +1300 -0
  149. package/dist/commands/overview.js.map +1 -0
  150. package/dist/commands/packages.d.ts +107 -0
  151. package/dist/commands/packages.d.ts.map +1 -0
  152. package/dist/commands/packages.js +308 -0
  153. package/dist/commands/packages.js.map +1 -0
  154. package/dist/commands/portal-nextjs.d.ts +23 -0
  155. package/dist/commands/portal-nextjs.d.ts.map +1 -0
  156. package/dist/commands/portal-nextjs.js +336 -0
  157. package/dist/commands/portal-nextjs.js.map +1 -0
  158. package/dist/commands/portal.d.ts +24 -0
  159. package/dist/commands/portal.d.ts.map +1 -0
  160. package/dist/commands/portal.js +16 -0
  161. package/dist/commands/portal.js.map +1 -0
  162. package/dist/commands/projects.d.ts +54 -0
  163. package/dist/commands/projects.d.ts.map +1 -0
  164. package/dist/commands/projects.js +1191 -0
  165. package/dist/commands/projects.js.map +1 -0
  166. package/dist/commands/repo-pairs.d.ts +19 -0
  167. package/dist/commands/repo-pairs.d.ts.map +1 -0
  168. package/dist/commands/repo-pairs.js +529 -0
  169. package/dist/commands/repo-pairs.js.map +1 -0
  170. package/dist/commands/repo.d.ts +18 -0
  171. package/dist/commands/repo.d.ts.map +1 -0
  172. package/dist/commands/repo.js +253 -0
  173. package/dist/commands/repo.js.map +1 -0
  174. package/dist/commands/schema.d.ts +49 -0
  175. package/dist/commands/schema.d.ts.map +1 -0
  176. package/dist/commands/schema.js +830 -0
  177. package/dist/commands/schema.js.map +1 -0
  178. package/dist/commands/screenshots.d.ts +203 -0
  179. package/dist/commands/screenshots.d.ts.map +1 -0
  180. package/dist/commands/screenshots.js +1234 -0
  181. package/dist/commands/screenshots.js.map +1 -0
  182. package/dist/commands/search-index.d.ts +83 -0
  183. package/dist/commands/search-index.d.ts.map +1 -0
  184. package/dist/commands/search-index.js +389 -0
  185. package/dist/commands/search-index.js.map +1 -0
  186. package/dist/commands/search.d.ts +24 -0
  187. package/dist/commands/search.d.ts.map +1 -0
  188. package/dist/commands/search.js +254 -0
  189. package/dist/commands/search.js.map +1 -0
  190. package/dist/commands/session.d.ts +159 -0
  191. package/dist/commands/session.d.ts.map +1 -0
  192. package/dist/commands/session.js +1274 -0
  193. package/dist/commands/session.js.map +1 -0
  194. package/dist/commands/test-cases-types.d.ts +154 -0
  195. package/dist/commands/test-cases-types.d.ts.map +1 -0
  196. package/dist/commands/test-cases-types.js +7 -0
  197. package/dist/commands/test-cases-types.js.map +1 -0
  198. package/dist/commands/test-cases.d.ts +28 -0
  199. package/dist/commands/test-cases.d.ts.map +1 -0
  200. package/dist/commands/test-cases.js +192 -0
  201. package/dist/commands/test-cases.js.map +1 -0
  202. package/dist/commands/typedoc.d.ts +21 -0
  203. package/dist/commands/typedoc.d.ts.map +1 -0
  204. package/dist/commands/typedoc.js +192 -0
  205. package/dist/commands/typedoc.js.map +1 -0
  206. package/dist/commands/update-skills.d.ts +56 -0
  207. package/dist/commands/update-skills.d.ts.map +1 -0
  208. package/dist/commands/update-skills.js +626 -0
  209. package/dist/commands/update-skills.js.map +1 -0
  210. package/dist/generators/details-entity-pages.d.ts +40 -0
  211. package/dist/generators/details-entity-pages.d.ts.map +1 -0
  212. package/dist/generators/details-entity-pages.js +301 -0
  213. package/dist/generators/details-entity-pages.js.map +1 -0
  214. package/dist/generators/details-html.d.ts +23 -0
  215. package/dist/generators/details-html.d.ts.map +1 -0
  216. package/dist/generators/details-html.js +324 -0
  217. package/dist/generators/details-html.js.map +1 -0
  218. package/dist/generators/details-module-page.d.ts +33 -0
  219. package/dist/generators/details-module-page.d.ts.map +1 -0
  220. package/dist/generators/details-module-page.js +408 -0
  221. package/dist/generators/details-module-page.js.map +1 -0
  222. package/dist/generators/details-styles.d.ts +39 -0
  223. package/dist/generators/details-styles.d.ts.map +1 -0
  224. package/dist/generators/details-styles.js +409 -0
  225. package/dist/generators/details-styles.js.map +1 -0
  226. package/dist/generators/feature-map-html.d.ts +66 -0
  227. package/dist/generators/feature-map-html.d.ts.map +1 -0
  228. package/dist/generators/feature-map-html.js +569 -0
  229. package/dist/generators/feature-map-html.js.map +1 -0
  230. package/dist/generators/feature-map-styles.d.ts +39 -0
  231. package/dist/generators/feature-map-styles.d.ts.map +1 -0
  232. package/dist/generators/feature-map-styles.js +449 -0
  233. package/dist/generators/feature-map-styles.js.map +1 -0
  234. package/dist/generators/test-cases-hierarchy.d.ts +21 -0
  235. package/dist/generators/test-cases-hierarchy.d.ts.map +1 -0
  236. package/dist/generators/test-cases-hierarchy.js +336 -0
  237. package/dist/generators/test-cases-hierarchy.js.map +1 -0
  238. package/dist/generators/test-cases-main.d.ts +20 -0
  239. package/dist/generators/test-cases-main.d.ts.map +1 -0
  240. package/dist/generators/test-cases-main.js +439 -0
  241. package/dist/generators/test-cases-main.js.map +1 -0
  242. package/dist/generators/test-cases-styles.d.ts +64 -0
  243. package/dist/generators/test-cases-styles.d.ts.map +1 -0
  244. package/dist/generators/test-cases-styles.js +1277 -0
  245. package/dist/generators/test-cases-styles.js.map +1 -0
  246. package/dist/index.d.ts +13 -0
  247. package/dist/index.d.ts.map +1 -0
  248. package/dist/index.js +600 -0
  249. package/dist/index.js.map +1 -0
  250. package/dist/lint/annotation-lint.d.ts +198 -0
  251. package/dist/lint/annotation-lint.d.ts.map +1 -0
  252. package/dist/lint/annotation-lint.js +510 -0
  253. package/dist/lint/annotation-lint.js.map +1 -0
  254. package/dist/lint/annotation-types.d.ts +161 -0
  255. package/dist/lint/annotation-types.d.ts.map +1 -0
  256. package/dist/lint/annotation-types.js +31 -0
  257. package/dist/lint/annotation-types.js.map +1 -0
  258. package/dist/lint/code-types.d.ts +135 -0
  259. package/dist/lint/code-types.d.ts.map +1 -0
  260. package/dist/lint/code-types.js +25 -0
  261. package/dist/lint/code-types.js.map +1 -0
  262. package/dist/lint/coverage-types.d.ts +128 -0
  263. package/dist/lint/coverage-types.d.ts.map +1 -0
  264. package/dist/lint/coverage-types.js +24 -0
  265. package/dist/lint/coverage-types.js.map +1 -0
  266. package/dist/lint/docs-types.d.ts +214 -0
  267. package/dist/lint/docs-types.d.ts.map +1 -0
  268. package/dist/lint/docs-types.js +18 -0
  269. package/dist/lint/docs-types.js.map +1 -0
  270. package/dist/lint/formatters/index.d.ts +14 -0
  271. package/dist/lint/formatters/index.d.ts.map +1 -0
  272. package/dist/lint/formatters/index.js +28 -0
  273. package/dist/lint/formatters/index.js.map +1 -0
  274. package/dist/lint/formatters/json.d.ts +11 -0
  275. package/dist/lint/formatters/json.d.ts.map +1 -0
  276. package/dist/lint/formatters/json.js +12 -0
  277. package/dist/lint/formatters/json.js.map +1 -0
  278. package/dist/lint/formatters/summary.d.ts +11 -0
  279. package/dist/lint/formatters/summary.d.ts.map +1 -0
  280. package/dist/lint/formatters/summary.js +37 -0
  281. package/dist/lint/formatters/summary.js.map +1 -0
  282. package/dist/lint/formatters/terminal.d.ts +11 -0
  283. package/dist/lint/formatters/terminal.d.ts.map +1 -0
  284. package/dist/lint/formatters/terminal.js +99 -0
  285. package/dist/lint/formatters/terminal.js.map +1 -0
  286. package/dist/lint/index.d.ts +18 -0
  287. package/dist/lint/index.d.ts.map +1 -0
  288. package/dist/lint/index.js +103 -0
  289. package/dist/lint/index.js.map +1 -0
  290. package/dist/lint/rules/annotation-required.d.ts +35 -0
  291. package/dist/lint/rules/annotation-required.d.ts.map +1 -0
  292. package/dist/lint/rules/annotation-required.js +127 -0
  293. package/dist/lint/rules/annotation-required.js.map +1 -0
  294. package/dist/lint/rules/code-rules.d.ts +12 -0
  295. package/dist/lint/rules/code-rules.d.ts.map +1 -0
  296. package/dist/lint/rules/code-rules.js +11 -0
  297. package/dist/lint/rules/code-rules.js.map +1 -0
  298. package/dist/lint/rules/describe-coverage.d.ts +8 -0
  299. package/dist/lint/rules/describe-coverage.d.ts.map +1 -0
  300. package/dist/lint/rules/describe-coverage.js +43 -0
  301. package/dist/lint/rules/describe-coverage.js.map +1 -0
  302. package/dist/lint/rules/duplicate-testdoc.d.ts +8 -0
  303. package/dist/lint/rules/duplicate-testdoc.d.ts.map +1 -0
  304. package/dist/lint/rules/duplicate-testdoc.js +38 -0
  305. package/dist/lint/rules/duplicate-testdoc.js.map +1 -0
  306. package/dist/lint/rules/index.d.ts +29 -0
  307. package/dist/lint/rules/index.d.ts.map +1 -0
  308. package/dist/lint/rules/index.js +55 -0
  309. package/dist/lint/rules/index.js.map +1 -0
  310. package/dist/lint/rules/server-action-structure.d.ts +37 -0
  311. package/dist/lint/rules/server-action-structure.d.ts.map +1 -0
  312. package/dist/lint/rules/server-action-structure.js +152 -0
  313. package/dist/lint/rules/server-action-structure.js.map +1 -0
  314. package/dist/lint/rules/skipped-test-report.d.ts +11 -0
  315. package/dist/lint/rules/skipped-test-report.d.ts.map +1 -0
  316. package/dist/lint/rules/skipped-test-report.js +31 -0
  317. package/dist/lint/rules/skipped-test-report.js.map +1 -0
  318. package/dist/lint/rules/structure-rules.d.ts +67 -0
  319. package/dist/lint/rules/structure-rules.d.ts.map +1 -0
  320. package/dist/lint/rules/structure-rules.js +617 -0
  321. package/dist/lint/rules/structure-rules.js.map +1 -0
  322. package/dist/lint/rules/testdoc-japanese.d.ts +8 -0
  323. package/dist/lint/rules/testdoc-japanese.d.ts.map +1 -0
  324. package/dist/lint/rules/testdoc-japanese.js +31 -0
  325. package/dist/lint/rules/testdoc-japanese.js.map +1 -0
  326. package/dist/lint/rules/testdoc-min-length.d.ts +8 -0
  327. package/dist/lint/rules/testdoc-min-length.d.ts.map +1 -0
  328. package/dist/lint/rules/testdoc-min-length.js +31 -0
  329. package/dist/lint/rules/testdoc-min-length.js.map +1 -0
  330. package/dist/lint/rules/testdoc-required.d.ts +8 -0
  331. package/dist/lint/rules/testdoc-required.d.ts.map +1 -0
  332. package/dist/lint/rules/testdoc-required.js +27 -0
  333. package/dist/lint/rules/testdoc-required.js.map +1 -0
  334. package/dist/lint/rules/workflow-branch-naming.d.ts +20 -0
  335. package/dist/lint/rules/workflow-branch-naming.d.ts.map +1 -0
  336. package/dist/lint/rules/workflow-branch-naming.js +85 -0
  337. package/dist/lint/rules/workflow-branch-naming.js.map +1 -0
  338. package/dist/lint/rules/workflow-commit-format.d.ts +27 -0
  339. package/dist/lint/rules/workflow-commit-format.d.ts.map +1 -0
  340. package/dist/lint/rules/workflow-commit-format.js +92 -0
  341. package/dist/lint/rules/workflow-commit-format.js.map +1 -0
  342. package/dist/lint/rules/workflow-issue-fields.d.ts +24 -0
  343. package/dist/lint/rules/workflow-issue-fields.d.ts.map +1 -0
  344. package/dist/lint/rules/workflow-issue-fields.js +89 -0
  345. package/dist/lint/rules/workflow-issue-fields.js.map +1 -0
  346. package/dist/lint/rules/workflow-main-protection.d.ts +32 -0
  347. package/dist/lint/rules/workflow-main-protection.d.ts.map +1 -0
  348. package/dist/lint/rules/workflow-main-protection.js +114 -0
  349. package/dist/lint/rules/workflow-main-protection.js.map +1 -0
  350. package/dist/lint/structure-types.d.ts +216 -0
  351. package/dist/lint/structure-types.d.ts.map +1 -0
  352. package/dist/lint/structure-types.js +96 -0
  353. package/dist/lint/structure-types.js.map +1 -0
  354. package/dist/lint/types.d.ts +154 -0
  355. package/dist/lint/types.d.ts.map +1 -0
  356. package/dist/lint/types.js +21 -0
  357. package/dist/lint/types.js.map +1 -0
  358. package/dist/lint/workflow-types.d.ts +90 -0
  359. package/dist/lint/workflow-types.d.ts.map +1 -0
  360. package/dist/lint/workflow-types.js +7 -0
  361. package/dist/lint/workflow-types.js.map +1 -0
  362. package/dist/md/analyzer/index.d.ts +46 -0
  363. package/dist/md/analyzer/index.d.ts.map +1 -0
  364. package/dist/md/analyzer/index.js +288 -0
  365. package/dist/md/analyzer/index.js.map +1 -0
  366. package/dist/md/builder/index.d.ts +91 -0
  367. package/dist/md/builder/index.d.ts.map +1 -0
  368. package/dist/md/builder/index.js +446 -0
  369. package/dist/md/builder/index.js.map +1 -0
  370. package/dist/md/cli/analyze.d.ts +11 -0
  371. package/dist/md/cli/analyze.d.ts.map +1 -0
  372. package/dist/md/cli/analyze.js +118 -0
  373. package/dist/md/cli/analyze.js.map +1 -0
  374. package/dist/md/cli/build.d.ts +11 -0
  375. package/dist/md/cli/build.d.ts.map +1 -0
  376. package/dist/md/cli/build.js +74 -0
  377. package/dist/md/cli/build.js.map +1 -0
  378. package/dist/md/cli/extract.d.ts +25 -0
  379. package/dist/md/cli/extract.d.ts.map +1 -0
  380. package/dist/md/cli/extract.js +230 -0
  381. package/dist/md/cli/extract.js.map +1 -0
  382. package/dist/md/cli/index.d.ts +3 -0
  383. package/dist/md/cli/index.d.ts.map +1 -0
  384. package/dist/md/cli/index.js +99 -0
  385. package/dist/md/cli/index.js.map +1 -0
  386. package/dist/md/cli/lint.d.ts +11 -0
  387. package/dist/md/cli/lint.d.ts.map +1 -0
  388. package/dist/md/cli/lint.js +165 -0
  389. package/dist/md/cli/lint.js.map +1 -0
  390. package/dist/md/cli/list.d.ts +16 -0
  391. package/dist/md/cli/list.d.ts.map +1 -0
  392. package/dist/md/cli/list.js +85 -0
  393. package/dist/md/cli/list.js.map +1 -0
  394. package/dist/md/cli/program.d.ts +11 -0
  395. package/dist/md/cli/program.d.ts.map +1 -0
  396. package/dist/md/cli/program.js +104 -0
  397. package/dist/md/cli/program.js.map +1 -0
  398. package/dist/md/cli/validate.d.ts +8 -0
  399. package/dist/md/cli/validate.d.ts.map +1 -0
  400. package/dist/md/cli/validate.js +82 -0
  401. package/dist/md/cli/validate.js.map +1 -0
  402. package/dist/md/constants.d.ts +69 -0
  403. package/dist/md/constants.d.ts.map +1 -0
  404. package/dist/md/constants.js +69 -0
  405. package/dist/md/constants.js.map +1 -0
  406. package/dist/md/extractor/index.d.ts +57 -0
  407. package/dist/md/extractor/index.d.ts.map +1 -0
  408. package/dist/md/extractor/index.js +365 -0
  409. package/dist/md/extractor/index.js.map +1 -0
  410. package/dist/md/index.d.ts +26 -0
  411. package/dist/md/index.d.ts.map +1 -0
  412. package/dist/md/index.js +30 -0
  413. package/dist/md/index.js.map +1 -0
  414. package/dist/md/linter/index.d.ts +20 -0
  415. package/dist/md/linter/index.d.ts.map +1 -0
  416. package/dist/md/linter/index.js +421 -0
  417. package/dist/md/linter/index.js.map +1 -0
  418. package/dist/md/linter/token-optimizer.d.ts +66 -0
  419. package/dist/md/linter/token-optimizer.d.ts.map +1 -0
  420. package/dist/md/linter/token-optimizer.js +292 -0
  421. package/dist/md/linter/token-optimizer.js.map +1 -0
  422. package/dist/md/lister/index.d.ts +42 -0
  423. package/dist/md/lister/index.d.ts.map +1 -0
  424. package/dist/md/lister/index.js +317 -0
  425. package/dist/md/lister/index.js.map +1 -0
  426. package/dist/md/parser/heading-numbers.d.ts +43 -0
  427. package/dist/md/parser/heading-numbers.d.ts.map +1 -0
  428. package/dist/md/parser/heading-numbers.js +97 -0
  429. package/dist/md/parser/heading-numbers.js.map +1 -0
  430. package/dist/md/parser/section-meta.d.ts +50 -0
  431. package/dist/md/parser/section-meta.d.ts.map +1 -0
  432. package/dist/md/parser/section-meta.js +212 -0
  433. package/dist/md/parser/section-meta.js.map +1 -0
  434. package/dist/md/parser/template.d.ts +56 -0
  435. package/dist/md/parser/template.d.ts.map +1 -0
  436. package/dist/md/parser/template.js +122 -0
  437. package/dist/md/parser/template.js.map +1 -0
  438. package/dist/md/plugins/loader.d.ts +15 -0
  439. package/dist/md/plugins/loader.d.ts.map +1 -0
  440. package/dist/md/plugins/loader.js +80 -0
  441. package/dist/md/plugins/loader.js.map +1 -0
  442. package/dist/md/plugins/normalize-headings.d.ts +43 -0
  443. package/dist/md/plugins/normalize-headings.d.ts.map +1 -0
  444. package/dist/md/plugins/normalize-headings.js +51 -0
  445. package/dist/md/plugins/normalize-headings.js.map +1 -0
  446. package/dist/md/plugins/normalize-whitespace.d.ts +46 -0
  447. package/dist/md/plugins/normalize-whitespace.d.ts.map +1 -0
  448. package/dist/md/plugins/normalize-whitespace.js +86 -0
  449. package/dist/md/plugins/normalize-whitespace.js.map +1 -0
  450. package/dist/md/plugins/remove-badges.d.ts +36 -0
  451. package/dist/md/plugins/remove-badges.d.ts.map +1 -0
  452. package/dist/md/plugins/remove-badges.js +59 -0
  453. package/dist/md/plugins/remove-badges.js.map +1 -0
  454. package/dist/md/plugins/remove-comments.d.ts +27 -0
  455. package/dist/md/plugins/remove-comments.d.ts.map +1 -0
  456. package/dist/md/plugins/remove-comments.js +40 -0
  457. package/dist/md/plugins/remove-comments.js.map +1 -0
  458. package/dist/md/plugins/remove-duplicates.d.ts +40 -0
  459. package/dist/md/plugins/remove-duplicates.d.ts.map +1 -0
  460. package/dist/md/plugins/remove-duplicates.js +72 -0
  461. package/dist/md/plugins/remove-duplicates.js.map +1 -0
  462. package/dist/md/plugins/remove-internal-links.d.ts +38 -0
  463. package/dist/md/plugins/remove-internal-links.d.ts.map +1 -0
  464. package/dist/md/plugins/remove-internal-links.js +66 -0
  465. package/dist/md/plugins/remove-internal-links.js.map +1 -0
  466. package/dist/md/plugins/strip-heading-numbers.d.ts +35 -0
  467. package/dist/md/plugins/strip-heading-numbers.d.ts.map +1 -0
  468. package/dist/md/plugins/strip-heading-numbers.js +59 -0
  469. package/dist/md/plugins/strip-heading-numbers.js.map +1 -0
  470. package/dist/md/plugins/strip-section-meta.d.ts +37 -0
  471. package/dist/md/plugins/strip-section-meta.d.ts.map +1 -0
  472. package/dist/md/plugins/strip-section-meta.js +62 -0
  473. package/dist/md/plugins/strip-section-meta.js.map +1 -0
  474. package/dist/md/types/config.d.ts +260 -0
  475. package/dist/md/types/config.d.ts.map +1 -0
  476. package/dist/md/types/config.js +156 -0
  477. package/dist/md/types/config.js.map +1 -0
  478. package/dist/md/types/document.d.ts +37 -0
  479. package/dist/md/types/document.d.ts.map +1 -0
  480. package/dist/md/types/document.js +2 -0
  481. package/dist/md/types/document.js.map +1 -0
  482. package/dist/md/types/validation.d.ts +107 -0
  483. package/dist/md/types/validation.d.ts.map +1 -0
  484. package/dist/md/types/validation.js +2 -0
  485. package/dist/md/types/validation.js.map +1 -0
  486. package/dist/md/utils/code-blocks.d.ts +136 -0
  487. package/dist/md/utils/code-blocks.d.ts.map +1 -0
  488. package/dist/md/utils/code-blocks.js +178 -0
  489. package/dist/md/utils/code-blocks.js.map +1 -0
  490. package/dist/md/utils/config.d.ts +10 -0
  491. package/dist/md/utils/config.d.ts.map +1 -0
  492. package/dist/md/utils/config.js +99 -0
  493. package/dist/md/utils/config.js.map +1 -0
  494. package/dist/md/utils/file-collector.d.ts +78 -0
  495. package/dist/md/utils/file-collector.d.ts.map +1 -0
  496. package/dist/md/utils/file-collector.js +100 -0
  497. package/dist/md/utils/file-collector.js.map +1 -0
  498. package/dist/md/utils/markdown.d.ts +18 -0
  499. package/dist/md/utils/markdown.d.ts.map +1 -0
  500. package/dist/md/utils/markdown.js +93 -0
  501. package/dist/md/utils/markdown.js.map +1 -0
  502. package/dist/md/utils/remark.d.ts +91 -0
  503. package/dist/md/utils/remark.d.ts.map +1 -0
  504. package/dist/md/utils/remark.js +125 -0
  505. package/dist/md/utils/remark.js.map +1 -0
  506. package/dist/md/utils/tokens.d.ts +9 -0
  507. package/dist/md/utils/tokens.d.ts.map +1 -0
  508. package/dist/md/utils/tokens.js +31 -0
  509. package/dist/md/utils/tokens.js.map +1 -0
  510. package/dist/md/validator/index.d.ts +40 -0
  511. package/dist/md/validator/index.d.ts.map +1 -0
  512. package/dist/md/validator/index.js +299 -0
  513. package/dist/md/validator/index.js.map +1 -0
  514. package/dist/parsers/details-jsdoc.d.ts +42 -0
  515. package/dist/parsers/details-jsdoc.d.ts.map +1 -0
  516. package/dist/parsers/details-jsdoc.js +256 -0
  517. package/dist/parsers/details-jsdoc.js.map +1 -0
  518. package/dist/parsers/details-zod.d.ts +22 -0
  519. package/dist/parsers/details-zod.d.ts.map +1 -0
  520. package/dist/parsers/details-zod.js +146 -0
  521. package/dist/parsers/details-zod.js.map +1 -0
  522. package/dist/parsers/drizzle-schema.d.ts +92 -0
  523. package/dist/parsers/drizzle-schema.d.ts.map +1 -0
  524. package/dist/parsers/drizzle-schema.js +376 -0
  525. package/dist/parsers/drizzle-schema.js.map +1 -0
  526. package/dist/parsers/feature-map-tags.d.ts +45 -0
  527. package/dist/parsers/feature-map-tags.d.ts.map +1 -0
  528. package/dist/parsers/feature-map-tags.js +292 -0
  529. package/dist/parsers/feature-map-tags.js.map +1 -0
  530. package/dist/parsers/feature-map-type-extraction.d.ts +62 -0
  531. package/dist/parsers/feature-map-type-extraction.d.ts.map +1 -0
  532. package/dist/parsers/feature-map-type-extraction.js +347 -0
  533. package/dist/parsers/feature-map-type-extraction.js.map +1 -0
  534. package/dist/parsers/feature-map-utils.d.ts +34 -0
  535. package/dist/parsers/feature-map-utils.d.ts.map +1 -0
  536. package/dist/parsers/feature-map-utils.js +101 -0
  537. package/dist/parsers/feature-map-utils.js.map +1 -0
  538. package/dist/parsers/jsdoc-common.d.ts +209 -0
  539. package/dist/parsers/jsdoc-common.d.ts.map +1 -0
  540. package/dist/parsers/jsdoc-common.js +650 -0
  541. package/dist/parsers/jsdoc-common.js.map +1 -0
  542. package/dist/parsers/jsdoc.d.ts +76 -0
  543. package/dist/parsers/jsdoc.d.ts.map +1 -0
  544. package/dist/parsers/jsdoc.js +238 -0
  545. package/dist/parsers/jsdoc.js.map +1 -0
  546. package/dist/parsers/screenshot-annotations.d.ts +96 -0
  547. package/dist/parsers/screenshot-annotations.d.ts.map +1 -0
  548. package/dist/parsers/screenshot-annotations.js +227 -0
  549. package/dist/parsers/screenshot-annotations.js.map +1 -0
  550. package/dist/parsers/test-annotations.d.ts +46 -0
  551. package/dist/parsers/test-annotations.d.ts.map +1 -0
  552. package/dist/parsers/test-annotations.js +393 -0
  553. package/dist/parsers/test-annotations.js.map +1 -0
  554. package/dist/parsers/test-categorization.d.ts +42 -0
  555. package/dist/parsers/test-categorization.d.ts.map +1 -0
  556. package/dist/parsers/test-categorization.js +182 -0
  557. package/dist/parsers/test-categorization.js.map +1 -0
  558. package/dist/parsers/zod-schema.d.ts +105 -0
  559. package/dist/parsers/zod-schema.d.ts.map +1 -0
  560. package/dist/parsers/zod-schema.js +271 -0
  561. package/dist/parsers/zod-schema.js.map +1 -0
  562. package/dist/utils/action-inference.d.ts +23 -0
  563. package/dist/utils/action-inference.d.ts.map +1 -0
  564. package/dist/utils/action-inference.js +36 -0
  565. package/dist/utils/action-inference.js.map +1 -0
  566. package/dist/utils/app-inference.d.ts +31 -0
  567. package/dist/utils/app-inference.d.ts.map +1 -0
  568. package/dist/utils/app-inference.js +41 -0
  569. package/dist/utils/app-inference.js.map +1 -0
  570. package/dist/utils/auto-infer.d.ts +93 -0
  571. package/dist/utils/auto-infer.d.ts.map +1 -0
  572. package/dist/utils/auto-infer.js +184 -0
  573. package/dist/utils/auto-infer.js.map +1 -0
  574. package/dist/utils/config.d.ts +709 -0
  575. package/dist/utils/config.d.ts.map +1 -0
  576. package/dist/utils/config.js +504 -0
  577. package/dist/utils/config.js.map +1 -0
  578. package/dist/utils/file.d.ts +46 -0
  579. package/dist/utils/file.d.ts.map +1 -0
  580. package/dist/utils/file.js +103 -0
  581. package/dist/utils/file.js.map +1 -0
  582. package/dist/utils/formatters.d.ts +123 -0
  583. package/dist/utils/formatters.d.ts.map +1 -0
  584. package/dist/utils/formatters.js +199 -0
  585. package/dist/utils/formatters.js.map +1 -0
  586. package/dist/utils/gh-config.d.ts +99 -0
  587. package/dist/utils/gh-config.d.ts.map +1 -0
  588. package/dist/utils/gh-config.js +247 -0
  589. package/dist/utils/gh-config.js.map +1 -0
  590. package/dist/utils/github.d.ts +108 -0
  591. package/dist/utils/github.d.ts.map +1 -0
  592. package/dist/utils/github.js +320 -0
  593. package/dist/utils/github.js.map +1 -0
  594. package/dist/utils/html.d.ts +107 -0
  595. package/dist/utils/html.d.ts.map +1 -0
  596. package/dist/utils/html.js +376 -0
  597. package/dist/utils/html.js.map +1 -0
  598. package/dist/utils/i18n.d.ts +40 -0
  599. package/dist/utils/i18n.d.ts.map +1 -0
  600. package/dist/utils/i18n.js +148 -0
  601. package/dist/utils/i18n.js.map +1 -0
  602. package/dist/utils/logger.d.ts +20 -0
  603. package/dist/utils/logger.d.ts.map +1 -0
  604. package/dist/utils/logger.js +49 -0
  605. package/dist/utils/logger.js.map +1 -0
  606. package/dist/utils/project-fields.d.ts +71 -0
  607. package/dist/utils/project-fields.d.ts.map +1 -0
  608. package/dist/utils/project-fields.js +318 -0
  609. package/dist/utils/project-fields.js.map +1 -0
  610. package/dist/utils/repo-pairs.d.ts +94 -0
  611. package/dist/utils/repo-pairs.d.ts.map +1 -0
  612. package/dist/utils/repo-pairs.js +196 -0
  613. package/dist/utils/repo-pairs.js.map +1 -0
  614. package/dist/utils/route-inference.d.ts +81 -0
  615. package/dist/utils/route-inference.d.ts.map +1 -0
  616. package/dist/utils/route-inference.js +137 -0
  617. package/dist/utils/route-inference.js.map +1 -0
  618. package/dist/utils/sanitize.d.ts +27 -0
  619. package/dist/utils/sanitize.d.ts.map +1 -0
  620. package/dist/utils/sanitize.js +38 -0
  621. package/dist/utils/sanitize.js.map +1 -0
  622. package/dist/utils/setup-check.d.ts +48 -0
  623. package/dist/utils/setup-check.d.ts.map +1 -0
  624. package/dist/utils/setup-check.js +226 -0
  625. package/dist/utils/setup-check.js.map +1 -0
  626. package/dist/utils/shirokumaignore.d.ts +55 -0
  627. package/dist/utils/shirokumaignore.d.ts.map +1 -0
  628. package/dist/utils/shirokumaignore.js +94 -0
  629. package/dist/utils/shirokumaignore.js.map +1 -0
  630. package/dist/utils/skills-repo.d.ts +353 -0
  631. package/dist/utils/skills-repo.d.ts.map +1 -0
  632. package/dist/utils/skills-repo.js +793 -0
  633. package/dist/utils/skills-repo.js.map +1 -0
  634. package/dist/utils/status-workflow.d.ts +54 -0
  635. package/dist/utils/status-workflow.d.ts.map +1 -0
  636. package/dist/utils/status-workflow.js +103 -0
  637. package/dist/utils/status-workflow.js.map +1 -0
  638. package/dist/validators/frontmatter.d.ts +41 -0
  639. package/dist/validators/frontmatter.d.ts.map +1 -0
  640. package/dist/validators/frontmatter.js +117 -0
  641. package/dist/validators/frontmatter.js.map +1 -0
  642. package/dist/validators/link-checker.d.ts +48 -0
  643. package/dist/validators/link-checker.d.ts.map +1 -0
  644. package/dist/validators/link-checker.js +108 -0
  645. package/dist/validators/link-checker.js.map +1 -0
  646. package/dist/validators/markdown-structure.d.ts +50 -0
  647. package/dist/validators/markdown-structure.d.ts.map +1 -0
  648. package/dist/validators/markdown-structure.js +253 -0
  649. package/dist/validators/markdown-structure.js.map +1 -0
  650. package/i18n/cli/en.json +164 -0
  651. package/i18n/cli/ja.json +164 -0
  652. package/i18n/discussion/en.json +191 -0
  653. package/i18n/discussion/ja.json +191 -0
  654. package/package.json +113 -0
  655. package/portal/app/api-tools/api-tools-client.tsx +411 -0
  656. package/portal/app/api-tools/api-tools-document.tsx +240 -0
  657. package/portal/app/api-tools/page.tsx +56 -0
  658. package/portal/app/api-tools/swagger-view.tsx +114 -0
  659. package/portal/app/apps/[appId]/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
  660. package/portal/app/apps/[appId]/[type]/[module]/[item]/page.tsx +1422 -0
  661. package/portal/app/apps/[appId]/[type]/[module]/page.tsx +373 -0
  662. package/portal/app/apps/[appId]/feature-map/feature-map-app-document.tsx +298 -0
  663. package/portal/app/apps/[appId]/feature-map/page.tsx +224 -0
  664. package/portal/app/apps/[appId]/i18n/page.tsx +139 -0
  665. package/portal/app/apps/[appId]/test-cases/page.tsx +840 -0
  666. package/portal/app/apps/[appId]/tools/[tool]/page.tsx +351 -0
  667. package/portal/app/apps/[appId]/tools/api-tools-client.tsx +429 -0
  668. package/portal/app/apps/[appId]/tools/page.tsx +119 -0
  669. package/portal/app/db-schema/[db]/[table]/page.tsx +235 -0
  670. package/portal/app/db-schema/[db]/diagram/page.tsx +81 -0
  671. package/portal/app/db-schema/[db]/page.tsx +148 -0
  672. package/portal/app/db-schema/db-schema-document.tsx +100 -0
  673. package/portal/app/db-schema/diagram/client.tsx +211 -0
  674. package/portal/app/db-schema/diagram/page.tsx +20 -0
  675. package/portal/app/db-schema/page.tsx +145 -0
  676. package/portal/app/db-schema/table-detail-document.tsx +710 -0
  677. package/portal/app/db-schema/table-detail.tsx +747 -0
  678. package/portal/app/db-schema/table-list-document.tsx +224 -0
  679. package/portal/app/db-schema/table-list.tsx +247 -0
  680. package/portal/app/details/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
  681. package/portal/app/details/[type]/[module]/[item]/page.tsx +1286 -0
  682. package/portal/app/details/[type]/[module]/page.tsx +884 -0
  683. package/portal/app/feature-map/feature-map-client.tsx +681 -0
  684. package/portal/app/feature-map/feature-map-document.tsx +313 -0
  685. package/portal/app/feature-map/page.tsx +438 -0
  686. package/portal/app/globals.css +205 -0
  687. package/portal/app/i18n/[...namespace]/page.tsx +190 -0
  688. package/portal/app/i18n/i18n-client.tsx +369 -0
  689. package/portal/app/i18n/page.tsx +339 -0
  690. package/portal/app/layout.tsx +37 -0
  691. package/portal/app/overview/page.tsx +65 -0
  692. package/portal/app/packages/[packageId]/page.tsx +201 -0
  693. package/portal/app/packages/page.tsx +148 -0
  694. package/portal/app/page.tsx +568 -0
  695. package/portal/app/test-cases/[file]/[line]/page.tsx +455 -0
  696. package/portal/app/test-cases/[file]/[line]/test-detail-document.tsx +335 -0
  697. package/portal/app/test-cases/[file]/page.tsx +323 -0
  698. package/portal/app/test-cases/[file]/test-file-document.tsx +335 -0
  699. package/portal/app/test-cases/page.tsx +546 -0
  700. package/portal/app/test-cases/test-cases-document.tsx +384 -0
  701. package/portal/components/code-block.tsx +57 -0
  702. package/portal/components/document/doc-params-table.tsx +71 -0
  703. package/portal/components/document/doc-section.tsx +133 -0
  704. package/portal/components/document/doc-table.tsx +119 -0
  705. package/portal/components/document/index.ts +9 -0
  706. package/portal/components/drawflow-er-diagram.tsx +607 -0
  707. package/portal/components/interactive-er-diagram.tsx +228 -0
  708. package/portal/components/layout/app-sidebar.tsx +490 -0
  709. package/portal/components/layout/er-sidebar.tsx +116 -0
  710. package/portal/components/layout/global-header.tsx +117 -0
  711. package/portal/components/layout/layout-content.tsx +48 -0
  712. package/portal/components/markdown-content.tsx +120 -0
  713. package/portal/components/mermaid-diagram.tsx +83 -0
  714. package/portal/components/reactflow-er-diagram.tsx +475 -0
  715. package/portal/components/search-dialog.tsx +268 -0
  716. package/portal/components/shared/coverage-score-bar.tsx +144 -0
  717. package/portal/components/swagger/endpoint-accordion.tsx +117 -0
  718. package/portal/components/swagger/index.ts +7 -0
  719. package/portal/components/swagger/method-badge.tsx +55 -0
  720. package/portal/components/swagger/params-table.tsx +78 -0
  721. package/portal/components/tabs-with-hash.tsx +43 -0
  722. package/portal/components/test/index.ts +2 -0
  723. package/portal/components/test/test-bdd-card.tsx +192 -0
  724. package/portal/components/test/test-matrix.tsx +242 -0
  725. package/portal/components/ui/accordion.tsx +66 -0
  726. package/portal/components/ui/badge.tsx +46 -0
  727. package/portal/components/ui/breadcrumb.tsx +109 -0
  728. package/portal/components/ui/button.tsx +62 -0
  729. package/portal/components/ui/card.tsx +92 -0
  730. package/portal/components/ui/collapsible.tsx +33 -0
  731. package/portal/components/ui/dialog.tsx +118 -0
  732. package/portal/components/ui/progress.tsx +28 -0
  733. package/portal/components/ui/scroll-area.tsx +58 -0
  734. package/portal/components/ui/sheet.tsx +139 -0
  735. package/portal/components/ui/table.tsx +116 -0
  736. package/portal/components/ui/tabs.tsx +66 -0
  737. package/portal/components.json +21 -0
  738. package/portal/lib/constants/test-categories.ts +186 -0
  739. package/portal/lib/data-loader.ts +1181 -0
  740. package/portal/lib/db-schema-utils.ts +182 -0
  741. package/portal/lib/format.ts +43 -0
  742. package/portal/lib/hooks/use-hash-tab.ts +144 -0
  743. package/portal/lib/path-utils.ts +25 -0
  744. package/portal/lib/search-index-generator.ts +214 -0
  745. package/portal/lib/search.ts +126 -0
  746. package/portal/lib/sidebar-context.tsx +111 -0
  747. package/portal/lib/types.ts +740 -0
  748. package/portal/lib/utils.ts +6 -0
  749. package/portal/next.config.ts +18 -0
  750. package/portal/package.json +45 -0
  751. package/portal/postcss.config.mjs +8 -0
  752. package/portal/tsconfig.json +42 -0
  753. package/portal/types/drawflow.d.ts +80 -0
  754. package/templates/README.md +73 -0
  755. package/templates/coverage.html +367 -0
  756. package/templates/dark-theme.css +443 -0
  757. package/templates/discussion/adr.yml.hbs +65 -0
  758. package/templates/discussion/handovers.yml.hbs +57 -0
  759. package/templates/discussion/knowledge.yml.hbs +60 -0
  760. package/templates/discussion/reports.yml.hbs +68 -0
  761. package/templates/discussion/research.yml.hbs +61 -0
@@ -0,0 +1,709 @@
1
+ /**
2
+ * 設定ファイル読み込みユーティリティ
3
+ */
4
+ /**
5
+ * Application type - determines document structure
6
+ */
7
+ export type AppType = "web" | "api" | "cli" | "library";
8
+ /**
9
+ * API protocol type
10
+ */
11
+ export type ApiProtocol = "mcp" | "rest" | "graphql" | "grpc";
12
+ /**
13
+ * Section type for applications
14
+ */
15
+ export type SectionType = "overview" | "featureMap" | "dbSchema" | "testCases" | "tools" | "endpoints" | "commands" | "modules";
16
+ /**
17
+ * Application configuration
18
+ */
19
+ export interface ApplicationConfig {
20
+ /** Unique identifier */
21
+ id: string;
22
+ /** Application type */
23
+ type: AppType;
24
+ /** Display name */
25
+ name: string;
26
+ /** Description */
27
+ description?: string;
28
+ /** Source directory (e.g., "apps/web", "apps/mcp") */
29
+ source?: string;
30
+ /** Icon name (lucide-react compatible) */
31
+ icon?: string;
32
+ /** Theme color */
33
+ color?: string;
34
+ /** API protocol (for type: "api") */
35
+ protocol?: ApiProtocol;
36
+ /** Tools file path (for api type) */
37
+ toolsFile?: string;
38
+ /** Section definitions */
39
+ sections?: Array<{
40
+ type: SectionType;
41
+ label?: string;
42
+ icon?: string;
43
+ filter?: {
44
+ paths?: string[];
45
+ };
46
+ }>;
47
+ /** Database tables used by this app */
48
+ dbTables?: string[];
49
+ /** Test file patterns */
50
+ tests?: {
51
+ match: string[];
52
+ };
53
+ }
54
+ /**
55
+ * スキーマソース設定(複数DB対応)
56
+ *
57
+ * DB名はpathから自動取得:
58
+ * - packages/database/src/schema -> "database"
59
+ * - packages/analytics-db/src/schema -> "analytics-db"
60
+ */
61
+ export interface SchemaSourceConfig {
62
+ /** スキーマディレクトリパス(必須) */
63
+ path: string;
64
+ /** 説明(オプション) */
65
+ description?: string;
66
+ }
67
+ /**
68
+ * Package configuration for monorepo shared packages
69
+ *
70
+ * Allows documenting packages under packages/ directory
71
+ * with their modules, types, and exports.
72
+ */
73
+ export interface PackageConfig {
74
+ /** Package name (e.g., "database", "shared") */
75
+ name: string;
76
+ /** Path to package directory (e.g., "packages/database") */
77
+ path: string;
78
+ /** Package prefix/scope (e.g., "@repo/database") */
79
+ prefix: string;
80
+ /** Package description */
81
+ description?: string;
82
+ /** Entry point files to scan (e.g., ["src/index.ts"]) */
83
+ entryPoints?: string[];
84
+ /** Icon name (lucide-react compatible) */
85
+ icon?: string;
86
+ /** Theme color */
87
+ color?: string;
88
+ }
89
+ /**
90
+ * shirokuma-docs 設定
91
+ */
92
+ export interface ShirokumaConfig {
93
+ /** CLI locale (en | ja) - determines CLI output language */
94
+ locale?: "en" | "ja";
95
+ /** プロジェクト情報 */
96
+ project: {
97
+ /** プロジェクト名 */
98
+ name: string;
99
+ /** プロジェクト説明 */
100
+ description?: string;
101
+ /** プロジェクトURL */
102
+ url?: string;
103
+ };
104
+ /** 出力設定 */
105
+ output: {
106
+ /** メイン出力ディレクトリ */
107
+ dir: string;
108
+ /** ポータル出力ディレクトリ */
109
+ portal?: string;
110
+ /** 生成ファイル出力ディレクトリ */
111
+ generated?: string;
112
+ };
113
+ /** TypeDoc 設定 */
114
+ typedoc?: {
115
+ /** エントリーポイント */
116
+ entryPoints?: string[];
117
+ /** tsconfig パス */
118
+ tsconfig?: string;
119
+ /** 出力ディレクトリ */
120
+ out?: string;
121
+ /** プラグイン */
122
+ plugin?: string[];
123
+ /** 除外パターン */
124
+ exclude?: string[];
125
+ };
126
+ /** スキーマ生成設定 */
127
+ schema?: {
128
+ /** スキーマソース(複数DB対応) */
129
+ sources: SchemaSourceConfig[];
130
+ /** スキーマファイルパターン(共通設定) */
131
+ pattern?: string;
132
+ };
133
+ /** 依存関係グラフ設定 */
134
+ deps?: {
135
+ /** 含めるパス */
136
+ include?: string[];
137
+ /** 除外パス */
138
+ exclude?: string[];
139
+ /** 出力ディレクトリ */
140
+ output?: string;
141
+ /** 出力フォーマット (svg, json) */
142
+ formats?: ("svg" | "json")[];
143
+ };
144
+ /** テストケース設定 */
145
+ testCases?: {
146
+ /** Jest 設定 */
147
+ jest?: {
148
+ /** 設定ファイル */
149
+ config?: string;
150
+ /** テストマッチパターン */
151
+ testMatch?: string[];
152
+ };
153
+ /** Playwright 設定 */
154
+ playwright?: {
155
+ /** 設定ファイル */
156
+ config?: string;
157
+ /** テストディレクトリ */
158
+ testDir?: string;
159
+ };
160
+ /** 出力ディレクトリ (オーバーライド用) */
161
+ output?: string;
162
+ /** BDD アノテーション設定 */
163
+ bddAnnotations?: {
164
+ /** BDD アノテーションを有効にする (デフォルト: true) */
165
+ enabled?: boolean;
166
+ /** サポートするタグ (デフォルト: ["given", "when", "then", "and"]) */
167
+ tags?: string[];
168
+ };
169
+ };
170
+ /** ポータル設定 */
171
+ portal?: {
172
+ /** サイトタイトル */
173
+ title?: string;
174
+ /** 追加リンク */
175
+ links?: Array<{
176
+ name: string;
177
+ url: string;
178
+ description?: string;
179
+ }>;
180
+ /** 開発ツールリンク */
181
+ devTools?: Array<{
182
+ name: string;
183
+ url: string;
184
+ description?: string;
185
+ }>;
186
+ };
187
+ /** アプリケーション設定 (マルチアプリ対応) */
188
+ applications?: {
189
+ /** 共通セクション */
190
+ shared?: {
191
+ sections?: Array<{
192
+ /** セクションタイプ */
193
+ type: "overview" | "dbSchema" | "testCases";
194
+ /** 表示ラベル */
195
+ label?: string;
196
+ /** アイコン名 (lucide互換) */
197
+ icon?: string;
198
+ }>;
199
+ };
200
+ /** アプリケーション定義 */
201
+ apps?: Array<ApplicationConfig>;
202
+ };
203
+ /** パッケージ設定 (モノレポ共有パッケージ対応) */
204
+ packages?: PackageConfig[];
205
+ /** lint-tests 設定 */
206
+ lintTests?: {
207
+ /** 有効にするルール */
208
+ rules?: {
209
+ /** testdoc-required ルール */
210
+ "testdoc-required"?: boolean | "error" | "warning" | "info" | "off";
211
+ /** testdoc-japanese ルール */
212
+ "testdoc-japanese"?: boolean | "error" | "warning" | "info" | "off";
213
+ /** testdoc-min-length ルール */
214
+ "testdoc-min-length"?: boolean | "error" | "warning" | "info" | "off";
215
+ /** duplicate-testdoc ルール */
216
+ "duplicate-testdoc"?: boolean | "error" | "warning" | "info" | "off";
217
+ /** describe-coverage ルール */
218
+ "describe-coverage"?: boolean | "error" | "warning" | "info" | "off";
219
+ };
220
+ /** strictモード(warningもエラーとして扱う) */
221
+ strict?: boolean;
222
+ /** カバレッジ閾値 (%) */
223
+ coverageThreshold?: number;
224
+ /** 無視するパターン */
225
+ ignore?: string[];
226
+ };
227
+ /** lint-coverage 設定 */
228
+ lintCoverage?: {
229
+ /** 有効フラグ */
230
+ enabled?: boolean;
231
+ /** strictモード (missingがあれば失敗) */
232
+ strict?: boolean;
233
+ /** @skip-test に理由が必須か */
234
+ requireSkipReason?: boolean;
235
+ /** 規約マッピング */
236
+ conventions?: Array<{
237
+ /** ソースファイルのglobパターン */
238
+ source: string;
239
+ /** テストファイルのglobパターン */
240
+ test: string;
241
+ }>;
242
+ /** 除外パターン */
243
+ exclude?: string[];
244
+ };
245
+ /** ADR (Architecture Decision Records) 設定 */
246
+ adr?: {
247
+ /** 有効フラグ */
248
+ enabled?: boolean;
249
+ /** ADR 出力ディレクトリ */
250
+ directory?: string;
251
+ /** テンプレート形式 (現在は madr のみ) */
252
+ template?: "madr";
253
+ /** 言語 */
254
+ language?: "ja" | "en";
255
+ };
256
+ /** カバレッジ可視化設定 */
257
+ coverage?: {
258
+ /** 有効フラグ */
259
+ enabled?: boolean;
260
+ /** Istanbul coverage-summary.json のパス */
261
+ source?: string;
262
+ /** 閾値設定 */
263
+ thresholds?: {
264
+ lines?: number;
265
+ branches?: number;
266
+ functions?: number;
267
+ statements?: number;
268
+ };
269
+ /** 閾値未満で失敗する (CI用) */
270
+ failUnder?: boolean;
271
+ };
272
+ /** 検索機能設定 */
273
+ search?: {
274
+ /** 検索機能の有効/無効 (デフォルト: true) */
275
+ enabled?: boolean;
276
+ /** 検索エンジン (flexsearch のみサポート) */
277
+ engine?: "flexsearch";
278
+ /** インデックス出力パス */
279
+ indexOutput?: string;
280
+ /** 検索対象に含めるパターン */
281
+ include?: string[];
282
+ /** 検索対象から除外するパターン */
283
+ exclude?: string[];
284
+ };
285
+ /** API-テスト関連付け設定 */
286
+ linkDocs?: {
287
+ /** 有効フラグ (デフォルト: true) */
288
+ enabled?: boolean;
289
+ /** カバレッジ率を表示するか (デフォルト: true) */
290
+ showCoverage?: boolean;
291
+ /** API ドキュメントのパス */
292
+ apiDocsPath?: string;
293
+ /** テストケース HTML のパス */
294
+ testCasesPath?: string;
295
+ /** 出力ファイル名 (デフォルト: linked-docs.html) */
296
+ outputFile?: string;
297
+ };
298
+ /** Feature Map 設定 */
299
+ featureMap?: {
300
+ /** 有効フラグ (デフォルト: true) */
301
+ enabled?: boolean;
302
+ /** 含めるパターン */
303
+ include?: string[];
304
+ /** 除外パターン */
305
+ exclude?: string[];
306
+ /** 外部ドキュメントリンク設定 */
307
+ externalDocs?: Array<{
308
+ /** 設定名 (識別用) */
309
+ name: string;
310
+ /** マッチングパターン (正規表現) */
311
+ pattern: string;
312
+ /** URL テンプレート ({name}, {kebab-name}, {lower-name} が使用可能) */
313
+ urlTemplate: string;
314
+ /** リンクラベル */
315
+ label: string;
316
+ /** 対象タイプ (component, action, table, all) */
317
+ type?: "component" | "action" | "table" | "all";
318
+ }>;
319
+ /** Storybook 設定 */
320
+ storybook?: {
321
+ /** 有効フラグ */
322
+ enabled?: boolean;
323
+ /** Storybook URL */
324
+ url?: string;
325
+ /** パステンプレート ({name}, {kebab-name}, {lower-name} が使用可能) */
326
+ pathTemplate?: string;
327
+ /** リンクラベル */
328
+ label?: string;
329
+ };
330
+ };
331
+ /** Overview 設定 */
332
+ overview?: {
333
+ /** 有効フラグ (デフォルト: true) */
334
+ enabled?: boolean;
335
+ /** 詳細説明 Markdown ファイルパス */
336
+ file?: string;
337
+ /** アーキテクチャ層 */
338
+ layers?: Array<{
339
+ /** 層名 */
340
+ name: string;
341
+ /** 説明 */
342
+ description: string;
343
+ /** アイコン名 (lucide互換) */
344
+ icon?: string;
345
+ /** 色 (blue, green, purple, orange, pink, cyan) */
346
+ color?: string;
347
+ }>;
348
+ /** 機能サマリー */
349
+ features?: Array<{
350
+ /** 機能名 */
351
+ name: string;
352
+ /** 説明 */
353
+ description: string;
354
+ /** ステータス (stable, beta, planned) */
355
+ status?: "stable" | "beta" | "planned";
356
+ /** 優先度 (core, standard, optional) */
357
+ priority?: "core" | "standard" | "optional";
358
+ }>;
359
+ /** 技術スタック */
360
+ techStack?: Array<{
361
+ /** カテゴリ名 */
362
+ category: string;
363
+ /** 技術リスト */
364
+ items: string[];
365
+ }>;
366
+ /** クイックコマンド */
367
+ quickLinks?: Array<{
368
+ /** 表示テキスト */
369
+ text: string;
370
+ /** コマンド */
371
+ command: string;
372
+ }>;
373
+ };
374
+ /** スクリーンショット生成設定 */
375
+ screenshots?: {
376
+ /** 有効フラグ (デフォルト: true) */
377
+ enabled?: boolean;
378
+ /** ソース指定 ('annotations' | 'feature-map' | 'config' | 'both') デフォルト: 'feature-map' */
379
+ source?: "annotations" | "feature-map" | "config" | "both";
380
+ /** アノテーションスキャン対象パス (source: 'annotations' または 'both' 用) */
381
+ scanPaths?: string[];
382
+ /** 直接定義された screens (source: 'config' 用) */
383
+ screens?: Array<{
384
+ name: string;
385
+ route: string;
386
+ description?: string;
387
+ viewport?: {
388
+ width: number;
389
+ height: number;
390
+ };
391
+ auth?: "required" | "none" | "optional";
392
+ waitFor?: string;
393
+ delay?: number;
394
+ }>;
395
+ /** ベースURL */
396
+ baseUrl?: string;
397
+ /** ロケール */
398
+ locale?: string;
399
+ /** 複数アカウント定義 (マルチアカウント対応) */
400
+ accounts?: Record<string, {
401
+ /** メールアドレス */
402
+ email: string;
403
+ /** パスワード */
404
+ password: string;
405
+ /** 表示ラベル */
406
+ label?: string;
407
+ }>;
408
+ /** デフォルトアカウント (@screenshotAccount 未指定時に使用) */
409
+ defaultAccount?: string;
410
+ /** ログインパス (accounts使用時) */
411
+ loginPath?: string;
412
+ /** 認証設定 (後方互換性のため残す) */
413
+ auth?: {
414
+ /** メールアドレス */
415
+ email?: string;
416
+ /** パスワード */
417
+ password?: string;
418
+ /** ログインパス */
419
+ loginPath?: string;
420
+ };
421
+ /** ビューポートサイズ */
422
+ viewport?: {
423
+ /** 幅 */
424
+ width?: number;
425
+ /** 高さ */
426
+ height?: number;
427
+ };
428
+ /** 出力ディレクトリ */
429
+ outputDir?: string;
430
+ /** テストファイル出力パス */
431
+ testFile?: string;
432
+ /** 動的ルート置換マッピング */
433
+ routeParams?: Record<string, string>;
434
+ /** スクリーン単位のルート上書き (スクリーン名 -> 完全ルートまたはURL) */
435
+ screenOverrides?: Record<string, string>;
436
+ /**
437
+ * 動的ルート解決設定(E2Eテストフィクスチャー連携)
438
+ * テストDBから実際のエンティティIDを取得してルートを構築
439
+ */
440
+ dynamicRoutes?: {
441
+ /** 有効フラグ */
442
+ enabled?: boolean;
443
+ /** データベースヘルパーモジュールへのパス(例: "./tests/helpers/database") */
444
+ helperModule?: string;
445
+ /** ルートパラメータとメソッドのマッピング */
446
+ paramMethods?: Record<string, string>;
447
+ /** テスト環境のデータベースURL(直接接続する場合) */
448
+ databaseUrl?: string;
449
+ };
450
+ /**
451
+ * アプリ別設定(マルチアプリ対応)
452
+ * キー: アプリID (例: "admin", "public")
453
+ * 設定されている場合、アプリごとに別々のテストファイルを生成
454
+ */
455
+ apps?: Record<string, {
456
+ /** ベースURL */
457
+ baseUrl?: string;
458
+ /** 認証設定(nullで認証スキップ) */
459
+ auth?: {
460
+ email?: string;
461
+ password?: string;
462
+ loginPath?: string;
463
+ } | null;
464
+ /** テストファイル出力パス */
465
+ testFile?: string;
466
+ /** 出力ディレクトリ */
467
+ outputDir?: string;
468
+ /** スクリーン単位のルート上書き */
469
+ screenOverrides?: Record<string, string>;
470
+ /** このアプリを有効にするかどうか */
471
+ enabled?: boolean;
472
+ }>;
473
+ };
474
+ /** lint-code 設定 */
475
+ lintCode?: {
476
+ /** 有効フラグ */
477
+ enabled?: boolean;
478
+ /** strictモード (エラー時に exit code 1) */
479
+ strict?: boolean;
480
+ /** Server Actions 検証設定 */
481
+ serverActions?: {
482
+ /** ファイルパターン (glob) */
483
+ filePattern?: string;
484
+ /** 除外パターン */
485
+ excludePattern?: string;
486
+ /** モジュールヘッダー必須タグ */
487
+ requiredFileHeader?: string[];
488
+ /** 関数必須タグ */
489
+ requiredFunctionTags?: string[];
490
+ /** セクション区切りコメントを必須とするか */
491
+ sectionSeparators?: boolean;
492
+ };
493
+ };
494
+ /** lint-docs 設定 */
495
+ lintDocs?: {
496
+ /** 有効フラグ */
497
+ enabled?: boolean;
498
+ /** strictモード (エラー時に exit code 1) */
499
+ strict?: boolean;
500
+ /** 必須ドキュメント設定 */
501
+ required?: Array<{
502
+ /** ファイルパス (単一ファイル) */
503
+ file?: string;
504
+ /** ファイルパターン (glob) */
505
+ filePattern?: string;
506
+ /** ドキュメントの説明 */
507
+ description: string;
508
+ /** 最小ファイル数 (filePattern 用) */
509
+ minCount?: number;
510
+ /** セクションルール */
511
+ sections?: Array<{
512
+ /** 正規表現パターン */
513
+ pattern: string;
514
+ /** セクション説明 */
515
+ description: string;
516
+ /** 必須か */
517
+ required: boolean;
518
+ }>;
519
+ /** 最小行数 */
520
+ minLength?: number;
521
+ /** 最大行数 */
522
+ maxLength?: number;
523
+ /** フロントマタールール */
524
+ frontmatter?: {
525
+ /** フロントマターが必須か */
526
+ required: boolean;
527
+ /** フィールドルール */
528
+ fields: Array<{
529
+ /** フィールド名 */
530
+ name: string;
531
+ /** 許容値リスト */
532
+ values?: string[];
533
+ /** 日付フォーマット */
534
+ format?: string;
535
+ }>;
536
+ };
537
+ }>;
538
+ /** リンク検証設定 */
539
+ validateLinks?: {
540
+ /** 有効か */
541
+ enabled: boolean;
542
+ /** 内部リンクをチェックするか */
543
+ checkInternal: boolean;
544
+ /** 外部リンクをチェックするか */
545
+ checkExternal: boolean;
546
+ };
547
+ /** フォーマット検証設定 */
548
+ formatting?: {
549
+ /** 最大行長 */
550
+ maxLineLength?: number;
551
+ /** 見出し前に空行が必要か */
552
+ requireBlankLineBeforeHeading?: boolean;
553
+ };
554
+ };
555
+ /** lint-annotations 設定 */
556
+ lintAnnotations?: {
557
+ /** 有効フラグ */
558
+ enabled?: boolean;
559
+ /** strictモード (エラー時に exit code 1) */
560
+ strict?: boolean;
561
+ /** ルール設定 */
562
+ rules?: {
563
+ /** @usedComponents 整合性チェック */
564
+ "usedComponents-match"?: {
565
+ severity?: "error" | "warning" | "info";
566
+ checkOrder?: boolean;
567
+ excludeHooks?: boolean;
568
+ };
569
+ /** @screen 必須チェック */
570
+ "screen-required"?: {
571
+ severity?: "error" | "warning" | "info";
572
+ paths?: string[];
573
+ exclude?: string[];
574
+ };
575
+ /** @component 必須チェック */
576
+ "component-required"?: {
577
+ severity?: "error" | "warning" | "info";
578
+ paths?: string[];
579
+ exclude?: string[];
580
+ };
581
+ };
582
+ /** グローバル除外パターン */
583
+ exclude?: string[];
584
+ };
585
+ /** Public/Private repo pair management */
586
+ repoPairs?: Record<string, {
587
+ /** Private repository (owner/name) */
588
+ private: string;
589
+ /** Public repository (owner/name) */
590
+ public: string;
591
+ /** Files/directories to exclude from public release */
592
+ exclude?: string[];
593
+ /** Default branch name (defaults to "main") */
594
+ defaultBranch?: string;
595
+ }>;
596
+ /** Cross-repository references (alias → owner/repo) */
597
+ crossRepos?: Record<string, string>;
598
+ /** lint-workflow 設定 */
599
+ lintWorkflow?: {
600
+ /** 有効フラグ */
601
+ enabled?: boolean;
602
+ /** strictモード (エラー時に exit code 1) */
603
+ strict?: boolean;
604
+ /** ルール設定 */
605
+ rules?: {
606
+ /** Issue フィールド完全性チェック */
607
+ "issue-fields"?: {
608
+ severity?: "error" | "warning" | "info";
609
+ enabled?: boolean;
610
+ };
611
+ /** ブランチ命名規則チェック */
612
+ "branch-naming"?: {
613
+ severity?: "error" | "warning" | "info";
614
+ enabled?: boolean;
615
+ prefixes?: string[];
616
+ };
617
+ /** 保護ブランチチェック */
618
+ "main-protection"?: {
619
+ severity?: "error" | "warning" | "info";
620
+ enabled?: boolean;
621
+ branches?: string[];
622
+ };
623
+ /** コミットメッセージ形式チェック */
624
+ "commit-format"?: {
625
+ severity?: "error" | "warning" | "info";
626
+ enabled?: boolean;
627
+ types?: string[];
628
+ };
629
+ };
630
+ };
631
+ /** lint-structure 設定 */
632
+ lintStructure?: {
633
+ /** 有効フラグ */
634
+ enabled?: boolean;
635
+ /** strictモード (エラー時に exit code 1) */
636
+ strict?: boolean;
637
+ /** 除外するアプリ (MCPサーバー等Next.js構造不要なアプリ) */
638
+ excludeApps?: string[];
639
+ /** ルール設定 */
640
+ rules?: {
641
+ /** 必須ディレクトリ */
642
+ "dir-required"?: {
643
+ severity: "error" | "warning" | "info";
644
+ apps?: string[];
645
+ packages?: Record<string, string[]>;
646
+ };
647
+ /** 必須ファイル */
648
+ "file-required"?: {
649
+ severity: "error" | "warning" | "info";
650
+ apps?: string[];
651
+ packages?: Record<string, string[]>;
652
+ };
653
+ /** lib/ 直下ファイル禁止 */
654
+ "lib-no-root-files"?: {
655
+ severity: "error" | "warning" | "info";
656
+ enabled: boolean;
657
+ };
658
+ /** lib/ サブディレクトリに index.ts 必須 */
659
+ "lib-has-index"?: {
660
+ severity: "error" | "warning" | "info";
661
+ enabled: boolean;
662
+ };
663
+ /** 推奨ディレクトリ */
664
+ "dir-recommended"?: {
665
+ severity: "error" | "warning" | "info";
666
+ apps?: string[];
667
+ };
668
+ /** 命名規則 */
669
+ "naming-convention"?: {
670
+ severity: "error" | "warning" | "info";
671
+ enabled: boolean;
672
+ rules?: {
673
+ domainDirs?: "PascalCase" | "camelCase" | "kebab-case";
674
+ components?: "PascalCase" | "camelCase";
675
+ actions?: "PascalCase" | "camelCase";
676
+ routeGroups?: "lowercase" | "PascalCase";
677
+ };
678
+ };
679
+ /** アプリ間インポート禁止 */
680
+ "no-cross-app-import"?: {
681
+ severity: "error" | "warning" | "info";
682
+ enabled: boolean;
683
+ };
684
+ /** components/ ドメイン別グループ化 */
685
+ "components-domain-grouping"?: {
686
+ severity: "error" | "warning" | "info";
687
+ enabled: boolean;
688
+ systemDirs?: string[];
689
+ };
690
+ };
691
+ };
692
+ }
693
+ /**
694
+ * デフォルト設定
695
+ */
696
+ export declare const defaultConfig: ShirokumaConfig;
697
+ /**
698
+ * 設定ファイルを読み込む
699
+ */
700
+ export declare function loadConfig(projectPath: string, configFile: string): ShirokumaConfig;
701
+ /**
702
+ * パスを解決 (プロジェクトルートからの相対パス)
703
+ */
704
+ export declare function resolvePath(projectPath: string, relativePath: string): string;
705
+ /**
706
+ * 出力パスを取得
707
+ */
708
+ export declare function getOutputPath(config: ShirokumaConfig, projectPath: string, type: "portal" | "generated" | "base"): string;
709
+ //# sourceMappingURL=config.d.ts.map