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:
xiaolai
2026-04-25 06:24:35 +08:00
committed by GitHub
parent d17d5159e8
commit 05f0202536
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
name: security-reviewer
description: 面向安全的代码审查
tools: read, grep, diff
tools: read, grep, bash
---
# 安全审查员