mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Moves the local-workspace NIP-OA auth-tag backfill out of commands/agents.rs into its own module, returning agents.rs to its ratcheted size, and replaces an obfuscated_if_else chain in local_relay.rs with a plain if/else so the desktop-tauri clippy hook leg passes again. No behavior change. Signed-off-by: npub1s89ezejff2zrl7v030xlypwkrchqmm05r4yx30j4e6qm6nevnxaq3td38g <81cb9166494a843ff98f8bcdf205d61e2e0dedf41d4868be55ce81bd4f2c99ba@buzz.block.builderlab.xyz>
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