diff --git a/src/core-skills/bmad-spec/SKILL.md b/src/core-skills/bmad-spec/SKILL.md index bd8d92235..cdf734528 100644 --- a/src/core-skills/bmad-spec/SKILL.md +++ b/src/core-skills/bmad-spec/SKILL.md @@ -58,7 +58,7 @@ Deriving the contract from a living log instead of editing the contract in place Writes go through the shared script — `{project-root}/_bmad/scripts/memlog.py`, the same location as `resolve_customization.py` (atomic; never read it back except to resume): - `python3 {project-root}/_bmad/scripts/memlog.py init --workspace {spec-folder} --field topic=""` — once, at create. -- `python3 {project-root}/_bmad/scripts/memlog.py append --workspace {spec-folder} --type --text ""` — as each lands. +- `python3 {project-root}/_bmad/scripts/memlog.py append --workspace {spec-folder} --type --text ""` — as each lands. - Terminal moments (a validation verdict, "spec finalized") are `--type event` entries; the memlog carries no status field. ## The Operation