Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
merge_group:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
merge_group:
Expand Down
1 change: 1 addition & 0 deletions src/utils/tools/toolDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
),
Expand Down