Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:11 +08:00
commit e00ff7f5c3
4 changed files with 76 additions and 0 deletions

View File

@@ -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"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# ex_doc
ExDoc documentation validation plugin that checks for documentation issues before commits

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-check.sh",
"timeout": 45
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}