CrossWatch local provider history feature (file-backed watched events store).
The CrossWatch provider stores watched history locally.
Related:
Engine semantics: History (engine-level)
History is stored in a local JSON file.
Each entry can include a watched_at timestamp.
watched_at
Reads: history.json
history.json
Writes:
add records watched events.
add
remove removes watched events.
remove
crosswatch.root_dir
crosswatch.auto_snapshot
Config reference: Configuration (config.json).
providers/crosswatch/_history.py
providers/crosswatch/_common.py
history.restore_state.json
history.unresolved.json
Last updated 42 minutes ago
Was this helpful?