v0.19.2lumaweave2026-06-30

Package Hygiene and Renderer Type Cleanup

Moved misplaced prod dependencies to devDependencies, removed Tauri scaffold boilerplate, extracted a duplicated utility, and replaced any escapes in the graph renderer interface and SigmaGraphView with proper types.

v0.19.22026-06-30
  • ·chromium and glob moved to devDependencies; graphology-layout-forceatlas2 removed (dead, replaced by GWells)
  • ·greet Tauri scaffold command removed from lib.rs invoke handler
  • ·getNestedValue extracted from four duplicated copies into src/control-plane/settingsUtils.ts with proper unknown typing
  • ·graph: any → Graph in graphRendererInterface; useRef<any> → useRef<Graph | null> in SigmaGraphView; PlasmaEdgeProgram cast narrowed to EdgeProgramType; nodeReducer data typed as Attributes