chore: adopt planning-convention v1.0.0 - #15
Merged
Conversation
Apply the canonical two-axis planning convention from
lesnik512/planning-convention (v1.0.0, fresh adoption).
- Copy index.py + _templates/* verbatim into planning/
- Add planning/README.md (Quick path + Conventions prose)
- Scaffold planning/{changes,decisions,releases}/, deferred.md,
architecture/README.md (promotion rule)
- Wire `index` + `check-planning` recipes into Justfile; run
check-planning in lint-ci
- Point CLAUDE.md at planning/README.md and add the architecture
promotion note
- Record applied version in planning/.convention-version
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 26, 2026
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 canonical two-axis planning convention from
lesnik512/planning-convention(v1.0.0, fresh adoption) via itsAPPLY.mdflow.What's in here
planning/index.py(validator + index generator) andplanning/_templates/*(change/design/plan/decision/release).planning/README.md— the portable Quick path + Conventions prose, with repo-specific framing and an## Otherpointer block.planning/{changes,decisions,releases}/,planning/deferred.md, andarchitecture/README.md(the promotion rule + truth-home explainer).Justfile: newindexandcheck-planningrecipes;lint-cinow runscheck-planning.CLAUDE.md: points the agent atplanning/README.md's Quick path and adds the architecture-promotion note.planning/.convention-versionrecords1.0.0.Verification
just check-planning→planning: OKjust lint-ci→ ruff format/check, ty, and check-planning all pass🤖 Generated with Claude Code