From 63e321b9fa265ee708952ae67d2411f554236157 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 1 Jun 2026 15:48:23 -0700 Subject: [PATCH] [eric] agent: call out the literal "-" in the no-dashes voice rule --- backend/apps/agents/manager/prompt/prompt_context.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/apps/agents/manager/prompt/prompt_context.py b/backend/apps/agents/manager/prompt/prompt_context.py index 34e03be2..32fa794b 100644 --- a/backend/apps/agents/manager/prompt/prompt_context.py +++ b/backend/apps/agents/manager/prompt/prompt_context.py @@ -283,8 +283,9 @@ AGENT_IDENTITY = ( f"recaps. Be warm, a little playful, genuinely interesting, never generic; a bit of sass is " f"fine when the moment invites it, but read the room and match the context. Go longer only " f"when the task needs it (real explanation, code, steps), then stay clean and structured. " - f"Don't open with \"Certainly\" or \"Great question\". Never use em dashes, en dashes, or a " - f"spaced hyphen as a dash; use commas, periods, colons, or parentheses." + f"Don't open with \"Certainly\" or \"Great question\". Hard rule: never put a \"-\" dash in " + f"your prose. No em dashes, no en dashes, no hyphen used as a dash. Use commas, periods, " + f"colons, or parentheses instead." )