feat(orchestrator): incremental sync protocol — git delta, direct input, and storage-backed sync

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
frostebite
2026-03-05 09:39:53 +00:00
parent 9d475434d3
commit 3033ee0067
3 changed files with 227 additions and 0 deletions
@@ -0,0 +1,2 @@
export { SyncState, SyncStrategy } from './sync-state';
export { IncrementalSyncService } from './incremental-sync-service';