agents
This commit is contained in:
@@ -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.
|
- 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.
|
- 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.
|
- 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
|
## Disk constraints
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user