Skip to main content
Navi is a read-only review CLI for coding agents. Start with a repository question; reach for a flow when you need a repeatable review or decision.
Run npx --no-install navi-cli with no arguments to see the commands and built-in flows available in the current project.

Choose a command

Ask about a repository

The default command searches the current repository and answers with file:line citations:
Use -w to ask about another project:
The quick lane runs first. If its grounding check needs a deeper read, Navi prints the exact --deep command to run next.

Run a flow

Flows package a repeatable task in action.yaml. For example:
Use the catalog to choose a flow, then open that flow’s help:
Flow help shows the purpose, arguments, defaults, source tier, and default model. Preview the resolved steps, tools, skills, models, and schemas without calling a model:
See Built-in flows for the eight flows shipped with Navi.

Check work before calling it done

Give Navi the claim and the evidence you already have:
The check either clears the claim or returns one bounded next action. If it asks for evidence, continue the same session with the printed -t value:

Work with sessions

One session keeps related runs, outcomes, continuations, and overrides together.
session show prints the complete timeline and current state. story prints a short deterministic account. Neither command calls a model. Continue a session with -t; add --fork to copy its history into a new session before running:
Archive hides a session from the default list without deleting it:
See Sessions and outcomes for verdict and gate meanings.

Connect or remove agent interop

From the target project:
install creates Navi-owned symlinks for the interop skill and local launcher. uninstall removes only links recorded in Navi’s ownership receipt. See Connect your agent for the exact layout and the npx skills alternative.

Flags you will use most

For JSON output, stdin binding, session filters, environment variables, and process exits, use the Automation contract.