From 3ae6807d4abcc2187c1a70846d2b234d66f63151 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Mon, 4 Aug 2025 11:54:57 +0500 Subject: [PATCH] feat(blueprint): enhance tool usage guidelines for code analysis and source control management --- chatmodes/blueprint-mode.chatmode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chatmodes/blueprint-mode.chatmode.md b/chatmodes/blueprint-mode.chatmode.md index b2066c8..56f8c8e 100644 --- a/chatmodes/blueprint-mode.chatmode.md +++ b/chatmodes/blueprint-mode.chatmode.md @@ -75,6 +75,8 @@ Execute as an autonomous engineering agent. Follow specification-first developme - 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. - You can create temporary scripts for complex or repetitive tasks. - For browser-based tasks or interactive tests or tasks, use `playwright` (preferred) or `puppeteer` to simulate user interactions, testing or automate workflows. +- You can use `codebase` tool for code analysis and understanding project structure. +- You can use `changes` tool to reference/ get your pending source control changes. ## Workflow Definitions