UNPKG

@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 462 B
{ "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" } ] } ] }