From 4f9bd3131ea4ab4f6d60037ac9c89f13bc8b0392 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 18 Jun 2026 14:47:05 -0700 Subject: [PATCH] docs: add v6.0.3 release notes for the SDD .git/ workspace fix --- RELEASE-NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d2fdbc5b..9fbb323b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,11 @@ # Superpowers Release Notes +## v6.0.3 (2026-06-18) + +### 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) + ## v6.0.2 (2026-06-16) ### Install Fixes