Add local file conflict metadata
This commit is contained in:
parent
e1f36ffafb
commit
20c88af800
13 changed files with 673 additions and 15 deletions
|
|
@ -121,8 +121,9 @@ Roadmap items should be actionable and checkable:
|
|||
- The CAS crate can build deterministic tree objects for local file trees and
|
||||
store those manifests as CAS blobs. The daemon can register and scan local
|
||||
file roots, reporting create/update/delete/rename changes without writing back
|
||||
to the working tree. Cross-node file sync and conflict handling are still
|
||||
roadmap work.
|
||||
to the working tree. Durable local file-conflict records can be listed and
|
||||
resolved manually; automatic cross-node conflict detection and file sync are
|
||||
still roadmap work.
|
||||
- DB resources can be registered locally and report local-only status plus a
|
||||
read-only SQLite schema summary/hash and `crsql_changes` metadata when
|
||||
present. The DB crate and daemon can extract typed read-only `crsql_changes`
|
||||
|
|
|
|||
Loading…
Reference in a new issue