• Joined on 2026-03-12
ember pushed to main at ember/continuwuity 2026-03-20 08:05:10 +00:00
20b1529dc4 Merge pull request 'deployment' (#3) from deployment into main
bba5318ce8 Merge pull request 'feat/space-permission-cascading' (#2) from feat/space-permission-cascading into deployment
1f91a74b27 feat(spaces): wire up enforcement hooks in join, append, and build paths
5f901a560b feat(spaces): add admin commands for space role management
59401e1786 feat(spaces): add space roles service with enforcement and caching
Compare 8 commits »
ember merged pull request ember/continuwuity#3 2026-03-20 08:05:08 +00:00
deployment
ember created pull request ember/continuwuity#3 2026-03-20 08:05:03 +00:00
deployment
ember pushed to deployment at ember/continuwuity 2026-03-20 08:03:13 +00:00
bba5318ce8 Merge pull request 'feat/space-permission-cascading' (#2) from feat/space-permission-cascading into deployment
1f91a74b27 feat(spaces): wire up enforcement hooks in join, append, and build paths
5f901a560b feat(spaces): add admin commands for space role management
59401e1786 feat(spaces): add space roles service with enforcement and caching
95fa3b022a feat(spaces): add custom state event types and config for space permission cascading
Compare 7 commits »
ember merged pull request ember/continuwuity#2 2026-03-20 08:03:11 +00:00
feat/space-permission-cascading
ember created pull request ember/continuwuity#2 2026-03-20 08:02:47 +00:00
feat/space-permission-cascading
ember closed pull request ember/continuwuity#1 2026-03-20 08:00:05 +00:00
feat/space-permission-cascading
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-20 07:52:45 +00:00
1f91a74b27 feat(spaces): wire up enforcement hooks in join, append, and build paths
5f901a560b feat(spaces): add admin commands for space role management
59401e1786 feat(spaces): add space roles service with enforcement and caching
95fa3b022a feat(spaces): add custom state event types and config for space permission cascading
Compare 4 commits »
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:45:12 +00:00
11c04d1458 feat(spaces): wire up enforcement hooks in join, append, and build paths
4b37877bc3 feat(spaces): add admin commands for space role management
f4ab456bbd feat(spaces): add space roles service with enforcement and caching
87ad6f156c feat(spaces): add custom state event types and config for space permission cascading
Compare 4 commits »
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:38:40 +00:00
4a439801b5 Merge branch 'deployment' into feat/space-permission-cascading
6b013bcf60 chore: Update funding links
05a49ceb60 chore: Whitelist cognitive_complexity lint
728c5828ba feat: Add a panic handler and clean up error page
50c94d85a1 fix: Code cleanup
Compare 37 commits »
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:34:33 +00:00
5d4cf82c3d refactor(spaces): remove unused space_id param from sync_power_levels
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:31:12 +00:00
52de04403c test(spaces): fix tautological assertions, add missing edge case
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:29:17 +00:00
aae23a083b test(spaces): add multi-space scenario tests
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 21:26:33 +00:00
982c01e562 fix(spaces): use highest-wins PL logic across multiple parent spaces
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:55:47 +00:00
4df2fe2923 fix(spaces): remove is_enabled_for_space guard from ensure_default_roles
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:49:08 +00:00
5787f38906 fix(spaces): don't reset manual PL overrides in sync_power_levels
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:46:43 +00:00
528c1c501e feat(spaces): handle space leave/ban, fix enable ordering
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:38:21 +00:00
23239b79a9 docs(spaces): update changelog fragment to mention per-space overrides
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:37:30 +00:00
8494d1d65b fix(spaces): fix clippy semicolon_outside_block, add type alias for complex type
ember pushed to feat/space-permission-cascading at ember/continuwuity 2026-03-19 18:31:31 +00:00
5cc90faa42 fix(spaces): address 10-agent review findings