@spatio-labs/agentsync-cli
v0.1.0
Published
AgentSync: the open, git-native control plane for running many AI coding agents in one repo without collisions. CLI (binary: `agentsync`).
Downloads
304
Maintainers
Readme
@spatio-labs/agentsync-cli
AgentSync: the open, git-native control plane for running many AI coding agents in one repo without
collisions. Installs the agentsync command.
npm i -g @spatio-labs/agentsync-cliagentsync init
agentsync task create "Add login flow"
agentsync checkout AG-001
agentsync claim "src/auth/**"
agentsync status
agentsync conflicts
agentsync merge-plan
agentsync commit -m "feat(auth): add login"
agentsync contextPhase 1 runs in advisory mode (no coordinator). See docs/agentsync/cli.md and
docs/agentsync/protocol.md.
