feat: add workflow output comparison tooling

This commit is contained in:
2026-04-07 11:45:28 +02:00
parent f43f1e7420
commit ffcaef4659
6 changed files with 368 additions and 1 deletions
@@ -43,6 +43,7 @@
### Phase 6
- [x] Shadow mode parity execution dispatches real graph observer runs alongside authoritative legacy dispatch
- Progress: Workflow runs now expose a comparison endpoint that resolves authoritative legacy outputs and matching shadow artifacts, including file hashes, image dimensions, and mean pixel delta for parity inspection.
- [ ] Golden cases pass against legacy outputs
- [ ] Rollout can be enabled per workflow or output type
- [ ] Rollback to legacy is immediate
@@ -93,7 +93,7 @@
### Tickets
- `E6-T1` Add shadow mode parity execution. `completed`
- `E6-T2` Build output comparison tooling.
- `E6-T2` Build output comparison tooling. `completed`
- `E6-T3` Define golden test cases.
- `E6-T4` Roll out per workflow or output type.
- `E6-T5` Keep legacy fallback after rollout.