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:
Seth Hobson
2026-01-15 21:27:59 -05:00
parent 3d0a40dd58
commit 3e673da18e
6 changed files with 10 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
---
description: "Display project status, active tracks, and next actions"
argument-hint: "[track-id] [--detailed]"
allowed-tools: ["Read", "Glob", "Grep", "Bash"]
---
# Conductor Status