v0.13.3
Skip worktree for read-only agents
Read-only agents (explore, plan) no longer create git worktrees on spawn. They can't write files, so isolation was unnecessary overhead.
- Worktree creation automatically skipped for explore/plan agent types
- Lead system prompt updated with guidance on worktree: false for custom read-only agents
- Stress test coverage for read-only agent full lifecycle
Also in this release
- Auto-assign workflow for issues
- Fixed flaky timing margins in rate-limit tests
Full Changelog: v0.13.2...v0.13.3