mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-29 03:09:38 +02:00
fix(commands): use allowed-tools, not allowed_tools
Nine command files spell the key with an underscore while six other files in this repository already use `allowed-tools`. Claude Code reads the hyphenated form, so the underscored key is unrecognized and the tool pre-approval it is meant to grant never applies.
This commit is contained in:
committed by
Alex Schmitt
parent
4d8893f607
commit
ea2ec0d249
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: add-language-rules
|
||||
description: Workflow command scaffold for add-language-rules in everything-claude-code.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /add-language-rules
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: database-migration
|
||||
description: Workflow command scaffold for database-migration in everything-claude-code.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /database-migration
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: feature-development
|
||||
description: Workflow command scaffold for feature-development in everything-claude-code.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /feature-development
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Plan and execute a full marketing campaign. Accepts a product brief and returns positioning, landing page copy, email sequence, social posts, ad variants, video scripts, and a content calendar. Can also review existing copy for conversion quality.
|
||||
allowed_tools: ["Read", "Grep", "Glob", "WebSearch", "WebFetch", "Write"]
|
||||
allowed-tools: ["Read", "Grep", "Glob", "WebSearch", "WebFetch", "Write"]
|
||||
---
|
||||
|
||||
# /marketing-campaign
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: skill-create
|
||||
description: Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /skill-create - Local Skill Generation
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: skill-create
|
||||
description: Analizar el historial local de git para extraer patrones de codificación y generar archivos SKILL.md. Versión local de la Skill Creator GitHub App.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /skill-create - Generación Local de Skills
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: skill-create
|
||||
description: ローカルのgit履歴を分析してコーディングパターンを抽出し、SKILL.mdファイルを生成します。Skill Creator GitHub Appのローカル版です。
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /skill-create - ローカルスキル生成
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: skill-create
|
||||
description: Kodlama desenlerini çıkarmak ve SKILL.md dosyaları oluşturmak için yerel git geçmişini analiz et. Skill Creator GitHub App'ın yerel versiyonu.
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /skill-create - Yerel Skill Oluşturma
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: skill-create
|
||||
description: 分析本地Git历史以提取编码模式并生成SKILL.md文件。Skill Creator GitHub应用的本地版本。
|
||||
allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
allowed-tools: ["Bash", "Read", "Write", "Grep", "Glob"]
|
||||
---
|
||||
|
||||
# /skill-create - 本地技能生成
|
||||
|
||||
Reference in New Issue
Block a user