feat: add dog effect

- Ignores input, returns dog.mkv from immutable URL
- Downloads from art-source with hash verification
- Caches downloaded file locally
- 5 automated tests (all passing)

Owner: @giles@artdag.rose-ash.com

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-07 01:11:35 +00:00
commit a071084055
6 changed files with 274 additions and 0 deletions

2
dog/requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
# Dog effect requires requests for URL fetching
requests>=2.28.0