Apply suggestion from @gavrielc

This commit is contained in:
gavrielc
2026-07-04 19:45:04 +03:00
committed by GitHub
parent 9dc0a7e62f
commit 2b86bbef19
+1 -1
View File
@@ -2,7 +2,7 @@
## Trust Model
Privilege in v2 is **user-level**, persisted in the `user_roles` table (owner /
Privilege is **user-level**, persisted in the `user_roles` table (owner /
admin, global or scoped to an agent group) plus `agent_group_members` (the
unprivileged access gate). There is no "main vs non-main" group distinction and
no `NANOCLAW_ADMIN_USER_IDS` env var — roles live in the central DB only.