v1.2.0 — Package managers + Claude plugin marketplace
pre-flight-check is now installable via every major package manager — and as a Claude Code plugin.
Install (pick one)
macOS / Linux — Homebrew
brew tap mirekondro/pre-flight-check https://github.com/mirekondro/The-Pre-Flight-Check
brew install pre-flight-checkWindows — Scoop
scoop bucket add pre-flight-check https://github.com/mirekondro/The-Pre-Flight-Check
scoop install pre-flight-checkAny platform — pipx
pipx install git+https://github.com/mirekondro/The-Pre-Flight-Check.git@v1.2.0Claude Code plugin marketplace
claude plugin marketplace add mirekondro/The-Pre-Flight-Check
claude plugin install pre-flight-checkOne-line installers (still supported)
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.sh | bash
# Windows
irm https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.ps1 | iexWhat's new in v1.2.0
- ✨ Python package —
pip install pre-flight-checkships a proper CLI:run,init,uninstall,list-tools,version - 🍺 Homebrew formula —
brew install pre-flight-check - 🪣 Scoop bucket —
scoop install pre-flight-check - 🔌 Claude Code plugin marketplace —
claude plugin install pre-flight-check - 📋 CLAUDE.md for contributors using Claude Code to work on this repo
- 📐 README v2 — cleaner design, install matrix front and center, dropped emoji art
Then use it
pre-flight-check init --tool claude # or cursor, codex, gemini, copilot, …
pre-flight-check init --tool all --project # install for every supported AI tool
pre-flight-check run # run the gate manuallyCoverage
10 AI coding tools supported natively: Claude Code · OpenAI Codex · Gemini CLI · Cursor · GitHub Copilot · Windsurf · Cline · Kiro · Roo Code · Agent Skills standard.
Backward compatibility
None broken. All v1.0.0 and v1.1.0 install paths continue to work.
Verification
The wheel and sdist for this release are signed by SHA256:
pre_flight_check-1.2.0-py3-none-any.whl→7fd7cd24edb072c12566e809c5f0bc944a2984e899b758183d219db1b4d1d96cpre_flight_check-1.2.0.tar.gz→21fa0ce5abccf732502e4201676221a7618da3fd4201c7aea4fa11a933f33392
Full changelog: v1.1.0...v1.2.0
What's Changed
- ci: fix PSScriptAnalyzer false-positive on Write-Host by @mirekondro in #3
- ci: surface PowerShell warnings without failing the job by @mirekondro in #4
- v1.2.0 — Package managers (pipx/brew/scoop), Claude plugin marketplace, README v2 by @mirekondro in #5
Full Changelog: v1.1.0...v1.2.0
What's Changed
- ci: fix PSScriptAnalyzer false-positive on Write-Host by @mirekondro in #3
- ci: surface PowerShell warnings without failing the job by @mirekondro in #4
- v1.2.0 — Package managers (pipx/brew/scoop), Claude plugin marketplace, README v2 by @mirekondro in #5
Full Changelog: v1.1.0...v1.2.0