commit 63b36ee71ca823735df07e7ec394d485821128ab Author: Zhongwei Li Date: Sat Nov 29 17:51:07 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d84f983 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "devkit", + "description": "Development toolkit plugin", + "version": "0.1.0", + "author": { + "name": "Team Name", + "email": "team@company.com" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..927355e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# devkit + +Development toolkit plugin diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..86109d8 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,17 @@ +{ + "description": "Inject steering context instructions into Explore/Plan subagents", + "hooks": { + "PreToolUse": [ + { + "matcher": "Task", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-steering-read.sh", + "timeout": 5 + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..c0bbfb8 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:agronod/claude-plugins:plugins/devkit", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "d5434cd599eea11a28ed5cc4b5c4734db594c47d", + "treeHash": "f8e615dc131e430572344d89149bd00aa80b4d90dd8474da29b5298ff15d9850", + "generatedAt": "2025-11-28T10:13:02.305188Z", + "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": "devkit", + "description": "Development toolkit plugin", + "version": "0.1.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "ecf7efe78d8c7c8693368e92936d13801e26993b46ddbf09665171583d66a3b6" + }, + { + "path": "hooks/hooks.json", + "sha256": "f2fb2507aa808fd0e1f80ba836787c4dcf76866334db5de32dc112f24866d157" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "8e4e4d7833ae9087bae3e0b3c5ad50dc64766a082dc23a4a2c55a393cc98a4cc" + } + ], + "dirSha256": "f8e615dc131e430572344d89149bd00aa80b4d90dd8474da29b5298ff15d9850" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file