table name

This commit is contained in:
Filipriec
2026-08-25 13:01:32 +02:00
parent ed01d1ec5b
commit aea54f8d33
12 changed files with 135 additions and 45 deletions

View File

@@ -2,3 +2,11 @@
- 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.
## Long-running commands
- Never repeatedly poll a running command.
- Wait at most 10 seconds initially. If the command is still running, leave it running, report the command and session ID, and end the turn immediately.
- Do not poll the command again unless the user explicitly asks for its status.
- Do not start optional slow checks.
- Before starting a required command that cannot safely be left running, ask the user for permission.