mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
chore(conductor): add license and attribution to plugin metadata
- Add Apache-2.0 license to marketplace.json and plugin.json - Add attribution field referencing original Google project - Bump version to 1.0.7
This commit is contained in:
@@ -1925,14 +1925,16 @@
|
||||
{
|
||||
"name": "conductor",
|
||||
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"email": "seth@major7apps.com"
|
||||
},
|
||||
"source": "./plugins/conductor",
|
||||
"category": "workflows",
|
||||
"homepage": "https://github.com/wshobson/agents"
|
||||
"homepage": "https://github.com/wshobson/agents",
|
||||
"license": "Apache-2.0",
|
||||
"attribution": "Based on gemini-cli-extensions/conductor by Google"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,5 +4,7 @@
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"email": "seth@major7apps.com"
|
||||
}
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"attribution": "Based on gemini-cli-extensions/conductor by Google"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user