diff --git a/Repo-docs-MODULE-ARCHITECTURE.-.md b/Repo-docs-MODULE-ARCHITECTURE.-.md index 7ad4e18..cf9a01e 100644 --- a/Repo-docs-MODULE-ARCHITECTURE.-.md +++ b/Repo-docs-MODULE-ARCHITECTURE.-.md @@ -1,4 +1,4 @@ - + > Mirrored from `/mnt/DATA/git/govoplan-core/docs/MODULE_ARCHITECTURE.md`. > Origin: `repository`. @@ -44,10 +44,11 @@ During the staged split, `govoplan-core` still contains compatibility surfaces for access, auth, tenancy, RBAC, governance, audit, CSRF/API helpers, and secret helpers. The extracted access implementation now lives in `govoplan-access`; live legacy ORM table definitions have been split across -their platform owners while retaining historical table names, and core keeps -import shims until all callers move to module-owned imports or kernel -capabilities. These paths are temporary compatibility surfaces until the -matching platform modules are fully self-contained: +their platform owners while retaining historical table names. The old core +model, route, admin-service, and access-security import shims have been +removed; callers must use module-owned imports or kernel capabilities. The +remaining compatibility surfaces are temporary until the matching platform +modules are fully self-contained: - `govoplan-access` - `govoplan-tenancy`