fix: simplify dev auto final result handoff

This commit is contained in:
Alex Verkhovsky 2026-06-23 03:51:09 -07:00
parent 6723af76cd
commit 0a32fcb65e
1 changed files with 1 additions and 6 deletions

View File

@ -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`.