Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 401 Bytes

File metadata and controls

7 lines (4 loc) · 401 Bytes

CLAUDE.md

CRITICAL RULES

禁止本地构建和测试:绝不允许执行 cargo buildcargo testcargo checkcargo clean。所有编译和测试验证必须交给 GitHub Actions CI。直接 commit + push,根据 CI 结果修复。

允许本地 lint 和格式化cargo fmtcargo clippy 可以在本地运行,用于在推送前捕获格式和 lint 问题。