llmemory init
Create or migrate the local vault database.
Usage
llmemory init
Creates the local SQLite vault at the default path (or the path given with --db) if it doesn't exist, or migrates it to the current schema if it does. Run this once before anything else.
Examples
llmemory init
llmemory --db ./vault.db init