- Adds src/tests/docs scaffolding - Preserves Stage 1 planning tasks - Adds local AI orchestration folders (.agile, tasks) - Applies GitFlow development base branch
15 lines
469 B
Markdown
15 lines
469 B
Markdown
# Compatibility Bridge Policy
|
|
|
|
## Goal
|
|
Prevent breaking consumers while moving identity contracts into building-block-identity.
|
|
|
|
## Rules
|
|
- Keep backward-compatible contract shape for one migration window.
|
|
- Additive changes only until all consumers migrate.
|
|
- Breaking changes only in a major version.
|
|
|
|
## Validation
|
|
- Consumer map reviewed before deprecation.
|
|
- Compatibility notes published for every release.
|
|
- Removal of deprecated shapes requires owner approval.
|