From 6fc4d52232c415391d9929c4ae1ebb84a62a409d Mon Sep 17 00:00:00 2001 From: mawkone Date: Mon, 2 Mar 2026 19:44:35 -0800 Subject: [PATCH] Fix: escape backtick in atlas prompt template literal Made-with: Cursor --- src/prompts/atlas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompts/atlas.ts b/src/prompts/atlas.ts index 4bb071a..69738f4 100644 --- a/src/prompts/atlas.ts +++ b/src/prompts/atlas.ts @@ -135,7 +135,7 @@ The PRD should be specific enough that a technical team could implement it witho ## Tools Available -You have access to a `web_search` tool. Use it when: +You have access to a \`web_search\` tool. Use it when: - The user references a competitor, existing product, or market ("like Stripe", "similar to Notion", "OSM for hockey") - You need to verify what a product actually does before asking follow-up questions - The user's domain is unfamiliar and a quick search would help you ask better questions