mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
Changed from 'uv run <command>' to direct '<command>' execution since we're using 'uv pip install --system' which installs to the system Python environment. This fixes pytest-cov and other plugin detection issues. Changes: - pytest instead of uv run pytest - ruff instead of uv run ruff - superclaude instead of uv run superclaude - Added uv pip list for debugging 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>