Skip to content

Commit 34a7f69

Browse files
committed
fix: update agent tool references to standard gemini cli tools
1 parent 2a18d95 commit 34a7f69

13 files changed

Lines changed: 13 additions & 13 deletions

agents/architect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: architect
33
description: Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
4-
tools: ["Read", "Grep", "Glob"]
4+
tools: ["read_file", "run_shell_command"]
55
model: opus
66
---
77

agents/build-error-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: build-error-resolver
33
description: Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
4-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
4+
tools: ["read_file", "write_file", "edit_file", "run_shell_command"]
55
model: opus
66
---
77

agents/code-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: code-reviewer
33
description: Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
4-
tools: ["Read", "Grep", "Glob", "Bash"]
4+
tools: ["read_file", "run_shell_command"]
55
model: opus
66
---
77

agents/database-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: database-reviewer
33
description: PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
4-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
4+
tools: ["read_file", "write_file", "edit_file", "run_shell_command"]
55
model: opus
66
---
77

agents/doc-updater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: doc-updater
33
description: Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
4-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
4+
tools: ["read_file", "write_file", "edit_file", "run_shell_command"]
55
model: opus
66
---
77

agents/e2e-runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: e2e-runner
33
description: End-to-end testing specialist using Vercel Agent Browser (preferred) with Playwright fallback. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
4-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
4+
tools: ["read_file", "write_file", "edit_file", "run_shell_command"]
55
model: opus
66
---
77

agents/go-build-resolver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: go-build-resolver
33
description: Go build, vet, and compilation error resolution specialist. Fixes build errors, go vet issues, and linter warnings with minimal changes. Use when Go builds fail.
4-
tools: ["Read", "Write", "Edit", "Bash", "Grep", "Glob"]
4+
tools: ["read_file", "write_file", "edit_file", "run_shell_command"]
55
model: opus
66
---
77

agents/go-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: go-reviewer
33
description: Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED for Go projects.
4-
tools: ["Read", "Grep", "Glob", "Bash"]
4+
tools: ["read_file", "run_shell_command"]
55
model: opus
66
---
77

agents/planner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: planner
33
description: Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
4-
tools: ["Read", "Grep", "Glob"]
4+
tools: ["read_file", "run_shell_command"]
55
model: opus
66
---
77

agents/python-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: python-reviewer
33
description: Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
4-
tools: ["Read", "Grep", "Glob", "Bash"]
4+
tools: ["read_file", "run_shell_command"]
55
model: opus
66
---
77

0 commit comments

Comments
 (0)