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:
Seth Hobson
2026-01-15 20:42:46 -05:00
parent f4e89af1dd
commit fe3baec076
6 changed files with 6 additions and 68 deletions

View File

@@ -1,17 +1,4 @@
---
name: revert
description: Git-aware undo by logical work unit (track, phase, or task)
model: opus
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- AskUserQuestion
argument-hint: "[track-id | track-id:phase | track-id:task]"
---
# Revert Track
Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks.