From b909ac9f51c65beb75364ed287f08031d3441dde Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 Jan 2026 10:53:37 +0200 Subject: Add CLAUDE.md with quick reference to AGENTS.md Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..f0250fe --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,16 @@ +# Claude Instructions + +This is a static sci-fi book showcase website. All assets (covers, summaries) are stored locally for offline use. + +## Quick Reference + +- **Book data**: `data/books.json` (54 books) +- **Covers**: `images/covers/{id}.jpg` +- **Adding books**: See `AGENTS.md` for detailed instructions + +## Key Points + +- Always search by title+author first when looking for covers (not just ISBN) +- German books (Brandhorst, Reimer) often need alternative ISBN lookups +- Verify covers are real images (>10KB, JPEG format, not placeholders) +- Test changes with `python -m http.server 8000` -- cgit v1.2.3