onyx-tasks/crates/onyx-cli
Claude f6c8dfc951
fix(cli): create task-edit scratch file with mode 0600 on unix
onyx task edit wrote the task body to /tmp/onyx-<uuid>.md with the
default umask, leaving it world-readable on shared multi-user systems
for the duration of the editor session. Open with O_CREAT|O_TRUNC +
mode 0600 via OpenOptionsExt on unix; Windows keeps the existing
behaviour since unix-style mode bits don't apply.
2026-04-17 16:28:20 +00:00
..
src fix(cli): create task-edit scratch file with mode 0600 on unix 2026-04-17 16:28:20 +00:00
Cargo.toml rename onyx-cli crate (formerly bevy-tasks-cli) 2026-03-31 09:47:02 -07:00