rdev/cookbooks
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
..
scripts feat: add GCS-based persistent media storage, AI generation pipeline, and composable skeleton packages 2026-02-19 21:29:09 -07:00
trees fix: clarify database types across docs and fix video storage persistence 2026-02-19 23:13:21 -07:00
.gitignore feat: add auth scopes, OpenAPI docs, SDLC guides, and code quality improvements 2026-02-02 13:55:50 -07:00
composable-app.md release: v0.10.27 - fix: woodpecker step YAML multi-line command syntax 2026-02-01 12:42:18 -07:00
feature-development.md feat: add feature development E2E test and SDLC handler fixes 2026-02-02 20:12:40 -07:00
landing-page.md feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
VISION.md feat: add feature development E2E test and SDLC handler fixes 2026-02-02 20:12:40 -07:00