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
CI is unaffected — it already uses bunx biome ci --changed (read-only)
However, #1463 already covers this exact change and more: it makes the same two package.json edits, plus updates claude-auto-fix-ci.yml (the auto-fix bot prompt must switch to format-lint:fix, otherwise it would run a now-read-only command and fail to apply fixes) and documents the new read-only vs :fix split in CLAUDE.md / CONTRIBUTING.md.
Suggest closing this as a duplicate of #1463 to avoid two conflicting script changes landing on main.
Shared gap worth tracking (raised on #1463 too): the codebase currently has 652 pre-existing Biome errors (mostly config-file formatting, plus stale biome.json schema 2.2.2 vs Biome 2.4.6 → deserialize errors), so bun run format-lint will fail on a fresh checkout until a follow-up cleanup lands.
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
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.
Closes #1448
Summary
format-lintvalidation read-onlyapps/weblintvalidation read-onlyformat-lint:fixandlint:fixcommands for intentional Biome fixesValidation
bun run format-lintNo fixes applied