Added
- Optional
[semantic]extra (#11) —pip install aim-cli[semantic]adds embeddings (sentence-transformers) powering:aim search --semantic— rank tasks/docs/memories by meaning, with graceful fallback to keyword search when the extra is absent.- an
aim doctorsimilar-memory check — flags highly-similar memory pairs as possible duplicates/contradictions.
The core stays strictly zero-dependency.
Docs
- Recorded the decision to freeze time-tracking / user management as maintenance-only (#12, ADR 0001).
Install: pip install git+https://github.com/phuonghx/aim-cli.git@v1.9.0
(with embeddings: pip install "aim-cli[semantic] @ git+https://github.com/phuonghx/aim-cli.git@v1.9.0")