mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08: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:
committed by
Affaan Mustafa
parent
32e11b8701
commit
5929db9b23
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user