summaryrefslogtreecommitdiff
path: root/official-site
AgeCommit message (Collapse)AuthorLines
2026-06-18Update official-site submodule: build speed improvementsHEADmasteryyamashita-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17Update official-site submodule: text content fixesyyamashita-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17Update official-site submodule: HTML/TS fixesyyamashita-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17Update official-site submodule: deps update + Node 22 Amplify configyyamashita-0/+0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15Add official-site-2023-dev as git submodule at official-site/yyamashita-435/+0
- Move management scripts from official-site/ to official-site-scripts/ - Update CLAUDE.md paths accordingly - Deploy key configured at ~/.ssh/mosquitone_official_site_deploy with SSH alias github-mosquitone-official-site Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10Remove hardcoded credentials: use env vars for AppSync/S3yyamashita-7/+15
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-10Add auto-enrichment skill: golive + venue site → AppSyncyyamashita-4/+301
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>
2026-06-10Initial setup: mosquitone-admin with official-site management scriptsyyamashita-0/+130
Add AppSync event CRUD scripts and agent docs for managing the Gatsby/Amplify official site (www.mosquit.one). Include 2026-06-27 cre4m sod4 event data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>