- 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
388 B
Markdown
13 lines
388 B
Markdown
# Token Policy and Use Cases
|
|
|
|
## Use-Case Boundaries
|
|
|
|
- `IIssueIdentityTokenUseCase`: orchestrates token issuance behavior.
|
|
- `IIdentityTokenReadPort`: DAL-facing identity token boundary.
|
|
|
|
## Policy Baseline
|
|
|
|
- Token issuance policy is orchestrated in service use cases.
|
|
- Data retrieval and persistence details remain in thalos-dal.
|
|
- Protocol adaptation remains outside use-case logic.
|