diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-25 10:53:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-25 10:53:37 +0200 |
| commit | b909ac9f51c65beb75364ed287f08031d3441dde (patch) | |
| tree | d0b777db35486150181f6d14599e454ed704e8d1 | |
| parent | 9cf98312ed254f4818f7dbf78122da379b497faa (diff) | |
Add CLAUDE.md with quick reference to AGENTS.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| -rw-r--r-- | CLAUDE.md | 16 |
1 files changed, 16 insertions, 0 deletions
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` |
