mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
The legacy-nest migration's copy_file_over_generated_default detects an untouched default AGENTS.md by byte-equality against the embedded AGENTS_MD template. That comparison only succeeds while ensure_nest_at writes the template verbatim on a fresh file; a future template or refresh change that breaks the identity would make the guard silently fail closed and re-strand the user's legacy AGENTS.md. This test pins the byte-equality invariant so such drift trips a loud failure instead of regressing the migration. Co-authored-by: Will Pfleger <pfleger.will@gmail.com> Signed-off-by: Will Pfleger <pfleger.will@gmail.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