fix(docs-hygiene): Form 14 matches title-cased ATX headings - #2320
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 42s —— View job Security Review
Scope reviewed: No security issues found. This PR is documentation-only for a Claude Code skill's pattern library — it adds a Checked specifically for the classes called out in the review brief, none apply here:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d687343902
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 3m 53s —— View job Code Review
Reviewed the 4 changed files against The core fix is sound. Confining Two findings posted inline, both non-blocking:
No blocking issues found. |
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Add (?i) to Form 14 ATX and Setext title alternatives so a title-case heading does not fall through to bare Form 2 with a less safe Certain classification. Declaration alternatives stay case-sensitive. Fixes #1394 Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
d687343 to
3d90028
Compare
|
Warning Automated security review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging. Re-run the job to retry the review; a new push also retries it only if the caller's Re-running does NOT help for every class:
|
|
Warning Automated review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
Re-run the job to retry the review. A new push re-triggers this lane only if the caller's |
Fixes #1394
What
Form 14's ATX and Setext title alternatives now embed
(?i)so# Re-Anchormatches a container namedre-anchorinstead of missing Form 14 and falling through to bare Form 2 (which defaulted to Certain for non-verb tokens). Manifest/catalog declaration alternatives stay case-sensitive;audit.mdwarns against global-i.Related