From f4a115851cacc5f41ac06e5cda8fc9203dcafd44 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:57:18 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 13 +++++++++++ README.md | 3 +++ hooks/hooks.json | 16 ++++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 hooks/hooks.json create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..d388b87 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c867b41 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# auth-security-hooks + +auth-security automation hooks for development workflow diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..fe3fb73 --- /dev/null +++ b/hooks/hooks.json @@ -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" + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3b53f85 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file