| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-06-10 | Remove hardcoded credentials: use env vars for AppSync/S3 | yyamashita | -3/+11 | |
| All secrets (APP_SYNC_ENDPOINT, APP_SYNC_API_KEY, S3_BUCKET) moved to .env. Scripts now fail-fast with :? if env vars are not set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 2026-06-10 | Add auto-enrichment skill: golive + venue site → AppSync | yyamashita | -0/+297 | |
| enrich-event.py searches golive SQLite DB (/app/tokyo-livehouse-events/data/events.db) for the matching venue event, then fetches the venue detail page to download the flyer image, uploads it to S3, and updates the AppSync Event record with ticketURL, detailURL, mainImageURL, description (OPEN/START times + artists), and ticketFee. CLAUDE.md updated with the full add→enrich→deploy workflow for agent use. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
