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
Getting a bit sick of claude re-running the entire test suite just to get more/less context - so giving these instructions and config a try. Will leave this open until I've actually tested that it works, but makes it easier to pull into branches where I want to give it a try.
vitest.config.ts:3 — CODEX_CI env var detection is included for non-Claude agents. Fine if intentional, but Claude.md only mentions CLAUDECODE. If you only want Claude to write JSON output, remove CODEX_CI from the check. If you want all agent environments to benefit, keep it.
Claude.md line 179 — The change from expect(error).toBeUndefined() to if (error) throw error in the example code is a recommended pattern change. The new form gives better failure messages (rethrows the actual error vs. generic assertion message) — this is an improvement, just noting it's a behavior change in the documented pattern, not only formatting.
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.
Description
Getting a bit sick of claude re-running the entire test suite just to get more/less context - so giving these instructions and config a try. Will leave this open until I've actually tested that it works, but makes it easier to pull into branches where I want to give it a try.
What to review
Testing