Kavi

kavi land

Snapshot worktrees, merge in the integration worktree, run validation, and fast-forward the target branch.

Synopsis

kavi land

Description

Performs the full integration workflow for landing completed work. This command:

  1. Snapshots the current state of all agent worktrees
  2. Merges changes in the integration worktree
  3. Runs validation checks on the merged result
  4. 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 land

On this page