Sync Repo-README from project files

2026-07-07 02:20:52 +02:00
parent b1b1ad162f
commit f7b6f8710c

@@ -1,4 +1,4 @@
<!-- codex-wiki-sync:27a8b95113b862e14a2d7c1c -->
<!-- codex-wiki-sync:d5efaa62eaa3add63f853557 -->
> Mirrored from `/mnt/DATA/git/govoplan-access/README.md`.
> Origin: `repository`.
@@ -13,20 +13,20 @@ administration.
The repository contains the extracted access seed implementation under
`src/govoplan_access/backend`. Session, API-key, and password helper services,
interactive auth routes, and the legacy administration router are already
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 route shell and
interactive auth routes, FastAPI auth dependencies, and the legacy
administration router are owned here. Access-side admin service helpers remain
here for users, groups, roles, system accounts, sessions, API keys, tenant
access enforcement, admin/audit lookup capabilities, tenant owner
provisioning, and governance-template materialization into access-owned groups
and roles. Governance-template metadata CRUD lives 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
documented in:
`govoplan-audit`, and system settings in `govoplan-core`. The staged
extraction path is documented in:
- `/mnt/DATA/git/govoplan-core/docs/ACCESS_EXTRACTION_PLAN.md`
- `/mnt/DATA/git/govoplan-core/docs/MODULE_ARCHITECTURE.md`
@@ -46,6 +46,9 @@ This module will own:
- permission evaluation
- access administration backend routes
- access administration WebUI route contributions
- published FastAPI auth dependency API
- access administration, tenant provisioning, and governance materializer
capabilities
- access-owned migrations
The governance-template routes under `/admin/system/governance-templates` are