fix(formatters): PATH probe notices + monorepo markdownlint walk (#2732) - #2801
Conversation
… walk (#2732) Inventory fleet hook probes, align degraded notices with notice-only latch + PATH probed diagnostics (no nvm layout guesses), and resolve markdownlint from workspace node_modules/.bin by walking from the edited file. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
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 4m 33s —— View job Security review (
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ce5f44ad2d
ℹ️ 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".
|
Last security-reviewed head: |
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude finished @cursor[bot]'s task in 2m 38s —— View job Code review (
|
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Summary
Fleet inventory of formatter/lint
command -vprobes (docs/formatter-path-probes.md). Sibling hooks now emit accurate degraded notices (this-edit / notice-only latch / environment inheritance /PATH probed:) without nvm layout guessing.markdown-formatwalks from the edited file up to$REPO_ROOTfor workspacenode_modules/.bininstalls.Test plan
plugins/markdown-format/hooks/markdown-format.test.sh— 149/149 (includes monorepo walk)plugins/bash-format/hooks/bash-format.test.sh— PATH diagnostic assertplugins/actionlint/hooks/actionlint-check.test.sh— minimal-PATH absent noticeRelated
Closes #2732