onyx-tasks/apps/tauri/src-tauri/src
Claude ac72955d23
fix: correct operator precedence in Windows path validation
The condition `len <= 3 && ends_with(":\\") || ends_with(":")` was
missing parentheses, causing the second ends_with check to run
regardless of path length due to && binding tighter than ||.

https://claude.ai/code/session_013ooJht2HrZUTXgNJFU79cV
2026-04-16 07:21:16 +00:00
..
lib.rs fix: correct operator precedence in Windows path validation 2026-04-16 07:21:16 +00:00
main.rs refactor: rename onyx-tauri to onyx-tasks, add onyx-standalone binary 2026-04-03 03:48:25 -07:00