Route replication through provider capabilities

This commit is contained in:
vorotamoroz
2026-08-27 11:16:30 +00:00
parent 7aa41baf08
commit 56444bb98b
23 changed files with 918 additions and 205 deletions
@@ -25,7 +25,7 @@ function createFixture() {
registerProtocolHandler: vi.fn(),
},
replication: {
replicate: vi.fn(async () => undefined),
replicateUserInitiated: vi.fn(async () => ({ status: "completed" as const })),
},
vault: {
getActiveFilePath: vi.fn((): string | null => "note.md"),