From c557aa2af1a29e419dc0124c63dde4cc55789d6a Mon Sep 17 00:00:00 2001 From: xgopilot Date: Fri, 31 Oct 2025 03:34:08 +0000 Subject: [PATCH] docs(CLAUDE.md): remove pro tip line Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com> --- CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 05316b54..8a1e2a71 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -101,8 +101,6 @@ Failing to update out.ll files after modifying IR generation will cause test fai - Changes to IR generation are properly documented and reviewed - Future regressions can be detected by comparing against the reference output -**Pro tip:** Always check if your changes affect IR generation. If you're unsure, run the tests first - they will fail if out.ll files need updating. - ## Code Quality Before submitting any code updates, you must run the following formatting and validation commands: