Adds read_file Tauri command with path-validation sandbox; rewires loadSelfGraph to read generated fixture from disk via invoke rather than HTTP; schema 91→92 adds sources.refreshToken for regenerate re-triggering.
v108.0.12026-06-04
·src-tauri/src/fs.rs: read_file with canonicalize→starts_with validation, ~15 lines
·get_project_root_inner() extracted as pub helper, shared by read_file
·loadSelfGraph: HTTP fetch replaced with invoke("read_file"); no more 404