Migrate Tenancy interface patterns

This commit is contained in:
2026-08-03 11:42:34 +02:00
parent 2ab89eb809
commit e76fe16870
11 changed files with 453 additions and 92 deletions
+6
View File
@@ -19,3 +19,9 @@ The `@govoplan/tenancy-webui` package contributes `system-tenants` and
module owns the `/admin` shell but does not import these panels. Historical
`access.admin.*` surface identifiers remain stable so existing saved Views keep
working after the ownership move.
The tenant registry and active-tenant settings follow the shared interface
pattern contract documented in
[`docs/INTERFACE_PATTERN_MIGRATION.md`](docs/INTERFACE_PATTERN_MIGRATION.md).
Manifest-provided documentation topics back contextual help for tenant fields,
governance limits, permission blockers, and lifecycle consequences.