fix: replace invalid diff tool with bash in security-reviewer agents (#89)
`diff` is not a valid Claude Code tool name — the agent would silently lose its diff capability at runtime. Use `bash` to invoke diff instead. Applies to all four locales: en (07-plugins), vi, zh, uk. Co-authored-by: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: security-reviewer
|
name: security-reviewer
|
||||||
description: Security-focused code review
|
description: Security-focused code review
|
||||||
tools: read, grep, diff
|
tools: read, grep, bash
|
||||||
---
|
---
|
||||||
|
|
||||||
# Security Reviewer
|
# Security Reviewer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: security-reviewer
|
name: security-reviewer
|
||||||
description: Код-рев'ю з фокусом на безпеці
|
description: Код-рев'ю з фокусом на безпеці
|
||||||
tools: read, grep, diff
|
tools: read, grep, bash
|
||||||
---
|
---
|
||||||
|
|
||||||
# Рецензент безпеки
|
# Рецензент безпеки
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: security-reviewer
|
name: security-reviewer
|
||||||
description: Security-focused code review
|
description: Security-focused code review
|
||||||
tools: read, grep, diff
|
tools: read, grep, bash
|
||||||
---
|
---
|
||||||
|
|
||||||
# Security Reviewer
|
# Security Reviewer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: security-reviewer
|
name: security-reviewer
|
||||||
description: 面向安全的代码审查
|
description: 面向安全的代码审查
|
||||||
tools: read, grep, diff
|
tools: read, grep, bash
|
||||||
---
|
---
|
||||||
|
|
||||||
# 安全审查员
|
# 安全审查员
|
||||||
|
|||||||
Reference in New Issue
Block a user