mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(plugins): remove redundant plugin.json and fix command formats
- Remove .claude-plugin/plugin.json from conductor and startup-business-analyst (marketplace.json provides all config, standalone plugin.json breaks installation) - Remove YAML frontmatter from startup-business-analyst commands - Bump versions: conductor 1.0.3, startup-business-analyst 1.0.1
This commit is contained in:
@@ -1375,7 +1375,7 @@
|
||||
"name": "startup-business-analyst",
|
||||
"source": "./plugins/startup-business-analyst",
|
||||
"description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
@@ -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.2",
|
||||
"version": "1.0.3",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"url": "https://github.com/wshobson"
|
||||
|
||||
Reference in New Issue
Block a user