automagik-genie
Version:
Universal AI development companion that can be initialized in any codebase
27 lines (26 loc) • 526 B
JSON
{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "node .claude/minimal-hook.js",
"timeout": 5000
},
{
"type": "command",
"command": "./.claude/tdd_hook.sh",
"timeout": 10000
}
]
}
]
},
"enableHooks": true,
"statusLine": {
"type": "command",
"command": "node .claude/genie-statusline.js"
}
}