feat(blueprint): enhance tool usage guidelines for code analysis and source control management
This commit is contained in:
parent
fb88f21e67
commit
3ae6807d4a
@ -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.
|
- 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.
|
- 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.
|
- 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
|
## Workflow Definitions
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user