detLLM follows semantic versioning:
0.xmay include breaking changes with notice.1.xand above follow SemVer rules.
Schema versioning is stable and forward compatible:
- Within a schema major version: only add fields, never remove or rename.
- Readers must ignore unknown fields.
- Breaking schema changes require a major schema version bump.