Skip to content

docs(caching): provider count seven → eight + guard it#210

Merged
Skobeltsyn merged 1 commit into
mainfrom
docs/caching-provider-count
Jun 15, 2026
Merged

docs(caching): provider count seven → eight + guard it#210
Skobeltsyn merged 1 commit into
mainfrom
docs/caching-provider-count

Conversation

@Skobeltsyn

Copy link
Copy Markdown
Contributor

Two low-hanging post-0.8.0 hygiene fixes:

  1. docs/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 truth-surface sweeps grepped "seven provider" (not "seven values"), and DocsConsistencyTest only guarded providers.md / model-and-tools.md / SECURITY.md. → fixed to eight (+ a note that Gemini is its own wire shape).
  2. Guard it so it can't recur: added docs/caching.md to DocsConsistencyTest's provider count words claims, so the next provider bump forces this doc to stay in sync too.

DocsConsistencyTest green. Docs+test only.

🤖 Generated with Claude Code

…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>
@Skobeltsyn Skobeltsyn merged commit 1ebd421 into main Jun 15, 2026
3 of 4 checks passed
@Skobeltsyn Skobeltsyn deleted the docs/caching-provider-count branch June 15, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant