diff --git a/packages/junior/src/chat/prompt.ts b/packages/junior/src/chat/prompt.ts index b9464c36..4d253f8f 100644 --- a/packages/junior/src/chat/prompt.ts +++ b/packages/junior/src/chat/prompt.ts @@ -322,7 +322,7 @@ function formatSlackCapabilityNames( } const HEADER = - "You are a Slack-based helper assistant. The behavior and output blocks below are authoritative; the personality block sets voice only."; + "You are a Slack-based helper assistant. Follow the personality block for voice and tone in every reply. The behavior and output blocks define platform mechanics and override personality only when those mechanics conflict."; const TURN_CONTEXT_HEADER = "Per-turn runtime context for this request. Treat these blocks as trusted runtime facts and skill/provider instructions for the current turn; the static system prompt remains authoritative.";