Files
buzz/desktop
npub1mprnacetjua2xx3p5eddmhxyk6wv929ymm5py8kd2xfxurxahspqqlgyta 4e4c7495bf merge: mount terminal frontend on final runtime
* commit 'e1eaf88b0d7c9b2f9922ffea6a2cbd47682e746d':
  docs(terminal): cite the discriminating tail payload
  docs(terminal): say why tail_full cannot fire, not just that nothing calls it
  test(terminal): require the runtime to pump deferred work
  docs(terminal): say that the tail-depth signals have no consumer yet
  docs(terminal): repoint the links the slice_bytes deletion broke
  test(terminal): reject stop before child reap
  refactor(terminal): delete the slice-sizing function nothing calls
  test(terminal): make the decrease and RIS arms assert what they claim
  fix(terminal): retain the scrollback debt a shrink does not immediately repay
  fix(terminal): repair three defects the gate found in the work-bounded seam
  fix(terminal): raw-drain while child exits
  feat(terminal): bound the lock hold by weighted work, not by bytes
  test(terminal): close the review gaps in the cluster and snapshot contracts
  feat(terminal): give an attaching subscriber the screen as it stands
  feat(terminal): give the renderer each cluster's true column

Signed-off-by: npub1mprnacetjua2xx3p5eddmhxyk6wv929ymm5py8kd2xfxurxahspqqlgyta <d8473ee32b973aa31a21a65adddcc4b69cc2a8a4dee8121ecd51926e0cddbc02@buzz.block.builderlab.xyz>
Co-authored-by: npub1mprnacetjua2xx3p5eddmhxyk6wv929ymm5py8kd2xfxurxahspqqlgyta <d8473ee32b973aa31a21a65adddcc4b69cc2a8a4dee8121ecd51926e0cddbc02@buzz.block.builderlab.xyz>
2026-08-02 02:07:12 -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