- 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
343 B
Markdown
13 lines
343 B
Markdown
# DAL Provider Boundaries
|
|
|
|
## Ownership
|
|
|
|
- `IFurnitureDataProvider`: furniture persistence provider boundary.
|
|
- `ICatalogDataProvider`: catalog persistence provider boundary.
|
|
|
|
## Rules
|
|
|
|
- Providers encapsulate datastore-specific access.
|
|
- Providers do not contain orchestration concerns.
|
|
- Provider contracts are consumed by DAL repositories.
|