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:
parent
50ced1524a
commit
dcaedffd54
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue