Skip to content

Verification gate: pluggable deterministic checks as escalation trigger #1135

Description

@anandgupta42

Parent: #1134

The escalation trigger is deterministic verification, not model self-report:

  • Define a verify_gate interface: named checks that return pass/fail + a machine-readable reason. v1 checks: project build succeeds; declared data tests pass; schema-contract diff (written models/columns match the task's declared contract when one exists).
  • Gate runs identically after primary AND escalation attempts (measurement needs both lanes' outcomes).
  • Configurable per project: route.gate: [build, tests, contract]; sensible defaults; a check that cannot run (e.g. no tests declared) reports "skipped", never blocks.
  • Gate results are part of the session record (consumed by measurement subtask).
  • Tests: each check's pass/fail/skipped paths; gate composition; failure-reason payloads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions