revert: drop GitHub repo rename from v0.1.5 scope (keeps python-docs-mcp-server)#28
Conversation
The CR §9.2 decision to rename ayhammouda/python-docs-mcp-server to python-stdlib-mcp was reversed on 2026-05-14. The repo and the PyPI package both keep their existing name. This commit goes with the previous one (revert of PR #26) — together they undo every in-repo URL rename and restore the v0.1.5 scope to the four remaining workstreams (positioning, PyPI publish, benchmark harness, launch post). The positioning anchor ("canonical Python stdlib oracle / always free, always MIT / token-frugal") and the phase 9/10/11 backlog are kept unchanged — neither depends on the rename.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe PR updates all documentation, configuration, and planning artifacts to reflect the repository rename from ChangesRepository Rename Across All Artifacts
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Reverts apps#26 — the GitHub repo rename to
python-stdlib-mcporiginally planned in CR §9.2.Per owner decision on 2026-05-14, the repo and the PyPI package both keep the existing
python-docs-mcp-servername. The rename was being pursued for naming consistency, but the owner decided the cost (Trusted Publisher reconfig, redirect dependency, broken external links until external indexers re-crawl) outweighed the benefit.What this changes
ayhammouda/python-stdlib-mcp→ back toayhammouda/python-docs-mcp-server(inREADME.md,server.json, and.github/RELEASE.md)..planning/ROADMAP.mdto reflect the four remaining v0.1.5 workstreams (positioning, PyPI publish, benchmark harness, launch post) — dropping the rename row.What this does NOT change
python-docs-mcp-serveris already correct.mcp_server_python_docsPython package name — unchanged.Why now
The CR §9.2 decision was reversed before:
https://github.com/ayhammouda/python-stdlib-mcpreturns 404)Reverting now keeps the launch wave coherent and avoids stale references to a name that never shipped externally.
Test plan
git grep 'python-stdlib-mcp'returns only the historical mention in.planning/ROADMAP.md:6(explaining the dropped decision)git grep 'ayhammouda/python-docs-mcp-server'shows all the badge and install-scaffold URLs back to the existing repo nameserver.jsondescriptionstill carries the canonical-source positioning sentence (PR feat: lock positioning + rewrite hero around canonical-source framing #25's contribution preserved)server.jsonparses as valid JSON🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores