onyx-tasks/crates
Tristan Michael 3b2cb12272 fix: replace panicking unwrap/expect calls with graceful error handling
Replace .expect() in config path resolution with a fallback default.
Replace all .lock().unwrap() on Tauri AppState mutex with a helper that
converts poisoned locks into error strings. Replace .expect() on Android
app data dir with proper error propagation. Handle LAST_WRITE and WATCHER
global mutex locks gracefully. Propagate subtask cascade delete errors
instead of silently ignoring them.
2026-04-02 09:35:38 -07:00
..
bevy-tasks-cli refactor(cli): consolidate output through output module 2026-03-30 16:29:57 -07:00
onyx-cli fix: prevent path traversal, enable CSP, and harden URL domain extraction 2026-04-02 09:35:38 -07:00
onyx-core fix: replace panicking unwrap/expect calls with graceful error handling 2026-04-02 09:35:38 -07:00