Part of #1. Final gate before merging the Responses-API epic.
Goal
Add a test suite covering the new Responses-API surface and the Anthropic↔Responses round-trip. Mirrors the existing tests under `tests/`:
- `tests/anthropic-request.test.ts`
- `tests/anthropic-response.test.ts`
- `tests/create-chat-completions.test.ts`
Tasks
Acceptance criteria
- `bun test` passes with the new suite
- Coverage focused on the encrypted_content blob lifecycle (most fragile part)
- Regressions in existing chat-completions and `/v1/messages` tests caught
File pointers
- Existing tests under `tests/` (mirror their style)
- Bun test runner per `AGENTS.md`: `bun test tests/`
Part of #1. Final gate before merging the Responses-API epic.
Goal
Add a test suite covering the new Responses-API surface and the Anthropic↔Responses round-trip. Mirrors the existing tests under `tests/`:
Tasks
Acceptance criteria
File pointers