Bump planning convention 1.0.0 -> 2.0.0#128
Merged
Merged
Conversation
Vendor lesnik512/planning-convention 2.0.0's index.py and the five canonical templates (change/decision/design/glossary/release), and drop the plan.md template the new convention no longer uses. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Convention 2.0.0 drops the folder-per-change layout: design.md/change.md move up to changes/<slug>.md and the committed plan.md (18 files, an ephemeral executor artifact) is dropped. Content-preserving moves only — no bundle body was edited. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…lary Merge the 2.0.0 convention prose (Glossary section, flat change files, ephemeral plans, lean specs) into planning/README.md, and retire "bundle"/folder wording in CLAUDE.md and the Justfile's check-planning comment in favor of "change file(s)". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Applies the
lesnik512/planning-conventionAPPLY.mdupdate flow 1.x → 2.0.0from a local, pre-verified kit (byte-exact canonical 2.0.0):
planning/index.py+ the fivetemplates (
change/decision/design/glossary/release); drop thenow-unused
plan.mdtemplate.changes/<slug>.mdfiles; drop the18 committed
plan.mdfiles (ephemeral executor artifact under 2.0.0).Content-preserving moves only — no bundle body was edited.
files, ephemeral plans, lean specs) into
planning/README.md; retire"bundle"/folder wording in
CLAUDE.mdand theJustfilecomment.planning/.convention-version=2.0.0.Verification
just check-planning→planning: OKfind planning/changes -mindepth 1 -type d→ emptyjust lint-ci→ all green (ruff format/check, ty, planning check)uv run pytest tests/test_unit.py --no-cov→ 275 passed (full dockerjust testskipped as heavy/unrelated — no code changed)grep -rni bundle CLAUDE.md Justfile planning/README.md→ no hits🤖 Generated with Claude Code