Files
vidflow/CLAUDE.md
T
Aaron fa63f4d956 Initial implementation: single-file MTV-style music video TV channel PWA
Includes all spec features plus pop-out player with bidirectional video transfer:
- YouTube IFrame API + Data API v3 channel management
- Idle/broadcast mode, channel flip animation, NCO onboarding
- Pop-out player (⧉/P) transfers video to popup; P closes and returns it

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-23 10:35:02 -04:00

13 lines
409 B
Markdown

# VidFlow
> Context for Claude/Codex is maintained in Obsidian Mind:
> ~/my-vault/work/projects/vidflow.md
> Run `/om-project-switch` from the vault to load full context.
## Operational Rules
- Single-file project — everything lives in `vidflow.html`
- No build step, no framework, no external dependencies
- Local dev: `python3 -m http.server 8080` (must be HTTP, not file://)
- Never hardcode API keys