packages feed

keiro-migrations-0.2.0.0: sql-migrations/2026-06-15-17-53-48-keiro-workflow-gc-index.sql

-- GC eligibility scan: terminal instances ordered by terminal age.
CREATE INDEX IF NOT EXISTS keiro_workflows_gc_idx
  ON keiro.keiro_workflows (status, completed_at);