{ "description": "Check for leftover design lab files on session end", "hooks": { "SessionEnd": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/cleanup-check.sh", "timeout": 10 } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "${CLAUDE_PLUGIN_ROOT}/scripts/cleanup-check.sh", "timeout": 10 } ] } ] } }