claude-agents-manager
Version:
Elite AI research and development platform with 60+ specialized agents, comprehensive research workflows, citation-backed reports, and advanced multi-agent coordination for Claude Code. Features deep research capabilities, concurrent execution, shared mem
23 lines • 462 B
JSON
{
"PostToolUse": [
{
"matcher": "Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "echo '🔧 Code refactored - running tests to ensure functionality preserved...' >&2 && npm test --if-present"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "echo '✨ Refactoring complete - all tests passing' >&2"
}
]
}
]
}