summaryrefslogtreecommitdiff
path: root/app/routes/band-index.tsx
AgeCommit message (Collapse)AuthorLines
2026-08-15Add Claude-powered band auto-registration from live info textyyamashita-0/+1
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 <noreply@anthropic.com>
2026-05-15Add bands/artists index pages and redirect top pageyyamashita-0/+36
- / now redirects to /bands - /bands shows band list with "+ Band" link - /artists shows artist list with "+ Artist" link - Nav simplified to Bands / Artists only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>