Commit Graph

3 Commits

Author SHA1 Message Date
Seth Hobson
29d59eb5cf fix(plugins): add proper frontmatter to commands and agents
Commands now have correct frontmatter format:
- description (required)
- argument-hint (optional)

Agents now have correct frontmatter format:
- name, description, tools, model, color

Updated plugins:
- conductor v1.0.4: fixed all 5 commands and 1 agent
- startup-business-analyst v1.0.1: fixed all 3 commands
2026-01-15 20:58:35 -05:00
Seth Hobson
fe3baec076 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
2026-01-15 20:42:46 -05:00
Seth Hobson
1408671cb7 fix(conductor): move plugin to plugins/ directory for proper discovery
Conductor plugin was at root level instead of plugins/ directory,
causing slash commands to not be recognized by Claude Code.
2026-01-15 20:34:57 -05:00