mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-14 04:01:30 +08:00
29edd57708
Graduate 2.0.0-rc.1 to stable. Bump version across package, plugin, marketplace, OpenCode, agent metadata, VERSION, and all localized docs. Add 2.0.0 release notes + README sections (en/zh/pt-BR/tr), CHANGELOG entry, and the ECC community Discord bot (dependency-free gateway client + guild command registrar). Update copilot-support and release-surface tests for the sponsored-review migration and the 2.0.0 surface.
22 lines
357 B
JSON
22 lines
357 B
JSON
{
|
|
"name": "ecc",
|
|
"interface": {
|
|
"displayName": "ECC"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ecc",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|