Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ ignores:
# Vendored agentnative-spec content. Edited upstream; we do not enforce
# this repo's lint rules on it. Resync via scripts/sync-spec.sh.
- "spec/CHANGELOG.md"
# Generated artifact. scripts/generate-changelog.sh writes single-line
# bullets per PR; line-length wrapping would conflict with the generator.
# CHANGELOG.md is regenerated, never hand-edited.
- "CHANGELOG.md"

# Fix automatically when --fix is used
fix: true