From d1e3b1cbfde4d6a2ff3a93d340a1663d2ad443c2 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Wed, 19 Aug 2026 22:16:18 +0200 Subject: [PATCH] docs: define function delegation modes --- src/govoplan_organizations/backend/manifest.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/govoplan_organizations/backend/manifest.py b/src/govoplan_organizations/backend/manifest.py index 61d9a35..e0a9a92 100644 --- a/src/govoplan_organizations/backend/manifest.py +++ b/src/govoplan_organizations/backend/manifest.py @@ -340,7 +340,11 @@ manifest = ModuleManifest( "downstream routing. Deactivation retains the record and evidence but " "removes it from active selection. Delegation and act-in-place flags only " "describe permitted organizational semantics; Access and governed workflows " - "still decide effective authority. When configured, a recorded change-request " + "still decide effective authority. A delegable function permits a bounded " + "substitute to act as themself; act-in-place permits an explicitly selected " + "representation context that retains the real and represented accounts. Both " + "remain source-linked, time-bounded, revocable facts in IDM rather than inferred " + "group membership. When configured, a recorded change-request " "ID is required before model mutations. Organization settings are tenant-owned " "and do not inherit a live global hierarchy." ),