Moved from maxwell/blog to standalone repository. - Next.js research journal application - Notes 001-005 with YAML/MD content structure - Claude Code configuration for blog development Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
559 B
Markdown
29 lines
559 B
Markdown
# 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`
|