CrossWatch local provider watchlist feature (file-backed set semantics).
The CrossWatch provider stores watchlist items locally.
Related:
Engine semantics: Watchlist (engine-level)
This is a local “plan to watch” list.
Reads and writes are just JSON reads/writes.
Reads: watchlist.json
watchlist.json
Writes:
add inserts items.
add
remove removes items.
remove
crosswatch.root_dir
crosswatch.auto_snapshot
crosswatch.retention_days
crosswatch.max_snapshots
Config reference: Configuration (config.json).
I deleted my watchlist
Restore from snapshots if available.
Use the Editor for manual recovery.
providers/crosswatch/_watchlist.py
providers/crosswatch/_common.py
watchlist.restore_state.json
watchlist.unresolved.json
Last updated 3 hours ago
Was this helpful?