About this vault
This is a personal study vault built from 18 folders of markdown analyses
generated by Claude Code. The original analyses are preserved untouched
under /raw/<project>/ and linked from each project page;
every other page is a synthesis layer on top.
Three views, same data
- Project view — normalized profile + drill-down into the original numbered docs. Use to compare apples-to-apples.
- Concept view — cross-cutting study notes (memory compression, tool formats, etc.) that pivot across projects. Use to learn an idea, not a codebase.
- Insight view — short cards, one non-obvious trick each. Use as a reference of clever moves.
Verification gradient
Three statuses propagate through the UI via VerifiedBadge:
verified (line resolves in cloned source),
unverified (paper-pass only, no source check),
stale (source checked, line missing or moved).
Stack
- Astro 5 + MDX content collections (Zod-validated frontmatter)
- Pagefind for client-side search
- Shiki + rehype-pretty-code for code highlighting
- Mermaid for architecture diagrams (rendered client-side)
- Vanilla JS islands for the interactive widgets — no React