IndexPilot 1.1.0a3 — Stop bad indexes before production
Pre-release
Pre-release
IndexPilot now leads with the job it does: stop bad PostgreSQL indexes before they reach production.
It checks the exact CREATE INDEX in a migration against your observed workload, comparable indexes, and optional hypothetical plans before merge. It remains read-only and never applies physical DDL.
Install:
pipx install 'indexpilot==1.1.0a3'
This release also aligns the README, website, GitHub description, package metadata, and agent discovery files around the same promise.