mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
fix(conductor): remove invalid attribution field from plugin metadata
The attribution field is not part of the Claude Code plugin schema. Attribution is properly documented in README.md instead.
This commit is contained in:
@@ -1933,8 +1933,7 @@
|
||||
"source": "./plugins/conductor",
|
||||
"category": "workflows",
|
||||
"homepage": "https://github.com/wshobson/agents",
|
||||
"license": "Apache-2.0",
|
||||
"attribution": "Based on gemini-cli-extensions/conductor by Google"
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -5,6 +5,5 @@
|
||||
"name": "Seth Hobson",
|
||||
"email": "seth@major7apps.com"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"attribution": "Based on gemini-cli-extensions/conductor by Google"
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user