api_xai 0.6.1

X.AI Grok API client for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Invariant Doc Entity

### Scope

- **Purpose**: Document non-negotiable behavioral constraints governing every implementation decision in `api_xai`.
- **Responsibility**: Master file listing all invariant instances with ID, name, and enforcement status.
- **In Scope**: Design-level constraints applying universally across the crate — governing principles, test mandates, policy rules.
- **Out of Scope**: Feature-specific behaviors (see feature/), API contracts (see api/), implementation patterns (see pattern/).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Thin Client Principle]001_thin_client_principle.md | No automatic or implicit behaviors; all client actions must be explicit ||
| 002 | [Testing Standards]002_testing_standards.md | No-mock mandate and loud-failure requirement for all integration tests ||