diff --git a/AGENTS.md b/AGENTS.md index e19a38e1..a631b1c2 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -3,6 +3,7 @@ - Never run `cargo fmt`, `rustfmt`, or any other automatic code-formatting command in this repository, including commands scoped to individual files or packages. - Preserve existing formatting. Make only the smallest hand-edited changes required for the task. - Do not run builds, checks, linters, or pre-existing tests. Only run tests that an agent wrote or modified as part of the current task; if the agent did not write or modify any tests, run no tests. +- Check if what you are doing is running. Server can be running, tauri app might be running. No need to turn on redundant systems. ## Disk constraints