commit 90ca67009cbab4f7d76868ed3608d38976d2bb5b Author: Zhongwei Li Date: Sun Nov 30 08:58:40 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..eaff648 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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}" + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..384b3fe --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# sudocode + +Git-native spec and issue management for AI-assisted development. Track issues, specs, and feedback with smart anchoring. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..0be53e1 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:sudocode-ai/sudocode:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "82172d27efc7ba73a9377cb3e2d11c105829ca7f", + "treeHash": "725ea74fa5bc72a7cb00a163059220accf843f2720ae9887f91ab0e723818013", + "generatedAt": "2025-11-28T10:28:28.328806Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "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" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "c850ad48ed743eedc69fa01847a1d58b1110032039b942339aeff7184e4ec406" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "35e975b8e1da7eb53749bafbebc0994f1ba22d5229b4ee29a6e726861f5c4b0f" + } + ], + "dirSha256": "725ea74fa5bc72a7cb00a163059220accf843f2720ae9887f91ab0e723818013" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file