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. |
||
|---|---|---|
| .. | ||
| onyx-cli | ||
| onyx-core | ||