Parent umbrella: #108\n\nGoal: reduce the authority exposed by host-side IPC commands and keep privileged actions narrowly scoped.\n\nFocus areas:\n- Review existing #[tauri::command] surfaces for overbroad authority\n- Split commands by capability when a single endpoint currently does too much\n- Keep sensitive actions host-only, with explicit user approval paths for mutation\n- Document the trust boundary for each command in docs/apis.md\n\nSuccess looks like: a smaller, clearer host API surface with fewer implicit privileges.
Parent umbrella: #108\n\nGoal: reduce the authority exposed by host-side IPC commands and keep privileged actions narrowly scoped.\n\nFocus areas:\n- Review existing #[tauri::command] surfaces for overbroad authority\n- Split commands by capability when a single endpoint currently does too much\n- Keep sensitive actions host-only, with explicit user approval paths for mutation\n- Document the trust boundary for each command in docs/apis.md\n\nSuccess looks like: a smaller, clearer host API surface with fewer implicit privileges.