fix: clarify dev auto verification owner

This commit is contained in:
Alex Verkhovsky 2026-06-23 04:28:15 -07:00
parent 87aa3e864c
commit a19eb23afd
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ Hand `{spec_file}` to a sub-agent/task and let it implement.
**Path formatting rule:** Any markdown links written into `{spec_file}` must use paths relative to `{spec_file}`'s directory so they are clickable in VS Code. Any file paths displayed in terminal/conversation output must use CWD-relative format with `:line` notation (e.g., `src/path/file.ts:42`) for terminal clickability. No leading `/` in either case.
### Self-Check
### Active Session Verification
Before leaving this step, verify every task in the `## Tasks & Acceptance` section of `{spec_file}` is complete. Mark each finished task `[x]`. If any task is not done, finish it before proceeding.
After the implementation sub-agent returns, verify every task in the `## Tasks & Acceptance` section of `{spec_file}` is complete. Mark each finished task `[x]`. If any task is not done, finish it before proceeding.
## NEXT