feat: preserve full-page launch context

This commit is contained in:
2026-08-18 21:32:25 +02:00
parent da29de71e5
commit d44ed78e5c
4 changed files with 66 additions and 14 deletions
+7 -2
View File
@@ -37,5 +37,10 @@ owner module.
Quick Access is not an authorization boundary. Every contribution keeps its
own permission requirements and View surface. Full-page routes remain the
canonical fallback. Disabling this module removes the rail without making any
domain state unavailable through its owning module.
canonical fallback. Launch context version 1 contains only the tenant/account
identity, safe active-object reference, acting-assignment identifiers,
temporal selection, exact View identity, and return route. Cross-tenant object
references are discarded and unknown context versions are ignored. The
destination reauthorizes every read and effect. Disabling this module removes
the rail without making any domain state unavailable through its owning
module.