fix(skill): clean up bmad-code-review validation findings

Remove installed_path definition and intra-skill path variables
from workflow.md (PATH-02, PATH-04).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-14 16:27:27 -06:00
parent 4cbbeb6602
commit df5c32e0dd
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>