refactor(xcf_stack): use explicit inputs for layer list and scheduling

Replace prior_steps and runs_last with inputs=[...] step refs so GIMP
export waits only on listed layers. Add rezepttest pipeline and
bokeh-oktagon recipe.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-07-12 12:51:35 +02:00
parent cbca473f06
commit 0daf3e2315
7 changed files with 177 additions and 55 deletions
-1
View File
@@ -14,7 +14,6 @@ class BaseModule(ABC):
name: ClassVar[str]
description: ClassVar[str] = ""
runs_last: ClassVar[bool] = False
supported_input_formats: ClassVar[tuple[str, ...]] = (
".jpg",
".jpeg",