veto_memory_import
Import memory from a JSON export file, merging into local SQLite using INSERT OR IGNORE. Verify session arrival with veto_sessions_list.
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. |