feat(blueprint): enhance tool usage guidelines for code analysis and source control management

This commit is contained in:
Muhammad Ubaid Raza 2025-08-04 11:54:57 +05:00
parent fb88f21e67
commit 3ae6807d4a

View File

@ -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