sloop-daemon 0.2.0

Agentic coding scheduler — a daemon that runs background coding agents autonomously in isolated git worktrees
Documentation
1
2
3
4
5
6
7
8
stages:
  - name: build
    kind: agent
  - name: review
    kind: exec
    cmd: [claude, --print, "Read .agents/sloop/prompts/review.md and follow its instructions."]
  - name: merge
    kind: merge