Files
npub1s89ezejff2zrl7v030xlypwkrchqmm05r4yx30j4e6qm6nevnxaq3td38gandBrother Darryl 99c9809242 refactor(desktop): extract agent auth-tag backfill module
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>
2026-08-10 12:43:28 -04:00
..
2026-08-03 21:51:17 -04:00
2026-06-11 15:06:24 +00:00

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 frontend
  • pnpm tauri dev - run the desktop app
  • pnpm build - typecheck and build frontend
  • pnpm typecheck - TypeScript checks
  • pnpm lint - Biome lint
  • pnpm 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