summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
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