Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ When implementing new functionality, always consider the following:

Markdown files are linted with `markdownlint` (rules from `.markdownlint.json`). Follow these conventions to avoid CI failures:

* Use `*` (asterisk) for unordered list items, not `-`.
* Surround fenced code blocks with blank lines (even when nested inside a list item).
* Surround unordered and ordered lists with blank lines.
* Restart ordered list numbering at `1` for each new list — do not continue numbering across headings or sections.
- Use `-` (dash) for unordered list items, not `*`.
- Surround fenced code blocks with blank lines (even when nested inside a list item).
- Surround unordered and ordered lists with blank lines.
- Restart ordered list numbering at `1` for each new list — do not continue numbering across headings or sections.

### Testing Guidelines

Expand Down
Loading