Skip to content

Commit 4af1936

Browse files
priyanshu92claude
andauthored
Fix allowed-tools format in power-apps plugin (#35) (#35)
- Change allowed-tools from JSON array syntax to comma-separated list - Aligns with project convention defined in CLAUDE.md Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 87b6550 commit 4af1936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/power-apps/skills/genpage

plugins/power-apps/skills/genpage/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Creates, updates, and deploys Power Apps generative pages for model
55
author: Microsoft Corporation
66
argument-hint: "[optional: page description or 'deploy' or 'update']"
77
user-invocable: true
8-
allowed-tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep", "WebFetch", "AskUserQuestion", "EnterPlanMode"]
8+
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, AskUserQuestion, EnterPlanMode
99
---
1010

1111
# Power Apps Generative Pages Builder

0 commit comments

Comments
 (0)