From 5929db9b231ebe98109f26abd322a143a48afc30 Mon Sep 17 00:00:00 2001 From: Tatsuya Shimomoto Date: Sun, 8 Mar 2026 21:04:38 +0900 Subject: [PATCH] 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). --- commands/learn-eval.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/learn-eval.md b/commands/learn-eval.md index 6f38894a..53b7bf58 100644 --- a/commands/learn-eval.md +++ b/commands/learn-eval.md @@ -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: