mirror of
https://github.com/obra/superpowers.git
synced 2026-06-28 21:49:05 +08:00
fix(sdd): write artifacts to working-tree .superpowers/sdd, not .git/ (#1780)
This commit is contained in:
committed by
Drew Ritter
parent
78ec255a2d
commit
f660e9e9d6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user