# 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 ``` ## Deploy "Deploy" = sync assets to GCS + commit + push. Cloud Build auto-deploys on push. ```bash # Sync any new audio/video to GCS gcloud storage cp blog/public/audio/notes/{slug}/* gs://orchard9-assets/research-notes/audio/notes/{slug}/ # Then commit and push ``` ## AI Routing ### Editorial voice → [`blog/vision.md`](blog/vision.md) — raw notes, direct tone, no fluff Writing feedback → understand it → update CLAUDE.md **Style:** flat over nested, show don't hide, inline over accordion, direct lowercase casual ### For blog development → `blog/CLAUDE.md` ### For creating new notes → `.claude/skills/new-note.md` ### For blog component work → `.claude/guides/blog.md`