Plan lifecycle: ban em dashes and require durable solutions - #28
Merged
DocksDocks merged 1 commit intoAug 24, 2026
Merged
Conversation
Cuts the v3 record grammar over to ASCII hyphens: review headings, finding separators, empty Steps Depends and queue cells. Em-dash records become ineligible like any malformed record; closed plans keep theirs as history. checkPlan refuses U+2014 anywhere in a plan body, and new/status-blocked refuse it before any GitHub write. Adds the shared durable-solutions clause to the manager drafting rules, reviewer lens, both shipped wrappers, both Codex TOMLs, the codex templates, and the record standard with its byte-identical docs/PLAN.md and template mirrors. Closes #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #27
Implements the reviewed plan #27:
### Plan review - <date>,### Code review round <n> - <date>,-finding separators, and-for empty StepsDependsand queueDepends oncells. Em-dash records are ineligible exactly like malformed records; the live queue sentinel is migrated.checkrefuses any U+2014 in a plan body (check 10 family, count stays 13);newrefuses U+2014 in title and goal beforegh issue create;status <n> blocked --reasonrefuses an em-dash reason before the composed-body write.Reviews: plan review rounds 1-4
repair(AGENTS.md scope, record-standard policy surfaces, show/archive legacy behavior, createPlan and blocked-reason write paths, live queue sentinel), round 5pass; code review round 1passwith no findings. This plan's own body was migrated to the hyphen grammar mid-flight through the new validation.Verification:
scripts/tests/plan-cli.mjs,plan-skill-phases.mjs, plugin selftest,scripts/ci.mjs --plugin plan-lifecycle, and fullscripts/ci.mjsall exit 0.