plugmem-cli 0.7.0

plugmem command-line interface — bitemporal memory and hybrid retrieval over one local database.
Documentation
# Sample plugmem config for the CLI integration tests.
# Precedence at runtime: --flag > env > this file > built-in default.

[engine]
# Embedding size (0 = vectors off). Small here so tests stay fast.
dim = 8

[embedder]
# "none" keeps the CLI fully functional without any service (lexical,
# tags, graph and time still answer). Switch to an OpenAI-compatible
# server with kind/url/model/api_key_env:
#   kind = "ollama"
#   url = "http://localhost:11434/v1"
#   model = "nomic-embed-text"
#   api_key_env = "OPENAI_API_KEY"
kind = "none"

[maintenance]
# Auto-snapshot after this many mutations.
snapshot_every_ops = 4