fix(sdd): write artifacts to working-tree .superpowers/sdd, not .git/ (#1780)

This commit is contained in:
Jesse Vincent
2026-06-17 13:22:32 -07:00
committed by Drew Ritter
parent 78ec255a2d
commit f660e9e9d6
4 changed files with 43 additions and 12 deletions

View File

@@ -251,7 +251,7 @@ sequences — the single most expensive failure observed. Track progress in
a ledger file, not only in todos.
- At skill start, check for a ledger:
`cat "$(git rev-parse --git-path sdd)/progress.md"`. Tasks listed there
`cat "$(git rev-parse --show-toplevel)/.superpowers/sdd/progress.md"`. Tasks listed there
as complete are DONE — do not re-dispatch them; resume at the first task
not marked complete.
- When a task's review comes back clean, append one line to the ledger in