docs: add RECIPES.md declarative pipeline recipes

Catalog of single-step and composite/pipeline recipes for agents to
expand into pipelines, with human notes, recipe inclusion, and xcf_stack.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-07-12 11:32:01 +02:00
parent 13c3c653b8
commit 1c36fc1968
2 changed files with 616 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ What this project is — not chat mood (see `MOOD.md`).
- **Resume:** Pipelines support `CONTINUE_FROM` and `EXISTING_OUTPUTS`; modules must declare correct `expected_output_filenames` when output names differ from inputs (e.g. rembg → `.png`).
- **Secrets:** `OPENROUTER_API_KEY` in `.env` (see `.env.example`) — never commit.
- **Tests:** Run `pytest` before handoff on non-trivial module/resume changes.
- **Recipes:** Declarative pipeline building blocks in `RECIPES.md` — load via `@RECIPES.md` when creating or editing pipelines.
- **Commit policy:** No commit unless Fränky asks (this project follows global `AGENTS.md`).
---