chore: adopt lesnik512/planning-convention (fresh adopt at v1.1.0)#16
Merged
Conversation
Apply the portable two-axis planning convention via its APPLY.md flow: - planning/index.py + planning/_templates/* copied verbatim from the canonical repo (lesnik512/planning-convention). - planning/README.md carries the portable Quick-path + Conventions prose, with repo-local Index/Other sections. - architecture/ truth home scaffolded with the promotion rule; planning/ scaffolded with changes/, decisions/, releases/, deferred.md. - Justfile: add `index` and `check-planning` recipes; lint-ci now runs `planning/index.py --check`. - CLAUDE.md: Workflow pointer to the Quick path + Architecture promotion reminder. - planning/.convention-version pinned to 1.1.0. just check-planning -> planning: OK; just lint-ci passes. 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.
Adopts the portable two-axis planning convention from
lesnik512/planning-conventionvia itsAPPLY.mdflow. Fresh adopt at v1.1.0.What landed
planning/index.py(validator + index generator) andplanning/_templates/*(change, design, plan, decision, release, glossary) copied exactly from the canonical repo.planning/README.mdcarries the portable Quick-path + Conventions text, plus repo-local## Index/## Othersections and a pointer to.convention-version.Justfile— addedindexandcheck-planningrecipes;lint-cinow runsuv run python planning/index.py --check(so CI'sjust install lint-cienforces it).CLAUDE.md— new, with a## Workflowpointer to the Quick path and an## Architecturepromotion reminder.architecture/README.md(truth home + promotion rule),planning/{changes,decisions,releases}/,planning/deferred.md.planning/.convention-versionpinned to1.1.0.Verification
just check-planning→planning: OKjust lint-ci→ passes (ruff, ty, eof-fixer, planning check)Note
planning/index.pyis owned by the canonical repo and copied verbatim per APPLY.md §1 (including its leading# ruff: noqacomment, which references the convention's other consumer). Updates should come through re-runningAPPLY.md, not local edits.🤖 Generated with Claude Code