@webdevtoday/claude-agents
Version:
AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, context-forge integration, and web dashboard for 80% faster development.
23 lines • 415 B
JSON
{
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "echo '🧪 Code modified - running tests...' >&2 && npm test --if-present"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "echo '✅ Test execution complete' >&2"
}
]
}
]
}