Expand description
Verification Gates - Automatic validation after every code change
Implements the “never proceed on assumptions” protocol:
- Speculate: Agent proposes an edit
- Validate: Harness runs checks automatically
- Feedback: Agent sees results immediately
- Commit: Only on green, or explicit override
Structs§
- Check
Result - Verification result for a single check
- Custom
Check - Language
Check Set - Per-language verification settings.
- Side
Effect - Side effects detected from the change
- Verification
Config - Configuration for verification gates
- Verification
Error - A verification error with location info
- Verification
Gate - The verification gate - runs checks and reports results
- Verification
Report - Complete verification report after a change
Enums§
- Check
Type - Types of verification checks
- Error
Severity - Repo
Language - Detected repository language for verification dispatch.
- Side
Effect Type