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:
Seth Hobson
2026-01-15 22:35:17 -05:00
parent 3fc313393d
commit 627dc5cdd7
2 changed files with 7 additions and 3 deletions

View File

@@ -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"
}