{ "PostToolUse": [ { "matcher": "Write|Edit|MultiEdit", "hooks": [ { "type": "command", "command": "echo '⚔ Files modified - consider updating related Backlog.md tasks'" } ] } ], "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "if [ -d 'backlog' ]; then echo '\\nšŸ“‹ Backlog reminder: Use /task-align to sync task status with your changes'; fi" } ] } ] }