From b92bc635f4e123a05555b091a1f5dec6109fcf50 Mon Sep 17 00:00:00 2001 From: Filipriec Date: Mon, 31 Aug 2026 00:02:31 +0200 Subject: [PATCH] agents --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) 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