Tauri v2 Integration (VMark) Overview Ensure Tauri v2 bridge patterns and IPC flows are consistent across frontend and Rust. Workflow 1) Identify the bridge direction: - Rust - Webview: / + on frontend. - Webview - Rust: . 2) Update frontend hooks/plugins that manage IPC ( , ). 3) Update Rust commands or menu entries in . 4) Keep behavior consistent across WYSIWYG and Source modes. 5) If E2E behavior needs validation, use Tauri MCP tools. References - for key files and patterns. - Manual E2E: see skill for patterns. Related Skills - — General Tauri 2.0 patterns (commands, state, plugins, secu…