don't imply running builds all the time in AGENTS.md (#7865)
This commit is contained in:
@@ -64,10 +64,14 @@ ui/desktop/ # Electron app
|
|||||||
# 1. source bin/activate-hermit
|
# 1. source bin/activate-hermit
|
||||||
# 2. Make changes
|
# 2. Make changes
|
||||||
# 3. cargo fmt
|
# 3. cargo fmt
|
||||||
# 4. cargo build
|
```
|
||||||
# 5. cargo test -p <crate>
|
|
||||||
# 6. cargo clippy --all-targets -- -D warnings
|
### Run these only if the user has asked you to build/test your changes:
|
||||||
# 7. [if server] just generate-openapi
|
```
|
||||||
|
# 1. cargo build
|
||||||
|
# 2. cargo test -p <crate>
|
||||||
|
# 3. cargo clippy --all-targets -- -D warnings
|
||||||
|
# 4. [if server] just generate-openapi
|
||||||
```
|
```
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|||||||
Reference in New Issue
Block a user