Skip to content

feat(cli): carry retry-safe message delivery in fork - #4

Merged
willgriffin merged 7 commits into
mainfrom
codex/issue-199-buzz-retry-protocol
Aug 13, 2026
Merged

feat(cli): carry retry-safe message delivery in fork#4
willgriffin merged 7 commits into
mainfrom
codex/issue-199-buzz-retry-protocol

Conversation

@willgriffin

@willgriffin willgriffin commented Aug 10, 2026

Copy link
Copy Markdown

Summary

Carries the reviewed retry-safe message-delivery protocol from
block/buzz#5376 and repairs the
fork-hosted validation path at exact head 9dcad2275d940496328214302fa6f4bf32382afa.

The protocol keeps idempotency receipts, canonical replay identity, semantic
conflict handling, and mention indexing atomic.

Hosted repair scope

  • PR builds keep consuming the public Block registry cache, but no pull request
    exports a cache to Block's GHCR namespace. This fixes the fork-token
    permission_denied failure without changing main/tag image publication.
  • webbrowser is upgraded from 1.2.1 to the safe 1.2.2 advisory patch in both
    lockfiles. The remaining RUSTSEC-2026-0243 entry is the exact upstream
    temporary exception for mesh-llm 0.74's no-safe-upgrade relay-pool path; its
    removal condition is recorded in deny.toml.
  • A fresh focused desktop smoke run passes 14/14. The prior hosted desktop
    failure is shared historical behavior with feat(release): package standalone Buzz CLI OCI artifact #3, not modified here.

Scope boundaries

This remains separate from tag-only CLI packaging in
happyvertical/buzz#3. It does
not publish an image, create a tag/release, alter deployment configuration, or
adopt the fork into HappyVertical Work.

Validation

  • fresh PostgreSQL migration plus idempotency-concurrency and
    idempotent-mention rollback/retry suites;
  • cargo deny --locked check --config deny.toml advisories (advisories ok);
  • actionlint .github/workflows/docker.yml and git diff --check;
  • focused desktop smoke suite: 14 passed;
  • full just ci rerun after the dependency update: passed; and
  • bounded correctness, security, workflow, and desktop review cycle recorded
    with this exact head.

Refs happyvertical/happyvertical.com#199, happyvertical/happyvertical.com#172,
happyvertical/happyvertical.com#158.

Signed-off-by: Will Griffin <willgriffin@gmail.com>
Signed-off-by: Will Griffin <willgriffin@gmail.com>
Signed-off-by: Will Griffin <willgriffin@gmail.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a6f9ccd2cc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread crates/buzz-relay/src/handlers/ingest.rs Outdated
willgriffin and others added 4 commits August 10, 2026 09:32
Signed-off-by: Will Griffin <willgriffin@gmail.com>
## Summary

- temporarily allow the informational `RUSTSEC-2026-0243` advisory for
the retired `nostr-relay-pool` crate
- document the exact MeshLLM → `nostr-sdk 0.44.1` transitive path and
removal condition
- keep every other advisory and the global dependency policy enforced

## Why an exception

RustSec provides no patched `nostr-relay-pool` release because the
standalone crate was absorbed into `nostr-sdk >= 0.45`. Buzz inherits it
through pinned MeshLLM v0.74. A direct test bump to `nostr-sdk 0.45.1`
removed the retired crate but produced 13 MeshLLM API compilation
errors, so the durable fix requires an upstream source migration rather
than a lockfile update.

This narrow exception restores the required Security check while that
migration is completed. It must be removed once MeshLLM adopts
`nostr-sdk >= 0.45`.

## Validation

- `bin/cargo-deny --locked check --config deny.toml advisories`
- `bin/cargo-deny --locked check`
- `git diff --check origin/main...HEAD`
- mandatory pre-push Rust and desktop/Tauri checks

## Scope

One four-line `deny.toml` addition. No Rust source, lockfile, runtime,
or release behavior changes.

Signed-off-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Carl <c7ebe626f000404285d3686e1dc74cc07cc60a9754a150041ba132e14bd3e2ec@buzz.block.builderlab.xyz>
(cherry picked from commit d2ebaa9)
Signed-off-by: Will Griffin <willgriffin@gmail.com>
Signed-off-by: Will Griffin <willgriffin@gmail.com>
@willgriffin
willgriffin merged commit 56ba1e1 into main Aug 13, 2026
34 checks passed
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