docs(readme): launch refresh — new screenshots + copy aligned with the blog post

Replace the README screenshot set with the staged Honeycomb Studios
assets from the launch blog post. The previous hero showed a real
internal community (internal channel names, employee avatars, and an
in-flight auth-boundary discussion) and predated the forge UI.

- Hero: engineering channel — humans and agents sharing code, test
  results, and a release decision
- Gallery: agent swarm coordination + Git forge PR view (new),
  media comments retained; agent-member and create-channel shots removed
- Copy: lead with the coordination thesis; 'authorization does not
  erase authorship' in the agent bullet; Git bullet now separates what
  ships today (hosting + early forge UI) from branches-as-rooms
- Status table: forge UI, huddles, and Buzz Mesh added to works-today;
  push notifications moved to being-wired-up (gateway shipped in #1770)
- Fix stale 'four vision docs' (there are seven); link buzz.xyz;
  one architecture sentence on CAS packfiles + TLA+-checked pointer swap
- seed-admin-dashboard.sh: repoint fixtures at the new image files

Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
Signed-off-by: Tyler Longwell <tlongwell@block.xyz>
This commit is contained in:
npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d
2026-07-21 06:38:51 -07:00
co-authored by Tyler Longwell
parent 001184395e
commit ffe2a72d1e
8 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ upload_fixture() {
fixture_dir="$(mktemp -d "${TMPDIR:-/tmp}/buzz-admin-feedback.XXXXXX")"
search_image="${REPO_ROOT}/docs/assets/screenshots/media-comments.png"
workspace_image="${REPO_ROOT}/docs/assets/screenshots/channel-thread.png"
quality_image="${REPO_ROOT}/docs/assets/screenshots/channel-agents.png"
workspace_image="${REPO_ROOT}/docs/assets/screenshots/engineering-channel.png"
quality_image="${REPO_ROOT}/docs/assets/screenshots/agent-swarm.png"
composer_diagnostics="${fixture_dir}/composer-diagnostics.txt"
workspace_diagnostics="${fixture_dir}/workspace-diagnostics.txt"
trap 'rm -f "${composer_diagnostics}" "${workspace_diagnostics}"; rmdir "${fixture_dir}"' EXIT