docs: fix stale long-form doc paths after the plugin-rename reorg#80
Open
taminomara wants to merge 1 commit into
Open
docs: fix stale long-form doc paths after the plugin-rename reorg#80taminomara wants to merge 1 commit into
taminomara wants to merge 1 commit into
Conversation
The plugin dot->hyphen reorg nested long-form docs under
docs/skills/{plugin}/ and docs/agents/han-core/ but left flat {name}.md
references behind:
- .github/pull_request_template.md: the /update-pr-description doc link
404'd (docs/skills/update-pr-description.md -> .../han-github/...), and
its coverage-rule path pattern was flat.
- docs/templates/coverage-rule.md, CONTRIBUTING.md, CLAUDE.md: the same
flat docs/skills/{name}.md / docs/agents/{name}.md convention prose.
- CLAUDE.md: the doc-map skill catalog listed flat docs/skills/{name}.md
link labels even though their hrefs already pointed at the nested
docs/skills/{plugin}/{name}.md files; the labels now match the hrefs.
Updates the convention paths to docs/skills/{plugin}/{name}.md and
docs/agents/han-core/{name}.md. Historical records (CHANGELOG.md,
docs/plans, docs/research) are left untouched.
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.
Summary
This PR rewrites stale long-form doc references that survived the dotted-to-hyphenated plugin rename, so links resolve and label text matches the nested
docs/skills/{plugin}/anddocs/agents/han-core/layout.CONTRIBUTING.md,CLAUDE.md, and the coverage-rule template. No skill, agent, or runtime behavior is touched./update-pr-descriptiondoc URL in the PR template, which 404'd) and updates the convention path patterns in prose from the flatdocs/skills/{name}.mdform to the nested{plugin}/han-coreform.CLAUDE.mdskill catalog) is cosmetic: the link hrefs already pointed at the correct nested files, so only the visible label text was realigned to match.CHANGELOG.md,docs/plans/,docs/research/) were deliberately left with their period-accurate flat paths.What to look at first
CLAUDE.mdblock is label-text-only alignment, not link repair. It is safe to skim once you confirm the hrefs were already correct.Files of interest
.github/pull_request_template.md— contains the only previously-broken link (the/update-pr-description404), plus a coverage-rule path pattern in the checklist.CLAUDE.md— the largest diff (~34 lines), but cosmetic label-text realignment in the skill catalog.docs/templates/coverage-rule.md— the canonical statement of the doc-path convention, updated to the nested form.CONTRIBUTING.md— convention path patterns in contributor prose, updated to match.