- Add mise-tasks/doc-links script to check all wiki-links point to valid titles
- Add doc-links pre-commit hook
- Add frontmatter title to README.md for wiki-link resolution
- Filter out wiki-links inside backticks (code examples)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove aliases from all zk cards to prevent them from capturing wiki-links
- Convert all wiki-links from [[filename|Title]] to [[Title]] format
- Replace doc-filenames task with doc-titles for duplicate detection
- Update pre-commit hook to use doc-titles
Wiki-links now resolve to reference docs by their frontmatter title,
which is more readable and maintainable than filename-based links.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>