0.2.0
Frankie goes to production — the self-verification coding agent that takes a PR to green and ready-for-review without merging.
Added
- Slack activation via `@APEX /frankie <pr-url>` with `status`, `cancel`, and `help`.
- Durable 7-stage pipeline (comprehend → spec gate → implement/review → verify → push → watch → self-verify) with BigQuery-backed resume.
- Pluggable spec adapter auto-detecting OpenSpec, BMAD, or a `PLAN.md` / PR body.
- Anti-cheat diff guard that refuses to skip/delete tests or tamper with required checks.
- Offline gated eval suite plus online per-model telemetry, with a multi-dimensional promotion gate.
Changed
- Runs on its own `apex-frankie` pod (HPA 1→3) behind the `FRANKIE_ENABLED` kill switch.