api_openai_compatible 0.5.1

Shared OpenAI wire-protocol HTTP layer for OpenAI-compatible APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Invariant Test Surface

### Scope

- **Purpose**: Define test cases that verify behavioral compliance with non-negotiable design constraints in `docs/invariant/` instances.
- **Responsibility**: Each spec file maps one-to-one to an invariant instance; all behavioral assertions in an instance must have corresponding spec entries.
- **In Scope**: Compliance scenarios for `docs/invariant/001_thin_client_principle.md` and `docs/invariant/002_testing_standards.md`.
- **Out of Scope**: Source-level unit tests in `tests/`; API wire contract tests (see `tests/docs/api/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [`001_thin_client_principle.md`]001_thin_client_principle.md | Verify no automatic or implicit client behaviors exist — IN-01..IN-04 (4 scenarios) ||
| 002 | [`002_testing_standards.md`]002_testing_standards.md | Verify no-mock mandate and loud-failure requirement across test suite — IN-05..IN-08 (4 scenarios) ||