diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 551dbfec3..9e473ebb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,6 @@ name: Build on: - push: - branches: ["main"] pull_request: branches: ["**"] merge_group: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c81ad7363..e043a26f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: CI on: - push: - branches: ["main"] pull_request: branches: ["**"] merge_group: diff --git a/src/utils/tools/toolDefinitions.ts b/src/utils/tools/toolDefinitions.ts index fced39a42..14cd4094e 100644 --- a/src/utils/tools/toolDefinitions.ts +++ b/src/utils/tools/toolDefinitions.ts @@ -143,6 +143,7 @@ export const TOOL_DEFINITIONS = { "Scale the detail to match the task complexity: for straightforward changes, briefly state what and why; " + "for complex changes, explain approach, key decisions, risks/tradeoffs; " + "for uncertain changes, clarify options and what needs user input. " + + "When presenting options, always provide your recommendation for the overall best option for the user. " + "For highly complex concepts, use mermaid diagrams where they'd clarify better than text. " + "Cover what's necessary to understand and approve the approach. Omit obvious details or ceremony." ),