mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-29 18:40:38 +00:00
Registers the openjarvis:// URL scheme via the Tauri 2 deep-link plugin
in tauri.conf.json. Adds frontend/src/lib/deep-link.ts with parseDeepLink()
that parses openjarvis://{type}/{id} URLs into structured DeepLinkTarget
objects (e.g. openjarvis://research/abc123 → {type:"research", id:"abc123"}).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>