docs: reconcile .agents knowledge base with merged VCR harness#334
Merged
Conversation
The VCR record/replay harness landed in #306, but two .agents docs still described the pre-VCR world: - README.md fast-fact: integration tests now default to VCR replay (offline, no key); only the opt-in record/auto/live modes need a real key. - known-issues.md B9: rewritten from "no VCR exists (deliberate tradeoff)" to the real residual — the harness exists but no cassettes are committed yet, so replay is dormant; record + commit the dataset to finish (#300).
🔬 TestGlance✅ 262 passed across 1 job — 100.0% · ⏱️ 2.0s
🟡 build — details✅ 262 passed vs
Updated 2026-06-30T21:29:38.765Z |
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
Reconciles the
.agents/agent knowledge base with the VCR record/replay harness that already merged in #306, so the docs stop describing the removed pre-VCR behavior. Docs-only; no code changes.Related issue
Refs #300
Changes
.agents/README.md: the "fast facts" bullet now states integration tests default to VCR replay (offline, noGOOGLE_API_KEY, no charges); only the opt-inrecord/auto/livemodes need a real key..agents/known-issues.md: rewrote B9 from "no VCR exists (deliberate tradeoff)" to the actual residual — the harness exists but no cassettes are committed yet, so replay is dormant until the dataset is recorded.Test plan
.agents/and that the remainingB9references (known-issues.md+ thetesting.mdbreadcrumb) are consistent.Checklist
dotnet formathas been run. — n/a (docs only)dotnet testpasses locally (with a validGOOGLE_API_KEYfor integration tests). — n/a (docs only)