From b1b1ad162fcfd7447ddfc764e9061178b673529c Mon Sep 17 00:00:00 2001 From: zemion Date: Mon, 6 Jul 2026 23:43:59 +0200 Subject: [PATCH] Sync Repo-README from project files --- Repo-README.-.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Repo-README.-.md b/Repo-README.-.md index dd264e1..8a8f0a6 100644 --- a/Repo-README.-.md +++ b/Repo-README.-.md @@ -1,4 +1,4 @@ - + > Mirrored from `/mnt/DATA/git/govoplan-access/README.md`. > Origin: `repository`. @@ -18,9 +18,11 @@ owned here and exposed through core compatibility imports while the staged extraction continues. Access-side admin service helpers remain here for users, groups, roles, system accounts, sessions, API keys, and tenant access enforcement. Governance-template CRUD and materialization live in -`govoplan-admin`. The transitional administration WebUI lives under `webui/src` -as `@govoplan/access-webui`. Live access ORM models are defined here while -retaining their historical table names; tenant records live in +`govoplan-admin`. The transitional administration WebUI route shell and +access-owned panels live under `webui/src` as `@govoplan/access-webui`. Generic +system administration panels are contributed by `@govoplan/admin-webui` through +core's `admin.sections` UI capability. Live access ORM models are defined here +while retaining their historical table names; tenant records live in `govoplan-tenancy`, governance templates in `govoplan-admin`, audit logs in `govoplan-audit`, and system settings in `govoplan-core`. `govoplan-core` keeps compatibility re-exports for older import paths. The staged extraction path is @@ -56,8 +58,10 @@ before access for authenticated platform composition. The repository root and `webui/` directory both expose the package `@govoplan/access-webui`. The package contributes the `/admin` route and admin -nav item through core's module WebUI contract. Core supplies the shell, -shared components, route rendering, and icon resolution. +nav item through core's module WebUI contract. The route shell consumes +module-owned `admin.sections` contributions from installed platform modules and +continues to render access-owned tenant/user/group/role panels locally. Core +supplies shared admin components, route rendering, and icon resolution. The kernel remains responsible for module discovery, route aggregation, database/session lifecycle, migration orchestration, capability registry, and