Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <crate> -- <test_name>
bash test # unit tests only
bash test --full # unit + stress + integration tests
bash test -p <crate> -- <test_name>
soldr cargo check --workspace --all-targets
soldr cargo clippy --workspace --all-targets -- -D warnings
soldr cargo fmt --all
Expand Down
Loading