fix: remove redundant step-03 precondition

The step-03 consumer tracing instruction duplicated step-02 without
adding validation. Keep only the step-02 planning instruction.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2-gabadi 2026-03-25 03:41:06 -03:00
parent df8b54c946
commit 92b7c12bf2
No known key found for this signature in database
GPG Key ID: EA11A57F8E259893
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
Verify `{spec_file}` resolves to a non-empty path and the file exists on disk. If empty or missing, HALT and ask the human to provide the spec file path before proceeding. Verify `{spec_file}` resolves to a non-empty path and the file exists on disk. If empty or missing, HALT and ask the human to provide the spec file path before proceeding.
If the spec introduces new type variants, error codes, or DB values and the Code Map has no `consumer —` annotations, perform consumer tracing now before proceeding.
## INSTRUCTIONS ## INSTRUCTIONS
### Baseline ### Baseline