You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clear the plugin-review lint findings
- read the handshake file from Vault#configDir, falling back to a literal
.obsidian/ because that is where `silica connect` writes it today
- schedule/cancel are now required BridgeDeps, injected by main.ts as
window.setTimeout/clearTimeout; bridge.ts no longer touches an ambient
timer, which is what popout windows and node --test both wanted
- str() coerces wire values: an object became "[object Object]" and rode on
as a path or a vault name instead of failing at the boundary
- mention-index trie carries its title on the node, dropping the NUL
sentinel and the last any
- typed loadData/JSON.parse, awaited revealLeaf, unwound a comma expression