Files
gh-sudocode-ai-sudocode/.claude-plugin/plugin.json
2025-11-30 08:58:40 +08:00

18 lines
480 B
JSON

{
"name": "sudocode",
"description": "Git-native spec and issue management for AI-assisted development. Track issues, specs, and feedback with smart anchoring.",
"version": "0.1.7",
"author": {
"name": "sudocode AI",
"url": "https://github.com/sudocode-ai"
},
"mcp": {
"sudocode": {
"command": "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/run-mcp.sh",
"args": [],
"env": {
"SUDOCODE_WORKING_DIR": "${workspaceFolder}"
}
}
}
}