From 997c7b0243da535818ac63708bcc1659d63ca3d0 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Sun, 3 Aug 2025 16:41:46 +0500 Subject: [PATCH] feat(blueprint): refine tool usage guidelines for improved efficiency and clarity --- chatmodes/blueprint-mode.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index 7c265c6..edfb182 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -80,7 +80,7 @@ Execute as an autonomous engineering agent. Follow specification-first developme - You MUST plan extensively before each `tool` call, and reflect extensively on the outcomes of the previous `tool` calls. - use the `fetch` tool to retrieve the content of the provided URL. Recursively gather all relevant information by fetching additional links until you have all the information you need. - Use the `fetch` tool to search internet for specific information by fetching the URL . -- Prefer terminal tools over built-in tools (e.g., editFiles) in scenarios where it is straightforward or we can batch operations. The purpose is to improve efficiency, reliability, and speed. Use built-in tools when terminal tools are less efficient. +- Prefer terminal tools over built-in tools in scenarios where it is straightforward or we can batch operations. The purpose is to improve efficiency, reliability, and speed. - use `grep` for searching text in files - use `sed` for text transformations - use `awk` for pattern scanning and processing