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 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 12:09:57 -04:00
parent a8143827bd
commit ea92563f3e
2 changed files with 2 additions and 2 deletions

View File

@@ -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. 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 ## Tools

View File

@@ -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. 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 ## Tools