List view
**Container-based agent orchestration** Replace tmux-based kickoff with container-based sub-agent execution. Add crosslink kickoff as a first-class CLI command. Full support for isolated agents coordinating over the hub branch. Key themes: - crosslink agent bootstrap for container cold-start - crosslink kickoff CLI command (local + container modes) - Agent monitoring (status, logs, stop) - Dockerfile for crosslink-agent image - Packaging and distribution
No due date•3/4 issues closed**Event-sourced CRDT coordination** Implement the core event system: CBOR append-only logs, deterministic reduction, compaction, flushing, and clock skew detection. After this milestone, any agent can coordinate with any other agent through the hub branch without a central coordinator. Key themes: - CBOR event log format - Deterministic reduction engine - Compaction cycle (any agent can compact) - Event flushing after compaction - Clock skew detection via commit timestamps - Lock confirmation protocol
No due date•6/6 issues closed**Hub branch layout migration** Restructure the hub branch from monolithic files to per-entity directories. This is a breaking change to the coordination branch format, enabling conflict-free concurrent writes for Phase 2 (event system). Key themes: - Split issues into per-UUID directories with separate comment files - Split locks.json into per-issue files - Migration command for existing installations - Updated hydration layer
No due date•8/8 issues closed**Worktree reliability + housekeeping** Fix the critical worktree bugs that caused the ripsed deadlock (#111). Stabilize multi-agent operation on a single machine with shared filesystem. Clean up open design questions and polish existing features. Key themes: - Worktree path resolution fixes (Rust CLI + Python hooks) - Init/config improvements - Security model review
No due date•11/11 issues closed