mirror of
https://github.com/obra/superpowers.git
synced 2026-06-11 13:19:05 +08:00
Sync plan's Task 5 blocks with review fixes
This commit is contained in:
@@ -626,7 +626,9 @@ the review-fix cycle play out — that cycle is exactly the behavior under
|
|||||||
test.
|
test.
|
||||||
|
|
||||||
The deliverable must end up in the checkout you launched in (the main
|
The deliverable must end up in the checkout you launched in (the main
|
||||||
working tree). Once the agent reports the plan is complete (both functions
|
working tree). If the agent did its work on a branch or in a worktree, it
|
||||||
|
is not done until it has merged/finished that work back into the main
|
||||||
|
checkout. Once the agent reports the plan is complete (both functions
|
||||||
implemented, tests passing) AND the code is present on the main checkout,
|
implemented, tests passing) AND the code is present on the main checkout,
|
||||||
you are done.
|
you are done.
|
||||||
|
|
||||||
@@ -671,6 +673,7 @@ pre() {
|
|||||||
requires-tool npm
|
requires-tool npm
|
||||||
file-exists 'docs/superpowers/plans/report-plan.md'
|
file-exists 'docs/superpowers/plans/report-plan.md'
|
||||||
file-contains 'docs/superpowers/plans/report-plan.md' 'formatAdminReport'
|
file-contains 'docs/superpowers/plans/report-plan.md' 'formatAdminReport'
|
||||||
|
file-contains 'docs/superpowers/plans/report-plan.md' 'repeat(40)'
|
||||||
}
|
}
|
||||||
|
|
||||||
post() {
|
post() {
|
||||||
|
|||||||
Reference in New Issue
Block a user