Convert bare ~/.claude/skills paths to relative Quarto links in alias files - #243
Merged
Conversation
… files Replace `~/.claude/skills/NAME/SKILL.md` references in 48 skill files with relative cross-reference links `[NAME](../NAME/SKILL.md)` so alias and referencing pages link to their canonical counterparts when rendered on the website. Closes #242 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018EgTGYgfq9A1fRNmb1pZ57
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018EgTGYgfq9A1fRNmb1pZ57
Collaborator
Author
|
ARD summary
Generated by Claude Code |
Contributor
|
Claude finished @d-morrison's task in 1m 15s —— View job Code Review — PR #243
Verdict: Approved ✓The follow-up item from the prior review is now resolved. Commit f60d4ed correctly updated both template files:
A corpus-wide grep ( All 48 alias stubs use the new relative Quarto link format, and the templates now match. The PR is fully clean. |
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
Replace
~/.claude/skills/NAME/SKILL.mdbare filesystem paths in 48 skill files with relative Quarto cross-reference links[NAME](../NAME/SKILL.md). This makes alias and referencing skill pages link to their canonical counterparts when rendered on the website.Closes #242
Generated by Claude Code