Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:40 +08:00
commit 90ca67009c
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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}"
}
}
}
}