From 1ba8c79a111dc958e98e6eb89d1fb78bd90de0b0 Mon Sep 17 00:00:00 2001 From: nfel Date: Sun, 30 Aug 2026 14:50:10 +0330 Subject: [PATCH] docs(auth): record infrastructure adapter boundary --- REFACTORING-AUDIT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/REFACTORING-AUDIT.md b/REFACTORING-AUDIT.md index 4218a1e..e182c17 100644 --- a/REFACTORING-AUDIT.md +++ b/REFACTORING-AUDIT.md @@ -276,6 +276,7 @@ The current composition root is `cmd/serve.go`; `repository.System` aggregates P - Mapping validates domain value objects at the boundary and preserves timestamps, roles, public keys, identity validation timestamps, and birth-date representation. - Focused mapping tests and the full Auth test suite pass; commit `58f6a43`. - A003 remains in progress: PostgreSQL/Redis adapter ownership and use-case integration still need to move out of the legacy `repository/db` composition. +- Added `auth/infrastructure/postgres` and `auth/infrastructure/redis` composition boundaries and switched `cmd/serve.go` to use them; the legacy adapters remain wrapped behind these boundaries pending per-repository port integration (`8ce3727`). ### `I001` — publisher-backed ICO purchase map