fix(quick-dev): remove stray commit instruction from review step

The review step (step-04) had a bare "4. Commit." line that conflicted
with commit responsibility belonging solely to step-05-present.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-03-11 11:08:13 -06:00
parent 50ced1524a
commit dcaedffd54
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ Do NOT `git add` anything — this is read-only inspection.
- **patch** — Auto-fix. These are the only findings that survive loopbacks. - **patch** — Auto-fix. These are the only findings that survive loopbacks.
- **defer** — Append to `{deferred_work_file}`. - **defer** — Append to `{deferred_work_file}`.
- **reject** — Drop silently. - **reject** — Drop silently.
4. Commit.
## NEXT ## NEXT
Read fully and follow `./steps/step-05-present.md` Read fully and follow `./steps/step-05-present.md`