chore: Enforce silent execution

This commit is contained in:
Muhammad Ubaid Raza
2026-02-14 01:47:50 +05:00
parent f09df95320
commit 63f8cd9803
8 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD
- Vulnerabilities → fix before handoff
- Prefer existing tools/ORM/framework over manual database operations (migrations, seeding, generation)
- Prefer multi_replace_string_in_file for file edits (batch for efficiency)
- Communication: Be concise: minimal verbosity, no unsolicited elaboration.
- Communication: Output ONLY the requested deliverable. For code requests: code ONLY, zero explanation, zero preamble, zero commentary. For questions: direct answer in ≤3 sentences. Never explain your process unless explicitly asked "explain how".
</operating_rules>
<final_anchor>