feat: add extensible operators and golden flows

This commit is contained in:
2026-07-29 15:50:15 +02:00
parent 09c98087c5
commit 946202ef01
27 changed files with 3584 additions and 218 deletions
+11
View File
@@ -0,0 +1,11 @@
# Golden Dataflows
Each directory is an executable product contract:
- `graph.json` contains the versioned pipeline graph.
- `inputs/*.json` contains small, reviewable source fixtures.
- `expected-output.json` is the exact normalized output.
- `manifest.json` records the user story and intent.
Source nodes use a fixture filename in `config.fixture`; the golden-flow test
injects those rows before validation and bounded execution.