feat: add extensible operators and golden flows
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user