fix(cc): markdown-lint violations in BACKLOG.md (auto-merge race) - #65
#65Merged
github-actions[bot] merged 1 commit intoApr 28, 2026
mainanipotts/claude-code-tips:mainfrom
fix/cc-backlog-md-lintanipotts/claude-code-tips:fix/cc-backlog-md-lintCopy head branch name to clipboard
Merged
fix(cc): markdown-lint violations in BACKLOG.md (auto-merge race)#65github-actions[bot] merged 1 commit intomainanipotts/claude-code-tips:mainfrom fix/cc-backlog-md-lintanipotts/claude-code-tips:fix/cc-backlog-md-lintCopy head branch name to clipboard
github-actions[bot] merged 1 commit into
mainanipotts/claude-code-tips:mainfrom
fix/cc-backlog-md-lintanipotts/claude-code-tips:fix/cc-backlog-md-lintCopy head branch name to clipboard
Conversation
- pre-existing line-93 issue: '+ auto-subscription' parsed as a list bullet (MD004 ul-style); rewrote as 'and auto-subscription' - new section h1 collided with file's primary h1 (MD025 single-h1); promoted each item to a sibling h2 with [CC version] prefix for at-a-glance scannability instead Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
quality gate: all checks passed
automated check -- see CLAUDE.md for conventions. |
Contributor
|
@claude @codex please review this pr per .github/AI_REVIEW_RUBRIC.md. lanes:
output one pr comment each in the exact shape from the rubric. if an app is not installed on this repo, the mention sits unanswered and ci stays green. |
|
To use Codex here, create a Codex account and connect to github. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #64 auto-merged before markdown-lint finished. Two errors landed on main:
This PR lands the same fix that was pushed to PR #64's branch but arrived after the merge.
Test plan
npx markdownlint-cli2 plugins/cc/BACKLOG.md— 0 errors locally🤖 Generated with Claude Code