Skip to content

Commit 5537e86

Browse files
sjnimsclaude
andcommitted
fix: add Bash(git init:*) to create-marketplace allowed-tools
The create-marketplace command's Phase 4 instructs Claude to "Initialize git repo if creating new directory", but the allowed-tools frontmatter was missing Bash(git init:*). This caused permission failures or prompts when the command attempted to initialize a git repository. This aligns create-marketplace.md with create-plugin.md, which correctly includes this tool. Fixes #109 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6b4b916 commit 5537e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/plugin-dev/commands/create-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Create plugin marketplaces with guided workflow
33
argument-hint: [marketplace-description]
4-
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), TodoWrite, AskUserQuestion, Skill, Task
4+
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task
55
---
66

77
# Marketplace Creation Workflow

0 commit comments

Comments
 (0)