veto_memory_import
Import memory from an exported JSON file and merge it into your local SQLite store. Existing rows are never overwritten, so you can transfer sessions between machines safely.
Instructions
Imports memory from a JSON file exported by veto_memory_export on another machine. Merges into local SQLite using INSERT OR IGNORE — existing local rows are never overwritten. Call veto_sessions_list after import to confirm sessions arrived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | No | Path to the export JSON file. Defaults to ~/.veto/veto-export.json. |