v6.0.3
laramies/theHarvesterv6.0.3Jun 18, 2026by obra
AI Summary
This release relocates Subagent-Driven Development (SDD) scratch files from the `.git/` directory to a `.superpowers/sdd/` directory to comply with Claude Code's protected path rules.
Key Highlights
- SDD scratch files moved out of `.git/`
- New `.superpowers/sdd/` directory for task briefs and reports
- Progress ledger is git-ignored
New Features
- Moved SDD scratch files to a safer location
Full Release Notes
### Subagent-Driven Development - **SDD scratch files moved out of `.git/`.** Claude Code treats `.git/` as a protected path and denies agent writes there, so an implementer subagent writing its report into `.git/sdd/` got blocked mid-run. Task briefs, implementer reports, review diffs, and the progress ledger now live in a self-ignoring `.superpowers/sdd/` directory in the working tree — kept out of `git status` and out of commits, and resolved per worktree by a shared `sdd-workspace` helper. One caveat: because the workspace is git-ignored working-tree scratch, `git clean -fdx` will delete the progress ledger; recover from `git log` if that happens. (#1780)