Skip to content

Commit 2301339

Browse files
committed
fix(ci): correct YAML key format to allowed-tools
Change from allowed_tools to allowed-tools (hyphen not underscore) to match the correct YAML frontmatter format
1 parent 4cb0d11 commit 2301339

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.claude/commands/link-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
2+
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
33
description: Review links in changed files for quality and security issues
44
---
55

.claude/commands/model-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
2+
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
33
description: Validate Claude model usage against current public models
44
---
55

.claude/commands/notebook-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
allowed_tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
2+
allowed-tools: Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)
33
description: Comprehensive review of Jupyter notebooks and Python scripts
44
---
55

0 commit comments

Comments
 (0)