Emacs refresh runs trueflow review --json synchronously in the UI thread. Design ref: emacs/DESIGN.org:9. Code refs: emacs/trueflow.el:355, emacs/trueflow.el:408, emacs/trueflow.el:427. Trigger: large repo or slow scan during refresh. Direction: implement async process refresh/inspect with a sentinel that parses JSON and updates the originating buffer; keep sync only where immediate command results require it.
Emacs refresh runs trueflow review --json synchronously in the UI thread. Design ref: emacs/DESIGN.org:9. Code refs: emacs/trueflow.el:355, emacs/trueflow.el:408, emacs/trueflow.el:427. Trigger: large repo or slow scan during refresh. Direction: implement async process refresh/inspect with a sentinel that parses JSON and updates the originating buffer; keep sync only where immediate command results require it.