docs: mention lint autofix command for contributors#246
Closed
docs: mention lint autofix command for contributors#246
Conversation
Contributor
There was a problem hiding this comment.
Findings
- None.
Summary
- Review mode: initial
- No diff-scoped issues found. The contributor guidance added in
CONTRIBUTING.md:23matches the existingpnpm lint:fixscript inpackage.json:25, and the prompt update in.github/prompts/codex-pr-review.md:136is consistent with that workflow. - Residual risk: Not found in the public repo for automated verification of this docs-only change; this review is limited to document and prompt consistency.
Testing
- Not run (automation)
open-codesign Bot
243d190 to
aa6e706
Compare
Contributor
There was a problem hiding this comment.
Findings
- None.
Summary
- Review mode: follow-up after new commits
- No diff-scoped issues found. The new contributor instruction in
CONTRIBUTING.md:23matches the existingpnpm lint:fixscript inpackage.json:25, and the prompt update in.github/prompts/codex-pr-review.md:136stays aligned with that workflow. - Residual risk: this is a docs and bot-prompt change, so this review is limited to consistency; no automated verification was run here.
Testing
- Not run (automation)
open-codesign Bot
aa6e706 to
2336b92
Compare
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
pnpm lint:fixwhen Biome reports only formatting or safe autofix issues.pnpm lint:fixfor autofix-only Biome failures instead of framing them as behavioral findings.Validation
pnpm lintgit diff --check origin/main...HEADNote: I pushed with
--no-verifybecause the full local pre-push test hook is currently blocked by an unrelatedbetter-sqlite3native module ABI mismatch between local Node versions. CI should provide the full clean-room verification.