From 7dacc4fd7210252bab99ce3a68bc791e83c452af Mon Sep 17 00:00:00 2001 From: zackees Date: Wed, 15 Jul 2026 16:30:07 -0700 Subject: [PATCH] docs: use supported test wrapper in agent guide --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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