feat: Made sisyphus suite of agents all auto-approved for tool usage
CI / All (ubuntu-latest) (push) Failing after 24s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-22 22:28:20 -06:00
parent 56ec58a748
commit d51bdd3086
5 changed files with 15 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory containing the changes under review description: Project directory containing the changes under review
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
global_tools: global_tools:
- ast_grep.sh - ast_grep.sh
+3
View File
@@ -19,6 +19,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory to review description: Project directory to review
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
global_tools: global_tools:
- ast_grep.sh - ast_grep.sh
+3
View File
@@ -10,6 +10,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory to explore description: Project directory to explore
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
mcp_servers: mcp_servers:
- ddg-search - ddg-search
+3
View File
@@ -11,6 +11,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory for context description: Project directory for context
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
global_tools: global_tools:
- fs_read.sh - fs_read.sh
+3
View File
@@ -14,6 +14,9 @@ variables:
- name: project_dir - name: project_dir
description: Project directory for context description: Project directory for context
default: '.' default: '.'
- name: auto_confirm
description: Auto-confirm command execution
default: '1'
mcp_servers: mcp_servers:
- ddg-search - ddg-search