fix: reference exact annotation prefix in step-03 HALT gate

Use backtick-quoted `consumer —` prefix to match the step-02
convention, making the precondition check unambiguous and grepable.

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

View File

@ -14,7 +14,7 @@
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, HALT — consumer tracing was missed in planning.
If the spec introduces new type variants, error codes, or DB values and the Code Map has no `consumer —` annotations, HALT — consumer tracing was missed in planning.
## INSTRUCTIONS