building-block-catalog/docs/contracts/catalog-versioning-policy.md
José René White Enciso d45d882437 feat(stage3): scaffold task-001 baseline
- 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
2026-02-22 01:30:02 -06:00

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.