mnem-cli 0.1.7

Command-line interface for mnem - Git for AI Agent Knowledge.
# mnem-cli

Command-line interface for mnem - Git for AI Agent Knowledge.

Ships the `mnem` binary: the Git-shaped porcelain that most users reach for
first. The binary walks up to the nearest `.mnem/` like `git` does, and
persists defaults in `config.toml` so common retrieve knobs can be set once
and forgotten.

```bash
mnem init
mnem add node --summary "Alice lives in Berlin and works at Globex"
mnem retrieve "Alice Berlin" --limit 10
```

Workspace top and full quickstart: [`../../README.md`](../../README.md),
[`../../docs/src/quickstart.md`](../../docs/src/quickstart.md).

Licensed under Apache-2.0.