5b420b4e1f26db0f6ef8de6ae69bd83861f5402e
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>
Art DAG Recipes
Recipes that transform assets using effects from art-dag.
Structure
recipes/
└── identity-cat/
├── recipe.yaml # DAG definition
└── README.md # Description
Registry References
Recipes reference assets and effects by content hash from:
- Assets: https://github.com/gilesbradshaw/art-dag/blob/main/registry/registry.json
- Effects: https://github.com/gilesbradshaw/art-dag/tree/main/effects
Recipe Schema
A recipe is a DAG with:
name: Unique recipe identifierinputs: Assets referenced by content_hashnodes: DAG nodes using primitives (SOURCE, TRANSFORM, etc.) and effectsoutput: Expected output hash (for verification)
Owner
Recipes owned by @giles@artdag.rose-ash.com
Description
Languages
Python
52.2%
Common Lisp
47.8%