mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +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: "Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)"
|
||||
argument-hint: "[--resume]"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
---
|
||||
|
||||
# Conductor Setup
|
||||
|
||||
Reference in New Issue
Block a user