onyx-tasks/crates
Claude c134624839
fix(repository): saturating_add for in-memory version bump
create_task used a plain += on the in-memory version returned to the
caller while FileSystemStorage uses saturating_add when serialising
the frontmatter. The two would disagree at u64::MAX, and in debug
builds the + operator would panic on overflow. Match the storage
behaviour.
2026-04-17 16:20:11 +00:00
..
onyx-cli fix(cli): print clean error chain instead of anyhow Debug with backtrace 2026-04-17 16:16:52 +00:00
onyx-core fix(repository): saturating_add for in-memory version bump 2026-04-17 16:20:11 +00:00