mirror of
https://github.com/giancarloerra/socraticode.git
synced 2026-07-03 14:05:21 +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).
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"name": "socraticode",
|
|
"version": "1.7.2",
|
|
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
|
|
"author": {
|
|
"name": "Giancarlo Erra",
|
|
"email": "giancarlo@altaire.com",
|
|
"url": "https://altaire.com"
|
|
},
|
|
"homepage": "https://github.com/giancarloerra/socraticode",
|
|
"repository": "https://github.com/giancarloerra/socraticode",
|
|
"license": "AGPL-3.0-only",
|
|
"keywords": [
|
|
"codebase",
|
|
"search",
|
|
"indexing",
|
|
"dependency-graph",
|
|
"semantic-search",
|
|
"mcp"
|
|
],
|
|
"skills": "./skills/",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "SocratiCode",
|
|
"shortDescription": "Codebase intelligence: semantic search, dependency graphs, and context artifacts",
|
|
"longDescription": "SocratiCode provides codebase intelligence through semantic search workflows, dependency graph analysis, and context artifact exploration. Index your codebase, search with hybrid semantic + keyword search, visualize module dependencies, and manage context artifacts.",
|
|
"developerName": "Giancarlo Erra",
|
|
"category": "Development",
|
|
"capabilities": ["Read"],
|
|
"websiteURL": "https://github.com/giancarloerra/socraticode",
|
|
"privacyPolicyURL": "https://github.com/giancarloerra/socraticode/blob/main/SECURITY.md",
|
|
"termsOfServiceURL": "https://github.com/giancarloerra/socraticode/blob/main/LICENSE",
|
|
"defaultPrompt": [
|
|
"Use SocratiCode to search the codebase for authentication handling.",
|
|
"Use SocratiCode to visualize the dependency graph of this project."
|
|
]
|
|
}
|
|
}
|