mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
- Keep scope-keyed in-memory sidebar membership authoritative so sequential add/remove mutations accumulate even when every localStorage write fails; storage is only the durable mirror. Regressions cover write-failure sequences, read+write failure, and recovery persisting the accumulated set. - Disclose the exact agent-context payload before send: both the project-detail chat panel and the Projects prompt page now expose a pre-send preview of the byte-identical footer that will be appended and signed under the user's key, with an explicit untrusted-metadata warning. Component regression drives adversarial instruction-shaped metadata through the disclosure. Co-authored-by: Thomas Petersen <thomasp@squareup.com> Signed-off-by: Thomas Petersen <thomasp@squareup.com>
Buzz
Desktop chat shell with:
- Tauri + React + TypeScript + Vite
- Tailwind CSS
- shadcn/ui-ready shared components
- Biome (lint/format/check)
- Feature-driven frontend structure
Scripts
pnpm dev- run the web frontendpnpm tauri dev- run the desktop apppnpm build- typecheck and build frontendpnpm typecheck- TypeScript checkspnpm lint- Biome lintpnpm format- Biome format (write)pnpm check- Biome check
Structure
src/shared- reusable app-wide code (ui,lib,styles)src/features- feature modules (vertical slices)src/app- top-level app composition