Commit 336a25b
feat(gossamer): complete Tauri elimination; Gossamer-native IPC
src-tauri/ deleted (Rust/Cargo backend gone entirely):
- Removes glib 0.18.5 MODERATE Dependabot alert (only remaining vuln)
- Removes openssl 0.10.77 vestiges
- 0 Dependabot alerts remain after GitHub re-scan
ReScript frontend rewritten for pure Gossamer IPC:
- TauriFFI.res → OpsmCommands.res: no Tauri naming; ipcError type replaces
Tauri_Command.commandError; runtime management commands added (runtimeList,
runtimeInstall, runtimeRemove, runtimeSearch, healthCheck)
- RuntimeBridge.res: Tauri fallback branches removed; Gossamer-first +
browser-HTTP fallback for development; Fs/Dialog/Event Gossamer-only
- App.res: all TauriFFI.*/Tauri_Command.* → OpsmCommands.*/IpcError.*
- deno.json: @tauri-apps/api, @tauri-apps/plugin-fs, @tauri-apps/plugin-dialog,
rescript-tauri removed; tauri/tauri:build/tauri:android/tauri:ios tasks removed
- rescript.json: rescript-tauri removed from bs-dependencies
Gossamer expansion: OpsmCommands now also exposes opsm_runtime panel IPC
commands (list/install/remove/search) via window.__gossamer_invoke so the
panel harness can call them without HTTP round-trips.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 904be78 commit 336a25b
30 files changed
Lines changed: 323 additions & 6510 deletions
File tree
- opsm_mobile
- src-tauri
- capabilities
- icons
- src
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 8 | + | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | 15 | | |
24 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments