fix(projects): deliver issue mentions to managed agents - #5859
Closed
ScaleLeanChris wants to merge 1 commit into
Closed
fix(projects): deliver issue mentions to managed agents#5859ScaleLeanChris wants to merge 1 commit into
ScaleLeanChris wants to merge 1 commit into
Conversation
3 tasks
ScaleLeanChris
force-pushed
the
codex/fix-2462-project-agent-delivery-v2
branch
3 times, most recently
from
August 21, 2026 03:17
a299a34 to
e687a44
Compare
Signed-off-by: ScaleLeanChris <chris@scalelean.com>
ScaleLeanChris
force-pushed
the
codex/fix-2462-project-agent-delivery-v2
branch
from
August 27, 2026 16:46
e687a44 to
cf3e44a
Compare
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.
Fixes #2462.
Controlling Linear issue: BAC-109
Summary
buzz issues commentso the agent reply preserves the issuee, repositorya, and channelhtags.This supersedes only the #2462 portion of #2498. It preserves that PR's correct kind 9 plus channel
hdirection, while leaving its unrelated mesh-demo and Builderlab changes separate. Thank you to @Chessing234 for the original investigation and implementation direction.The response now gets back to where it once belonged: the originating Project issue.
Authorization model
Verification
Rebased onto current main at
c363ce13c. The conflict resolution preserves the current semantic prompt framing and Projects CLI guidance together with the issue and repository context added by this PR.cargo check -p buzz-acp -p buzz-cli --tests: passed.pnpm -C desktop typecheck: passed.cargo test -p buzz-cli issues --lib: 5 passed, 0 failed.just ci: passed on commitcf3e44a0c856c071482ce1bc725e973b5fbd30a1, including all required Rust, Desktop, Web, Mobile, format, lint, build, and security-script checks.cargo test -p buzz-acp authorized_project_issue_mention_round_trips_through_acp_contract -- --ignored --nocapture: the current live rerun remains environment-blocked because no local relay is available. The same focused regression passed before the earlier rebase. A fresh live run is still required before treating the end-to-end verifier as current.The focused regression publishes an authorized Project mention, drives it through the production EventQueue, observes exactly one ACP
session/promptwith issue and repository context, publishes the response through the real CLI dispatch, and verifies one reply attached with the originalh,e, andatags after a later legacy kind 1 comment.Compatibility and privacy