v0.1.0
Initial public MVP of claude-agent-sync — a local coordination layer for multiple Claude Code sessions working in the same repository.
Highlights
- Stdlib-only
agent-syncCLI backed by a per-repo SQLite database at.claude/coordination/state.sqlite. No server, no network. - Agents, tasks (+ files), file locks with TTL, messages, decisions, and an activity log.
- Commands:
init,register,heartbeat,status(--compact),tasks,create-task,claim-task,complete-task,block-task,lock,unlock,locks,send,inbox,read-message,decision,log,gc,hook. - Claude Code hooks:
session-start,pre-tool-use(blocks conflicting edits with exit code 2),post-tool-use,session-end. /agent-syncskill withSKILL.md, a cross-platform launcher, and an installer.
From this release onward, versions and releases are generated automatically from Conventional Commits.