sloop-daemon 0.5.0

Agentic coding scheduler — a daemon that runs background coding agents autonomously in isolated git worktrees
Documentation
pub mod cli;
pub mod clock;
pub mod config;
pub mod daemon;
pub mod db;
pub mod domain;
pub mod flow;
pub mod frontmatter;
pub mod ids;
pub mod outcome;
pub mod paths;
pub mod post;
pub mod protocol;
pub mod run_log;
pub mod run_ref;
pub mod run_store;
pub mod runner;
pub mod sources;
pub mod vendor;
pub mod work_state;
pub mod worker;