onyx-tasks/crates/onyx-core
Tristan Michael 5e33416b22 Slim task frontmatter: remove timestamps, add version counter + self-healing dedup
Remove created_at/updated_at from Task struct and frontmatter. Add a
version counter (u64) that increments on every write, defaults to 1 for
old files. list_tasks now groups by UUID and auto-deletes stale
duplicates (keeping highest version), preventing sync-induced dupes from
surfacing in the UI. has_time and parent are omitted from frontmatter
when false/null.

Update CLI, Tauri frontend types, and Svelte components to match.
2026-04-05 19:22:10 -07:00
..
src Slim task frontmatter: remove timestamps, add version counter + self-healing dedup 2026-04-05 19:22:10 -07:00
Cargo.toml security: harden credential management in onyx-core 2026-04-03 10:11:40 -07:00