building-block-inventory/docs/contracts/inventory-versioning-policy.md
José René White Enciso b0cddfe442 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

401 B

Inventory Versioning Policy

Policy

  • Contract changes follow additive-first evolution.
  • Breaking changes require a new major package version.
  • Deprecated members should remain for at least one release cycle.

Compatibility Notes

  • Consumer repositories (furniture-service, furniture-bff) should update contracts explicitly.
  • Transport adapters remain outside this contracts package.