From 59a9f4984c3acd29bc746a78e30849f50fa555ee Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sat, 15 Aug 2026 18:57:59 +0900 Subject: Add Claude-powered band auto-registration from live info text Extracts band/artist names from pasted live info via Claude (API or CLI adapter), matches against existing bands, and lets the user review and bulk-register new ones through a polling job queue. Also adds a livehouse events import script and recent-bands/artists home page sections. Co-Authored-By: Claude Sonnet 5 --- app/routes/band-index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/routes/band-index.tsx') diff --git a/app/routes/band-index.tsx b/app/routes/band-index.tsx index 0b47da5..bed6df9 100644 --- a/app/routes/band-index.tsx +++ b/app/routes/band-index.tsx @@ -11,6 +11,7 @@ export default function BandIndex() {

Bands

+ ライブから一括登録 + Band
-- cgit v1.2.3