Bump planning convention 1.x -> 2.0.0#24
Merged
Conversation
Applies the lesnik512/planning-convention APPLY.md tooling-swap step: overwrites index.py and the 5 canonical templates, adds the glossary.md template (missing on 1.0.0), and drops the retired plan.md template. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replaces the folder+design.md/plan.md-pair convention with the flat change-file model (2.0.0): glossary section, single change-file lanes, "plans are ephemeral" note, and updated frontmatter rules. Repo intro and Index/Other sections are preserved. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CLAUDE.md referred to check-planning as validating "bundles"; the 2.0.0 convention drops the folder/bundle vocabulary for flat change files. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Applies the
lesnik512/planning-conventionAPPLY.md update 1.x→2.0.0:index.py+ templates swap; adds theglossary.mdtemplate (missing on 1.0.0), drops the retiredplan.mdtemplate..gitkeepplaceholder exists underplanning/changes/).planning/README.md(byte-exact match against the canonical convention body, repo intro and Index/Other sections preserved).CLAUDE.mdwording ("validates bundles" → "validates planning changes");Justfileneeded no changes (no bundle wording present).planning/.convention-version = 2.0.0.Verification (all pass at branch HEAD):
just check-planning→planning: OKfind planning/changes -mindepth 1 -type d→ emptyjust lint-ci→ all checks pass (ruff format/check, ty check, planning index check)just test→ 16 passed (cheap, ran for good measure; planning-only change)grep -rni bundle CLAUDE.md Justfile planning/README.md→ no matches🤖 Generated with Claude Code