sloop-daemon 0.2.1

Agentic coding scheduler — a daemon that runs background coding agents autonomously in isolated git worktrees
Documentation
# Whitelist: ignore everything by default. Nothing is tracked unless a
# `!` entry below explicitly allows it.
*

# Repository files.
!/.gitignore
!/.github/
!/.github/**
!/README.md
!/CHANGELOG.md
!/docs/
!/docs/**
!/LICENSE*
!/NOTICE
!/Cargo.toml
!/Cargo.lock
!/dist.toml
!/dist-workspace.toml

# Rust source and tooling.
!/.cargo/
!/.cargo/**
!/rust-toolchain
!/rust-toolchain.toml
!/rustfmt.toml
!/clippy.toml
!/deny.toml
!/build.rs
!/src/
!/src/**
!/crates/
!/crates/**
!/tests/
!/tests/**
!/benches/
!/benches/**
!/examples/
!/examples/**
!/fixtures/
!/fixtures/**

# Fuzzing: the cargo-fuzz crate is tracked; its corpus, artifacts, and
# build output stay ignored by the default `*`.
!/fuzz/
!/fuzz/Cargo.toml
!/fuzz/fuzz_targets/
!/fuzz/fuzz_targets/**

# Dogfooding configuration: only the config file is tracked. The local
# queue (projects/, tickets/) stays ignored by the default `*`; do not
# force-add it.
!/.agents/
!/.agents/sloop/
!/.agents/sloop/config.yaml