We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50383a5 commit 27a2d92Copy full SHA for 27a2d92
CLAUDE.md
@@ -127,7 +127,7 @@ cargo check --release
127
🚨 **CRITICAL REQUIREMENTS for ANY implementation**:
128
- **🚨 MANDATORY**: `cargo fmt --all` MUST be run before any commit
129
- **🚨 MANDATORY**: `cargo check` MUST show zero warnings before any commit
130
-- **🚨 MANDATORY**: `cargo build --release` MUST complete successfully before any commit
+- **🚨 MANDATORY**: `cargo check --release` MUST complete successfully before any commit
131
- **🚨 MANDATORY**: The unit test suite MUST pass before any commit
132
133
Forgetting any of these means you failed to follow instructions. Before any commit or PR, ALL of the above MUST be satisfied! No exceptions!
0 commit comments