chore: bump docs URLs after .github AI-discoverability move#6
Merged
rafael5 merged 1 commit intoMay 11, 2026
Merged
Conversation
Track 5 of the AI-discoverability docs reorg (.github PR #29/91c2d00). Five URL refs across this repo pointed at https://github.com/m-dev-tools/.github/blob/main/docs/phase4-plan.md; that file now lives at /docs/ai-discoverability/phase4-plan.md after the meta-repo consolidated all of its design / plan / evidence prose into a single subdirectory. Files touched: * AGENTS.md — 3 refs (table footnote on verify(), §3 vendoring rationale link, Claude-guidelines `defer to phase4-plan.md` link) * README.md — 1 ref (Status section pointer to the broader plan) * examples/claude-code/session.md — 1 ref (Track-C context line) GitHub does surface a "this file was moved" hint for the old URLs, so the prior versions weren't broken — just one click away. This pulls them back to a direct fetch. Bare-name refs in docstrings/comments (phase4-plan.md without a URL prefix — in src/m_dev_tools_mcp/server.py, _discovery.py, scripts/, and tests/) deliberately stay. They're textual file-name references, not navigable links; the filename itself didn't change. dist/mcp-tools.json regen is a no-op (server.py docstrings unchanged) but ran to keep the drift gate honest. Verified locally: * make check — ruff + mypy + 41/41 pytest + check-manifest + check-agents all green
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
Track 5 of the AI-discoverability docs reorg (.github PR #29 /
91c2d00). Five URL refs across this repo pointed athttps://github.com/m-dev-tools/.github/blob/main/docs/phase4-plan.md; that file now lives at/docs/ai-discoverability/phase4-plan.mdafter the meta-repo consolidated all of its design / plan / evidence prose into a single subdirectory.Files touched
AGENTS.md— 3 refs (table footnote onverify(), §3 vendoring rationale link, Claude-guidelines "defer to phase4-plan.md" link)README.md— 1 ref (Status section pointer to the broader plan)examples/claude-code/session.md— 1 ref (Track-C context line)GitHub does surface a "this file was moved" hint for the old URLs, so they weren't broken — just one click away. This pulls them back to a direct fetch.
What did NOT change
Bare-name refs in docstrings / comments (
phase4-plan.mdwithout a URL prefix — insrc/m_dev_tools_mcp/server.py,_discovery.py,scripts/, andtests/) deliberately stay. They're textual file-name references, not navigable links; the filename itself didn't change.dist/mcp-tools.jsonregen is a no-op (server.py docstrings unchanged) but ran to keep the drift gate honest.Test plan
make check— ruff + mypy + 41/41 pytest + check-manifest + check-agents all green