@levdomasnih/agent-relay-cli
v0.1.3
Published
CLI for Agent Relay.
Maintainers
Readme
@levdomasnih/agent-relay-cli
Command-line interface for Agent Relay: 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.
Install
npm install -g @levdomasnih/agent-relay-clior run it directly:
npx @levdomasnih/agent-relay-cli initQuick Start
agent-relay init
agent-relay create --title "Fix checkout" --scope "frontend" --files "src/checkout/**"
agent-relay claim --task AGT-20260628-001 --agent codex --agent-instance codex_1
agent-relay verify-worktree --agent-instance codex_1
agent-relay 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/agent-relay#readme
