docs(auth): include domain error checkpoint

This commit is contained in:
2026-08-30 14:47:20 +03:30
parent 10affbc629
commit 5d9c2fa33b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -265,8 +265,9 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P
- Added `auth/domain/model` with transport/persistence-independent User, Identity, Session, Permission, Role, RolePermission, and BankInfo entities.
- Added validated `NationalID`, `MobileNumber`, and `BirthDate` value objects plus domain-level user status values.
- Added stable domain error vocabulary independent of gRPC status codes.
- Added `auth/domain/ports` repository and cache interfaces using only standard library types and domain models.
- Focused value-object tests and the full Auth test suite pass; commit `32f182b`.
- Focused value-object/domain tests and the full Auth test suite pass; commits `32f182b` and `d292822`.
- Existing `domain/db` remains the legacy persistence mapping until A003 introduces explicit infrastructure mappings.
### `I001` — publisher-backed ICO purchase map