don't imply running builds all the time in AGENTS.md (#7865)
This commit is contained in:
12
AGENTS.md
12
AGENTS.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user