fix: simplify dev auto final result handoff
This commit is contained in:
parent
6723af76cd
commit
0a32fcb65e
|
|
@ -51,16 +51,11 @@ Launch two subagents without prior session context.
|
||||||
|
|
||||||
## Finalize
|
## Finalize
|
||||||
|
|
||||||
Change `{spec_file}` status to `done` in the frontmatter.
|
Prepare `Auto Run Result` details:
|
||||||
|
|
||||||
Append `## Auto Run Result` to `{spec_file}`. Include:
|
|
||||||
|
|
||||||
- `Status: done`
|
|
||||||
- Summary of implemented change
|
- Summary of implemented change
|
||||||
- Files changed with one-line descriptions
|
- Files changed with one-line descriptions
|
||||||
- Review findings breakdown: patches applied, items deferred, items rejected
|
- Review findings breakdown: patches applied, items deferred, items rejected
|
||||||
- Verification performed, including command outcomes or manual inspection notes
|
- Verification performed, including command outcomes or manual inspection notes
|
||||||
- Any residual risks
|
- Any residual risks
|
||||||
|
|
||||||
Workflow complete.
|
|
||||||
HALT with status `done`.
|
HALT with status `done`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue