Conversation
Formalises the release sequence: docs review and wiki sync are required steps before the tag is pushed, not optional afterthoughts. Includes a per-file comparison table (source of truth → wiki page to check) so every release gets an explicit docs audit before shipping. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pyproject.toml: add [project.urls] — Homepage, Documentation, Changelog, Bug Tracker. Changelog points to GitHub Releases (no CHANGELOG.md needed). CLAUDE.md Release Checklist step 2 rewritten as explicit L0→L1→L2→L3 hierarchy with per-level drift checks: - L0→L1: git diff from prev tag - L1→L2: per-section comparison table (CLAUDE.md → docs/wiki/) - L0→CodeTour: line-number validation script inline - README: verify summary still matches L2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e pip install [project.urls] was inserted between classifiers and dependencies, ending the [project] table early. dependencies ended up under project.urls instead of project, causing pip install to fail in all CI jobs. Co-Authored-By: Claude Sonnet 4.6 <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
[project.urls]placement in pyproject.toml (section split brokepip install)pip showname check + confirms C scenario PASS from PyPITest plan
pip installnot broken)🤖 Generated with Claude Code