chore(planning): flatten changes/ + generated index#74
Merged
Conversation
…links Move all bundles from changes/archive/ to changes/ (flat), remove active/.gitkeep and archive/.gitkeep, backfill summary: in all 55 bundle frontmatters, and rewrite bundle-path archive/ links in 6 plan/design files to the flat path. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy planning/index.py verbatim from faststream-outbox (stdlib only, no PyYAML). Extend the top noqa line to add D212 for this repo's ruff config. Add the `just index` recipe to Justfile after lint-ci. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…mary field Replace ## Conventions through end of ## Index with the portable shipped convention from faststream-outbox (generated Index, no committed copy). Keep repo intro (lines 1-6) and ## Other section intact. Add summary: field to both design.md and change.md templates. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ove)
Replace active/<id>/ with <id>/ in the workflow line. Replace the archive-move
instruction with set status/pr/outcome in-branch + run just index. Also update
the "Where to find what" pointer that still referenced {active,archive}.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The flatten rewrote bundle-path links inside planning/changes/ but missed links in planning/releases/ and planning/audits/ pointing at the old changes/archive/<bundle>/ paths. Repoint them to the flat changes/<bundle>/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The migration plan held one-time setup commands referencing the old changes/archive/ layout (now flat). Its design.md remains as the convention rationale and the indexed entry; the obsolete plan is removed. 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.
Ports faststream-outbox #105/#106 to this repo: flat
planning/changes/(dropsactive/+archive/),status:frontmatter as the sole lifecycle state, a single-linesummary:field per bundle (55 backfilled from the existing README Index), and a stdlibplanning/index.pygenerator (just index) replacing the hand-maintained README Index. CLAUDE.md adopts the single-step in-branch lifecycle.🤖 Generated with Claude Code