[WSJF-8] Add evaluator step in CI that verifies extraction quality #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Generator-evaluator loop: separate the agent doing work (ingest) from the agent judging it (quality checker).
Problem
Our smoke test only checks 'did it respond' not 'did it extract correctly.' A parser could return garbage and CI would still pass.
Proposal
WSJF: 8