Initial commit
This commit is contained in:
13
.claude-plugin/plugin.json
Normal file
13
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "auth-security-hooks",
|
||||
"description": "auth-security automation hooks for development workflow",
|
||||
"version": "3.0.0",
|
||||
"author": {
|
||||
"name": "Ossie Irondi",
|
||||
"email": "admin@kamdental.com",
|
||||
"url": "https://github.com/AojdevStudio"
|
||||
},
|
||||
"hooks": [
|
||||
"./hooks/hooks.json"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# auth-security-hooks
|
||||
|
||||
auth-security automation hooks for development workflow
|
||||
16
hooks/hooks.json
Normal file
16
hooks/hooks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write|Edit|MultiEdit",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/api-standards-checker.py",
|
||||
"description": "Check API standards compliance"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:AojdevStudio/dev-utils-marketplace:auth-security-hooks",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "3a2aa4b2a76fff46fa509d1d3635fcc2a022137c",
|
||||
"treeHash": "c89456f86102cab7350f16514e50906afd958405b997b5e3c436827142c63d28",
|
||||
"generatedAt": "2025-11-28T10:24:53.919899Z",
|
||||
"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": "auth-security-hooks",
|
||||
"description": "auth-security automation hooks for development workflow",
|
||||
"version": "3.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "88bf4665db53b7d50d540a5c26a839aa6b90bc75e3bd4d91c8118b6b0c826df4"
|
||||
},
|
||||
{
|
||||
"path": "hooks/hooks.json",
|
||||
"sha256": "09748983ba1b05879361f20a192c1e167a76dc4dd9db976242d56a13fac51833"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "11db0975e24c78f15e04aa0daf409c05782701c13b8b4d77c7b1a285607e8879"
|
||||
}
|
||||
],
|
||||
"dirSha256": "c89456f86102cab7350f16514e50906afd958405b997b5e3c436827142c63d28"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user