refactor: adopt shared split workspace

This commit is contained in:
2026-08-18 02:17:21 +02:00
parent b691a0c2d5
commit 4cf870f322
6 changed files with 42 additions and 14 deletions
+2 -1
View File
@@ -251,7 +251,8 @@ manifest = ModuleManifest(
body=(
"An Approval request freezes its subject revision, ordered steps, eligible selectors, quorum, rejection policy, signature requirement, and governance references. "
"Decisions are append-only, tenant-bound, optimistic-concurrency protected, and replay safe. Consuming modules verify the exact subject through the capability rather than reading Approval tables. "
"When Tasks is enabled, a pending step appears in the common work inbox only for a principal who currently passes the exact decision eligibility checks."
"When Tasks is enabled, a pending step appears in the common work inbox only for a principal who currently passes the exact decision eligibility checks. "
"The workspace keeps the permission-filtered request collection and selected evidence in separately scrollable panes and stacks them at narrow widths without losing selection."
),
layer="configured",
documentation_types=("admin", "user"),