From the AI-native docs audit (B9 in .agents/known-issues.md).
Context
Integration tests hit the live Google APIs (no cassette/VCR), so they require a real GOOGLE_API_KEY, network access, and available quota, and can fail for reasons unrelated to a change. This is a deliberate, documented choice (see .agents/testing.md) — filing as an optional enhancement, not a defect.
Possible
Add an opt-in record/replay layer (e.g. a caching HttpMessageHandler) so CI can run a hermetic subset while live tests remain available on demand.
Severity: low / optional.
From the AI-native docs audit (B9 in
.agents/known-issues.md).Context
Integration tests hit the live Google APIs (no cassette/VCR), so they require a real
GOOGLE_API_KEY, network access, and available quota, and can fail for reasons unrelated to a change. This is a deliberate, documented choice (see.agents/testing.md) — filing as an optional enhancement, not a defect.Possible
Add an opt-in record/replay layer (e.g. a caching
HttpMessageHandler) so CI can run a hermetic subset while live tests remain available on demand.Severity: low / optional.