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": "lang-javascript-hooks",
|
||||
"description": "lang-javascript 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 @@
|
||||
# lang-javascript-hooks
|
||||
|
||||
lang-javascript automation hooks for development workflow
|
||||
21
hooks/hooks.json
Normal file
21
hooks/hooks.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Write|Edit|MultiEdit",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/typescript-validator.py",
|
||||
"description": "Validate TypeScript code"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/import-organizer.py",
|
||||
"description": "Organize imports automatically"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
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:lang-javascript-hooks",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "8f4b2612bc8d644d28ef6a1ea8606e3d05d2d432",
|
||||
"treeHash": "0006573cc51f4679f26c097a2e858b4422c623333e4beb27db67b3ed362f2fd1",
|
||||
"generatedAt": "2025-11-28T10:09:53.517556Z",
|
||||
"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": "lang-javascript-hooks",
|
||||
"description": "lang-javascript automation hooks for development workflow",
|
||||
"version": "3.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "16389bdcecc6ce596137198b8193b2b0b9d5fb771a2d2fb6981ab48084953f79"
|
||||
},
|
||||
{
|
||||
"path": "hooks/hooks.json",
|
||||
"sha256": "7528b5d2983bfda15f2c88280882a80a6dffe4488825b05a878109e6edf3b1a9"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "8578fcb8193e40e2362ef2cdefdbe963a5b7286352b374fcf8b265ddca250b60"
|
||||
}
|
||||
],
|
||||
"dirSha256": "0006573cc51f4679f26c097a2e858b4422c623333e4beb27db67b3ed362f2fd1"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user