diff --git a/docs/index.html b/docs/index.html index 6c0aceb..66ef2ff 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1363,10 +1363,7 @@
- Daily CI validation against real APIs. Know immediately when provider behavior changes - break your fixtures. -
+Fixtures stay accurate as providers evolve. Fixes ship before your tests break.
- aimock's drift detection runs daily against live provider APIs. When response formats - change, you know immediately — not when your tests break in production. + LLM providers change their response formats without warning. aimock catches it within 24 + hours and ships the fix before your tests break.
- Daily CI hits actual OpenAI, Anthropic, Gemini endpoints to capture current response - formats. + Daily CI hits actual OpenAI, Anthropic, Gemini endpoints to detect response format + changes.
- Compares real responses against aimock's fixture format. Schema changes are caught - instantly. + Response schemas are validated against aimock's builders. Any drift is flagged + automatically.
- Drift detected → PR opened → fixtures, skills, and docs updated - automatically. Zero manual effort. + Drift detected → fixtures, builders, skills, and docs updated → PR shipped. + Always current, within a day.