| Age | Commit message (Collapse) | Author | Lines |
|
Parametric resource routes cause a React Router prod build error
(commonjs--resolver server-only module conflict). Merged the GET?id=
and PATCH logic into the existing api-bands.tsx and api-artists.tsx
instead of creating separate :uuid route files.
- GET /api/bands?id=UUID → band detail with links/members
- PATCH /api/bands → partial update (append_links, append_members)
- Same pattern for /api/artists
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- Add default export to parametric API routes to fix React Router prod build
- Skill: SNS bio is now quoted verbatim with source and fetch date
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- Fix nav: apply .nav class and .nav-brand to logo (styles were not rendering)
- Add GET+PATCH /api/bands/:uuid and /api/artists/:uuid endpoints
- PATCH supports append_links / append_members for non-destructive updates
- Add /update-band-info skill: fetch SNS profiles and update band description/members
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
- register-band: Web検索でSNS/メンバー情報を収集し、本番API経由でバンドを登録する
- import-golive-events: golive APIからイベント出演者を一括取得し register-band で登録する
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|