Skip to content

Commit 81159c2

Browse files
sjnimsclaude
andcommitted
feat: add disable-model-invocation to workflow commands
Prevent SlashCommand tool from programmatically invoking complex 8-phase workflow commands that require significant user interaction and decision-making at multiple phases. Commands updated: - create-plugin.md - create-marketplace.md Fixes #135 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4ac66c4 commit 81159c2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Create plugin marketplaces with guided workflow
33
argument-hint: [marketplace-description]
44
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task
5+
disable-model-invocation: true
56
---
67

78
# Marketplace Creation Workflow

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Create plugins with guided 8-phase workflow
33
argument-hint: [plugin-description]
44
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(mkdir:*), Bash(git init:*), TodoWrite, AskUserQuestion, Skill, Task
5+
disable-model-invocation: true
56
---
67

78
# Plugin Creation Workflow

0 commit comments

Comments
 (0)