kavi verify
Run acceptance verification checks for a mission.
Beta Feature
This command is only available in beta releases and is not included in stable versions yet.
Synopsis
kavi verify [mission-id|latest] [options]Description
Runs all pending acceptance checks for a mission. Creates an integration workspace, synthesizes additional checks if needed (based on repo context), executes command checks, tests file existence, and marks manual checks as skipped. Updates the mission's acceptance status and records an acceptance_verified checkpoint. If verification passes, the mission transitions to ready_to_land.
Options
| Flag | Description |
|---|---|
--json | Output as JSON |
Examples
# Verify the latest mission
kavi verify
# Verify the latest mission and output as JSON
kavi verify latest --jsonRelated
- kavi accept -- inspect acceptance criteria before verifying
- kavi mission -- inspect a single mission's details
- kavi land -- land the mission after verification passes