sloop-daemon 0.5.0

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

pub mod graph;
pub mod ticket;
pub mod trigger;
pub mod work;