You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run prettier/eslint repo-wide in upstream-release-docs autofix (#812)
The per-file autofix step failed when the skill deleted a doc page,
because git diff --name-only includes deletions and prettier exits
non-zero on missing paths (PR #809, deleted mcp-optimizer.mdx).
Replace the diff-driven xargs with the repo-wide npm scripts. Both
already exclude auto-generated reference paths via .prettierignore
and eslint.config.mjs, so the original "don't fight the generators"
intent is preserved.
Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments