fix(acp): route ordinary channel requests standalone - #7576
Draft
thomaspblock wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Wintermute <a00fdff03f06355c4fc6d6268f3a09ebe752c20b98df8fdab5fe81e266d6630a@buzz.block.builderlab.xyz>
🔐 Codex Security Review
|
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
buzz channels create, including inside project homesbuzz projects add-channelfor explicit project-linking language and forbid inference from task/worktree/repository contextWalkthrough
Before
An ordinary “fresh work channel” request could be interpreted as project-linked, opening an owner-review flow and blocking non-owners.
After
The same request creates a standalone channel. Explicit language such as “project channel” or “link it to this project” continues to use owner review.
Testing
cargo fmt --all -- --checkcargo clippy -p buzz-acp --all-targets -- -D warningscargo test -p buzz-acp— 934 unit tests passed, 1 ignored; 9 lifecycle tests passedThe first full package run hit the existing timing-sensitive
keepalive_resets_idle_past_deadlinetest once; two subsequent complete package runs passed.Post-deploy validation