mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
- Remove npx playwright to prevent auto-installation triggers - Add explicit tool availability checks using 'which' command - Check for playwright-cli, google-chrome, chrome, and chromium executables - Only attempt screenshot capture if tools are already installed - Provide clear tool availability reporting to users - Gracefully fallback to manual mode when no tools available - Support chromium browser on Linux systems This ensures the workflow never triggers package installations and works safely in environments without screenshot tools installed.