From a80418888c3096291f064305b5fe6e60246f30a7 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 8 May 2026 00:16:50 +0900 Subject: Update CLAUDE.md: reflect warp-kichijoji and pitbar-nishiogikubo now registered Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CLAUDE.md') 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 -- cgit v1.2.3