Setup and configure cc-hooks plugin
/plugin marketplace add ThrownLemon/cc-hooks-custom/plugin install thrownlemon-cc-hooks-plugin@ThrownLemon/cc-hooks-customcheck|apikeys|test# cc-hooks Setup Assistant Help the user set up and configure the cc-hooks plugin. Follow these steps: ## 1. System Requirements Check Check if `uv` is installed: If not installed, guide the user to install it: - **macOS/Linux**: `curl -LsSf https://astral.sh/uv/install.sh | sh` - **Windows**: `powershell -c "irm https://astral.sh/uv/install.ps1 | iex"` ## 2. Shell Alias Setup ### 2.1. Check `cld` Alias Availability Check if `cld` command is available using BOTH methods: **Decision logic:** - If **EITHER** method finds `cld` → Skip to checking wrapper alias (Section 2.2) - If ...