Changeset 0.29.1 (#196)

This commit is contained in:
2026-03-17 19:32:20 +00:00
parent 5d637d3a90
commit d4de84f3f1
24 changed files with 3117 additions and 28 deletions

View File

@@ -254,6 +254,21 @@ Permissions are granted via groups. The `Everyone` group
permissions to all authenticated users. It is system-seeded
and editable by admins.
## Extension Permissions (v0.29.0+)
7 extension permission constants, `domain.action` convention.
Declared in package manifests, granted by admin review.
| Permission | Module | Since |
|-----------|--------|-------|
| `secrets.read` | `secrets` | v0.29.0 |
| `notifications.send` | `notifications` | v0.29.0 |
| `filters.pre_completion` | — | v0.29.0 |
| `api.http` | `http` | v0.29.0 |
| `provider.complete` | `provider` | v0.29.1 |
| `db.read` | `db` | future |
| `db.write` | `db` | future |
## Policies
| Key | Default | Description |