Skip to content

Commit a8abbbc

Browse files
authored
feat(web): pick reviewers when editing policies.cedar (#2165)
* feat(web): pick reviewers when editing policies.cedar Add a BlobEditor member multi-select that rewrites the matching path's `to [...]` list, mirroring MegaCedarAdminPicker without a new API. * feat(identity): persist mono actors as campsite_user_id Replace username-keyed collaboration storage with Campsite public ids, keep github_login for Cedar/display, and resolve CL UI members by id so handles no longer render as opaque ids. * fix clippy
1 parent 42cd288 commit a8abbbc

132 files changed

Lines changed: 2324 additions & 1187 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ orion-server/docker-compose.override.yml
5858
# local dev environment
5959
/scripts/dev/.env
6060

61+
# local mono config override (preferred over config/config.toml when present)
62+
/config/config.local.toml
63+
6164
.buildx-cache
6265

6366
# Claude Code configuration and cache

0 commit comments

Comments
 (0)