VerificationHook
Defined in the verification module.Protocol for verification hooks. Verification hooks are used by Agent autonomy to validate actions. They run after file writes or at configured checkpoints. Implementations must provide:
- name: Unique identifier for the hook
- run(): Execute verification and return result
Properties
No description available.

