Skip to content

Commit 208a4a8

Browse files
priyanshu92claude
andcommitted
Remove hardcoded plugin allow-list from workflow
- Plugin name is now read as-is from plugin.json - Works for any new plugin without edits Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 471f0a7 commit 208a4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/skills/report-issue/report-issue-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ File a bug report on the [power-platform-skills](https://github.com/microsoft/po
1515
**Actions**:
1616

1717
1. Create a task list with all 5 phases (see [Progress Tracking](#progress-tracking) table).
18-
2. **Auto-detect the plugin name** from the current plugin context by reading `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`. Extract the `name` field (must be one of: `code-apps`, `model-apps`, `power-pages`).
18+
2. **Auto-detect the plugin name** from the current plugin context by reading `${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json`. Extract the `name` field.
1919
3. **Auto-detect the plugin version** from the same `plugin.json` — extract the `version` field.
2020
4. If the plugin name or version cannot be determined, use `AskUserQuestion` to ask the user.
2121

0 commit comments

Comments
 (0)