mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 23:12:30 +02:00
fix: resolve markdownlint MD001 heading level violation
Change h4 (####) to h3 (###) for sub-steps 5a and 5b to comply with heading increment rule (headings must increment by one level at a time).
This commit is contained in:
parent
32e11b8701
commit
5929db9b23
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ origin: auto-extracted
|
|||
|
||||
5. **Quality gate — Checklist + Holistic verdict**
|
||||
|
||||
#### 5a. Required checklist (verify by actually reading files)
|
||||
### 5a. Required checklist (verify by actually reading files)
|
||||
|
||||
Execute **all** of the following before evaluating the draft:
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ origin: auto-extracted
|
|||
- [ ] Consider whether appending to an existing skill would suffice
|
||||
- [ ] Confirm this is a reusable pattern, not a one-off fix
|
||||
|
||||
#### 5b. Holistic verdict
|
||||
### 5b. Holistic verdict
|
||||
|
||||
Synthesize the checklist results and draft quality, then choose **one** of the following:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue