reflect: retry-after-safety-guard-block (f4ae4)

This commit is contained in:
lachtan
2026-09-02 12:34:23 +02:00
parent f77cc2dcfe
commit df8a6134ab

View File

@@ -50,6 +50,8 @@ Never use `/tmp/`, hardcoded absolute paths, or in-memory databases for persiste
The exec safety guard blocks commands without an explicit workspace path (e.g. `lua -e '...'`, `which`). Write scripts to files inside the workspace (e.g. `tmp/script.lua`) and run them with `working_dir` set to the workspace root. The exec safety guard blocks commands without an explicit workspace path (e.g. `lua -e '...'`, `which`). Write scripts to files inside the workspace (e.g. `tmp/script.lua`) and run them with `working_dir` set to the workspace root.
On the first safety-guard block: diagnose the cause before retrying — check a missing `working_dir` first, never re-send the same blocked form, and change one variable per test until the cause is identified.
## python — use uv ## python — use uv
For all Python code (scripts, snippets, one-liners, tools) use `uv`, For all Python code (scripts, snippets, one-liners, tools) use `uv`,