gilesb
5d30473ab1
Update identity effect to IPFS CID
...
CID: QmcWhw6wbHr1GDmorM2KDz8S3yCGTfjuyPR6y8khS2tvko
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 08:43:19 +00:00
gilesb
2560190e06
Update recipes to use IPFS CIDs
...
- Change :hash to :cid throughout
- Update cat asset: QmXrj6tSSn1vQXxxEY2Tyoudvt4CeeqR9gGQwSt7WFrhMZ
- Update dog effect: QmT99H4MC5p18MGuxAeKGeXD71cGCzMNRxFfvt4FuCwpn6
- Update invert effect: QmPWaW5E5WFrmDjT6w8enqvtJhM8c5jvQu7XN1doHA3Z7J
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 08:39:38 +00:00
gilesb
2660e92db0
Update effect hashes for new single-file format
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 07:05:18 +00:00
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