- WHY: establish Stage 3 task-001 execution baseline per repo intent - WHAT: add minimal solution/project skeleton and boundary docs - RULE: apply stage3 execution runtime and repository workflow directives
13 lines
408 B
Markdown
13 lines
408 B
Markdown
# Catalog Versioning Policy
|
|
|
|
## Policy
|
|
|
|
- Prefer additive contract evolution to keep consumer compatibility.
|
|
- Breaking changes require major version increments.
|
|
- Deprecated members remain through one deprecation cycle.
|
|
|
|
## Compatibility Notes
|
|
|
|
- Consumers (`furniture-dal`, `furniture-service`, `furniture-bff`) update explicitly.
|
|
- Transport-specific adapters are out of scope for this contracts package.
|