Canonical type definitions, wire format, and shared test fixtures for lm15 implementations.
This repo is the source of truth for the lm15 type system. Language-specific implementations (Python, TypeScript) must conform to these definitions.
| Path | What |
|---|---|
types.md |
Canonical type definitions — every struct, enum, and constraint |
fixtures/ |
JSON test fixtures — request/response pairs for validation |
CHANGELOG.md |
Breaking changes to the spec |
The spec uses calendar versioning (YYYY.MM). Language implementations declare which spec version they target.
MIT
