mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-26 20:47:07 +00:00
Stabilise configured Real Obsidian workflows
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* Supplies the runner-owned CouchDB fixture operations for the Security Seed
|
||||
* reconnect scenario. Production code remains responsible for fetching,
|
||||
* caching, and applying the Seed; this helper only validates the managed
|
||||
* synchronisation-parameter document, replaces the one intended field, and
|
||||
* compares document snapshots.
|
||||
*
|
||||
* Callers expose only short SHA-256 fingerprints. The original and replacement
|
||||
* Seed values must stay inside the isolated test process and must not be
|
||||
* written to diagnostics, screenshots, or machine-readable results.
|
||||
*/
|
||||
import { createHash, randomBytes } from "node:crypto";
|
||||
import type { CouchDbDocument } from "./couchdb.ts";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user