Agents
Bundled agents
Kompass currently defines four bundled agent roles: worker, navigator, planner, and reviewer.
These are resolved from merged config and exposed through the active adapter.
worker
Generic worker role with minimal built-in behavior. It is the default execution agent when a command just needs focused work.
navigator
Owns structured multi-step workflows locally, preserves state and stop conditions, and forwards literal <delegate> blocks through the command_expansion tool when commands such as /ship, /todo, and /ticket/dev require delegated step execution.
planner
No-edit planning specialist that turns requests or tickets into concise plans and performs light repo reconnaissance for technical work.
reviewer
No-edit review specialist that reviews diffs, PRs, files, tickets, and summaries using repository AGENTS.md guidance as binding review criteria.