Harness-neutral coordination for concurrent agents, isolated Jujutsu work, durable handoffs, and safe tmux lifecycle management.
| tests | ||
| .gitignore | ||
| coord | ||
| DESIGN.md | ||
| hook.py | ||
| install | ||
| project-id | ||
| README.md | ||
| session.py | ||
| store.py | ||
| workspace.py | ||
coord
Harness-neutral coordination for Claude Code, Codex, and other repository agents.
The standalone project is the source of truth. Install a vendored copy into another repository:
./install /path/to/repository --project-id my-logical-project
An installation provides:
.coord/— canonical CLI, hooks, runtime modules, installer, design, and immutable project ID..claude/coord/— compatibility shims for existing sessions and old instructions.- merged
.claude/settings.jsonand.codex/hooks.jsonentries pointing at.coord/.
Upgrade an existing installation with the same command. Existing project IDs are preserved and a conflicting requested ID is refused. Check drift without writing:
./install /path/to/repository --check
Runtime state remains outside repositories in the private host-local SQLite database described in
DESIGN.md. Installing or upgrading never copies, deletes, or rewrites that state.