onyx-tasks/crates/onyx-core
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
..
src refactor(sync): reuse storage constants instead of redefining 2026-04-25 13:32:08 +00:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00