Harness-neutral coordination for concurrent agents, isolated Jujutsu work, durable handoffs, and safe tmux lifecycle management.
Find a file
2026-07-30 23:13:20 -06:00
tests fix: preflight installs and preserve unrelated hooks 2026-07-30 23:13:20 -06:00
.gitignore feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
coord feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
DESIGN.md feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
hook.py feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
install fix: preflight installs and preserve unrelated hooks 2026-07-30 23:13:20 -06:00
project-id feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
README.md feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
session.py feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
store.py feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00
workspace.py feat: standalone coordinator and repository installer 2026-07-30 23:05:51 -06:00

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.json and .codex/hooks.json entries 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.