don't imply running builds all the time in AGENTS.md (#7865)

This commit is contained in:
Jack Amadeo
2026-03-17 09:20:03 -04:00
committed by GitHub
parent 8db67c10a2
commit 88a89a83e3

View File

@@ -64,10 +64,14 @@ ui/desktop/ # Electron app
# 1. source bin/activate-hermit
# 2. Make changes
# 3. cargo fmt
# 4. cargo build
# 5. cargo test -p <crate>
# 6. cargo clippy --all-targets -- -D warnings
# 7. [if server] just generate-openapi
```
### Run these only if the user has asked you to build/test your changes:
```
# 1. cargo build
# 2. cargo test -p <crate>
# 3. cargo clippy --all-targets -- -D warnings
# 4. [if server] just generate-openapi
```
## Rules