Commit Graph

3 Commits

Author SHA1 Message Date
gilesb
37dc472982 Add dog-invert-concat recipe
Dog video from cat + inverted user video concatenated.
Uses the new invert effect with frame-by-frame API.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 06:45:02 +00:00
gilesb
5b420b4e1f Add identity-then-dog recipe
Chains identity effect followed by dog effect on cat input.
Demonstrates effect chaining: SOURCE → EFFECT → EFFECT → output

Since identity(cat) = cat, the result is dog(cat) = dog video.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 12:14:04 +00:00
gilesb
10c6af3736 feat: initial recipes repo with identity-cat
- Recipe schema using artdag primitives (SOURCE, EFFECT)
- identity-cat: applies identity effect to cat image
- Test verifying identity property: output_hash == input_hash
- Demonstrates content-addressed DAG execution

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>
2026-01-06 23:25:40 +00:00