Release · 2026-08-05T11:10:07+02:00 · By Threadnote
Threadnote 4.0.5
Threadnote 4.0.5 makes native code graph maintenance observable and directly controllable while tightening local runtime and editor integration safety.
What's new
Threadnote 4.0.5 makes native code graph maintenance observable and directly controllable while tightening local runtime and editor integration safety.
- Administer every local graph from one place. Run
threadnote graph diagnostics,threadnote graph repair --all, orthreadnote graph purge --obsoletewithout depending on the current directory. The Manager now exposes matching status, diagnostics, repair, index, reindex, compact, and purge actions for each graph and for safe all-graph operations. - Start repairs immediately and avoid maintenance deadlocks. Foreground repair no longer waits for a later query,
and
threadnote managefails fast with a clear message while graph repair or another maintenance operation owns the graph lock. - Trust graph health output. Diagnostics now report persisted nodes, edges, and topology statistics from the measured snapshot, identify disposable rebuilds and obsolete stores precisely, and keep doctor and repair guidance consistent.
- Keep Cursor marketplace ownership intact. Threadnote install, update, repair, and uninstall no longer write or remove Cursor plugin files; doctor reports whether the independently distributed plugin is present.
- Prevent silent development-runtime takeovers. Exact-HEAD global installs record an opaque checkout identity and
require
--take-over-global-runtimebefore another worktree can replace the active development build. Process diagnostics also keep theOPERATIONcolumn aligned across variable-width rows.