summaryrefslogtreecommitdiff
path: root/CLAUDE.md
AgeCommit message (Collapse)Author
2026-01-25add back claudePaul Buetow
2026-01-25Merge CLAUDE.md into AGENTS.mdPaul Buetow
Consolidated all agent instructions into a single file with Quick Reference and Key Points sections at the top. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Add build.js site generator for offline supportPaul Buetow
- build.js reads summaries/*.md and embeds them into books.json - Revert app.js to use embedded summaries (no fetch needed) - Site now works offline by opening index.html directly - Workflow: edit markdown → run build.js → refresh browser Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Move summaries to markdown files for easier editingPaul Buetow
- Extract summaries from books.json to summaries/{id}.md files - Update app.js to fetch summaries dynamically from markdown - Remove summary/summarySource fields from books.json - Update AGENTS.md and CLAUDE.md documentation - Add file:// protocol warning (must use HTTP server) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25Add CLAUDE.md with quick reference to AGENTS.mdPaul Buetow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>