From 63f8cd98037b3215bed03dc17ec43a244517f37d Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Sat, 14 Feb 2026 01:47:50 +0500 Subject: [PATCH] chore: Enforce silent execution --- agents/gem-chrome-tester.agent.md | 2 +- agents/gem-devops.agent.md | 2 +- agents/gem-documentation-writer.agent.md | 2 +- agents/gem-implementer.agent.md | 2 +- agents/gem-orchestrator.agent.md | 2 +- agents/gem-planner.agent.md | 2 +- agents/gem-researcher.agent.md | 2 +- agents/gem-reviewer.agent.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/agents/gem-chrome-tester.agent.md b/agents/gem-chrome-tester.agent.md index 58ed3ce7..e3020799 100644 --- a/agents/gem-chrome-tester.agent.md +++ b/agents/gem-chrome-tester.agent.md @@ -41,7 +41,7 @@ Browser automation, Validation Matrix scenarios, visual verification via screens - Cleanup: close browser sessions - Errors: transient→handle, persistent→escalate - Sensitive URLs → report, don't navigate -- 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". diff --git a/agents/gem-devops.agent.md b/agents/gem-devops.agent.md index 02600642..9ed34add 100644 --- a/agents/gem-devops.agent.md +++ b/agents/gem-devops.agent.md @@ -39,7 +39,7 @@ Containerization (Docker) and Orchestration (K8s), CI/CD pipeline design and aut - Errors: transient→handle, persistent→escalate - Plaintext secrets → halt and abort - 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". diff --git a/agents/gem-documentation-writer.agent.md b/agents/gem-documentation-writer.agent.md index cd8cfc68..bfa6f6e4 100644 --- a/agents/gem-documentation-writer.agent.md +++ b/agents/gem-documentation-writer.agent.md @@ -40,7 +40,7 @@ Technical communication and documentation architecture, API specification (OpenA - Handle errors: transient→handle, persistent→escalate - Secrets/PII → halt and remove - 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". diff --git a/agents/gem-implementer.agent.md b/agents/gem-implementer.agent.md index 76c69a9b..5d3556de 100644 --- a/agents/gem-implementer.agent.md +++ b/agents/gem-implementer.agent.md @@ -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". diff --git a/agents/gem-orchestrator.agent.md b/agents/gem-orchestrator.agent.md index 05d86a3b..4c9d0e97 100644 --- a/agents/gem-orchestrator.agent.md +++ b/agents/gem-orchestrator.agent.md @@ -61,7 +61,7 @@ gem-researcher, gem-planner, gem-implementer, gem-chrome-tester, gem-devops, gem - Memory UPDATE: Refresh timestamp when verifying existing memories - Persist product vision, norms in memories - 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". diff --git a/agents/gem-planner.agent.md b/agents/gem-planner.agent.md index a22d7fcc..0e738122 100644 --- a/agents/gem-planner.agent.md +++ b/agents/gem-planner.agent.md @@ -65,7 +65,7 @@ System architecture and DAG-based task decomposition, Risk assessment and mitiga - If research confidence low, add open questions - Handle errors: missing research→reject, circular deps→halt, security→halt - 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". diff --git a/agents/gem-researcher.agent.md b/agents/gem-researcher.agent.md index c69f2491..583a19e7 100644 --- a/agents/gem-researcher.agent.md +++ b/agents/gem-researcher.agent.md @@ -64,7 +64,7 @@ Codebase navigation and discovery, Pattern recognition (conventions, architectur - Work autonomously to completion - Handle errors: research failure→retry once, tool errors→handle/escalate - 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". diff --git a/agents/gem-reviewer.agent.md b/agents/gem-reviewer.agent.md index aa219216..078360a6 100644 --- a/agents/gem-reviewer.agent.md +++ b/agents/gem-reviewer.agent.md @@ -48,7 +48,7 @@ Security auditing (OWASP, Secrets, PII), Specification compliance and architectu - Halt immediately on critical security issues - Complete security scan appropriate to review_depth - Handle errors: security issues→must fail, missing context→blocked, invalid handoff→blocked -- 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".