Minor release. Makes the optional slug URL-override field universal across all profiles, and fixes two latent bugs surfaced by the mathematical-guides / claude-books consumers:
- fix(XRef.astro): the frontmatter doc comment's
{/* */}example, inside a/** */JSDoc block, closed the block early — esbuild threwUnexpected "}"on any MDX import of<XRef>. Now//line comments; the MDX-correct example is restored. - fix(build-labels): cross-reference hrefs now prefer frontmatter
slug:over the filename, matching Astro'sentry.id(no more 404s under a custom slug). - feat(schemas):
slugadded to academic / tools / minimal / course-notes (research-portfolio already had it).
288 tests (was 275). Full notes in CHANGELOG.md.
🤖 Generated with Claude Code