Skip to content

Commit aead318

Browse files
authored
Fix heading hierarchy check in AGENTS.md
removed `#` level to avoid confusing AIs
1 parent 31cc176 commit aead318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ When reviewing a pull request, verify the following:
101101

102102
- [ ] Front matter block (`---`) is present and includes a `title` field.
103103
- [ ] Page title in front matter matches the entry in `mkdocs.yml`.
104-
- [ ] Heading hierarchy is correct (`#` (optional) → `##` → `###` → `####`, no skipping levels).
104+
- [ ] Heading hierarchy is correct (`##` → `###` → `####`, no skipping levels).
105105
- [ ] Admonitions use the correct type (`info`, `tip`, `warning`, `danger`) for the context.
106106
- [ ] Tables are properly formatted with pipe characters.
107107
- [ ] Code blocks use language identifiers.

0 commit comments

Comments
 (0)