From dd3438fb5811bd1113b01d2eb103954392d9eb53 Mon Sep 17 00:00:00 2001 From: karesansui Date: Mon, 16 Mar 2026 15:06:52 +0900 Subject: [PATCH] fix: propagate focus rules to vuln/exploit agents Add {{RULES_FOCUS}} placeholder to shared/_rules.txt so that user-configured focus rules are included in all 10 vuln-* and exploit-* agent prompts, not just the recon agent. Fixes #240 Co-Authored-By: Claude Opus 4.6 --- prompts/shared/_rules.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/prompts/shared/_rules.txt b/prompts/shared/_rules.txt index 566ea181..550e63ec 100644 --- a/prompts/shared/_rules.txt +++ b/prompts/shared/_rules.txt @@ -1,2 +1,5 @@ Rules to Avoid: -{{RULES_AVOID}} \ No newline at end of file +{{RULES_AVOID}} + +Rules to Focus: +{{RULES_FOCUS}} \ No newline at end of file