wip: doctor/cli/docs/api to vector db consolidation; api hardening for descriptions, tenant, and scopes; migrations and conversions of all DALs to EF v10

This commit is contained in:
master
2026-02-23 15:30:50 +02:00
parent bd8fee6ed8
commit e746577380
1424 changed files with 81225 additions and 25251 deletions

View File

@@ -4,6 +4,7 @@
- Provide a unified, Authority-backed admin surface for tenants, users, roles, clients, tokens, and audit.
- Expose the same capabilities to UI and CLI while preserving offline-first operation.
- Normalize scope and role bundles, including missing Scanner roles, for consistent RBAC across modules.
- Align tenant assignment and selection behavior with `docs/architecture/decisions/ADR-002-multi-tenant-same-api-key-selection.md`.
## 2. Scope
- Authority admin APIs and data model used by the Console Admin workspace.
@@ -234,3 +235,7 @@ Scopes: `authority:tokens.read|revoke`, `authority:audit.read`
- `docs/modules/ui/architecture.md`
- `docs/UI_GUIDE.md`
- `docs/contracts/web-gateway-tenant-rbac.md`
- `docs/technical/architecture/multi-tenant-service-impact-ledger.md`
- `docs/technical/architecture/multi-tenant-flow-sequences.md`
- `docs/operations/multi-tenant-rollout-and-compatibility.md`
- `docs/qa/feature-checks/multi-tenant-acceptance-matrix.md`