Run the readiness gate on a repo
check_readinessRun repository readiness checks: redaction self-test and archetype evaluation against your gold set, returning exit code, metrics, and named failures.
Instructions
Run groundwork check in a repo that has a scaffolded harness: redaction self-test, then the archetype's eval (grounding for document-qa, extraction for extraction) against the repo's own gold set. Returns the exit code, the main scorer's metrics, and any named failures — exactly what CI would report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ci | No | Also compare against the committed baseline and fail on regression | |
| dir | Yes | Absolute path to the repo root (the directory containing groundwork/) | |
| baseline | No | Freeze this run as the regression floor |