mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
fix(conductor): align file formats with Claude Code plugin conventions
- Remove YAML frontmatter from command files (commands don't use frontmatter) - Remove non-standard fields (color, tools) from conductor-validator agent - Simplify agent description to single line format
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
---
|
||||
name: status
|
||||
description: Display project progress overview including tracks, phases, and tasks
|
||||
model: opus
|
||||
allowed-tools:
|
||||
- Read
|
||||
- Glob
|
||||
- Grep
|
||||
argument-hint: "[track-id]"
|
||||
---
|
||||
# Conductor Status
|
||||
|
||||
Display the current status of the Conductor project, including overall progress, active tracks, and next actions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user