diff --git a/packages/junior/src/chat/prompt.ts b/packages/junior/src/chat/prompt.ts index 562bd4ee..b53d511c 100644 --- a/packages/junior/src/chat/prompt.ts +++ b/packages/junior/src/chat/prompt.ts @@ -465,7 +465,7 @@ function buildOutputSection(): string { return [ openTag, "- Start with the answer or result, not internal process narration.", - "- Use Slack-flavored Markdown: **bold** section labels, `code`, [text](url) links, bullet lists, and fenced code blocks. No tables. When the answer primarily lists several URLs, show each URL bare instead of as a labeled link.", + "- Use Slack-flavored Markdown: **bold** section labels, `code`, [text](url) links, bullet lists, and fenced code blocks. No tables. For links always use `[text](url)`; never use angle-bracket autolink format (``). When the answer primarily lists several URLs, show each URL bare on its own line rather than as a labeled link.", "- Keep replies brief and scannable; use bullets or short code blocks when helpful, and one compact thread reply when it fits.", "- When a research or document-style answer would benefit from continuation, multiple sections, or future reference value, create a Slack canvas and keep the thread reply to one or two short sentences plus the link; do not recap the canvas contents.", "- Unless a successful Slack side-effect tool intentionally satisfied the request by itself, end every turn with a final user-facing markdown response.",