Skip to content

Commit d907776

Browse files
committed
fix(skills): update config resolution in SKILL.md files migrated from workflow.md
The 5 skills whose workflow.md was absorbed into SKILL.md by PR #2308 still had the old config.yaml loading instruction. Updated them to use resolve_config.py like all other skills.
1 parent f35424a commit d907776

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/bmm-skills/4-implementation/bmad-code-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c
4040

4141
### Step 4: Load Config
4242

43-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
43+
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
4444

4545
- `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
4646
- `communication_language`, `document_output_language`, `user_skill_level`

src/bmm-skills/4-implementation/bmad-dev-story/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c
4747

4848
### Step 4: Load Config
4949

50-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
50+
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
5151

5252
- `project_name`, `user_name`
5353
- `communication_language`, `document_output_language`

src/bmm-skills/4-implementation/bmad-quick-dev/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c
5959

6060
### Step 4: Load Config
6161

62-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
62+
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
6363

6464
- `project_name`, `planning_artifacts`, `implementation_artifacts`, `user_name`
6565
- `communication_language`, `document_output_language`, `user_skill_level`

src/bmm-skills/4-implementation/bmad-sprint-planning/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c
4040

4141
### Step 4: Load Config
4242

43-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
43+
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
4444

4545
- `project_name`, `user_name`
4646
- `communication_language`, `document_output_language`

src/bmm-skills/4-implementation/bmad-sprint-status/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Treat every entry in `{workflow.persistent_facts}` as foundational context you c
4040

4141
### Step 4: Load Config
4242

43-
Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
43+
Load config by running `python3 {project-root}/_bmad/scripts/resolve_config.py --project-root {project-root}` (requires Python 3.11+). If the command fails, read the merge logic in `{project-root}/_bmad/scripts/resolve_config.py` and apply it yourself to resolve the config variables. Resolve:
4444

4545
- `project_name`, `user_name`
4646
- `communication_language`, `document_output_language`

0 commit comments

Comments
 (0)