diff --git a/assets/agents/coder/graph.yaml b/assets/agents/coder/graph.yaml index 741f8c7..3fb4f60 100644 --- a/assets/agents/coder/graph.yaml +++ b/assets/agents/coder/graph.yaml @@ -177,8 +177,14 @@ nodes: 1. Use `fs_patch` for surgical edits to existing files. 2. Use `fs_write` for new files or full rewrites. - 3. NEVER output code to chat. Always use tools. - 4. ALWAYS pass ABSOLUTE paths to fs_write and fs_patch. Relative + 3. NEVER write files via `execute_command`. Do not use `cat >`, + `cat >>`, `echo >`, `printf >`, `tee`, heredocs (`< file`, `cat >> file`, `tee` + - `echo >`, `printf >` + - Heredocs (`<