chore(planning): flatten changes/ + generated index#126
Merged
Conversation
… backfill summary:, rewrite bundle-path links - Moves all 8 bundles from planning/changes/archive/ to planning/changes/ - Removes planning/changes/active/.gitkeep (directory was empty) - Inserts summary: frontmatter field in all 8 bundle design.md files - Rewrites Markdown hyperlinks in portable-planning-convention/plan.md from changes/archive/<bundle>/ to flat changes/<bundle>/ Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copies planning/index.py verbatim from faststream-outbox (stdlib-only, no PyYAML, reads bundle frontmatter and prints grouped Markdown listing). Extends the top noqa line to suppress D212 (this repo enforces D212 rather than D213). Appends the just index recipe after lint-ci. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…mplates - Replaces ## Conventions through end of ## Index with the canonical portable block from faststream-outbox (generated index replaces the hand-maintained Active / Archived lists); preserves ## Other section intact - Adds summary: field to planning/_templates/design.md and change.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Four edits (edit D): - Line ~41: audit arcs bundled under planning/changes/ (not archive/) - Line ~66: flat changes/YYYY-MM-DD.NN-<slug>/ paths; replaces 'On merge, bundle moves...' with in-branch ship-time description + 'just index' note - Line ~68: 'promoted in the implementing PR alongside the code' (not on merge) - Line ~72: 'planning/changes/' (not planning/changes/active/) 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, and a stdlibplanning/index.pygenerator (just index) replacing the hand-maintained README Index. The separateplanning/plans/andplanning/specs/dirs are untouched. CLAUDE.md adopts the single-step in-branch lifecycle.🤖 Generated with Claude Code