This commit is contained in:
Filipriec
2026-08-31 00:02:31 +02:00
parent 829b4c9e07
commit b92bc635f4

View File

@@ -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