Skip to content

Fix formatting in README.md diagram - #2284

Merged
wpfleger96 merged 1 commit into
block:mainfrom
sweenzor:patch-1
Jul 26, 2026
Merged

wpfleger96 merged 1 commit into
block:mainfrom
sweenzor:patch-1

Conversation

@sweenzor

Copy link
Copy Markdown
Contributor

No description provided.

@sweenzor
sweenzor requested a review from a team as a code owner July 21, 2026 20:50

@wpfleger96 wpfleger96 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just needs the DCO sign-off!

Signed-off-by: Matthew Sweeney <mattswe@gmail.com>
@wpfleger96
wpfleger96 enabled auto-merge (squash) July 26, 2026 02:40
@wpfleger96
wpfleger96 merged commit c2a4ee7 into block:main Jul 26, 2026
25 checks passed
morgmart added a commit that referenced this pull request Jul 26, 2026
…ding-harnesses

* origin/main: (47 commits)
  fix(desktop): remove bundled libsystemd from AppImage (#2353)
  docs: document required DCO sign-off and add commit-msg sign-off hook (#2993)
  fix(desktop): make agent definition authoritative for model/provider/prompt (#1968)
  chore(desktop): delete dead persona catalog UI cluster (#2886)
  fix(desktop): surface install failures hidden by curl-pipe exit codes (#2892)
  fix(mobile): validate invite relay destinations (#2986)
  Refactor managed-agent runtime into cohesive modules (#2974)
  Refine mobile settings and themes (#2844)
  Fix formatting in README.md diagram (#2284)
  fix(desktop): make Linux AppImage GStreamer work on non-Debian distros (#2176)
  refactor(desktop): remove Agent directory section from Agents page (#2290)
  fix(desktop): enable arboard Wayland backend so Linux copies reach the Wayland clipboard (#2904)
  fix(desktop): supervise and re-arm relay-mesh runtime (#2823)
  fix(agents): run live Databricks discovery instead of the fallback list (#2890)
  fix(desktop): retire prepend mode on every reader wheel (#2913)
  fix(desktop): consolidate prepend scroll correction (#2855)
  docs(buzz-acp): correct agent key generation instructions (#2875)
  fix(desktop): track concurrent agent turns up to the harness maximum (#2882)
  docs(contributing): trim to goose-scale minimal intake surface (#2780)
  fix(relay): preserve reconnect backoff (#2759)
  ...

Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>

# Conflicts:
#	desktop/src/features/onboarding/ui/SetupStep.tsx
richardokonicha pushed a commit to fugoku/buzz that referenced this pull request Aug 1, 2026
BradGroux pushed a commit to BradGroux/buzz that referenced this pull request Aug 23, 2026
richardokonicha pushed a commit to fugoku/buzz that referenced this pull request Aug 31, 2026
richardokonicha pushed a commit to fugoku/buzz that referenced this pull request Aug 31, 2026
tucktuck101 pushed a commit to tucktuck101/buzz that referenced this pull request Sep 17, 2026
`cargo-deny check` fails on the Security CI job:

    error[vulnerability]: TLS 1.3 handshake messages incorrectly accepted
                          across encryption level boundaries
    Advisory: https://rustsec.org/advisories/RUSTSEC-2026-0285
    advisories FAILED, bans ok, licenses ok, sources ok

Lockfile only -- no Cargo.toml change, no source change. `cargo update -p rustls
--precise 0.23.45` also carries rustls-webpki 0.103.13 -> 0.103.15 and
aws-lc-sys 0.41.0 -> 0.45.0, both required by that rustls version.

A SYNC, NOT A DECISION. Upstream block/buzz is already on rustls 0.23.45; this
fork was on 0.23.42. The version is pinned to match upstream rather than taking
what `cargo update` offered on its own (0.23.43), so the lockfiles converge
instead of drifting further apart. Same shape as block#2277.

WHY IT WENT UNNOTICED

The Security job sits behind the `rust` paths filter and is `skipping` on almost
every PR -- verified on block#2283, block#2276, block#2269 and block#2264. It fired on block#2270 only
incidentally: that PR regenerates
launchpad/crates/knowledge/generated/corpus.json, and `launchpad/crates/**` is
in the filter. A Rust security audit therefore runs when, and only when,
somebody edits documentation in the right place.

Second repo-wide failure in two days found by accident on a documentation PR
rather than by the safety net; the first was the MinIO outage (block#2266).

VERIFICATION

  cargo-deny check                      exit 0; advisories ok, bans ok,
                                        licenses ok, sources ok
                                        (was: advisories FAILED)
  cargo check --workspace --all-targets exit 0, no errors, 3m05s
  cargo test --workspace --lib          993 passed, 2 failed
  cargo test -p buzz-core --lib         262 passed, 0 failed

TWO TESTS FAIL, AND BOTH FAIL IDENTICALLY WITHOUT THIS CHANGE. Each was re-run
in the same worktree against origin/launchpad's lockfile (rustls 0.23.42,
aws-lc-sys 0.41.0) and failed the same way, so neither is caused by the bump:

  buzz-relay     api::mesh_demo::tests::demo_join_forwarded_arm_round_trips_echo
                 HTTP 504 != 200
  git-sign-nostr tests::test_parse_envelope_rejects_invalid_oa_pubkey
                 assertion failed: result.is_err()

The second was checked with particular care: aws-lc-sys is a cryptographic
library and that test asserts a pubkey is REJECTED, so a bump quietly making it
accepted is exactly the regression worth catching. It fails on the baseline too.

A third, buzz-acp `claude_named_adapter_wire_lifecycle_records_prompt_and_cost`,
failed once and passed on re-run: flaky, not deterministic.

None of the three has an issue yet. They are pre-existing and out of scope here,
but they mean the workspace suite is NOT green as it stands -- stated plainly
rather than buried, because this change is not why.

A further six buzz-relay media tests failed until the database had migrations
applied (`relation "communities" does not exist`); all 35 pass once migrated.
Environmental, not a code fault.

NOT VERIFIED: no TLS handshake was exercised end to end and no integration suite
was run. This changes no code, but "compiles and unit-tests pass" is not "the
relay still negotiates TLS correctly" -- the full Rust matrix in CI is what
establishes that.

Closes block#2284

Signed-off-by: test <test@example.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants