feat(projects): let home channel admins manage related channels - #7147
Draft
johnmatthewtennant wants to merge 25 commits into
Draft
feat(projects): let home channel admins manage related channels#7147johnmatthewtennant wants to merge 25 commits into
johnmatthewtennant wants to merge 25 commits into
Conversation
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
🔐 Codex Security Review
|
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
…-channel-permissions * origin/main: fix(model-capabilities): humanize databricks goose model names (#7135) feat(db): add NIP-FI identity and final-admission schema foundation (#6994) feat(buzz-acp): give each channel thread its own agent session (#6732) docs: add review-proven failure-path & async-state rules to AGENTS.md (#7061) fix(desktop): back split thread headers (#7137) add public descriptions to agent personas (#7126) feat(desktop): add protected-build Bestie experiment (#6902) fix(relay): reject a frame on its own acknowledgement channel (#6961) fix(acp): wake agents from workflow messages (#6953) Signed-off-by: John Tennant <jtennant@squareup.com> # Conflicts: # crates/buzz-db/src/runtime/migration.rs # schema/schema.sql
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Signed-off-by: John Tennant <jtennant@squareup.com>
Contributor
Author
|
@buzz-security-review ce91102 |
mfethe1
added a commit
to mfethe1/buzz
that referenced
this pull request
Sep 1, 2026
…43 absorb collision Fourth recurrence of the measured HW-016/HW-019 defect class. Upstream PR block#7158 merged 2026-09-01T19:19:49Z carrying 0043_push_gateway_dogfood_profile.sql, colliding with the fork's landed 0043_task_system.sql (integrated run 53). git mv migrations/0043_task_system.sql -> migrations/0046_task_system.sql (100% similarity, 0 content lines). Three references updated: - crates/buzz-db/src/migration.rs:1218 assert migrations[34].version 43->46 - crates/buzz-db/src/task.rs:145 doc comment prose - crates/buzz-relay/src/api/tasks.rs:593 comment prose Re-measured upstream tail immediately pre-commit: 0043_push_gateway_dogfood_profile.sql. Next free vs merged tree = 0046 (0044 contested by block#6965/block#7147/block#7157/block#7209; 0045 by block#7157/block#7209; 0046 zero open claimants). Fork-only: task system absent upstream. migrations.len() stays 35 (renumber). Signed-off-by: Michael Feth <michael@jira-flow.com>
mfethe1
added a commit
to mfethe1/buzz
that referenced
this pull request
Sep 2, 2026
…43 absorb collision Fourth recurrence of the measured HW-016/HW-019 defect class. Upstream PR block#7158 merged 2026-09-01T19:19:49Z carrying 0043_push_gateway_dogfood_profile.sql, colliding with the fork's landed 0043_task_system.sql (integrated run 53). git mv migrations/0043_task_system.sql -> migrations/0046_task_system.sql (100% similarity, 0 content lines). Three references updated: - crates/buzz-db/src/migration.rs:1218 assert migrations[34].version 43->46 - crates/buzz-db/src/task.rs:145 doc comment prose - crates/buzz-relay/src/api/tasks.rs:593 comment prose Re-measured upstream tail immediately pre-commit: 0043_push_gateway_dogfood_profile.sql. Next free vs merged tree = 0046 (0044 contested by block#6965/block#7147/block#7157/block#7209; 0045 by block#7157/block#7209; 0046 zero open claimants). Fork-only: task system absent upstream. migrations.len() stays 35 (renumber). Signed-off-by: Michael Feth <michael@jira-flow.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Project metadata is signer-owned, so home-channel admins could not add or remove related channels without the Project owner's key.
This adds bounded, actor-signed Project revision events. The relay authorizes either the Project owner or a current owner/admin of the Project's live home channel, applies revisions with compare-and-swap semantics, and preserves the immutable signed revision history. Projects without a resolvable home channel remain owner-managed, and repository permissions are unchanged.
Desktop and CLI channel actions publish these revisions. Owner-authored Project replacements preserve folded channel membership, while writer-backed head reads prevent stale replica state from authorizing a mutation.
Reviewer verification
Screenshots
Related channel on the Project home