Skip to content

chore(lint): MD004 asterisk → consistent#56

Merged
MCamner merged 1 commit into
mainfrom
chore/markdown-lint-consistent
Jul 18, 2026
Merged

chore(lint): MD004 asterisk → consistent#56
MCamner merged 1 commit into
mainfrom
chore/markdown-lint-consistent

Conversation

@MCamner

@MCamner MCamner commented Jul 18, 2026

Copy link
Copy Markdown
Owner

macos-scripts already has a green markdownlint gate (quality.ymlmarkdownlint-cli). This flips only the MD004 rule from asterisk to consistent, removing the asterisk trap (a future dash-bullet edit would fail CI even when the file is internally consistent) and aligning with the rest of the stack (mq-agent, mq-hal, mq-ums, repo-signal, mq-mcp).

One-line config change. No content edits: the CI-linted surface (backups/ is ignored) was already asterisk-uniform, so it stays green.

Verified locally with the exact CI command:

npx markdownlint-cli "**/*.md" --ignore node_modules --ignore backups --ignore .git
→ 0 issues

macos-scripts already gates markdown (quality.yml, markdownlint-cli). Only
the rule was the asterisk trap: it forces every file to asterisk markers, so
a future dash-bullet edit fails CI even when the file is internally
consistent. `consistent` blocks mixing within a file without pinning a
repo-wide marker, matching mq-agent/mq-hal/mq-ums/repo-signal/mq-mcp.

No content change: the linted surface (backups/ is CI-ignored) was already
asterisk-uniform, so it stays green under consistent.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@MCamner
MCamner merged commit 5645782 into main Jul 18, 2026
3 checks passed
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.

1 participant