summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-08 00:16:50 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-08 00:16:50 +0900
commita80418888c3096291f064305b5fe6e60246f30a7 (patch)
treef36c3cbdfe4fac236564d3003ab6fefa5d06f64e /CLAUDE.md
parent54f3a55b46826ff5fff22a81d6a4abf764e72e65 (diff)
Update CLAUDE.md: reflect warp-kichijoji and pitbar-nishiogikubo now registered
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index e9b176a..2f77c57 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -67,12 +67,12 @@ app/
├── scrapers/ # Scraper modules (one per venue)
│ ├── base.ts # Scraper interface & VenueMeta type
-│ ├── index.ts # Registry: ALL_SCRAPERS (12 venues)
+│ ├── index.ts # Registry: ALL_SCRAPERS (15 venues)
│ ├── liquid-room.ts # Example: fetch + Cheerio
│ ├── flat-nishiogikubo.ts # Example: Playwright (Wix site)
-│ ├── warp-kichijoji.ts # Implemented but NOT in ALL_SCRAPERS
-│ ├── pitbar-nishiogikubo.ts # Implemented but NOT in ALL_SCRAPERS
-│ └── [10 other venues]
+│ ├── warp-kichijoji.ts # fetch + Cheerio
+│ ├── pitbar-nishiogikubo.ts # Playwright (freecalend.com)
+│ └── [11 other venues]
├── routes/ # React Router routes (config-mapped in routes.ts)
│ ├── index.tsx # Redirects to /events