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
all: enhance CLAUDE.md with test verification and release build requirements
Add explicit test verification requirements to prevent false test successes:
- Verify tests actually ran by checking output for "X passed" where X > 0
- Never trust exit code 0 alone as cargo can exit successfully with 0 tests run
- Re-run with corrected filters if no tests were executed
Add mandatory cargo build --release step to catch linking/optimization issues
that cargo check might miss, preventing CI build failures.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments