From df5c32e0dd8990b27254b6c551b73cce09c3323c Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Sat, 14 Mar 2026 16:27:27 -0600 Subject: [PATCH] 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) --- .../workflows/4-implementation/bmad-code-review/workflow.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md b/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md index 407ff9b95..a10e7a809 100644 --- a/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md +++ b/src/bmm/workflows/4-implementation/bmad-code-review/workflow.md @@ -30,9 +30,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: ### Paths -- `installed_path` = `.` - `sprint_status` = `{implementation_artifacts}/sprint-status.yaml` -- `validation` = `{installed_path}/checklist.md` ### Input Files @@ -76,7 +74,7 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve: - Missing documentation of what was actually changed - Read fully and follow `{installed_path}/discover-inputs.md` to load all input files + Read fully and follow `./discover-inputs.md` to load all input files Load {project_context} for coding standards (if exists)