Co-authored-by: jason.woltje <jason@diversecanvas.com> Co-committed-by: jason.woltje <jason@diversecanvas.com>
This commit was merged in pull request #935.
This commit is contained in:
@@ -36,6 +36,12 @@ wake_state_dir() {
|
||||
# {observed_seq, locators, class, emit_ts, hmac}.
|
||||
# ack-ledger.jsonl — local-write-only ack ledger (RECEIVED / CONSUMED).
|
||||
# ack-sync.state — background-sync bookkeeping (last shipped / outage flag).
|
||||
# consumed-hashes.jsonl — #932 store-owned last-consumed record: one object per
|
||||
# (kind,id), {kind,id,observed_hash,observed_seq}, written at
|
||||
# consume-truncation. The reconciler's THIRD accounting source
|
||||
# (a consumed state matches neither the truncated inbox nor the
|
||||
# reconciler's own seen-ledger). ADDITIVE / lazily created;
|
||||
# older code ignores it (on-disk read-compat preserved).
|
||||
|
||||
# _wake_tmp_glob DIR — the glob used for atomic-write temp files, so readers can
|
||||
# ignore in-flight/crashed writes. A crash leaves one of these; it is NEVER the
|
||||
|
||||
Reference in New Issue
Block a user