mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(plugins): align with official Claude Code plugin conventions
- Add minimal .claude-plugin/plugin.json to conductor and startup-business-analyst (matches official format: name, description, author only) - Remove .gitignore from startup-business-analyst (not in official plugins) - Bump versions: conductor 1.0.5, startup-business-analyst 1.0.2 Plugin structure now matches official examples (feature-dev, ralph-loop, etc.)
This commit is contained in:
@@ -1375,7 +1375,7 @@
|
|||||||
"name": "startup-business-analyst",
|
"name": "startup-business-analyst",
|
||||||
"source": "./plugins/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",
|
"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.1",
|
"version": "1.0.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson"
|
"url": "https://github.com/wshobson"
|
||||||
@@ -1951,7 +1951,7 @@
|
|||||||
"name": "conductor",
|
"name": "conductor",
|
||||||
"source": "./plugins/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",
|
"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.4",
|
"version": "1.0.5",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"url": "https://github.com/wshobson"
|
"url": "https://github.com/wshobson"
|
||||||
|
|||||||
8
plugins/conductor/.claude-plugin/plugin.json
Normal file
8
plugins/conductor/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "conductor",
|
||||||
|
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
||||||
|
"author": {
|
||||||
|
"name": "Seth Hobson",
|
||||||
|
"email": "seth@major7apps.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"name": "startup-business-analyst",
|
||||||
|
"description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research",
|
||||||
|
"author": {
|
||||||
|
"name": "Seth Hobson",
|
||||||
|
"email": "seth@major7apps.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
17
plugins/startup-business-analyst/.gitignore
vendored
17
plugins/startup-business-analyst/.gitignore
vendored
@@ -1,17 +0,0 @@
|
|||||||
# Local configuration files
|
|
||||||
.claude/*.local.md
|
|
||||||
|
|
||||||
# OS files
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Editor files
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
*.tmp
|
|
||||||
*.log
|
|
||||||
Reference in New Issue
Block a user