rdev/internal/adapter/templates/templates/components
jordan 9be5c7d81b fix: address code review issues in album and generation skeleton packages
- Add ErrAnchorRequired sentinel to pkg/album — replaces fragile string equality check
  used for 422 detection; callers now use errors.Is()
- Extract parseShotIndex() helper in album handler — replaces fmt.Sscanf which silently
  accepted partial parses like "12abc"; strconv.Atoi requires the full string to be numeric
- Restructure caption saves in album/handler — captions now written outside the
  len(img.Data) > 0 gate, so URL-only providers (no bytes returned) still get captions
- Add storage.FetchURL() shared utility — removes fetchBytes/downloadURL duplication
  across album and generation packages; callers control timeout via their http.Client
- Add video captions to VideoHandler — same caption sidecar pattern applied to videos
- Add persona generation event types to realtime package — persona_spec_*, persona_image_*,
  persona_video_* events added to EventType union and usePersonaGeneration hook exported

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 03:01:37 -07:00
..
app-astro chore: accumulated platform hardening and CI fixes 2026-02-10 23:16:56 -07:00
app-nextjs feat: add GCS-based persistent media storage, AI generation pipeline, and composable skeleton packages 2026-02-19 21:29:09 -07:00
app-react feat: implement project access enforcement and management API 2026-02-21 15:38:37 -07:00
cli fix(templates): harden component CI steps and compile regexes 2026-02-09 19:36:23 -07:00
service fix: address code review issues in album and generation skeleton packages 2026-02-23 03:01:37 -07:00
worker feat: wire mixed-heritage through Stage 4 and fix pronoun support 2026-02-23 01:21:59 -07:00