15 lines
435 B
JSON
15 lines
435 B
JSON
{
|
|
"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"
|
|
]
|
|
} |