Add Reliability section to docs site, switch drift CI to daily#38
Merged
Conversation
New section between "Fixture-driven" and "llmock vs MSW" with: - SVG triangle diagram showing three-way drift detection (SDK types × Real API × llmock) - Three diagnosis cards (mock drift, provider ahead of SDK, all clear) - Real drift report output showing mixed severity results - Daily CI badge footer Also: drift cron weekly → daily, nav link added, DRIFT.md cost updated for daily cadence, README "weekly" → "daily".
commit: |
jpr5
added a commit
that referenced
this pull request
Apr 3, 2026
## Summary - New "Reliability" section on the docs site between code examples and MSW comparison - SVG triangle diagram showing three-way drift detection (SDK types × Real API × llmock) - Three diagnosis cards: mock drift (red), provider ahead of SDK (amber), all clear (green) - Real drift report output showing mixed severity results - Daily CI badge footer - Drift cron changed from weekly to daily - Nav link added for new section - DRIFT.md cost updated for daily cadence - README "weekly" → "daily" ## Test plan - [x] `pnpm test` — 540/540 pass - [x] All CSS uses site custom properties (no hardcoded hex) - [x] Mobile breakpoints for diagnosis grid and CI footer - [x] 2 rounds of CR — all 6 toolkit agents, clean on final round 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
pnpm test— 540/540 pass🤖 Generated with Claude Code