onyx-tasks/crates
Claude 69ed27ba44
refactor(sync): reuse storage constants instead of redefining
WORKSPACE_METADATA_FILE, LIST_METADATA_FILE and the 64KB frontmatter
cap each existed in two places (storage.rs and sync.rs) with identical
values. parse_frontmatter_for_conflict even repeated the cap as a magic
number with the byte count baked into the error string. Promote the
storage definitions to pub(crate) and import them so any future tweak
(e.g. raising the frontmatter cap) only needs one edit.
2026-04-25 13:32:08 +00:00
..
onyx-cli test: cover CLI workspace resolver, date picker, saturating version 2026-04-17 16:32:22 +00:00
onyx-core refactor(sync): reuse storage constants instead of redefining 2026-04-25 13:32:08 +00:00