Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:23 +08:00
commit 8a3ade8edb
9 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-hook-advisor",
"description": "Intelligent command history tracking with automatic failure detection. Tracks all bash commands Claude runs (successful and failed) with semantic directory aliasing and command mapping.",
"version": "1.0.0",
"author": {
"name": "sirmews",
"url": "https://github.com/sirmews/claude-hook-advisor"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}