shirokuma-docs 0.1.0-alpha.1
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.
- package/LICENSE +21 -0
- package/README.md +294 -0
- package/THIRD_PARTY_NOTICES.md +18 -0
- package/bin/shirokuma-docs +2 -0
- package/dist/analyzers/details-test-analysis.d.ts +31 -0
- package/dist/analyzers/details-test-analysis.d.ts.map +1 -0
- package/dist/analyzers/details-test-analysis.js +172 -0
- package/dist/analyzers/details-test-analysis.js.map +1 -0
- package/dist/analyzers/feature-map-builder.d.ts +20 -0
- package/dist/analyzers/feature-map-builder.d.ts.map +1 -0
- package/dist/analyzers/feature-map-builder.js +154 -0
- package/dist/analyzers/feature-map-builder.js.map +1 -0
- package/dist/analyzers/feature-map-references.d.ts +34 -0
- package/dist/analyzers/feature-map-references.d.ts.map +1 -0
- package/dist/analyzers/feature-map-references.js +249 -0
- package/dist/analyzers/feature-map-references.js.map +1 -0
- package/dist/analyzers/reference-analyzer.d.ts +95 -0
- package/dist/analyzers/reference-analyzer.d.ts.map +1 -0
- package/dist/analyzers/reference-analyzer.js +372 -0
- package/dist/analyzers/reference-analyzer.js.map +1 -0
- package/dist/commands/adr.d.ts +26 -0
- package/dist/commands/adr.d.ts.map +1 -0
- package/dist/commands/adr.js +129 -0
- package/dist/commands/adr.js.map +1 -0
- package/dist/commands/api-tools.d.ts +83 -0
- package/dist/commands/api-tools.d.ts.map +1 -0
- package/dist/commands/api-tools.js +771 -0
- package/dist/commands/api-tools.js.map +1 -0
- package/dist/commands/coverage.d.ts +139 -0
- package/dist/commands/coverage.d.ts.map +1 -0
- package/dist/commands/coverage.js +481 -0
- package/dist/commands/coverage.js.map +1 -0
- package/dist/commands/deps.d.ts +24 -0
- package/dist/commands/deps.d.ts.map +1 -0
- package/dist/commands/deps.js +211 -0
- package/dist/commands/deps.js.map +1 -0
- package/dist/commands/details-context.d.ts +38 -0
- package/dist/commands/details-context.d.ts.map +1 -0
- package/dist/commands/details-context.js +193 -0
- package/dist/commands/details-context.js.map +1 -0
- package/dist/commands/details-types.d.ts +315 -0
- package/dist/commands/details-types.d.ts.map +1 -0
- package/dist/commands/details-types.js +7 -0
- package/dist/commands/details-types.js.map +1 -0
- package/dist/commands/details.d.ts +24 -0
- package/dist/commands/details.d.ts.map +1 -0
- package/dist/commands/details.js +299 -0
- package/dist/commands/details.js.map +1 -0
- package/dist/commands/discussion-templates.d.ts +26 -0
- package/dist/commands/discussion-templates.d.ts.map +1 -0
- package/dist/commands/discussion-templates.js +270 -0
- package/dist/commands/discussion-templates.js.map +1 -0
- package/dist/commands/discussions.d.ts +31 -0
- package/dist/commands/discussions.d.ts.map +1 -0
- package/dist/commands/discussions.js +743 -0
- package/dist/commands/discussions.js.map +1 -0
- package/dist/commands/feature-map-types.d.ts +294 -0
- package/dist/commands/feature-map-types.d.ts.map +1 -0
- package/dist/commands/feature-map-types.js +8 -0
- package/dist/commands/feature-map-types.js.map +1 -0
- package/dist/commands/feature-map.d.ts +30 -0
- package/dist/commands/feature-map.d.ts.map +1 -0
- package/dist/commands/feature-map.js +137 -0
- package/dist/commands/feature-map.js.map +1 -0
- package/dist/commands/generate.d.ts +16 -0
- package/dist/commands/generate.d.ts.map +1 -0
- package/dist/commands/generate.js +88 -0
- package/dist/commands/generate.js.map +1 -0
- package/dist/commands/gh-discussions.d.ts +31 -0
- package/dist/commands/gh-discussions.d.ts.map +1 -0
- package/dist/commands/gh-discussions.js +743 -0
- package/dist/commands/gh-discussions.js.map +1 -0
- package/dist/commands/gh-issues-pr.d.ts +74 -0
- package/dist/commands/gh-issues-pr.d.ts.map +1 -0
- package/dist/commands/gh-issues-pr.js +417 -0
- package/dist/commands/gh-issues-pr.js.map +1 -0
- package/dist/commands/gh-issues.d.ts +90 -0
- package/dist/commands/gh-issues.d.ts.map +1 -0
- package/dist/commands/gh-issues.js +1297 -0
- package/dist/commands/gh-issues.js.map +1 -0
- package/dist/commands/gh-projects.d.ts +54 -0
- package/dist/commands/gh-projects.d.ts.map +1 -0
- package/dist/commands/gh-projects.js +966 -0
- package/dist/commands/gh-projects.js.map +1 -0
- package/dist/commands/gh-repo.d.ts +18 -0
- package/dist/commands/gh-repo.d.ts.map +1 -0
- package/dist/commands/gh-repo.js +253 -0
- package/dist/commands/gh-repo.js.map +1 -0
- package/dist/commands/github-data.d.ts +67 -0
- package/dist/commands/github-data.d.ts.map +1 -0
- package/dist/commands/github-data.js +361 -0
- package/dist/commands/github-data.js.map +1 -0
- package/dist/commands/i18n.d.ts +102 -0
- package/dist/commands/i18n.d.ts.map +1 -0
- package/dist/commands/i18n.js +829 -0
- package/dist/commands/i18n.js.map +1 -0
- package/dist/commands/impact.d.ts +14 -0
- package/dist/commands/impact.d.ts.map +1 -0
- package/dist/commands/impact.js +263 -0
- package/dist/commands/impact.js.map +1 -0
- package/dist/commands/init.d.ts +53 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +407 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/issues-pr.d.ts +74 -0
- package/dist/commands/issues-pr.d.ts.map +1 -0
- package/dist/commands/issues-pr.js +417 -0
- package/dist/commands/issues-pr.js.map +1 -0
- package/dist/commands/issues.d.ts +76 -0
- package/dist/commands/issues.d.ts.map +1 -0
- package/dist/commands/issues.js +1285 -0
- package/dist/commands/issues.js.map +1 -0
- package/dist/commands/link-docs.d.ts +21 -0
- package/dist/commands/link-docs.d.ts.map +1 -0
- package/dist/commands/link-docs.js +990 -0
- package/dist/commands/link-docs.js.map +1 -0
- package/dist/commands/lint-annotations.d.ts +28 -0
- package/dist/commands/lint-annotations.d.ts.map +1 -0
- package/dist/commands/lint-annotations.js +511 -0
- package/dist/commands/lint-annotations.js.map +1 -0
- package/dist/commands/lint-code.d.ts +26 -0
- package/dist/commands/lint-code.d.ts.map +1 -0
- package/dist/commands/lint-code.js +428 -0
- package/dist/commands/lint-code.js.map +1 -0
- package/dist/commands/lint-coverage.d.ts +33 -0
- package/dist/commands/lint-coverage.d.ts.map +1 -0
- package/dist/commands/lint-coverage.js +379 -0
- package/dist/commands/lint-coverage.js.map +1 -0
- package/dist/commands/lint-docs.d.ts +23 -0
- package/dist/commands/lint-docs.d.ts.map +1 -0
- package/dist/commands/lint-docs.js +338 -0
- package/dist/commands/lint-docs.js.map +1 -0
- package/dist/commands/lint-structure.d.ts +38 -0
- package/dist/commands/lint-structure.d.ts.map +1 -0
- package/dist/commands/lint-structure.js +350 -0
- package/dist/commands/lint-structure.js.map +1 -0
- package/dist/commands/lint-tests.d.ts +25 -0
- package/dist/commands/lint-tests.d.ts.map +1 -0
- package/dist/commands/lint-tests.js +105 -0
- package/dist/commands/lint-tests.js.map +1 -0
- package/dist/commands/lint-workflow.d.ts +36 -0
- package/dist/commands/lint-workflow.d.ts.map +1 -0
- package/dist/commands/lint-workflow.js +255 -0
- package/dist/commands/lint-workflow.js.map +1 -0
- package/dist/commands/overview.d.ts +21 -0
- package/dist/commands/overview.d.ts.map +1 -0
- package/dist/commands/overview.js +1300 -0
- package/dist/commands/overview.js.map +1 -0
- package/dist/commands/packages.d.ts +107 -0
- package/dist/commands/packages.d.ts.map +1 -0
- package/dist/commands/packages.js +308 -0
- package/dist/commands/packages.js.map +1 -0
- package/dist/commands/portal-nextjs.d.ts +23 -0
- package/dist/commands/portal-nextjs.d.ts.map +1 -0
- package/dist/commands/portal-nextjs.js +336 -0
- package/dist/commands/portal-nextjs.js.map +1 -0
- package/dist/commands/portal.d.ts +24 -0
- package/dist/commands/portal.d.ts.map +1 -0
- package/dist/commands/portal.js +16 -0
- package/dist/commands/portal.js.map +1 -0
- package/dist/commands/projects.d.ts +54 -0
- package/dist/commands/projects.d.ts.map +1 -0
- package/dist/commands/projects.js +969 -0
- package/dist/commands/projects.js.map +1 -0
- package/dist/commands/repo-pairs.d.ts +19 -0
- package/dist/commands/repo-pairs.d.ts.map +1 -0
- package/dist/commands/repo-pairs.js +529 -0
- package/dist/commands/repo-pairs.js.map +1 -0
- package/dist/commands/repo.d.ts +18 -0
- package/dist/commands/repo.d.ts.map +1 -0
- package/dist/commands/repo.js +253 -0
- package/dist/commands/repo.js.map +1 -0
- package/dist/commands/schema.d.ts +49 -0
- package/dist/commands/schema.d.ts.map +1 -0
- package/dist/commands/schema.js +830 -0
- package/dist/commands/schema.js.map +1 -0
- package/dist/commands/screenshots.d.ts +203 -0
- package/dist/commands/screenshots.d.ts.map +1 -0
- package/dist/commands/screenshots.js +1234 -0
- package/dist/commands/screenshots.js.map +1 -0
- package/dist/commands/search-index.d.ts +83 -0
- package/dist/commands/search-index.d.ts.map +1 -0
- package/dist/commands/search-index.js +389 -0
- package/dist/commands/search-index.js.map +1 -0
- package/dist/commands/session.d.ts +153 -0
- package/dist/commands/session.d.ts.map +1 -0
- package/dist/commands/session.js +1243 -0
- package/dist/commands/session.js.map +1 -0
- package/dist/commands/test-cases-types.d.ts +154 -0
- package/dist/commands/test-cases-types.d.ts.map +1 -0
- package/dist/commands/test-cases-types.js +7 -0
- package/dist/commands/test-cases-types.js.map +1 -0
- package/dist/commands/test-cases.d.ts +28 -0
- package/dist/commands/test-cases.d.ts.map +1 -0
- package/dist/commands/test-cases.js +192 -0
- package/dist/commands/test-cases.js.map +1 -0
- package/dist/commands/typedoc.d.ts +21 -0
- package/dist/commands/typedoc.d.ts.map +1 -0
- package/dist/commands/typedoc.js +192 -0
- package/dist/commands/typedoc.js.map +1 -0
- package/dist/commands/update-skills.d.ts +56 -0
- package/dist/commands/update-skills.d.ts.map +1 -0
- package/dist/commands/update-skills.js +599 -0
- package/dist/commands/update-skills.js.map +1 -0
- package/dist/generators/details-entity-pages.d.ts +40 -0
- package/dist/generators/details-entity-pages.d.ts.map +1 -0
- package/dist/generators/details-entity-pages.js +301 -0
- package/dist/generators/details-entity-pages.js.map +1 -0
- package/dist/generators/details-html.d.ts +23 -0
- package/dist/generators/details-html.d.ts.map +1 -0
- package/dist/generators/details-html.js +324 -0
- package/dist/generators/details-html.js.map +1 -0
- package/dist/generators/details-module-page.d.ts +33 -0
- package/dist/generators/details-module-page.d.ts.map +1 -0
- package/dist/generators/details-module-page.js +408 -0
- package/dist/generators/details-module-page.js.map +1 -0
- package/dist/generators/details-styles.d.ts +39 -0
- package/dist/generators/details-styles.d.ts.map +1 -0
- package/dist/generators/details-styles.js +409 -0
- package/dist/generators/details-styles.js.map +1 -0
- package/dist/generators/feature-map-html.d.ts +66 -0
- package/dist/generators/feature-map-html.d.ts.map +1 -0
- package/dist/generators/feature-map-html.js +569 -0
- package/dist/generators/feature-map-html.js.map +1 -0
- package/dist/generators/feature-map-styles.d.ts +39 -0
- package/dist/generators/feature-map-styles.d.ts.map +1 -0
- package/dist/generators/feature-map-styles.js +449 -0
- package/dist/generators/feature-map-styles.js.map +1 -0
- package/dist/generators/test-cases-hierarchy.d.ts +21 -0
- package/dist/generators/test-cases-hierarchy.d.ts.map +1 -0
- package/dist/generators/test-cases-hierarchy.js +336 -0
- package/dist/generators/test-cases-hierarchy.js.map +1 -0
- package/dist/generators/test-cases-main.d.ts +20 -0
- package/dist/generators/test-cases-main.d.ts.map +1 -0
- package/dist/generators/test-cases-main.js +439 -0
- package/dist/generators/test-cases-main.js.map +1 -0
- package/dist/generators/test-cases-styles.d.ts +64 -0
- package/dist/generators/test-cases-styles.d.ts.map +1 -0
- package/dist/generators/test-cases-styles.js +1277 -0
- package/dist/generators/test-cases-styles.js.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +517 -0
- package/dist/index.js.map +1 -0
- package/dist/lint/annotation-lint.d.ts +198 -0
- package/dist/lint/annotation-lint.d.ts.map +1 -0
- package/dist/lint/annotation-lint.js +510 -0
- package/dist/lint/annotation-lint.js.map +1 -0
- package/dist/lint/annotation-types.d.ts +161 -0
- package/dist/lint/annotation-types.d.ts.map +1 -0
- package/dist/lint/annotation-types.js +31 -0
- package/dist/lint/annotation-types.js.map +1 -0
- package/dist/lint/code-types.d.ts +135 -0
- package/dist/lint/code-types.d.ts.map +1 -0
- package/dist/lint/code-types.js +25 -0
- package/dist/lint/code-types.js.map +1 -0
- package/dist/lint/coverage-types.d.ts +128 -0
- package/dist/lint/coverage-types.d.ts.map +1 -0
- package/dist/lint/coverage-types.js +24 -0
- package/dist/lint/coverage-types.js.map +1 -0
- package/dist/lint/docs-types.d.ts +214 -0
- package/dist/lint/docs-types.d.ts.map +1 -0
- package/dist/lint/docs-types.js +18 -0
- package/dist/lint/docs-types.js.map +1 -0
- package/dist/lint/formatters/index.d.ts +14 -0
- package/dist/lint/formatters/index.d.ts.map +1 -0
- package/dist/lint/formatters/index.js +28 -0
- package/dist/lint/formatters/index.js.map +1 -0
- package/dist/lint/formatters/json.d.ts +11 -0
- package/dist/lint/formatters/json.d.ts.map +1 -0
- package/dist/lint/formatters/json.js +12 -0
- package/dist/lint/formatters/json.js.map +1 -0
- package/dist/lint/formatters/summary.d.ts +11 -0
- package/dist/lint/formatters/summary.d.ts.map +1 -0
- package/dist/lint/formatters/summary.js +37 -0
- package/dist/lint/formatters/summary.js.map +1 -0
- package/dist/lint/formatters/terminal.d.ts +11 -0
- package/dist/lint/formatters/terminal.d.ts.map +1 -0
- package/dist/lint/formatters/terminal.js +99 -0
- package/dist/lint/formatters/terminal.js.map +1 -0
- package/dist/lint/index.d.ts +18 -0
- package/dist/lint/index.d.ts.map +1 -0
- package/dist/lint/index.js +103 -0
- package/dist/lint/index.js.map +1 -0
- package/dist/lint/rules/annotation-required.d.ts +35 -0
- package/dist/lint/rules/annotation-required.d.ts.map +1 -0
- package/dist/lint/rules/annotation-required.js +127 -0
- package/dist/lint/rules/annotation-required.js.map +1 -0
- package/dist/lint/rules/code-rules.d.ts +12 -0
- package/dist/lint/rules/code-rules.d.ts.map +1 -0
- package/dist/lint/rules/code-rules.js +11 -0
- package/dist/lint/rules/code-rules.js.map +1 -0
- package/dist/lint/rules/describe-coverage.d.ts +8 -0
- package/dist/lint/rules/describe-coverage.d.ts.map +1 -0
- package/dist/lint/rules/describe-coverage.js +43 -0
- package/dist/lint/rules/describe-coverage.js.map +1 -0
- package/dist/lint/rules/duplicate-testdoc.d.ts +8 -0
- package/dist/lint/rules/duplicate-testdoc.d.ts.map +1 -0
- package/dist/lint/rules/duplicate-testdoc.js +38 -0
- package/dist/lint/rules/duplicate-testdoc.js.map +1 -0
- package/dist/lint/rules/index.d.ts +29 -0
- package/dist/lint/rules/index.d.ts.map +1 -0
- package/dist/lint/rules/index.js +55 -0
- package/dist/lint/rules/index.js.map +1 -0
- package/dist/lint/rules/server-action-structure.d.ts +37 -0
- package/dist/lint/rules/server-action-structure.d.ts.map +1 -0
- package/dist/lint/rules/server-action-structure.js +151 -0
- package/dist/lint/rules/server-action-structure.js.map +1 -0
- package/dist/lint/rules/skipped-test-report.d.ts +11 -0
- package/dist/lint/rules/skipped-test-report.d.ts.map +1 -0
- package/dist/lint/rules/skipped-test-report.js +31 -0
- package/dist/lint/rules/skipped-test-report.js.map +1 -0
- package/dist/lint/rules/structure-rules.d.ts +67 -0
- package/dist/lint/rules/structure-rules.d.ts.map +1 -0
- package/dist/lint/rules/structure-rules.js +615 -0
- package/dist/lint/rules/structure-rules.js.map +1 -0
- package/dist/lint/rules/testdoc-japanese.d.ts +8 -0
- package/dist/lint/rules/testdoc-japanese.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-japanese.js +31 -0
- package/dist/lint/rules/testdoc-japanese.js.map +1 -0
- package/dist/lint/rules/testdoc-min-length.d.ts +8 -0
- package/dist/lint/rules/testdoc-min-length.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-min-length.js +31 -0
- package/dist/lint/rules/testdoc-min-length.js.map +1 -0
- package/dist/lint/rules/testdoc-required.d.ts +8 -0
- package/dist/lint/rules/testdoc-required.d.ts.map +1 -0
- package/dist/lint/rules/testdoc-required.js +27 -0
- package/dist/lint/rules/testdoc-required.js.map +1 -0
- package/dist/lint/rules/workflow-branch-naming.d.ts +20 -0
- package/dist/lint/rules/workflow-branch-naming.d.ts.map +1 -0
- package/dist/lint/rules/workflow-branch-naming.js +85 -0
- package/dist/lint/rules/workflow-branch-naming.js.map +1 -0
- package/dist/lint/rules/workflow-commit-format.d.ts +27 -0
- package/dist/lint/rules/workflow-commit-format.d.ts.map +1 -0
- package/dist/lint/rules/workflow-commit-format.js +92 -0
- package/dist/lint/rules/workflow-commit-format.js.map +1 -0
- package/dist/lint/rules/workflow-issue-fields.d.ts +24 -0
- package/dist/lint/rules/workflow-issue-fields.d.ts.map +1 -0
- package/dist/lint/rules/workflow-issue-fields.js +89 -0
- package/dist/lint/rules/workflow-issue-fields.js.map +1 -0
- package/dist/lint/rules/workflow-main-protection.d.ts +32 -0
- package/dist/lint/rules/workflow-main-protection.d.ts.map +1 -0
- package/dist/lint/rules/workflow-main-protection.js +114 -0
- package/dist/lint/rules/workflow-main-protection.js.map +1 -0
- package/dist/lint/structure-types.d.ts +216 -0
- package/dist/lint/structure-types.d.ts.map +1 -0
- package/dist/lint/structure-types.js +96 -0
- package/dist/lint/structure-types.js.map +1 -0
- package/dist/lint/types.d.ts +154 -0
- package/dist/lint/types.d.ts.map +1 -0
- package/dist/lint/types.js +21 -0
- package/dist/lint/types.js.map +1 -0
- package/dist/lint/workflow-types.d.ts +90 -0
- package/dist/lint/workflow-types.d.ts.map +1 -0
- package/dist/lint/workflow-types.js +7 -0
- package/dist/lint/workflow-types.js.map +1 -0
- package/dist/md/analyzer/index.d.ts +46 -0
- package/dist/md/analyzer/index.d.ts.map +1 -0
- package/dist/md/analyzer/index.js +288 -0
- package/dist/md/analyzer/index.js.map +1 -0
- package/dist/md/builder/index.d.ts +91 -0
- package/dist/md/builder/index.d.ts.map +1 -0
- package/dist/md/builder/index.js +446 -0
- package/dist/md/builder/index.js.map +1 -0
- package/dist/md/cli/analyze.d.ts +11 -0
- package/dist/md/cli/analyze.d.ts.map +1 -0
- package/dist/md/cli/analyze.js +118 -0
- package/dist/md/cli/analyze.js.map +1 -0
- package/dist/md/cli/build.d.ts +11 -0
- package/dist/md/cli/build.d.ts.map +1 -0
- package/dist/md/cli/build.js +74 -0
- package/dist/md/cli/build.js.map +1 -0
- package/dist/md/cli/extract.d.ts +25 -0
- package/dist/md/cli/extract.d.ts.map +1 -0
- package/dist/md/cli/extract.js +230 -0
- package/dist/md/cli/extract.js.map +1 -0
- package/dist/md/cli/index.d.ts +3 -0
- package/dist/md/cli/index.d.ts.map +1 -0
- package/dist/md/cli/index.js +99 -0
- package/dist/md/cli/index.js.map +1 -0
- package/dist/md/cli/lint.d.ts +11 -0
- package/dist/md/cli/lint.d.ts.map +1 -0
- package/dist/md/cli/lint.js +165 -0
- package/dist/md/cli/lint.js.map +1 -0
- package/dist/md/cli/list.d.ts +16 -0
- package/dist/md/cli/list.d.ts.map +1 -0
- package/dist/md/cli/list.js +85 -0
- package/dist/md/cli/list.js.map +1 -0
- package/dist/md/cli/program.d.ts +11 -0
- package/dist/md/cli/program.d.ts.map +1 -0
- package/dist/md/cli/program.js +104 -0
- package/dist/md/cli/program.js.map +1 -0
- package/dist/md/cli/validate.d.ts +8 -0
- package/dist/md/cli/validate.d.ts.map +1 -0
- package/dist/md/cli/validate.js +82 -0
- package/dist/md/cli/validate.js.map +1 -0
- package/dist/md/constants.d.ts +69 -0
- package/dist/md/constants.d.ts.map +1 -0
- package/dist/md/constants.js +69 -0
- package/dist/md/constants.js.map +1 -0
- package/dist/md/extractor/index.d.ts +57 -0
- package/dist/md/extractor/index.d.ts.map +1 -0
- package/dist/md/extractor/index.js +359 -0
- package/dist/md/extractor/index.js.map +1 -0
- package/dist/md/index.d.ts +26 -0
- package/dist/md/index.d.ts.map +1 -0
- package/dist/md/index.js +30 -0
- package/dist/md/index.js.map +1 -0
- package/dist/md/linter/index.d.ts +20 -0
- package/dist/md/linter/index.d.ts.map +1 -0
- package/dist/md/linter/index.js +412 -0
- package/dist/md/linter/index.js.map +1 -0
- package/dist/md/linter/token-optimizer.d.ts +66 -0
- package/dist/md/linter/token-optimizer.d.ts.map +1 -0
- package/dist/md/linter/token-optimizer.js +292 -0
- package/dist/md/linter/token-optimizer.js.map +1 -0
- package/dist/md/lister/index.d.ts +42 -0
- package/dist/md/lister/index.d.ts.map +1 -0
- package/dist/md/lister/index.js +317 -0
- package/dist/md/lister/index.js.map +1 -0
- package/dist/md/parser/heading-numbers.d.ts +43 -0
- package/dist/md/parser/heading-numbers.d.ts.map +1 -0
- package/dist/md/parser/heading-numbers.js +97 -0
- package/dist/md/parser/heading-numbers.js.map +1 -0
- package/dist/md/parser/section-meta.d.ts +50 -0
- package/dist/md/parser/section-meta.d.ts.map +1 -0
- package/dist/md/parser/section-meta.js +212 -0
- package/dist/md/parser/section-meta.js.map +1 -0
- package/dist/md/parser/template.d.ts +56 -0
- package/dist/md/parser/template.d.ts.map +1 -0
- package/dist/md/parser/template.js +122 -0
- package/dist/md/parser/template.js.map +1 -0
- package/dist/md/plugins/loader.d.ts +15 -0
- package/dist/md/plugins/loader.d.ts.map +1 -0
- package/dist/md/plugins/loader.js +80 -0
- package/dist/md/plugins/loader.js.map +1 -0
- package/dist/md/plugins/normalize-headings.d.ts +43 -0
- package/dist/md/plugins/normalize-headings.d.ts.map +1 -0
- package/dist/md/plugins/normalize-headings.js +51 -0
- package/dist/md/plugins/normalize-headings.js.map +1 -0
- package/dist/md/plugins/normalize-whitespace.d.ts +46 -0
- package/dist/md/plugins/normalize-whitespace.d.ts.map +1 -0
- package/dist/md/plugins/normalize-whitespace.js +86 -0
- package/dist/md/plugins/normalize-whitespace.js.map +1 -0
- package/dist/md/plugins/remove-badges.d.ts +36 -0
- package/dist/md/plugins/remove-badges.d.ts.map +1 -0
- package/dist/md/plugins/remove-badges.js +59 -0
- package/dist/md/plugins/remove-badges.js.map +1 -0
- package/dist/md/plugins/remove-comments.d.ts +27 -0
- package/dist/md/plugins/remove-comments.d.ts.map +1 -0
- package/dist/md/plugins/remove-comments.js +40 -0
- package/dist/md/plugins/remove-comments.js.map +1 -0
- package/dist/md/plugins/remove-duplicates.d.ts +40 -0
- package/dist/md/plugins/remove-duplicates.d.ts.map +1 -0
- package/dist/md/plugins/remove-duplicates.js +72 -0
- package/dist/md/plugins/remove-duplicates.js.map +1 -0
- package/dist/md/plugins/remove-internal-links.d.ts +38 -0
- package/dist/md/plugins/remove-internal-links.d.ts.map +1 -0
- package/dist/md/plugins/remove-internal-links.js +66 -0
- package/dist/md/plugins/remove-internal-links.js.map +1 -0
- package/dist/md/plugins/strip-heading-numbers.d.ts +35 -0
- package/dist/md/plugins/strip-heading-numbers.d.ts.map +1 -0
- package/dist/md/plugins/strip-heading-numbers.js +59 -0
- package/dist/md/plugins/strip-heading-numbers.js.map +1 -0
- package/dist/md/plugins/strip-section-meta.d.ts +37 -0
- package/dist/md/plugins/strip-section-meta.d.ts.map +1 -0
- package/dist/md/plugins/strip-section-meta.js +62 -0
- package/dist/md/plugins/strip-section-meta.js.map +1 -0
- package/dist/md/types/config.d.ts +748 -0
- package/dist/md/types/config.d.ts.map +1 -0
- package/dist/md/types/config.js +156 -0
- package/dist/md/types/config.js.map +1 -0
- package/dist/md/types/document.d.ts +37 -0
- package/dist/md/types/document.d.ts.map +1 -0
- package/dist/md/types/document.js +2 -0
- package/dist/md/types/document.js.map +1 -0
- package/dist/md/types/validation.d.ts +107 -0
- package/dist/md/types/validation.d.ts.map +1 -0
- package/dist/md/types/validation.js +2 -0
- package/dist/md/types/validation.js.map +1 -0
- package/dist/md/utils/code-blocks.d.ts +136 -0
- package/dist/md/utils/code-blocks.d.ts.map +1 -0
- package/dist/md/utils/code-blocks.js +178 -0
- package/dist/md/utils/code-blocks.js.map +1 -0
- package/dist/md/utils/config.d.ts +10 -0
- package/dist/md/utils/config.d.ts.map +1 -0
- package/dist/md/utils/config.js +99 -0
- package/dist/md/utils/config.js.map +1 -0
- package/dist/md/utils/file-collector.d.ts +78 -0
- package/dist/md/utils/file-collector.d.ts.map +1 -0
- package/dist/md/utils/file-collector.js +100 -0
- package/dist/md/utils/file-collector.js.map +1 -0
- package/dist/md/utils/markdown.d.ts +18 -0
- package/dist/md/utils/markdown.d.ts.map +1 -0
- package/dist/md/utils/markdown.js +93 -0
- package/dist/md/utils/markdown.js.map +1 -0
- package/dist/md/utils/remark.d.ts +91 -0
- package/dist/md/utils/remark.d.ts.map +1 -0
- package/dist/md/utils/remark.js +125 -0
- package/dist/md/utils/remark.js.map +1 -0
- package/dist/md/utils/tokens.d.ts +9 -0
- package/dist/md/utils/tokens.d.ts.map +1 -0
- package/dist/md/utils/tokens.js +31 -0
- package/dist/md/utils/tokens.js.map +1 -0
- package/dist/md/validator/index.d.ts +40 -0
- package/dist/md/validator/index.d.ts.map +1 -0
- package/dist/md/validator/index.js +289 -0
- package/dist/md/validator/index.js.map +1 -0
- package/dist/parsers/details-jsdoc.d.ts +46 -0
- package/dist/parsers/details-jsdoc.d.ts.map +1 -0
- package/dist/parsers/details-jsdoc.js +262 -0
- package/dist/parsers/details-jsdoc.js.map +1 -0
- package/dist/parsers/details-zod.d.ts +22 -0
- package/dist/parsers/details-zod.d.ts.map +1 -0
- package/dist/parsers/details-zod.js +145 -0
- package/dist/parsers/details-zod.js.map +1 -0
- package/dist/parsers/drizzle-schema.d.ts +92 -0
- package/dist/parsers/drizzle-schema.d.ts.map +1 -0
- package/dist/parsers/drizzle-schema.js +376 -0
- package/dist/parsers/drizzle-schema.js.map +1 -0
- package/dist/parsers/feature-map-tags.d.ts +45 -0
- package/dist/parsers/feature-map-tags.d.ts.map +1 -0
- package/dist/parsers/feature-map-tags.js +292 -0
- package/dist/parsers/feature-map-tags.js.map +1 -0
- package/dist/parsers/feature-map-type-extraction.d.ts +62 -0
- package/dist/parsers/feature-map-type-extraction.d.ts.map +1 -0
- package/dist/parsers/feature-map-type-extraction.js +347 -0
- package/dist/parsers/feature-map-type-extraction.js.map +1 -0
- package/dist/parsers/feature-map-utils.d.ts +34 -0
- package/dist/parsers/feature-map-utils.d.ts.map +1 -0
- package/dist/parsers/feature-map-utils.js +101 -0
- package/dist/parsers/feature-map-utils.js.map +1 -0
- package/dist/parsers/jsdoc-common.d.ts +209 -0
- package/dist/parsers/jsdoc-common.d.ts.map +1 -0
- package/dist/parsers/jsdoc-common.js +655 -0
- package/dist/parsers/jsdoc-common.js.map +1 -0
- package/dist/parsers/jsdoc.d.ts +76 -0
- package/dist/parsers/jsdoc.d.ts.map +1 -0
- package/dist/parsers/jsdoc.js +238 -0
- package/dist/parsers/jsdoc.js.map +1 -0
- package/dist/parsers/screenshot-annotations.d.ts +96 -0
- package/dist/parsers/screenshot-annotations.d.ts.map +1 -0
- package/dist/parsers/screenshot-annotations.js +227 -0
- package/dist/parsers/screenshot-annotations.js.map +1 -0
- package/dist/parsers/test-annotations.d.ts +46 -0
- package/dist/parsers/test-annotations.d.ts.map +1 -0
- package/dist/parsers/test-annotations.js +393 -0
- package/dist/parsers/test-annotations.js.map +1 -0
- package/dist/parsers/test-categorization.d.ts +42 -0
- package/dist/parsers/test-categorization.d.ts.map +1 -0
- package/dist/parsers/test-categorization.js +182 -0
- package/dist/parsers/test-categorization.js.map +1 -0
- package/dist/parsers/zod-schema.d.ts +105 -0
- package/dist/parsers/zod-schema.d.ts.map +1 -0
- package/dist/parsers/zod-schema.js +270 -0
- package/dist/parsers/zod-schema.js.map +1 -0
- package/dist/utils/action-inference.d.ts +23 -0
- package/dist/utils/action-inference.d.ts.map +1 -0
- package/dist/utils/action-inference.js +36 -0
- package/dist/utils/action-inference.js.map +1 -0
- package/dist/utils/app-inference.d.ts +31 -0
- package/dist/utils/app-inference.d.ts.map +1 -0
- package/dist/utils/app-inference.js +41 -0
- package/dist/utils/app-inference.js.map +1 -0
- package/dist/utils/auto-infer.d.ts +93 -0
- package/dist/utils/auto-infer.d.ts.map +1 -0
- package/dist/utils/auto-infer.js +184 -0
- package/dist/utils/auto-infer.js.map +1 -0
- package/dist/utils/config.d.ts +709 -0
- package/dist/utils/config.d.ts.map +1 -0
- package/dist/utils/config.js +504 -0
- package/dist/utils/config.js.map +1 -0
- package/dist/utils/file.d.ts +46 -0
- package/dist/utils/file.d.ts.map +1 -0
- package/dist/utils/file.js +103 -0
- package/dist/utils/file.js.map +1 -0
- package/dist/utils/formatters.d.ts +111 -0
- package/dist/utils/formatters.d.ts.map +1 -0
- package/dist/utils/formatters.js +164 -0
- package/dist/utils/formatters.js.map +1 -0
- package/dist/utils/gh-config.d.ts +99 -0
- package/dist/utils/gh-config.d.ts.map +1 -0
- package/dist/utils/gh-config.js +247 -0
- package/dist/utils/gh-config.js.map +1 -0
- package/dist/utils/github.d.ts +98 -0
- package/dist/utils/github.d.ts.map +1 -0
- package/dist/utils/github.js +295 -0
- package/dist/utils/github.js.map +1 -0
- package/dist/utils/html.d.ts +107 -0
- package/dist/utils/html.d.ts.map +1 -0
- package/dist/utils/html.js +376 -0
- package/dist/utils/html.js.map +1 -0
- package/dist/utils/i18n.d.ts +40 -0
- package/dist/utils/i18n.d.ts.map +1 -0
- package/dist/utils/i18n.js +148 -0
- package/dist/utils/i18n.js.map +1 -0
- package/dist/utils/logger.d.ts +20 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +49 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/project-fields.d.ts +71 -0
- package/dist/utils/project-fields.d.ts.map +1 -0
- package/dist/utils/project-fields.js +318 -0
- package/dist/utils/project-fields.js.map +1 -0
- package/dist/utils/repo-pairs.d.ts +94 -0
- package/dist/utils/repo-pairs.d.ts.map +1 -0
- package/dist/utils/repo-pairs.js +196 -0
- package/dist/utils/repo-pairs.js.map +1 -0
- package/dist/utils/route-inference.d.ts +81 -0
- package/dist/utils/route-inference.d.ts.map +1 -0
- package/dist/utils/route-inference.js +137 -0
- package/dist/utils/route-inference.js.map +1 -0
- package/dist/utils/setup-check.d.ts +34 -0
- package/dist/utils/setup-check.d.ts.map +1 -0
- package/dist/utils/setup-check.js +136 -0
- package/dist/utils/setup-check.js.map +1 -0
- package/dist/utils/shirokumaignore.d.ts +55 -0
- package/dist/utils/shirokumaignore.d.ts.map +1 -0
- package/dist/utils/shirokumaignore.js +94 -0
- package/dist/utils/shirokumaignore.js.map +1 -0
- package/dist/utils/skills-repo.d.ts +309 -0
- package/dist/utils/skills-repo.d.ts.map +1 -0
- package/dist/utils/skills-repo.js +704 -0
- package/dist/utils/skills-repo.js.map +1 -0
- package/dist/utils/status-workflow.d.ts +54 -0
- package/dist/utils/status-workflow.d.ts.map +1 -0
- package/dist/utils/status-workflow.js +103 -0
- package/dist/utils/status-workflow.js.map +1 -0
- package/dist/validators/frontmatter.d.ts +41 -0
- package/dist/validators/frontmatter.d.ts.map +1 -0
- package/dist/validators/frontmatter.js +117 -0
- package/dist/validators/frontmatter.js.map +1 -0
- package/dist/validators/link-checker.d.ts +48 -0
- package/dist/validators/link-checker.d.ts.map +1 -0
- package/dist/validators/link-checker.js +108 -0
- package/dist/validators/link-checker.js.map +1 -0
- package/dist/validators/markdown-structure.d.ts +50 -0
- package/dist/validators/markdown-structure.d.ts.map +1 -0
- package/dist/validators/markdown-structure.js +253 -0
- package/dist/validators/markdown-structure.js.map +1 -0
- package/i18n/cli/en.json +155 -0
- package/i18n/cli/ja.json +155 -0
- package/i18n/discussion/en.json +191 -0
- package/i18n/discussion/ja.json +191 -0
- package/package.json +111 -0
- package/plugin/.claude-plugin/marketplace.json +25 -0
- package/plugin/shirokuma-hooks/.claude-plugin/plugin.json +17 -0
- package/plugin/shirokuma-hooks/hooks/blocked-commands.json +41 -0
- package/plugin/shirokuma-hooks/hooks/hooks.json +24 -0
- package/plugin/shirokuma-hooks/hooks/scripts/backup-handover.sh +65 -0
- package/plugin/shirokuma-hooks/hooks/scripts/block-destructive-commands.sh +87 -0
- package/plugin/shirokuma-skills-en/.claude-plugin/plugin.json +21 -0
- package/plugin/shirokuma-skills-en/rules/best-practices-first.md +154 -0
- package/plugin/shirokuma-skills-en/rules/config-authoring-flow.md +39 -0
- package/plugin/shirokuma-skills-en/rules/git-commit-style.md +58 -0
- package/plugin/shirokuma-skills-en/rules/github/.gitkeep +0 -0
- package/plugin/shirokuma-skills-en/rules/github/branch-workflow.md +313 -0
- package/plugin/shirokuma-skills-en/rules/github/discussions-usage.md +129 -0
- package/plugin/shirokuma-skills-en/rules/github/output-language.md +14 -0
- package/plugin/shirokuma-skills-en/rules/github/pr-review-response.md +37 -0
- package/plugin/shirokuma-skills-en/rules/github/project-items.md +276 -0
- package/plugin/shirokuma-skills-en/rules/memory-operations.md +38 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/known-issues.md +59 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/lib-structure.md +48 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/radix-ui-hydration.md +30 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/server-actions.md +50 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/tech-stack.md +43 -0
- package/plugin/shirokuma-skills-en/rules/nextjs/testing.md +66 -0
- package/plugin/shirokuma-skills-en/rules/output-destinations.md +112 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/cli-invocation.md +15 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/plugin-cache.md +54 -0
- package/plugin/shirokuma-skills-en/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
- package/plugin/shirokuma-skills-en/rules/skill-authoring.md +168 -0
- package/plugin/shirokuma-skills-en/skills/.gitkeep +0 -0
- package/plugin/shirokuma-skills-en/skills/best-practices-researching/SKILL.md +144 -0
- package/plugin/shirokuma-skills-en/skills/claude-config-reviewing/SKILL.md +210 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/SKILL.md +208 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/patterns/discovery-categories.md +191 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
- package/plugin/shirokuma-skills-en/skills/codebase-rule-discovery/workflows/analyze-codebase.md +212 -0
- package/plugin/shirokuma-skills-en/skills/committing-on-issue/SKILL.md +227 -0
- package/plugin/shirokuma-skills-en/skills/creating-pr-on-issue/SKILL.md +225 -0
- package/plugin/shirokuma-skills-en/skills/ending-session/SKILL.md +232 -0
- package/plugin/shirokuma-skills-en/skills/ending-session/templates/handover-template.md +75 -0
- package/plugin/shirokuma-skills-en/skills/frontend-designing/SKILL.md +271 -0
- package/plugin/shirokuma-skills-en/skills/frontend-designing/reference/reference.md +544 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/SKILL.md +206 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/custom-fields.md +42 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/issue-types.md +85 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/labels.md +86 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/reference/status-options.md +69 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/en.json +35 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/locales/ja.json +35 -0
- package/plugin/shirokuma-skills-en/skills/github-project-setup/scripts/setup-project.py +226 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/SKILL.md +290 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices-advanced.md +326 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/best-practices.md +276 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/design-patterns.md +574 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/documentation-structure.md +214 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/examples.md +558 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/reference.md +522 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/complex-agent.md +69 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/creator-checker-pair.md +149 -0
- package/plugin/shirokuma-skills-en/skills/managing-agents/templates/simple-agent.md +43 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/SKILL.md +50 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-item.md +82 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/create-spec.md +68 -0
- package/plugin/shirokuma-skills-en/skills/managing-github-items/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/SKILL.md +237 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/examples.md +762 -0
- package/plugin/shirokuma-skills-en/skills/managing-output-styles/reference.md +417 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/SKILL.md +397 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/examples-advanced.md +562 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/examples.md +552 -0
- package/plugin/shirokuma-skills-en/skills/managing-plugins/reference.md +786 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/SKILL.md +365 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/path-rule.md.template +27 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/rule.md.template +15 -0
- package/plugin/shirokuma-skills-en/skills/managing-rules/templates/tech-stack.md.template +32 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/README.md +377 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/SKILL.md +418 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/architecture.md +1009 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-testing.md +354 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices-writing.md +325 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/best-practices.md +334 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/examples.md +1024 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-output-patterns.md +89 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-platform.md +482 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference-workflows.md +98 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/reference.md +747 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/LICENSE.txt +191 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/init_skill.py +184 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/package_skill.py +109 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/scripts/quick_validate.py +128 -0
- package/plugin/shirokuma-skills-en/skills/managing-skills/updating-skills.md +675 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/SKILL.md +316 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/coding-conventions.md +324 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/reference.md +171 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/README.md +108 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
- package/plugin/shirokuma-skills-en/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
- package/plugin/shirokuma-skills-en/skills/planning-on-issue/SKILL.md +310 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/SKILL.md +301 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/github-discussions.md.template +161 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/known-issues.md.template +54 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/lib-structure.md.template +73 -0
- package/plugin/shirokuma-skills-en/skills/project-config-generator/templates/tech-stack.md.template +51 -0
- package/plugin/shirokuma-skills-en/skills/publishing/SKILL.md +227 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/SKILL.md +506 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/security.md +266 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/criteria/testing.md +439 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/audit-logging.md +374 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/code-quality.md +281 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/docs-management.md +123 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/e2e-testing.md +922 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/i18n.md +245 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/jsdoc.md +250 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/nextjs-patterns.md +559 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/server-actions.md +445 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/code.md +184 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/docs.md +79 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/nextjs.md +105 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/plan.md +109 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/security.md +124 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/roles/testing.md +180 -0
- package/plugin/shirokuma-skills-en/skills/reviewing-on-issue/templates/report.md +121 -0
- package/plugin/shirokuma-skills-en/skills/showing-github/SKILL.md +276 -0
- package/plugin/shirokuma-skills-en/skills/showing-github/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-en/skills/starting-session/SKILL.md +114 -0
- package/plugin/shirokuma-skills-en/skills/working-on-issue/SKILL.md +261 -0
- package/plugin/shirokuma-skills-ja/.claude-plugin/plugin.json +21 -0
- package/plugin/shirokuma-skills-ja/rules/best-practices-first.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/config-authoring-flow.md +39 -0
- package/plugin/shirokuma-skills-ja/rules/git-commit-style.md +21 -0
- package/plugin/shirokuma-skills-ja/rules/github/branch-workflow.md +64 -0
- package/plugin/shirokuma-skills-ja/rules/github/discussions-usage.md +129 -0
- package/plugin/shirokuma-skills-ja/rules/github/output-language.md +14 -0
- package/plugin/shirokuma-skills-ja/rules/github/pr-review-response.md +37 -0
- package/plugin/shirokuma-skills-ja/rules/github/project-items.md +164 -0
- package/plugin/shirokuma-skills-ja/rules/memory-operations.md +38 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/known-issues.md +59 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/lib-structure.md +48 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/radix-ui-hydration.md +30 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/server-actions.md +50 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/tech-stack.md +43 -0
- package/plugin/shirokuma-skills-ja/rules/nextjs/testing.md +66 -0
- package/plugin/shirokuma-skills-ja/rules/output-destinations.md +95 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/cli-invocation.md +15 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/plugin-cache.md +54 -0
- package/plugin/shirokuma-skills-ja/rules/shirokuma-docs/shirokuma-annotations.md +78 -0
- package/plugin/shirokuma-skills-ja/rules/skill-authoring.md +184 -0
- package/plugin/shirokuma-skills-ja/skills/best-practices-researching/SKILL.md +144 -0
- package/plugin/shirokuma-skills-ja/skills/claude-config-reviewing/SKILL.md +210 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/SKILL.md +217 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/patterns/discovery-categories.md +150 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/convention-proposal.md +138 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/templates/rule-proposal.md +148 -0
- package/plugin/shirokuma-skills-ja/skills/codebase-rule-discovery/workflows/analyze-codebase.md +211 -0
- package/plugin/shirokuma-skills-ja/skills/committing-on-issue/SKILL.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/creating-pr-on-issue/SKILL.md +187 -0
- package/plugin/shirokuma-skills-ja/skills/ending-session/SKILL.md +230 -0
- package/plugin/shirokuma-skills-ja/skills/ending-session/templates/handover-template.md +75 -0
- package/plugin/shirokuma-skills-ja/skills/frontend-designing/SKILL.md +270 -0
- package/plugin/shirokuma-skills-ja/skills/frontend-designing/reference/reference.md +533 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/SKILL.md +206 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/custom-fields.md +42 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/issue-types.md +84 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/labels.md +85 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/reference/status-options.md +69 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/en.json +35 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/locales/ja.json +35 -0
- package/plugin/shirokuma-skills-ja/skills/github-project-setup/scripts/setup-project.py +226 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/SKILL.md +289 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices-advanced.md +318 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/best-practices.md +267 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/design-patterns.md +473 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/documentation-structure.md +170 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/examples.md +324 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/reference.md +464 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/complex-agent.md +69 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/creator-checker-pair.md +149 -0
- package/plugin/shirokuma-skills-ja/skills/managing-agents/templates/simple-agent.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/SKILL.md +50 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-item.md +82 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/create-spec.md +68 -0
- package/plugin/shirokuma-skills-ja/skills/managing-github-items/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/SKILL.md +233 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/examples.md +751 -0
- package/plugin/shirokuma-skills-ja/skills/managing-output-styles/reference.md +307 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/SKILL.md +327 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples-advanced.md +398 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/examples.md +383 -0
- package/plugin/shirokuma-skills-ja/skills/managing-plugins/reference.md +382 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/SKILL.md +354 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/path-rule.md.template +27 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/rule.md.template +15 -0
- package/plugin/shirokuma-skills-ja/skills/managing-rules/templates/tech-stack.md.template +32 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/README.md +377 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/SKILL.md +413 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/architecture.md +1009 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-testing.md +354 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices-writing.md +325 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/best-practices.md +334 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/examples.md +1024 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-output-patterns.md +89 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-platform.md +482 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference-workflows.md +98 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/reference.md +747 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/LICENSE.txt +191 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/init_skill.py +184 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/package_skill.py +109 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/scripts/quick_validate.py +128 -0
- package/plugin/shirokuma-skills-ja/skills/managing-skills/updating-skills.md +675 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/SKILL.md +315 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/code-patterns.md +335 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/coding-conventions.md +323 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csp.md +97 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/csrf-protection.md +153 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/documentation.md +220 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/image-optimization.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/rate-limiting.md +188 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/patterns/testing.md +298 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/checklists.md +76 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/large-scale.md +141 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/reference.md +171 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/reference/report-template.md +53 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/README.md +108 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/component.test.tsx.template +245 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/delete-button.tsx.template +86 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/form-component.tsx.template +142 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/common.json.template +46 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/errors.json.template +29 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/feature.json.template +46 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/messages-split/index.ts.template +26 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-edit.tsx.template +43 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-list.tsx.template +133 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/page-new.tsx.template +27 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/index.ts.template +19 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/mutations.ts.template +196 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/queries.ts.template +134 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action-split/types.ts.template +60 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.md +345 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.test.ts.template +267 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/server-action.ts.template +218 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.ja.json.template +35 -0
- package/plugin/shirokuma-skills-ja/skills/nextjs-vibe-coding/templates/translations.json.template +35 -0
- package/plugin/shirokuma-skills-ja/skills/planning-on-issue/SKILL.md +310 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/SKILL.md +289 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/adr.yml +75 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/handovers.yml +62 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/en/research.yml +71 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/adr.yml +75 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/handovers.yml +62 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/knowledge.yml +66 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/discussion-templates/ja/research.yml +71 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/github-discussions.md.template +161 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/known-issues.md.template +54 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/lib-structure.md.template +73 -0
- package/plugin/shirokuma-skills-ja/skills/project-config-generator/templates/tech-stack.md.template +51 -0
- package/plugin/shirokuma-skills-ja/skills/publishing/SKILL.md +227 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/SKILL.md +506 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/code-quality.md +303 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/coding-conventions.md +419 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/security.md +266 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/criteria/testing.md +431 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/auth-setup.md +295 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/database-setup.md +284 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/infra-setup.md +222 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/project-init.md +176 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/setup/styling-setup.md +324 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/annotation-consistency.md +256 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/docs/workflows/shirokuma-docs-verification.md +219 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/account-lockout.md +177 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/audit-logging.md +364 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/better-auth.md +185 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/code-quality.md +244 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/docs-management.md +95 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/drizzle-orm.md +314 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/e2e-testing.md +826 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/i18n.md +242 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/jsdoc.md +247 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/nextjs-patterns.md +421 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/radix-ui-hydration.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions-structure.md +272 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/server-actions.md +399 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/patterns/tailwind-v4.md +43 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/code.md +181 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/docs.md +79 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/nextjs.md +105 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/plan.md +109 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/security.md +124 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/roles/testing.md +180 -0
- package/plugin/shirokuma-skills-ja/skills/reviewing-on-issue/templates/report.md +121 -0
- package/plugin/shirokuma-skills-ja/skills/showing-github/SKILL.md +276 -0
- package/plugin/shirokuma-skills-ja/skills/showing-github/reference/github-operations.md +163 -0
- package/plugin/shirokuma-skills-ja/skills/starting-session/SKILL.md +93 -0
- package/plugin/shirokuma-skills-ja/skills/working-on-issue/SKILL.md +208 -0
- package/portal/app/api-tools/api-tools-client.tsx +411 -0
- package/portal/app/api-tools/api-tools-document.tsx +240 -0
- package/portal/app/api-tools/page.tsx +56 -0
- package/portal/app/api-tools/swagger-view.tsx +114 -0
- package/portal/app/apps/[appId]/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
- package/portal/app/apps/[appId]/[type]/[module]/[item]/page.tsx +1422 -0
- package/portal/app/apps/[appId]/[type]/[module]/page.tsx +373 -0
- package/portal/app/apps/[appId]/feature-map/feature-map-app-document.tsx +298 -0
- package/portal/app/apps/[appId]/feature-map/page.tsx +224 -0
- package/portal/app/apps/[appId]/i18n/page.tsx +139 -0
- package/portal/app/apps/[appId]/test-cases/page.tsx +840 -0
- package/portal/app/apps/[appId]/tools/[tool]/page.tsx +351 -0
- package/portal/app/apps/[appId]/tools/api-tools-client.tsx +429 -0
- package/portal/app/apps/[appId]/tools/page.tsx +119 -0
- package/portal/app/db-schema/[db]/[table]/page.tsx +235 -0
- package/portal/app/db-schema/[db]/diagram/page.tsx +81 -0
- package/portal/app/db-schema/[db]/page.tsx +148 -0
- package/portal/app/db-schema/db-schema-document.tsx +100 -0
- package/portal/app/db-schema/diagram/client.tsx +211 -0
- package/portal/app/db-schema/diagram/page.tsx +20 -0
- package/portal/app/db-schema/page.tsx +145 -0
- package/portal/app/db-schema/table-detail-document.tsx +710 -0
- package/portal/app/db-schema/table-detail.tsx +747 -0
- package/portal/app/db-schema/table-list-document.tsx +224 -0
- package/portal/app/db-schema/table-list.tsx +247 -0
- package/portal/app/details/[type]/[module]/[item]/item-tabs-client.tsx +71 -0
- package/portal/app/details/[type]/[module]/[item]/page.tsx +1286 -0
- package/portal/app/details/[type]/[module]/page.tsx +884 -0
- package/portal/app/feature-map/feature-map-client.tsx +681 -0
- package/portal/app/feature-map/feature-map-document.tsx +313 -0
- package/portal/app/feature-map/page.tsx +438 -0
- package/portal/app/globals.css +205 -0
- package/portal/app/i18n/[...namespace]/page.tsx +190 -0
- package/portal/app/i18n/i18n-client.tsx +369 -0
- package/portal/app/i18n/page.tsx +339 -0
- package/portal/app/layout.tsx +37 -0
- package/portal/app/overview/page.tsx +65 -0
- package/portal/app/packages/[packageId]/page.tsx +201 -0
- package/portal/app/packages/page.tsx +148 -0
- package/portal/app/page.tsx +568 -0
- package/portal/app/test-cases/[file]/[line]/page.tsx +455 -0
- package/portal/app/test-cases/[file]/[line]/test-detail-document.tsx +335 -0
- package/portal/app/test-cases/[file]/page.tsx +323 -0
- package/portal/app/test-cases/[file]/test-file-document.tsx +335 -0
- package/portal/app/test-cases/page.tsx +546 -0
- package/portal/app/test-cases/test-cases-document.tsx +384 -0
- package/portal/components/code-block.tsx +57 -0
- package/portal/components/document/doc-params-table.tsx +71 -0
- package/portal/components/document/doc-section.tsx +133 -0
- package/portal/components/document/doc-table.tsx +119 -0
- package/portal/components/document/index.ts +9 -0
- package/portal/components/drawflow-er-diagram.tsx +607 -0
- package/portal/components/interactive-er-diagram.tsx +228 -0
- package/portal/components/layout/app-sidebar.tsx +490 -0
- package/portal/components/layout/er-sidebar.tsx +116 -0
- package/portal/components/layout/global-header.tsx +117 -0
- package/portal/components/layout/layout-content.tsx +48 -0
- package/portal/components/markdown-content.tsx +120 -0
- package/portal/components/mermaid-diagram.tsx +83 -0
- package/portal/components/reactflow-er-diagram.tsx +475 -0
- package/portal/components/search-dialog.tsx +268 -0
- package/portal/components/shared/coverage-score-bar.tsx +144 -0
- package/portal/components/swagger/endpoint-accordion.tsx +117 -0
- package/portal/components/swagger/index.ts +7 -0
- package/portal/components/swagger/method-badge.tsx +55 -0
- package/portal/components/swagger/params-table.tsx +78 -0
- package/portal/components/tabs-with-hash.tsx +43 -0
- package/portal/components/test/index.ts +2 -0
- package/portal/components/test/test-bdd-card.tsx +192 -0
- package/portal/components/test/test-matrix.tsx +242 -0
- package/portal/components/ui/accordion.tsx +66 -0
- package/portal/components/ui/badge.tsx +46 -0
- package/portal/components/ui/breadcrumb.tsx +109 -0
- package/portal/components/ui/button.tsx +62 -0
- package/portal/components/ui/card.tsx +92 -0
- package/portal/components/ui/collapsible.tsx +33 -0
- package/portal/components/ui/dialog.tsx +118 -0
- package/portal/components/ui/progress.tsx +28 -0
- package/portal/components/ui/scroll-area.tsx +58 -0
- package/portal/components/ui/sheet.tsx +139 -0
- package/portal/components/ui/table.tsx +116 -0
- package/portal/components/ui/tabs.tsx +66 -0
- package/portal/components.json +21 -0
- package/portal/lib/constants/test-categories.ts +186 -0
- package/portal/lib/data-loader.ts +1181 -0
- package/portal/lib/db-schema-utils.ts +182 -0
- package/portal/lib/format.ts +43 -0
- package/portal/lib/hooks/use-hash-tab.ts +144 -0
- package/portal/lib/path-utils.ts +25 -0
- package/portal/lib/search-index-generator.ts +214 -0
- package/portal/lib/search.ts +126 -0
- package/portal/lib/sidebar-context.tsx +111 -0
- package/portal/lib/types.ts +740 -0
- package/portal/lib/utils.ts +6 -0
- package/portal/next.config.ts +21 -0
- package/portal/package.json +45 -0
- package/portal/postcss.config.mjs +8 -0
- package/portal/tsconfig.json +41 -0
- package/portal/types/drawflow.d.ts +80 -0
- package/templates/README.md +73 -0
- package/templates/coverage.html +367 -0
- package/templates/dark-theme.css +443 -0
- package/templates/discussion/adr.yml.hbs +65 -0
- package/templates/discussion/handovers.yml.hbs +57 -0
- package/templates/discussion/knowledge.yml.hbs +60 -0
- package/templates/discussion/reports.yml.hbs +68 -0
- package/templates/discussion/research.yml.hbs +61 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
<!-- managed-by: shirokuma-docs@0.1.0 -->
|
|
2
|
+
|
|
3
|
+
# ブランチワークフロー
|
|
4
|
+
|
|
5
|
+
## ブランチモデル
|
|
6
|
+
|
|
7
|
+
| ブランチ | 役割 | 分岐元 | マージ先 |
|
|
8
|
+
|----------|------|--------|----------|
|
|
9
|
+
| `main` | 本番リリース(タグ付け) | — | — |
|
|
10
|
+
| `develop` | 統合(PR デフォルト) | `main`(初期) | `main`(リリース PR) |
|
|
11
|
+
| `feat/*`, `fix/*`, `chore/*`, `docs/*` | 日常作業 | `develop` | `develop`(PR) |
|
|
12
|
+
| `hotfix/*` | 緊急本番修正 | `main` | `main`(PR)→ `develop` にチェリーピック |
|
|
13
|
+
|
|
14
|
+
- `develop` = デフォルトブランチ(PR ターゲット)
|
|
15
|
+
- `develop` や `main` への直接コミット禁止
|
|
16
|
+
|
|
17
|
+
## ブランチ命名
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
{type}/{issue-number}-{slug}
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
- **type**: Issue の Type から決定(Feature→`feat`, Bug→`fix`, Chore/Research→`chore`, Docs→`docs`)
|
|
24
|
+
- **slug**: Issue タイトルから生成、小文字ケバブケース、最大40文字、英語のみ
|
|
25
|
+
|
|
26
|
+
## 日常ワークフロー
|
|
27
|
+
|
|
28
|
+
1. `develop` から分岐: `git checkout develop && git pull && git checkout -b {type}/{n}-{slug}`
|
|
29
|
+
2. コミット(`git-commit-style` ルール参照)
|
|
30
|
+
3. プッシュ + PR 作成: `git push -u origin {branch}` → `gh pr create --base develop`
|
|
31
|
+
4. レビュー → スカッシュマージ → ブランチ削除
|
|
32
|
+
|
|
33
|
+
## ホットフィックス
|
|
34
|
+
|
|
35
|
+
`main` から分岐、`main` への PR、マージ後に `develop` へチェリーピック。
|
|
36
|
+
|
|
37
|
+
## リリース
|
|
38
|
+
|
|
39
|
+
`develop` → `main` への PR → マージ後にタグ: `v{major}.{minor}.{patch}`
|
|
40
|
+
|
|
41
|
+
## ルール
|
|
42
|
+
|
|
43
|
+
1. 常に `develop` から分岐(最新化してから)
|
|
44
|
+
2. 1 Issue 1ブランチ
|
|
45
|
+
3. セッション終了前にプッシュ
|
|
46
|
+
4. マージには PR が必要(直接プッシュ禁止)
|
|
47
|
+
5. **ユーザー承認なしにマージしない**(PreToolUse フックで強制)
|
|
48
|
+
6. マージ後にブランチ削除
|
|
49
|
+
|
|
50
|
+
## 破壊的コマンド保護
|
|
51
|
+
|
|
52
|
+
PreToolUse フックが以下をブロック: `gh pr merge`, `git push --force`, `git reset --hard`, `git checkout .`, `git restore .`, `git clean -f`, `git branch -D`
|
|
53
|
+
|
|
54
|
+
- ブロック時はユーザーに承認を求めること
|
|
55
|
+
- プロジェクトオーバーライド: `.claude/shirokuma-hooks.json` で `{"disabled": ["rule-id"]}`
|
|
56
|
+
|
|
57
|
+
## エッジケース
|
|
58
|
+
|
|
59
|
+
| 状況 | アクション |
|
|
60
|
+
|------|----------|
|
|
61
|
+
| すでにフィーチャーブランチ | 続行 |
|
|
62
|
+
| Issue のブランチが既存 | 切り替え |
|
|
63
|
+
| develop に未コミット変更 | スタッシュ後にブランチ作成 |
|
|
64
|
+
| develop とコンフリクト | PR 前にリベース |
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# GitHub Discussions 活用ガイド
|
|
2
|
+
|
|
3
|
+
## 目的
|
|
4
|
+
|
|
5
|
+
Discussions は人間向けの知識を蓄積し、Rules は AI 向けの抽出情報を格納します。
|
|
6
|
+
|
|
7
|
+
| レイヤー | 対象 | 言語 | 内容 |
|
|
8
|
+
|---------|------|------|------|
|
|
9
|
+
| Discussions | 人間 | 日本語 | コンテキスト、根拠、詳細 |
|
|
10
|
+
| Rules/Skills | AI | 英語 | 簡潔なパターン、コマンド |
|
|
11
|
+
|
|
12
|
+
## カテゴリ
|
|
13
|
+
|
|
14
|
+
| カテゴリ | 用途 |
|
|
15
|
+
|---------|------|
|
|
16
|
+
| Handovers | セッション終了時 - `/ending-session` で作成 |
|
|
17
|
+
| ADR | 確定したアーキテクチャ決定 |
|
|
18
|
+
| Knowledge | 確認されたパターン・解決策 |
|
|
19
|
+
| Research | 調査が必要な事項 |
|
|
20
|
+
|
|
21
|
+
## ワークフロー
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
Research → ADR(決定の場合)→ Knowledge → Rule 抽出
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Discussion → Issue フロー
|
|
28
|
+
|
|
29
|
+
アイデアや提案は、実装が決定されるまで Discussions に置きます。
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
Discussion(アイデア)→ 実装決定 → Issue(Backlog)→ Ready → In Progress
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
| アクション | タイミング |
|
|
36
|
+
|-----------|-----------|
|
|
37
|
+
| Discussion を作成 | 新しいアイデア、提案、調査トピック |
|
|
38
|
+
| Issue に変換 | チームが実装を決定 |
|
|
39
|
+
| Discussion のまま | アイデアが却下、延期、または情報提供のみ |
|
|
40
|
+
|
|
41
|
+
未決定のアイデアで Issue を作成しないでください。まず Discussions で探索と意思決定を行います。
|
|
42
|
+
|
|
43
|
+
## Knowledge → Rule 抽出ワークフロー
|
|
44
|
+
|
|
45
|
+
パターンや解決策が実践で確認されたら、AI 向けの Rule として抽出する。
|
|
46
|
+
|
|
47
|
+
```
|
|
48
|
+
1. 発見: 作業中にパターンを発見(コードレビュー、デバッグ、実装)
|
|
49
|
+
2. Knowledge Discussion: Knowledge カテゴリにコンテキストと根拠を記録
|
|
50
|
+
3. 検証: 2回以上のセッションでパターンの有効性を確認
|
|
51
|
+
4. Rule 提案: Knowledge Discussion から簡潔で実行可能なルールを抽出
|
|
52
|
+
5. Rule 作成: managing-rules スキルでルールファイルを作成
|
|
53
|
+
6. 相互参照: ルール内に Discussion # リンクをコメントで追加
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
| ステップ | アクション | 出力 |
|
|
57
|
+
|---------|----------|------|
|
|
58
|
+
| 発見 | 繰り返しパターンを特定 | メモまたはコメント |
|
|
59
|
+
| 記録 | Knowledge Discussion を作成 | Discussion #{N} |
|
|
60
|
+
| 検証 | 異なるコンテキストでの有効性を確認 | Discussion 更新 |
|
|
61
|
+
| 抽出 | AI が読める形式のルールに蒸留 | Rule `.md` ファイル |
|
|
62
|
+
| リンク | ルール内にソース Discussion を参照 | `<!-- Source: Discussion #{N} -->` |
|
|
63
|
+
|
|
64
|
+
**Discussion ステップをスキップしてよい場合**: 自明なパターンのみ(例: タイポ修正、明白な命名規約)。「なぜ」が重要なら先に Discussion を書く。
|
|
65
|
+
|
|
66
|
+
## 既存 Discussion の検索
|
|
67
|
+
|
|
68
|
+
新規 Discussion 作成前に、既存のものを検索して重複を避ける。
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
# キーワード検索
|
|
72
|
+
shirokuma-docs discussions search "{keyword}"
|
|
73
|
+
|
|
74
|
+
# カテゴリでフィルタ
|
|
75
|
+
shirokuma-docs discussions list --category Knowledge
|
|
76
|
+
shirokuma-docs discussions list --category Research
|
|
77
|
+
shirokuma-docs discussions list --category ADR
|
|
78
|
+
|
|
79
|
+
# 最近の引き継ぎ(セッションコンテキスト用)
|
|
80
|
+
shirokuma-docs discussions list --category Handovers --limit 5
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
**検索するタイミング**:
|
|
84
|
+
- 新しいセッション開始時(最近の Handovers を確認)
|
|
85
|
+
- Knowledge Discussion 作成前(既存のカバレッジを確認)
|
|
86
|
+
- 調査開始前(Research カテゴリの先行作業を確認)
|
|
87
|
+
- パターン調査時(Knowledge で関連する知見を検索)
|
|
88
|
+
|
|
89
|
+
## 相互参照
|
|
90
|
+
|
|
91
|
+
- Discussions は Issues と番号空間を共有(#1, #2, ...)
|
|
92
|
+
- コミットで参照: "See Discussion #30"
|
|
93
|
+
- トラッキングのため Projects に追加
|
|
94
|
+
|
|
95
|
+
## Auto Memory との使い分け
|
|
96
|
+
|
|
97
|
+
Claude Code の auto memory に詳細情報を書かない。memory はポインタのみ、詳細は Discussion に記録する。`memory-operations` ルール参照。
|
|
98
|
+
|
|
99
|
+
## AI の行動指針
|
|
100
|
+
|
|
101
|
+
1. **検索**: 新規作成前に既存の Discussions を確認
|
|
102
|
+
2. **読む**: リサーチ時にコンテキストとして Discussions を確認
|
|
103
|
+
3. **書く**: 重要な知見について Discussions を作成
|
|
104
|
+
4. **抽出**: パターンが確認されたら Rule を提案
|
|
105
|
+
5. **参照**: Rule コメントに Discussion # をリンク
|
|
106
|
+
|
|
107
|
+
## 本文メンテナンス
|
|
108
|
+
|
|
109
|
+
Discussion 本文は常に最新の統合版を維持する(`project-items` ルールの「アイテム本文メンテナンス」参照)。
|
|
110
|
+
|
|
111
|
+
- コメントで追加調査・訂正・新知見を投稿した場合、**本文も即座に統合版として更新する**
|
|
112
|
+
- コメントは議論の経緯・履歴として残す
|
|
113
|
+
- 本文が「この Discussion の結論を知りたければここだけ読めばいい」状態を維持する
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
shirokuma-docs discussions update {number} --body "$(cat <<'EOF'
|
|
117
|
+
{更新内容}
|
|
118
|
+
EOF
|
|
119
|
+
)"
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## タイトル形式
|
|
123
|
+
|
|
124
|
+
| カテゴリ | 形式 |
|
|
125
|
+
|---------|------|
|
|
126
|
+
| Handovers | `YYYY-MM-DD - {サマリー}` |
|
|
127
|
+
| ADR | `ADR-{NNN}: {タイトル}` |
|
|
128
|
+
| Knowledge | `{トピック名}` |
|
|
129
|
+
| Research | `[Research] {トピック}` |
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# GitHub 出力言語
|
|
2
|
+
|
|
3
|
+
## ルール
|
|
4
|
+
|
|
5
|
+
GitHub に書き込む全てのコンテンツ(Issues, PR, Discussions のコメント・本文)は**日本語**で記述する。
|
|
6
|
+
|
|
7
|
+
| 要素 | 言語 |
|
|
8
|
+
|------|------|
|
|
9
|
+
| Issue / PR / Discussion の本文・コメント | 日本語 |
|
|
10
|
+
| PR タイトル(プレフィックス後) | 日本語 |
|
|
11
|
+
| コミットメッセージ(プレフィックス後) | 日本語 |
|
|
12
|
+
| Conventional commit プレフィックス (`feat:`, `fix:` 等) | English |
|
|
13
|
+
| コード / 変数名 | English |
|
|
14
|
+
| ラベル名 | English |
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# PR レビューレスポンス
|
|
2
|
+
|
|
3
|
+
## レビューコメント受領時
|
|
4
|
+
|
|
5
|
+
1. すべてのレビュースレッドを取得: `shirokuma-docs issues pr-comments <PR#>`
|
|
6
|
+
2. 各**未解決**スレッドについて、レスポンスタイプを判断:
|
|
7
|
+
|
|
8
|
+
### コード修正が必要
|
|
9
|
+
|
|
10
|
+
1. コードを修正
|
|
11
|
+
2. コミットしてプッシュ
|
|
12
|
+
3. コミットを参照して返信: `shirokuma-docs issues pr-reply <PR#> --reply-to <database_id> --body "Fixed in <hash>"`
|
|
13
|
+
4. 解決: `shirokuma-docs issues resolve <PR#> --thread-id <PRRT_id>`
|
|
14
|
+
|
|
15
|
+
### 質問またはディスカッション
|
|
16
|
+
|
|
17
|
+
1. 説明を返信
|
|
18
|
+
2. スレッドを解決
|
|
19
|
+
|
|
20
|
+
### 意見の相違
|
|
21
|
+
|
|
22
|
+
1. 懸念事項とトレードオフを説明して返信
|
|
23
|
+
2. 解決**しない** — レビュアーに判断を委ねる
|
|
24
|
+
|
|
25
|
+
## ルール
|
|
26
|
+
|
|
27
|
+
1. **返信と解決はセット** - すべての返信には解決が続くべき(レビュアーの入力待ちの場合を除く)
|
|
28
|
+
2. **全スレッドを処理してからユーザーに報告** - スレッド間でユーザーに質問しない
|
|
29
|
+
3. **正しい ID を使用** - `--reply-to` は数値の `database_id`、`--thread-id` は GraphQL の `PRRT_` ID(どちらも `pr-comments` の出力から取得)
|
|
30
|
+
|
|
31
|
+
## エッジケース
|
|
32
|
+
|
|
33
|
+
| 状況 | アクション |
|
|
34
|
+
|------|----------|
|
|
35
|
+
| スレッドがすでに解決済み | スキップ |
|
|
36
|
+
| 古いコメント(コードが変更済み) | フィードバックがまだ有効なら返信、関連コミットを参照 |
|
|
37
|
+
| レビュアーが再レビューを要求 | 返信するがスレッドは開いたまま |
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# プロジェクトアイテムルール
|
|
2
|
+
|
|
3
|
+
## 必須フィールド
|
|
4
|
+
|
|
5
|
+
| フィールド | 必須 | オプション |
|
|
6
|
+
|-----------|------|-----------|
|
|
7
|
+
| Status | はい | 下記ワークフロー参照 |
|
|
8
|
+
| Priority | はい | Critical / High / Medium / Low |
|
|
9
|
+
| Type | はい | Feature / Bug / Chore / Docs / Research |
|
|
10
|
+
| Size | 推奨 | XS / S / M / L / XL |
|
|
11
|
+
|
|
12
|
+
## ステータスワークフロー
|
|
13
|
+
|
|
14
|
+
```mermaid
|
|
15
|
+
graph LR
|
|
16
|
+
Icebox --> Backlog --> Planning --> SpecReview[Spec Review]
|
|
17
|
+
SpecReview --> InProgress[In Progress] --> Review --> Testing --> Done --> Released
|
|
18
|
+
InProgress <--> Pending["Pending(ブロック中)"]
|
|
19
|
+
Review <--> Pending
|
|
20
|
+
Backlog <--> Pending
|
|
21
|
+
Done -.-> NotPlanned["Not Planned(見送り)"]
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
アイデアは Issue ではなく **Discussions** から始める。実装決定後に Issue (Backlog) へ。
|
|
25
|
+
|
|
26
|
+
## ステータス更新トリガー
|
|
27
|
+
|
|
28
|
+
| トリガー | アクション | 責任者 | コマンド |
|
|
29
|
+
|---------|----------|--------|---------|
|
|
30
|
+
| 計画策定開始 | → Planning | `planning-on-issue` | `issues update {n} --field-status "Planning"` |
|
|
31
|
+
| 計画策定完了 | → Spec Review | `planning-on-issue` | `issues update {n} --field-status "Spec Review"` |
|
|
32
|
+
| ユーザーが計画承認、実装開始 | → In Progress + ブランチ | `working-on-issue` | `issues update {n} --field-status "In Progress"` |
|
|
33
|
+
| PR作成 | → Review | `creating-pr-on-issue` | `issues update {n} --field-status "Review"` |
|
|
34
|
+
| マージ | → Done | `committing-on-issue` (via `issues merge`) | 自動更新 |
|
|
35
|
+
| ブロック | → Pending | 手動 | `issues update {n} --field-status "Pending"` + 理由 |
|
|
36
|
+
| 完了(PR不要) | → Done | `ending-session` | `session end --done {n}` |
|
|
37
|
+
| キャンセル | → Not Planned | `issues cancel` | `issues cancel {n}` |
|
|
38
|
+
| セッション終了 | → Review or Done | `ending-session`(セーフティネット) | `session end --review/--done {n}` |
|
|
39
|
+
|
|
40
|
+
### Planning の運用
|
|
41
|
+
|
|
42
|
+
`planning-on-issue` スキルが計画を開始するとき、Backlog → Planning に遷移する。
|
|
43
|
+
|
|
44
|
+
- **目的**: 計画策定中であることの可視化、計画開始タイムスタンプの記録
|
|
45
|
+
- **入口**: `planning-on-issue` が Issue を取得後、計画開始時に設定
|
|
46
|
+
- **出口**: 計画完了後 → Spec Review(`planning-on-issue` が設定)
|
|
47
|
+
- **pre-work ステータス**: `WORK_STARTED_STATUSES` に含まれない(Spec Review と同様)
|
|
48
|
+
|
|
49
|
+
### Spec Review の運用
|
|
50
|
+
|
|
51
|
+
`planning-on-issue` スキルが計画を Issue 本文に書いた後、Planning → Spec Review に移行する。
|
|
52
|
+
|
|
53
|
+
- **目的**: ユーザーが計画を確認・承認するゲート
|
|
54
|
+
- **入口**: `planning-on-issue` が `## 計画` セクションを追記後に設定
|
|
55
|
+
- **出口**: ユーザーが承認し `working-on-issue` で実装を開始 → In Progress
|
|
56
|
+
- **適用**: 全 Issue で計画を実施(深さは内容に応じて軽量/標準/詳細)
|
|
57
|
+
|
|
58
|
+
### ルール
|
|
59
|
+
|
|
60
|
+
1. **同時に In Progress は1つ**
|
|
61
|
+
2. **Issue ごとにブランチ**(`branch-workflow` 参照)
|
|
62
|
+
3. **イベント駆動**: Status 変更はイベント発生時に即座に実行する(`creating-pr-on-issue` が Review、`issues merge` が Done)
|
|
63
|
+
4. **セッション終了時**に `ending-session` が取りこぼしを補完(セーフティネット)
|
|
64
|
+
5. **Pending は理由必須**
|
|
65
|
+
6. **冪等性**: 既に正しい Status なら更新をスキップ(エラーにしない)
|
|
66
|
+
|
|
67
|
+
## ビルトイン自動化
|
|
68
|
+
|
|
69
|
+
推奨ワークフロー(GitHub UI で有効化、API 未対応):
|
|
70
|
+
- **Item closed** → Done
|
|
71
|
+
- **Pull request merged** → Done
|
|
72
|
+
|
|
73
|
+
CLI と冪等に協調動作。確認: `shirokuma-docs projects workflows`
|
|
74
|
+
|
|
75
|
+
**注意**: 「Item closed → Done」自動化が有効な場合、`issues cancel`(Not Planned 設定)と競合する可能性がある。CLI は close 後に Status を Not Planned に設定するため、通常は CLI の更新が優先されるが、タイミングによっては自動化が上書きする場合がある。`session check --fix` で整合性を検出・修正可能。
|
|
76
|
+
|
|
77
|
+
## ラベル
|
|
78
|
+
|
|
79
|
+
Type を補完し、**どこ**に影響するかを示す。`area:` プレフィックス使用。Type と重複するラベルは作成しない。
|
|
80
|
+
|
|
81
|
+
## アイテム本文メンテナンス(Issues / Discussions / PRs 共通)
|
|
82
|
+
|
|
83
|
+
**本文はソースオブトゥルース。** コメントは議論の経緯・履歴として残し、本文は常に最新の統合版を維持する。「このアイテムの最新状態を知りたければ本文だけ読めばいい」状態を保つこと。
|
|
84
|
+
|
|
85
|
+
### 更新タイミング
|
|
86
|
+
|
|
87
|
+
| トリガー | アクション |
|
|
88
|
+
|---------|----------|
|
|
89
|
+
| コメントで新しい知見・訂正を追加 | 本文に統合 |
|
|
90
|
+
| 調査結果をコメントで投稿 | 本文の該当セクションに反映 |
|
|
91
|
+
| 要件がコメントで変更 | 本文のタスク・成果物セクションを更新 |
|
|
92
|
+
| 決定事項がコメントで発生 | 本文に記録 |
|
|
93
|
+
| コメント3件以上蓄積 | 本文に統合 |
|
|
94
|
+
|
|
95
|
+
### 更新方法
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
# Issues
|
|
99
|
+
shirokuma-docs issues update {number} --body "$(cat <<'EOF'
|
|
100
|
+
{更新内容}
|
|
101
|
+
EOF
|
|
102
|
+
)"
|
|
103
|
+
|
|
104
|
+
# Discussions
|
|
105
|
+
shirokuma-docs discussions update {number} --body "$(cat <<'EOF'
|
|
106
|
+
{更新内容}
|
|
107
|
+
EOF
|
|
108
|
+
)"
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### ワークフロー順序(コメントファースト)
|
|
112
|
+
|
|
113
|
+
本文を更新する際は、必ず以下の順序で行う:
|
|
114
|
+
|
|
115
|
+
1. **コメントを投稿** — 変更内容・知見・訂正をコメントとして記録する
|
|
116
|
+
2. **本文に統合** — コメントの内容を本文の該当セクションに反映する
|
|
117
|
+
|
|
118
|
+
この順序により、コメント履歴に「何を変えたか」の経緯が残り、AI の判断ミスやハルシネーションの検出・改善が可能になる。
|
|
119
|
+
|
|
120
|
+
**禁止**: 本文を直接更新してからコメントを後付けする(逆順)。コメントなしで本文を更新する。
|
|
121
|
+
|
|
122
|
+
### 実質的遵守
|
|
123
|
+
|
|
124
|
+
形式的にコメント→本文の順序を守るだけでは不十分。コメントが**作業の一次記録**として独立した価値を持つ必要がある。
|
|
125
|
+
|
|
126
|
+
**判定ヒューリスティック**: コメントを削除しても、本文にない情報が失われないなら、そのコメントは実質的ではない。
|
|
127
|
+
|
|
128
|
+
| 悪い例(形式的遵守) | 良い例(実質的遵守) |
|
|
129
|
+
|---------------------|---------------------|
|
|
130
|
+
| 「計画を策定しました。詳細は本文参照。」 | 「アプローチ A を選定。B 案(〇〇)も検討したが、△△の理由で却下。」 |
|
|
131
|
+
| 「Issue 本文を更新しました。」 | 「調査の結果、X モジュールにも影響があることが判明。タスクに追加。」 |
|
|
132
|
+
| 「レビュー結果を反映しました。」 | 「レビューで N 件の問題を検出: {具体的な所見の要約}」 |
|
|
133
|
+
|
|
134
|
+
**コメントが一次記録であるべき内容**:
|
|
135
|
+
- 判断の根拠・検討した代替案
|
|
136
|
+
- 調査で発見した事実
|
|
137
|
+
- レビュー所見の要約
|
|
138
|
+
- 要件変更の理由
|
|
139
|
+
|
|
140
|
+
**本文への統合時**: コメントの内容を構造化して該当セクションにマージする。コメントはそのまま履歴として残る。
|
|
141
|
+
|
|
142
|
+
### ガイドライン
|
|
143
|
+
|
|
144
|
+
1. **構造保持** — 元のテンプレートセクションを維持
|
|
145
|
+
2. **タスクチェック更新** — 完了項目をチェック、新規タスクを追加
|
|
146
|
+
3. **要約して重複排除** — コメントスレッドを簡潔に統合
|
|
147
|
+
4. **コメントファースト遵守** — 本文更新前に必ずコメントを投稿する(ワークフロー順序セクション参照)
|
|
148
|
+
|
|
149
|
+
## 本文テンプレート
|
|
150
|
+
|
|
151
|
+
```markdown
|
|
152
|
+
## 概要
|
|
153
|
+
{内容}
|
|
154
|
+
|
|
155
|
+
## タスク
|
|
156
|
+
- [ ] タスク 1
|
|
157
|
+
|
|
158
|
+
## 成果物
|
|
159
|
+
{"完了" の定義}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
## アイテム作成
|
|
163
|
+
|
|
164
|
+
全必須フィールドを即時設定。XL は分割。デフォルト Status は Backlog(`--field-status` でオーバーライド可)。
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# メモリ運用ルール
|
|
2
|
+
|
|
3
|
+
## 原則
|
|
4
|
+
|
|
5
|
+
**メモリはポインタとワーキングコンテキストのみ。**
|
|
6
|
+
|
|
7
|
+
## メモリに書くもの
|
|
8
|
+
|
|
9
|
+
| 種類 | 例 |
|
|
10
|
+
|------|------|
|
|
11
|
+
| GitHub への参照ポインタ | `Discussion #343 参照` `Issue #342` |
|
|
12
|
+
| ワーキングコンテキスト | テストコマンド、スキル数などの速引き |
|
|
13
|
+
|
|
14
|
+
## メモリに書かないもの → GitHub へ
|
|
15
|
+
|
|
16
|
+
| 種類 | 置き場所 |
|
|
17
|
+
|------|---------|
|
|
18
|
+
| 調査結果 | Discussion (Research) |
|
|
19
|
+
| アイディア・構想 | Discussion |
|
|
20
|
+
| 設計決定 | Discussion (ADR) |
|
|
21
|
+
| 実装タスク | Issue |
|
|
22
|
+
| パターン・知見 | Discussion (Knowledge) → Rule 抽出 |
|
|
23
|
+
|
|
24
|
+
詳細は `discussions-usage` ルール参照。
|
|
25
|
+
|
|
26
|
+
## 制約
|
|
27
|
+
|
|
28
|
+
1. **CLAUDE.md やルールと重複する情報はメモリに書かない** — 情報源は一箇所に
|
|
29
|
+
2. **トピック別ファイルも簡素に** — GitHub 参照ポインタのみ
|
|
30
|
+
|
|
31
|
+
## 設定ファイル内の指示語
|
|
32
|
+
|
|
33
|
+
設定ファイルは全て同じコンテキストに並列で読み込まれる。相対指示語を使うとどのファイルの指示か区別できない。
|
|
34
|
+
|
|
35
|
+
| NG | OK |
|
|
36
|
+
|----|----|
|
|
37
|
+
| 「ここ」「この」「このファイル」 | ファイル名やセクション名で明示 |
|
|
38
|
+
| 「上記のルール」 | `branch-workflow ルール` |
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# 既知の問題と CVE
|
|
2
|
+
|
|
3
|
+
## 重大な CVE
|
|
4
|
+
|
|
5
|
+
### CVE-2025-29927 (Next.js)
|
|
6
|
+
|
|
7
|
+
**深刻度**: Critical (9.1)
|
|
8
|
+
**影響**: Next.js < 15.2.3
|
|
9
|
+
**問題**: `x-middleware-subrequest` ヘッダーによるミドルウェア認証バイパス
|
|
10
|
+
|
|
11
|
+
**緩和策**(アップグレードできない場合):
|
|
12
|
+
```nginx
|
|
13
|
+
if ($http_x_middleware_subrequest) {
|
|
14
|
+
return 403;
|
|
15
|
+
}
|
|
16
|
+
proxy_set_header x-middleware-subrequest "";
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## フレームワークの問題
|
|
20
|
+
|
|
21
|
+
### Next.js 16
|
|
22
|
+
|
|
23
|
+
| 問題 | 修正 |
|
|
24
|
+
|------|------|
|
|
25
|
+
| 非同期 params エラー | `const { slug } = await params` |
|
|
26
|
+
| Node.js 18 のサポート終了 | Node.js 20.9.0+ にアップグレード |
|
|
27
|
+
|
|
28
|
+
### React 19
|
|
29
|
+
|
|
30
|
+
| 問題 | 修正 |
|
|
31
|
+
|------|------|
|
|
32
|
+
| ハイドレーション不一致 | mounted ステートパターンを使用 |
|
|
33
|
+
| ref を prop として渡す(非推奨) | `element.props.ref` を使用 |
|
|
34
|
+
|
|
35
|
+
### Tailwind CSS v4
|
|
36
|
+
|
|
37
|
+
| 問題 | 修正 |
|
|
38
|
+
|------|------|
|
|
39
|
+
| CSS 変数構文 | `var()` を使用: `w-[var(--width)]` |
|
|
40
|
+
| @property の継承 | `@theme inline` を使用 |
|
|
41
|
+
|
|
42
|
+
### Better Auth
|
|
43
|
+
|
|
44
|
+
| 問題 | 修正 |
|
|
45
|
+
|------|------|
|
|
46
|
+
| ログインリダイレクトループ | `window.location.href` を使用 |
|
|
47
|
+
| セッションにロールがない | ロールをデータベースから照会 |
|
|
48
|
+
|
|
49
|
+
## バージョン要件
|
|
50
|
+
|
|
51
|
+
- **Node.js**: 20.9.0+
|
|
52
|
+
- **TypeScript**: 5.1.0+
|
|
53
|
+
- **Safari**: 16.4+(Tailwind v4)
|
|
54
|
+
|
|
55
|
+
## セキュリティ要件
|
|
56
|
+
|
|
57
|
+
- **BETTER_AUTH_SECRET**: 32文字以上
|
|
58
|
+
- **bcrypt ラウンド数**: 12+
|
|
59
|
+
- **レート制限**: 5回 / 15分(本番環境)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
paths:
|
|
3
|
+
- "lib/**/*.ts"
|
|
4
|
+
- "lib/**/*.tsx"
|
|
5
|
+
- "**/lib/**/*.ts"
|
|
6
|
+
- "**/lib/**/*.tsx"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# lib/ ディレクトリ構造ルール
|
|
10
|
+
|
|
11
|
+
## 必須構造
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
lib/
|
|
15
|
+
├── actions/ # Server Actions
|
|
16
|
+
│ ├── crud/ # 単一テーブル CRUD
|
|
17
|
+
│ └── domain/ # 複数テーブルのビジネスロジック
|
|
18
|
+
├── auth/ # 認証
|
|
19
|
+
├── context/ # React Context
|
|
20
|
+
├── hooks/ # カスタムフック
|
|
21
|
+
├── utils/ # ユーティリティ関数
|
|
22
|
+
└── validations/ # Zod スキーマ
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## 重要ルール
|
|
26
|
+
|
|
27
|
+
1. **lib/ 直下にファイルを置かない**
|
|
28
|
+
```
|
|
29
|
+
lib/auth/index.ts ← OK
|
|
30
|
+
lib/auth.ts ← NG
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
2. **再エクスポートに index.ts を使用**
|
|
34
|
+
```typescript
|
|
35
|
+
export { auth } from "./config"
|
|
36
|
+
export { verifyAdmin } from "./utils"
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
3. **`export *` を避ける**
|
|
40
|
+
- 名前衝突によるビルドエラーの原因
|
|
41
|
+
- 明示的な再エクスポートを使用
|
|
42
|
+
|
|
43
|
+
## Server Actions 構造
|
|
44
|
+
|
|
45
|
+
| ディレクトリ | タイプ | 特徴 |
|
|
46
|
+
|-------------|--------|------|
|
|
47
|
+
| `lib/actions/crud/` | CRUD | 単一テーブル、標準操作 |
|
|
48
|
+
| `lib/actions/domain/` | ドメイン | 複数テーブル、ビジネスワークフロー |
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
---
|
|
2
|
+
paths:
|
|
3
|
+
- "components/**/*.tsx"
|
|
4
|
+
- "**/components/**/*.tsx"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Radix UI ハイドレーションパターン
|
|
8
|
+
|
|
9
|
+
## 問題
|
|
10
|
+
|
|
11
|
+
Radix UI は SSR と CSR で異なるユニーク ID を生成し、ハイドレーション不一致を引き起こす。
|
|
12
|
+
|
|
13
|
+
影響: DropdownMenu, Select, Dialog, Popover, Collapsible, Accordion, Tooltip。
|
|
14
|
+
|
|
15
|
+
## 解決策: mounted ステートパターン
|
|
16
|
+
|
|
17
|
+
```tsx
|
|
18
|
+
const [mounted, setMounted] = useState(false)
|
|
19
|
+
useEffect(() => { setMounted(true) }, [])
|
|
20
|
+
|
|
21
|
+
if (!mounted) return <PlaceholderWithoutRadixUI />
|
|
22
|
+
return <ComponentWithRadixUI />
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## ルール
|
|
26
|
+
|
|
27
|
+
- Client Component 内のすべての Radix UI コンポーネントに `mounted` パターンを使用
|
|
28
|
+
- SSR プレースホルダーはフルコンポーネントのビジュアルレイアウトと一致させる
|
|
29
|
+
- 利用可能なら `useMounted()` フックを優先(`hooks/use-mounted.ts`)
|
|
30
|
+
- 回避策として `suppressHydrationWarning` を絶対に使わない
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
paths:
|
|
3
|
+
- "lib/actions/**/*.ts"
|
|
4
|
+
- "**/lib/actions/**/*.ts"
|
|
5
|
+
- "**/actions.ts"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Server Actions 規約
|
|
9
|
+
|
|
10
|
+
## 必須順序
|
|
11
|
+
|
|
12
|
+
1. **認証チェック**
|
|
13
|
+
2. **CSRF 検証**(ミューテーションのみ)
|
|
14
|
+
3. **Zod バリデーション**
|
|
15
|
+
4. **ビジネスロジック**
|
|
16
|
+
5. **パス再検証**
|
|
17
|
+
|
|
18
|
+
## テンプレート
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
"use server"
|
|
22
|
+
|
|
23
|
+
export async function createResource(formData: FormData): Promise<ActionResult> {
|
|
24
|
+
// 1. Auth
|
|
25
|
+
const { user } = await auth()
|
|
26
|
+
if (!user) return { error: "Unauthorized" }
|
|
27
|
+
|
|
28
|
+
// 2. CSRF (mutations only)
|
|
29
|
+
await verifyCsrfToken(formData)
|
|
30
|
+
|
|
31
|
+
// 3. Validation
|
|
32
|
+
const validated = schema.safeParse(Object.fromEntries(formData))
|
|
33
|
+
if (!validated.success) return { error: validated.error.message }
|
|
34
|
+
|
|
35
|
+
// 4. Business logic
|
|
36
|
+
const result = await db.insert(table).values(validated.data)
|
|
37
|
+
|
|
38
|
+
// 5. Revalidate
|
|
39
|
+
revalidatePath("/resources")
|
|
40
|
+
return { data: result }
|
|
41
|
+
}
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## セキュリティチェックリスト
|
|
45
|
+
|
|
46
|
+
- [ ] DB 操作前に Auth チェック
|
|
47
|
+
- [ ] ミューテーションで CSRF トークン検証
|
|
48
|
+
- [ ] Zod で入力バリデーション
|
|
49
|
+
- [ ] 更新/削除前に所有権検証
|
|
50
|
+
- [ ] 破壊的操作にレート制限
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
paths:
|
|
3
|
+
- "**/*.css"
|
|
4
|
+
- "components/ui/**/*.tsx"
|
|
5
|
+
- "**/components/ui/**/*.tsx"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Tailwind CSS v4 + shadcn/ui
|
|
9
|
+
|
|
10
|
+
## CSS 変数構文
|
|
11
|
+
|
|
12
|
+
```tsx
|
|
13
|
+
// NG: Tailwind v3 構文(v4 では壊れる)
|
|
14
|
+
className="bg-[--sidebar-background]"
|
|
15
|
+
|
|
16
|
+
// OK: Tailwind v4 構文
|
|
17
|
+
className="bg-[var(--sidebar-background)]"
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
shadcn/ui コンポーネント追加後:
|
|
21
|
+
```bash
|
|
22
|
+
npx shadcn@canary add <component> -y
|
|
23
|
+
# CSS 変数構文を修正: [--var] → [var(--var)]
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## 本番環境のみの問題
|
|
27
|
+
|
|
28
|
+
CSS 変数は開発環境では動くが、本番ビルドで壊れる場合がある。
|
|
29
|
+
|
|
30
|
+
修正: `@property` や `:root` の代わりに `@theme inline` を使用:
|
|
31
|
+
```css
|
|
32
|
+
@theme inline {
|
|
33
|
+
--sidebar-width: 16rem;
|
|
34
|
+
--sidebar-background: 0 0% 100%;
|
|
35
|
+
}
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## 検証
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
grep -r "\[--" components/ui/ # v3 構文を検索
|
|
42
|
+
pnpm build # 本番ビルドをテスト
|
|
43
|
+
```
|