Data Pipeline
Path:
loom-sprint-scaffold/loom/tests/e2e/goals/data_pipeline.tsRelative: loom/tests/e2e/goals/data_pipeline.tsSubproject: loom-sprint-scaffoldCategory: testsLines: 138Bytes: 4,961Imports: 4Exports: 2has tests
Content Preview
- /**
- * Golden goal: data_pipeline — destructive step requires approval token (mint → verify path).
- *
- * Stages:
- * 1. Extract: read source data files → DONE
- * 2. Transform: run data transformation script → DONE
- * 3. Load: write output to destination (destructive — requires approval token) → DONE
- * The stage has hmacSecret with a pre-computed approval token in the envelope.
- *
- * Total model calls ≥ 200.
- */
- import { canonicalJSON } from "../../../src/lib/ids";
- import type { GoalS