thalos-service/docs/identity/abstraction-ownership.md
José René White Enciso 9f1790ef11 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
426 B
Markdown

# Identity Abstraction Ownership
## Ownership Rule
- Identity-specific abstractions are owned by `thalos-service`.
- `Thalos.Service.Identity.Abstractions` is the canonical abstraction package.
- Blueprint and non-Thalos repositories must not own identity abstractions.
## Guardrails
- Identity token and authorization contracts remain in Thalos scope.
- Cross-repo consumers reference abstractions, not Thalos internals.