kavi land
Snapshot worktrees, merge in the integration worktree, run validation, and fast-forward the target branch.
Synopsis
kavi landDescription
Performs the full integration workflow for landing completed work. This command:
- Snapshots the current state of all agent worktrees
- Merges changes in the integration worktree
- Runs validation checks on the merged result
- Fast-forwards the target branch if validation passes
This is the final step in a Kavi workflow -- once agents have completed their tasks and reviews are resolved, kavi land integrates everything back into the main branch.
Examples
# Land the current session's work
kavi landRelated
- kavi result -- view the landed outcome
- kavi summary -- check readiness before landing
- kavi reviews -- ensure reviews are resolved before landing
- kavi claims -- verify path ownership is clean