v1.1.0 — Multi-tool support
pre-flight-check now ships native adapters for 10 AI coding agents. The pipeline engine, fail-fast protocol, and quality gates are identical across all tools — only the delivery format differs.
What's new
The skill is now universally available as a native rule/instruction file for:
- 🤖 Claude Code —
.claude/skills/pre-flight-check/ - ⚡ OpenAI Codex —
AGENTS.mdat repo root - 💎 Gemini CLI —
GEMINI.md+gemini-extension.json - 🪄 Cursor —
.cursor/rules/pre-flight-check.mdc - 🐙 GitHub Copilot —
.github/copilot-instructions.md - 🌊 Windsurf —
.windsurf/rules/pre-flight-check.md - 🤖 Cline —
.clinerules/pre-flight-check.md - 🦊 Kiro —
.kiro/steering/pre-flight-check.md - 🦘 Roo Code —
.roo/rules/pre-flight-check.md - 🌐 Agent Skills standard —
.agents/skills/pre-flight-check/(cross-tool)
Installer
The installer is now a multi-tool dispatcher:
# Single tool
curl -fsSL https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.sh \
| bash -s -- --tool cursor --project
# All ten tools at once
curl -fsSL https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.sh \
| bash -s -- --tool all --project
# See the full list
bash install.sh --list-toolsPowerShell uses the same flags as -Tool, -Project, -Force, etc.
Backward compatibility
bash install.sh (no flags) still defaults to --tool claude --global — identical to v1.0.0 behavior. All existing one-liners in the wild continue to work.
Breaking changes
None.
Coverage tip
Most modern agents (Copilot Coding Agent, Windsurf, Kiro, Codex) read AGENTS.md at the repo root as a fallback. Shipping --tool codex alone gives you baseline coverage across a wide swath of the ecosystem.
Full changelog: v1.0.0...v1.1.0