fa63f4d956
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>
13 lines
409 B
Markdown
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
|