sloop-daemon 0.2.1

Agentic coding scheduler — a daemon that runs background coding agents autonomously in isolated git worktrees
Documentation
1
2
3
4
//! Pure domain logic with no I/O, SQL, clock reads, or persistence/runtime dependencies.

pub mod graph;
pub mod ticket;