feat: expose bounded organization hierarchy routing

This commit is contained in:
2026-07-30 03:26:48 +02:00
parent 58857654e9
commit 84ca4f39ae
6 changed files with 1455 additions and 22 deletions

View File

@@ -42,8 +42,13 @@ requirements, audit detail, and retention behavior.
## Module Contract
The module registers the `organizations.directory` capability from
`govoplan_core.core.organizations`.
The module registers two capabilities from
`govoplan_core.core.organizations`:
- `organizations.directory` for backward-compatible direct unit/function
lookup;
- `organizations.hierarchyDirectory` for typed, tenant-safe, explicitly
structure-scoped hierarchy and path resolution.
Feature modules should consume the capability instead of importing
organization ORM models.