# Research Notes Research journal documenting AI-assisted problem solving. ## Project Structure - `blog/` — Next.js research journal application - `blog/content/notes/` — Individual research notes (YAML + Markdown) - `blog/content/projects/` — Project metadata ## Quick Commands ```bash cd blog && npm install cd blog && npm run dev # Open http://localhost:19197 ``` ## AI Routing ### For blog development → `blog/CLAUDE.md` ### For creating new notes → `.claude/skills/new-note.md` ### For blog component work → `.claude/guides/blog.md`