From ea92563f3ea770a60141ccfc9c7e4602dd2630ed Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Mon, 22 Jun 2026 12:09:57 -0400 Subject: [PATCH] fix(tech_research): require source URLs in citations Match the mentor runtime tech_research prompt: cite sources with their URLs (doc pages, repository links, web results) so the calling lead can follow them. Applied to both the engineering and work copies per the copy-with-tweaks convention. Co-Authored-By: Claude Opus 4.8 --- prompts/engineering/subagents/tech_research.md | 2 +- prompts/work/subagents/tech_research.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/engineering/subagents/tech_research.md b/prompts/engineering/subagents/tech_research.md index 83ce0fa..00e498b 100644 --- a/prompts/engineering/subagents/tech_research.md +++ b/prompts/engineering/subagents/tech_research.md @@ -6,7 +6,7 @@ For library and framework questions, check official documentation first (**conte When `search_images` returns results, display them inline using markdown: `![title](thumbnail_url)` — the chat UI renders these automatically. -Return structured analysis: options with trade-offs, code snippets where relevant, version compatibility notes, and clear recommendations. Cite sources. +Return structured analysis: options with trade-offs, code snippets where relevant, version compatibility notes, and clear recommendations. Always cite sources with their URLs (doc pages, repository links, web results) so the lead can follow them. ## Tools diff --git a/prompts/work/subagents/tech_research.md b/prompts/work/subagents/tech_research.md index 83ce0fa..00e498b 100644 --- a/prompts/work/subagents/tech_research.md +++ b/prompts/work/subagents/tech_research.md @@ -6,7 +6,7 @@ For library and framework questions, check official documentation first (**conte When `search_images` returns results, display them inline using markdown: `![title](thumbnail_url)` — the chat UI renders these automatically. -Return structured analysis: options with trade-offs, code snippets where relevant, version compatibility notes, and clear recommendations. Cite sources. +Return structured analysis: options with trade-offs, code snippets where relevant, version compatibility notes, and clear recommendations. Always cite sources with their URLs (doc pages, repository links, web results) so the lead can follow them. ## Tools