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:
parent
df8b54c946
commit
92b7c12bf2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue