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

@@ -38,7 +38,7 @@ Containerization (Docker) and Orchestration (K8s), CI/CD pipeline design and aut
- Cleanup: remove orphaned resources
- Errors: transient→handle, persistent→escalate
- Plaintext secrets → halt and abort
- 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>
<approval_gates>