Bump planning convention 1.x -> 2.0.0#50
Merged
Conversation
Apply the lesnik512/planning-convention APPLY.md 1.x->2.0.0 update: overwrite planning/index.py and the canonical templates, add the glossary.md template, and drop the retired plan.md template. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Convention 2.0.0 drops the per-change folder in favor of a single changes/YYYY-MM-DD.NN-<slug>.md file. Flatten all 8 existing folders (design.md or change.md -> <slug>.md) and drop the 6 committed plan.md files (plans are ephemeral under 2.0.0, never version-controlled). Bodies are unmodified -- only their location changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…Justfile Replace the 1.x Conventions section in planning/README.md with the 2.0.0 canonical body (Quick path, glossary, flat change files) verbatim from the lesnik512/planning-convention APPLY.md kit. Retire "bundle" wording in CLAUDE.md and the Justfile comment in favor of "change"/ "change file". 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.md update flow, 1.0.0 -> 2.0.0:planning/index.pyand the 5 canonical templates(
change,decision,design,glossary,release); drop the retiredplan.mdtemplate.planning/changes/*/folders to flatchanges/YYYY-MM-DD.NN-<slug>.mdfiles (content-preserving renames); dropthe 6 committed
plan.mdfiles (plans are ephemeral under 2.0.0, neverversion-controlled).
into
planning/README.md; retire "bundle" wording inCLAUDE.mdand theJustfilecomment in favor of "change"/"change file".planning/.convention-version = 2.0.0.Historical change-file bodies are untouched -- only their location changed.
Verification
just check-planning->planning: OKfind planning/changes -mindepth 1 -type d-> emptyjust lint-ci-> all checks pass (ruff format/check, ty, planning index)design.md/change.mdfolder collisions found (nothing blocked)just test(Docker/Redpanda integration suite) skipped -- planning-onlychange, no code touched
🤖 Generated with Claude Code