Skip to content

fix: restore canonical .markdownlint.json + .editorconfig#23

Merged
WorldRover merged 2 commits into
mainfrom
fix/1-restore-canon-md-config
Apr 26, 2026
Merged

fix: restore canonical .markdownlint.json + .editorconfig#23
WorldRover merged 2 commits into
mainfrom
fix/1-restore-canon-md-config

Conversation

@WorldRover
Copy link
Copy Markdown
Owner

@WorldRover WorldRover commented Apr 26, 2026

Summary

  • Initial scaffold missed .markdownlint.json and .editorconfig from the WorldRover canon — CI was red because markdownlint-cli2 fell back to defaults and flagged 53 MD013/MD041 errors across CLAUDE.md, README.md, CHANGELOG.md, SECURITY.md, and the PR template.
  • Both files copied verbatim from worldrover-starter.

Test plan

  • Wait for CI to go green on this branch.

Closes #1.

WorldRover and others added 2 commits April 26, 2026 14:30
These are part of the WorldRover starter canon but were missed in the
initial scaffold. CI was red because markdownlint-cli2 fell back to its
defaults (MD013 line-length, MD041 first-line-heading), producing 53
false-positive errors against CLAUDE.md / README.md / CHANGELOG.md /
SECURITY.md / PR template.

Both configs copied verbatim from worldrover-starter.

Closes #1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Keep a Changelog format puts an `### Added` block under each version
section. With MD024 at default, that's flagged as duplicate. siblings_only
only flags duplicates that share a parent — correct semantically and for
this format.

Same gap exists in worldrover-starter; will propose upstream.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@WorldRover WorldRover merged commit 5977500 into main Apr 26, 2026
2 checks passed
@WorldRover WorldRover deleted the fix/1-restore-canon-md-config branch April 26, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI red: restore .markdownlint.json + .editorconfig from canon

1 participant