kavi mission
Inspect a single mission's details, status, and acceptance state.
Beta Feature
This command is only available in beta releases and is not included in stable versions yet.
Synopsis
kavi mission [mission-id|latest] [options]Description
Displays detailed information about a specific mission, including its title, mode, status, summary, plan, acceptance state, active tasks, and recent checkpoints (last 8). Use latest or omit the ID to see the most recently updated mission.
Options
| Flag | Description |
|---|---|
--json | Output as JSON |
Examples
# Show the most recently updated mission
kavi mission
# Explicitly request the latest mission
kavi mission latest
# Show a specific mission as JSON
kavi mission <id> --jsonRelated
- kavi missions -- list all missions in the session
- kavi accept -- inspect acceptance criteria for a mission
- kavi verify -- run acceptance verification checks