Skip to content

v1.2.0 — Package managers + Claude plugin marketplace

Choose a tag to compare

@mirekondro mirekondro released this 10 Jun 22:54
· 50 commits to main since this release
cba999b

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-check

Windows — Scoop

scoop bucket add pre-flight-check https://github.com/mirekondro/The-Pre-Flight-Check
scoop install pre-flight-check

Any platform — pipx

pipx install git+https://github.com/mirekondro/The-Pre-Flight-Check.git@v1.2.0

Claude Code plugin marketplace

claude plugin marketplace add mirekondro/The-Pre-Flight-Check
claude plugin install pre-flight-check

One-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 | iex

What's new in v1.2.0

  • Python packagepip install pre-flight-check ships a proper CLI: run, init, uninstall, list-tools, version
  • 🍺 Homebrew formulabrew install pre-flight-check
  • 🪣 Scoop bucketscoop install pre-flight-check
  • 🔌 Claude Code plugin marketplaceclaude 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 manually

Coverage

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.whl7fd7cd24edb072c12566e809c5f0bc944a2984e899b758183d219db1b4d1d96c
  • pre_flight_check-1.2.0.tar.gz21fa0ce5abccf732502e4201676221a7618da3fd4201c7aea4fa11a933f33392

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