plugmem-cli 0.8.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]
# `enabled = false` keeps the CLI fully functional without any service
# (lexical, tags, graph and time still answer). Switch to an
# OpenAI-compatible server with url/model/api_key_env:
#   url = "http://localhost:11434/v1/embeddings"
#   model = "nomic-embed-text"
#   api_key_env = "OPENAI_API_KEY"
enabled = false

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