mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
fix(conductor): add allowed-tools to commands and simplify marketplace entry
Based on research of official plugins: - Add allowed-tools array to all 5 commands (required field in working plugins) - Simplify marketplace.json entry to match official format (minimal fields, auto-discovery) - Remove explicit commands/agents/skills arrays (rely on auto-discovery like official plugins) Version: 1.0.6
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: "Create a new track with specification and phased implementation plan"
|
||||
argument-hint: "<feature|bug|chore|refactor> <name>"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
---
|
||||
|
||||
# New Track
|
||||
|
||||
Reference in New Issue
Block a user