rdev/internal/adapter/templates/templates
jordan 592b2d5ec0 fix: clarify database types across docs and fix video storage persistence
Two distinct fixes:

1. Database terminology: Make it crystal clear that generated projects use
   CockroachDB in production and PostgreSQL for local dev, while the rdev
   platform itself uses PostgreSQL. Updated 15 files across skeleton agents,
   component templates, cookbook trees, and platform docs.

2. Video storage: VideoHandler was ignoring vid.Data bytes (already downloaded
   by the Gemini adapter with auth) and re-downloading from the provider URL
   with a plain GET — which fails because Gemini URLs require API key auth.
   Now uses vid.Data first, falls back to downloadURL only for public URLs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 23:13:21 -07:00
..
astro-landing chore: accumulated platform hardening and CI fixes 2026-02-10 23:16:56 -07:00
components fix: clarify database types across docs and fix video storage persistence 2026-02-19 23:13:21 -07:00
default chore: accumulated platform hardening and CI fixes 2026-02-10 23:16:56 -07:00
go-api chore: accumulated platform hardening and CI fixes 2026-02-10 23:16:56 -07:00
skeleton fix: clarify database types across docs and fix video storage persistence 2026-02-19 23:13:21 -07:00