docs(caching): provider count seven → eight + guard it#210
Merged
Conversation
…tencyTest caching.md still said `ModelProvider.entries` has "seven values" / "seven first-party values" (lines 39, 109) after Gemini made it eight. It slipped both gates: the 0.8.0 truth-surface sweeps grepped "seven provider" (not "seven values"), and DocsConsistencyTest's provider-count check only guarded providers.md / model-and-tools.md / SECURITY.md. - caching.md: seven -> **eight** (both spots) + note that Gemini is its own wire shape (engine-side caching, no cache_control). - DocsConsistencyTest: add docs/caching.md to the `provider count words` claims, so the count is now guarded and can't silently drift again. DocsConsistencyTest green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Two low-hanging post-0.8.0 hygiene fixes:
docs/caching.mdstill said`ModelProvider.entries` has "seven values" / "seven first-party values"(lines 39, 109) after Gemini made it eight. It slipped both gates — the truth-surface sweeps grepped"seven provider"(not"seven values"), andDocsConsistencyTestonly guarded providers.md / model-and-tools.md / SECURITY.md. → fixed to eight (+ a note that Gemini is its own wire shape).docs/caching.mdtoDocsConsistencyTest'sprovider count wordsclaims, so the next provider bump forces this doc to stay in sync too.DocsConsistencyTestgreen. Docs+test only.🤖 Generated with Claude Code