mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-06-02 06:23:43 +02:00
6a91febe45
The Cursor and Codex plugin manifests had drifted from the engine version because the previous `release-it` `after:bump` hook only updated `.claude-plugin/plugin.json`. Replace the inline-JS hook with `scripts/bump-plugin-versions.mjs`, which iterates every known plugin manifest (Claude / Cursor / Codex plus the upcoming `extension/package.json`) and skips any that don't yet exist. This keeps every distribution channel in lockstep on subsequent releases. Bring `.cursor-plugin/plugin.json` and `.codex-plugin/plugin.json` up to v1.7.2 so they reflect the current engine release. Tidy up the plugin descriptions in the same pass (replace decorative dashes with colons, no semantic change).
19 lines
446 B
JSON
19 lines
446 B
JSON
{
|
|
"name": "socraticode",
|
|
"owner": {
|
|
"name": "Giancarlo Erra",
|
|
"email": "giancarlo@altaire.com"
|
|
},
|
|
"metadata": {
|
|
"description": "SocratiCode: codebase intelligence plugin"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "socraticode",
|
|
"source": "./",
|
|
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration",
|
|
"category": "development"
|
|
}
|
|
]
|
|
}
|