From b522ce7def9405d4d09c395cede34e6a825407f7 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Wed, 10 Jun 2026 23:46:45 -0500 Subject: [PATCH] bmad-spec: include event in memlog --type list The documented append --type set omitted event while the next line requires --type event for terminal moments. Align the list. --- src/core-skills/bmad-spec/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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