Bump planning convention 1.x -> 2.0.0#49
Merged
Conversation
…or convention 2.0.0 Apply the lesnik512/planning-convention APPLY.md tooling swap: replace index.py and the five canonical templates (adds glossary.md, drops the plan.md template), flatten all planning/changes/*/ folders to flat *.md files, and drop the committed plan.md task-lists per 2.0.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rebuild planning/README.md's Conventions section from the canonical 2.0.0 body (adds the Glossary, Plans-are-ephemeral, and Lean-specs subsections; retires the folder-bundle model). Align CLAUDE.md and Justfile wording from "bundle" to "change file", and record planning/.convention-version=2.0.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Promotion-rule prose now says "change file" (2.0.0 flat-file model). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Applies the
lesnik512/planning-conventionAPPLY.md update flow, 1.0.0 → 2.0.0:index.py+ templates swap; drops theplan.mdtemplate, addsglossary.md.planning/changes/*/folders to flat*.mdfiles and drops the24 committed
plan.mdtask-lists (plans are now ephemeral, not version-controlled).planning/README.md(addsGlossary, Plans-are-ephemeral, Lean-specs subsections; retires the folder/bundle
model).
CLAUDE.mdandJustfilewording from "bundle" to "change file".planning/.convention-version = 2.0.0.Historical change-file bodies are untouched (frozen records; only their location
changed).
Verification
just check-planning→planning: OKfind planning/changes -mindepth 1 -type d→ emptyjust lint-ci→ passes (ruff format/check, ty, planning check)just test→ 473 passed, 100% coverage (unrelated to this change, ran anyway since it was cheap)grep -rni bundle CLAUDE.md Justfile planning/README.md→ no matchesTest plan
just check-planningjust lint-cijust testplanning/README.md🤖 Generated with Claude Code