v0.2.2 - local capture, audit & source attribution
Adds local-use features for trust and effortless capture, plus the git-sync clone fix. Same engine, same 94.5% LoCoMo recall@10.
Added
pmb note "..."- instant memory capture from the terminal, no agent needed.pmb audit- "what does PMB know about me?": a grouped, read-only view of everything stored, by type and by source.pmb watch <file|dir>- auto-capture: new paragraphs in a notes file or folder (e.g. ~/journal.md) get ingested as memory, with content-hash dedup.- Source attribution on recall - every hit shows where it came from ("from: chatgpt - Project planning", "from: note (cli)", "from: markdown - notes.md").
Fixed
- Git-sync clone now works when the remote's default branch is not "main" (previously produced an empty working tree on some hosts).
Notes
- 14 new regression tests (provenance + watch). The 94.5% LoCoMo recall@10 and 70ms p50 are unchanged.
Install: pip install --upgrade pmb-ai
What's Changed
- feat: local-use - pmb note, audit, watch + recall source attribution by @oleksiijko in #5
New Contributors
- @oleksiijko made their first contribution in #5
Full Changelog: v0.2.1...v0.2.2