Stats
Actions
Tags
From psd-coding-system
{"riskFlags": {"touchesBash": false, "matchAllTools": false, "touchesFileWrites": true}, "typeStats": {"command": 3}, "eventStats": {"PostToolUse": 1, "WorktreeCreate": 1, "WorktreeRemove": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 1, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 0}}
3 events · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Write${CLAUDE_PLUGIN_ROOT}/scripts/post-edit-validate.sh10msecho '=== Worktree created: ${worktree_path:-unknown} ==='; if [ -n "${worktree_path}" ] && [ -d "${worktree_path}" ] && [ -f .env ]; then if ln -sf "$(pwd)/.env" "${worktree_path}/.env"; then echo 'Symlinked .env to worktree'; else echo 'Warning: Failed to symlink .env to worktree' >&2; fi; fi; true10msecho '=== Worktree removed: ${worktree_path:-unknown} ==='5msnpx claudepluginhub psd401/psd-claude-plugins --plugin psd-coding-system