mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 20:00:12 -04:00
perf: remove memory:project from code-reviewer, debugger, security-auditor
This commit is contained in:
parent
01797fb681
commit
4c9d61cf88
3 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
name: code-reviewer
|
name: code-reviewer
|
||||||
description: Use proactively immediately after writing or modifying any code. Reviews diffs and files for quality, correctness, naming, error handling, and test coverage. Never modifies code.
|
description: Use proactively immediately after writing or modifying any code. Reviews diffs and files for quality, correctness, naming, error handling, and test coverage. Never modifies code.
|
||||||
model: sonnet
|
model: sonnet
|
||||||
memory: project
|
|
||||||
tools: Read, Glob, Grep, Bash
|
tools: Read, Glob, Grep, Bash
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 15
|
maxTurns: 15
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
name: debugger
|
name: debugger
|
||||||
description: Use immediately when encountering a bug, error, or unexpected behavior. Diagnoses root cause and applies a minimal targeted fix. Does not refactor or improve surrounding code.
|
description: Use immediately when encountering a bug, error, or unexpected behavior. Diagnoses root cause and applies a minimal targeted fix. Does not refactor or improve surrounding code.
|
||||||
model: sonnet
|
model: sonnet
|
||||||
memory: project
|
|
||||||
permissionMode: acceptEdits
|
permissionMode: acceptEdits
|
||||||
tools: Read, Write, Edit, Glob, Grep, Bash
|
tools: Read, Write, Edit, Glob, Grep, Bash
|
||||||
maxTurns: 20
|
maxTurns: 20
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
name: security-auditor
|
name: security-auditor
|
||||||
description: Use when making security-sensitive changes — auth, input handling, secrets, permissions, external APIs, database queries, file I/O. Audits for vulnerabilities and security anti-patterns. Never modifies code.
|
description: Use when making security-sensitive changes — auth, input handling, secrets, permissions, external APIs, database queries, file I/O. Audits for vulnerabilities and security anti-patterns. Never modifies code.
|
||||||
model: sonnet
|
model: sonnet
|
||||||
memory: project
|
|
||||||
permissionMode: plan
|
permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash
|
tools: Read, Glob, Grep, Bash
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue