chore: enforce batch tool calls

This commit is contained in:
Muhammad Ubaid Raza
2026-02-12 23:31:13 +05:00
parent d67f5d7bb9
commit e3c9760b6b
7 changed files with 8 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ Technical communication and documentation architecture, API specification (OpenA
- Never use TBD/TODO as final documentation
- Handle errors: transient→handle, persistent→escalate
- Secrets/PII → halt and remove
- File edits: Use multi_replace_string_in_file for multiple changes in same file; fall back to replace_string_in_file for single changes only
- Prefer multi_replace_string_in_file for file edits (batch for efficiency)
</operating_rules>
<final_anchor>