Skip to content

v0.1.0

Choose a tag to compare

@denfry denfry released this 14 Jun 14:36
· 18 commits to main since this release

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-sync CLI 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-sync skill with SKILL.md, a cross-platform launcher, and an installer.

From this release onward, versions and releases are generated automatically from Conventional Commits.