Merge pull request #1990 from bmad-code-org/fix/code-review-skill-cleanup

fix(skill): clean up bmad-code-review validation findings
This commit is contained in:
Alex Verkhovsky 2026-03-14 16:33:08 -06:00 committed by GitHub
commit 54d097c8ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
### Paths ### Paths
- `installed_path` = `.`
- `sprint_status` = `{implementation_artifacts}/sprint-status.yaml` - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml`
- `validation` = `{installed_path}/checklist.md`
### Input Files ### Input Files
@ -76,7 +74,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
- Missing documentation of what was actually changed - Missing documentation of what was actually changed
</action> </action>
<action>Read fully and follow `{installed_path}/discover-inputs.md` to load all input files</action> <action>Read fully and follow `./discover-inputs.md` to load all input files</action>
<action>Load {project_context} for coding standards (if exists)</action> <action>Load {project_context} for coding standards (if exists)</action>
</step> </step>