v0.5.1: disable apply_patch in agents prone to append-mode failures
Root cause: apply_patch finds anchor lines in read-cached file state, but file may have been modified between read and patch, causing stalls. Changes: - dr-verifier: disable apply_patch AND edit; force read-then-write protocol for evidence file appends - dr-analyst: document write-preferred protocol for sources.jsonl appends - dr-polisher: disable apply_patch; keep edit for small string replacements - dr-editor-in-chief / dr-translator: disable apply_patch Recovery procedure documented in dr-verifier for write failures.
This commit is contained in:
@@ -7,6 +7,7 @@ tools:
|
||||
read: true
|
||||
write: true
|
||||
edit: true
|
||||
apply_patch: false
|
||||
bash: true
|
||||
skill: true
|
||||
task: true
|
||||
|
||||
Reference in New Issue
Block a user