history

CrossWatch local provider history feature (file-backed watched events store).

The CrossWatch provider stores watched history locally.

Related:

What syncs

History is stored in a local JSON file.

Each entry can include a watched_at timestamp.

Reads vs writes

  • Reads: history.json

  • Writes:

    • add records watched events.

    • remove removes watched events.

Key settings

  • crosswatch.root_dir

  • crosswatch.auto_snapshot

Config reference: Configuration (config.json).

Last updated

Was this helpful?