diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-08 00:16:50 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-08 00:16:50 +0900 |
| commit | a80418888c3096291f064305b5fe6e60246f30a7 (patch) | |
| tree | f36c3cbdfe4fac236564d3003ab6fefa5d06f64e /CLAUDE.md | |
| parent | 54f3a55b46826ff5fff22a81d6a4abf764e72e65 (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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
