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:
Seth Hobson
2026-01-15 20:55:21 -05:00
parent 3a6a24e1a6
commit 87ed65d2b5
6 changed files with 5 additions and 60 deletions

View File

@@ -1,23 +0,0 @@
{
"name": "startup-business-analyst",
"version": "1.0.0",
"description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com",
"url": "https://github.com/wshobson"
},
"homepage": "https://github.com/wshobson/agents",
"repository": "https://github.com/wshobson/agents",
"license": "MIT",
"keywords": [
"startup",
"business-analysis",
"market-sizing",
"tam-sam-som",
"financial-modeling",
"business-planning",
"fundraising"
],
"category": "business"
}