commit 9c985816e7be197867e19311beb14dcd952edd3d Author: Zhongwei Li Date: Sun Nov 30 08:48:45 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..86fc6b4 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "dmv", + "description": "Do git the way I like", + "version": "1.0.0", + "author": { + "name": "racurry", + "email": "zhongweili@tubi.tv" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..bea1f2c --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "github": { + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-github"], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..3653b02 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# dmv + +Do git the way I like diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..49db6a2 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:racurry/neat-little-package:plugins/dmv", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "bdab4fc6df4f83d1ead11687bc91b9c383788693", + "treeHash": "ff4b4f32b0ddea03afc059818ff7cc592e18c76e67b119737df34ea34a69235b", + "generatedAt": "2025-11-28T10:27:43.076469Z", + "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": "dmv", + "description": "Do git the way I like", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "c86172839fe374ce2598a1040aab0e5a91fdf1a4eaeaf5f69fd096381a1fb078" + }, + { + "path": "README.md", + "sha256": "a417026a503225a802a3e873da1832a86e615859a23a9c1e0c8fe60afa15de45" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "b712a8c53c0e2af72b622b7ac41e4c7b11c8c4b4f715ead615e9f1489ab216d6" + } + ], + "dirSha256": "ff4b4f32b0ddea03afc059818ff7cc592e18c76e67b119737df34ea34a69235b" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file