feat(desktop): add signed channel panel surface - #4102
Draft
tcballard wants to merge 2 commits into
Draft
Conversation
Defines the generic, bounded, channel-scoped manifest contract for the first block#3863 design slice. Transport kind selection remains deferred for maintainer review. Signed-off-by: Tom Ballard <tom@armytage.co>
Signed-off-by: Tom Ballard <tom@armytage.co>
tcballard
added a commit
to tcballard/buzz
that referenced
this pull request
Aug 1, 2026
Author
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.

User-visible problem
Issue #3863 needs a native, discoverable channel surface for signed workflow/project projections. Without a panel affordance, the signed workspace remains implicit in the timeline and is harder to inspect and audit.
What this implements
This follow-up is intentionally stacked on #3882 (
feat(protocol): define signed channel panel manifest).panel=1flag.Existing path reused
The implementation reuses
AuxiliaryPanel,RightAuxiliaryPane,AuxiliaryPanelHeader,AuxiliaryPanelBody, the existing channel history-state helper, and the existing channel panel lifecycle. It adds no HTTP endpoint, relay API, or new event kind.Tests and validation
pnpm typecheckpnpm exec biome check ...on changed filesCHECK_FILE_SIZES_BASE=d88313f3 pnpm checkpnpm build:e2epnpm exec playwright test tests/e2e/signed-channel-panel.spec.ts --project=smoke(1 passed)just fmt-checkjust clippyjust test-unitA screenshot of the empty panel state will be attached in a follow-up PR comment. Desktop UI changed; no mobile UI changed.
Deferred work
Command-palette autocomplete remains separate/deferred. The transport adapter and projection-specific source mapping should follow the maintainer decision on #3882.
No OEXL-specific code, matching, payments, outcome contracts, ledger state, settlement semantics, or marketplace protocol was added. Buzz remains responsible only for channel presentation and auditability.