@coordinaut/cli
v1.0.0
Published
CLI for Coordinaut.
Maintainers
Readme
@coordinaut/cli
Command-line interface for Coordinaut: a project-local coordination layer for parallel AI coding agents.
Use it to create tasks, claim file scopes, exchange handoffs, verify commits, and keep agent work visible without a hosted service.
Prefer @coordinaut/mcp-server when Codex or another MCP client should call
the protocol directly. Use this CLI for humans, git hooks, CI checks, shell
completions, and debugging.
Install
npm install -g @coordinaut/clior run it directly:
npx @coordinaut/cli initQuick Start
coordinaut init
coordinaut create --title "Fix checkout" --scope "frontend" --files "src/checkout/**"
coordinaut claim --task AGT-20260628-001 --agent codex --agent-instance codex_1
coordinaut verify-worktree --agent-instance codex_1
coordinaut doctorUseful Commands
status, create, claim, update, heartbeat, release
mine, conflicts, message, inbox, presence, watch
handoff request, handoff respond, handoff list
verify-worktree, verify-commit, verify-commit-range
doctor, migrate, install-hooksFull documentation: https://github.com/LevDomasnih/coordinaut#readme
