diff --git a/CLAUDE.md b/CLAUDE.md index 4f3f5a2ef..7249c8fa7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,9 +40,9 @@ The four rules an agent must internalize before doing anything else (all listed ## Commands ```bash -uv run test # unit tests only -uv run test --full # unit + stress + integration tests -uv run test -p -- +bash test # unit tests only +bash test --full # unit + stress + integration tests +bash test -p -- soldr cargo check --workspace --all-targets soldr cargo clippy --workspace --all-targets -- -D warnings soldr cargo fmt --all