v0.2.1ulattica2026-06-14

Tauri build fix; three latent v0.2.0 scaffold bugs caught and fixed

First npm run tauri dev surfaced three bugs: missing Manager import, missing RGBA icons, stream not declared before append. All fixed and build verified end-to-end. UP-001 ARM phase now complete — Fossic upgraded pre-flight to pass.

v0.2.1u2026-06-14
  • ·src-tauri/src/lib.rs: use tauri::Manager; added (compilation)
  • ·src-tauri/icons/: 5 RGBA placeholder icons generated (compilation)
  • ·src-tauri/src/lib.rs: store.declare_stream() added before store.append() (runtime)
  • ·npm run tauri dev exit code 0 — Vite up, binary ran clean, WAL writes confirmed
  • ·package-lock.json + src-tauri/Cargo.lock tracked (first-build artifacts)
  • ·TD-003 logged: three bugs, zero caught by code review, all three caught by real build
  • ·Fossic ARM pre-flight upgraded warn → pass — ARM phase closed; EXECUTE opens