commit e00ff7f5c36d6c8f0a66b5b1057e814c210378cb Author: Zhongwei Li Date: Sat Nov 29 18:02:11 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..64fd3c4 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "ex_doc", + "description": "ExDoc documentation validation plugin that checks for documentation issues before commits", + "version": "1.0.0-rc.4", + "author": { + "name": "Bradley Golden", + "url": "https://github.com/bradleygolden" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5cba92 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ex_doc + +ExDoc documentation validation plugin that checks for documentation issues before commits diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..a0dcb91 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,16 @@ +{ + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-check.sh", + "timeout": 45 + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8205520 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:bradleygolden/claude-marketplace-elixir:plugins/ex_doc", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "84ea5e76722f0981b3c4c5600cddc24a630d20d9", + "treeHash": "a9c16efa5f31fbe79973f160baf604b17877a3a932443c55461389bc1ea55910", + "generatedAt": "2025-11-28T10:14:23.042977Z", + "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": "ex_doc", + "description": "ExDoc documentation validation plugin that checks for documentation issues before commits", + "version": "1.0.0-rc.4" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "2d3dc90d32a69cb8ec191c3ec5b1c75e9b5670519ddfb251c003ed6f13da8d84" + }, + { + "path": "hooks/hooks.json", + "sha256": "59ac2f0e0c71e5f7bbd6c288fe0ba6a8993b2db7d312ba7cea507777cf63a4de" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "a09887c5720c474303f1803f4fd1b2434f893262526af5c1b2c66c5288f76dd7" + } + ], + "dirSha256": "a9c16efa5f31fbe79973f160baf604b17877a3a932443c55461389bc1ea55910" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file