mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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
This commit is contained in:
@@ -1951,7 +1951,7 @@
|
||||
"name": "conductor",
|
||||
"source": "./plugins/conductor",
|
||||
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool. Implements structured workflow: Context → Spec & Plan → Implement with full TDD support, track-based work units, semantic git reversion, and resumable sessions",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
|
||||
Reference in New Issue
Block a user