Commit Graph

4 Commits

Author SHA1 Message Date
cc115f6f3f Stop tracking gitignored files and remove them from remote
Remove .claude/, .github/workflows/, data/, and notebooks/ from git
tracking so they no longer appear in the remote repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:52:17 +02:00
5468712a4a Replace hardcoded config and directory scan with YAML config and explicit clip list
- config.py constants -> config/config.yaml (user-editable, git-ignored)
- Questions and defaults now defined in the YAML, including per-question defaults
- ClipSelector no longer scans the data dir; reads a user-provided clips.txt instead
- Removed --daily / --time / --skip-existing-day args
- video_loader now samples frames evenly across the full clip
- pyyaml added as a dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 13:42:48 +02:00
5c53dcad52 First implementation 2026-05-01 09:32:48 +02:00
9cee33c405 Initial commit 2026-05-01 09:24:14 +02:00