From 16876bba8a18216b1387271e0ae723058932f4b3 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:27:18 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 19 ++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..03ea9e6 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,19 @@ +{ + "name": "dincoder", + "description": "Spec-driven development workflow with DinCoder MCP server. Transform ideas into implementation through structured specifications, technical plans, and actionable tasks.", + "version": "0.7.0", + "author": { + "name": "DinCoder Team", + "email": "support@dincoder.dev", + "url": "https://github.com/dincoder" + }, + "mcp": { + "dincoder": { + "command": "npx", + "args": [ + "-y", + "mcp-dincoder@latest" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a837b8a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# dincoder + +Spec-driven development workflow with DinCoder MCP server. Transform ideas into implementation through structured specifications, technical plans, and actionable tasks. diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..d3601af --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:flight505/dincoder-plugin:", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "c784f992b9e32a0bd05cca0262cd9985ce0be94b", + "treeHash": "3b991a403fcb6386fb3803c627edb3a1598509d7ffe60abd8ccfff558c2c2089", + "generatedAt": "2025-11-28T10:16:54.939144Z", + "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": "dincoder", + "description": "Spec-driven development workflow with DinCoder MCP server. Transform ideas into implementation through structured specifications, technical plans, and actionable tasks.", + "version": "0.7.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "d4ce98a2841e703005624ca7b19a01efabf5c96eeafda0ba747007ff4030e887" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "b308406501d2be901361896a4eee50683078d1100429022ff9541c67ab4df2a8" + } + ], + "dirSha256": "3b991a403fcb6386fb3803c627edb3a1598509d7ffe60abd8ccfff558c2c2089" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file