Merge pull request #2042 from bmad-code-org/feat/coderabbit-docs-check

feat(coderabbit): add docs-staleness check for src/ changes
This commit is contained in:
Alex Verkhovsky 2026-03-17 15:37:25 -06:00 committed by GitHub
commit f3f606a9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ reviews:
- "!**/validation-report-*.md" - "!**/validation-report-*.md"
- "!CHANGELOG.md" - "!CHANGELOG.md"
path_instructions: path_instructions:
- path: "src/**"
instructions: |
Source file changed. Check whether documentation under docs/ needs
a corresponding update — new features, changed behavior, renamed
concepts, altered CLI flags, or modified configuration options should
all be reflected in the relevant doc pages. Flag missing or outdated
docs as a review comment.
- path: "src/**/skills/**" - path: "src/**/skills/**"
instructions: | instructions: |
Skill file. Apply the full rule catalog defined in tools/skill-validator.md. Skill file. Apply the full rule catalog defined in tools/skill-validator.md.