docs: v0.29.0 changelog — auto-diagrams + CONTRIBUTING flows#92
Merged
Conversation
Changelog v0.29.0: - New section "Auto-generated repo diagrams (PR #91)" with the drift it caught and the contributor workflow. - PR #91 added to "Pull requests landed" table. CONTRIBUTING.md: - Branch protection note in PR process (1 approval required, admin override for hotfixes, force-push and deletion blocked). - Diagram-staleness CI flagged as the only current CI gate. - New "Updating the repo diagrams" section: edit YAML → run bin/regen-diagrams → commit, with a list of auto-counted placeholders. - New "Releases and version tags" section: SemVer + Keep a Changelog, annotated tag at the merge commit, push pattern. Co-Authored-By: Claude Opus 4.7 (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.
Summary
Companion PR to #91. Two doc updates:
1. Changelog (Option B — new section in v0.29.0)
Added "Auto-generated repo diagrams (PR #91)" section in
docs/changelog.mdcovering:bin/regen-diagrams+ CI staleness checkPR #91 added to "Pull requests landed" table.
2. CONTRIBUTING.md additions
bin/regen-diagrams→ commit, with the list of auto-counted placeholdersgit tag -a v0.X.0 <sha> -m ...)The version-tags section sets up a follow-up: the repo currently has zero git tags despite 8+ released versions in the changelog. Adding them retroactively can be a separate PR.
Test plan
python3 -m mkdocs build --strictpasses🤖 Generated with Claude Code