Documentation
README
Memorix Git Memory
Use Git Memory for repository evidence. Use reasoning memory for intent.
Tool Router
| Situation | Prefer | CLI fallback |
|---|---|---|
| Search what changed | memorix_search with a change-focused query |
memorix memory search --query "what changed <topic>" |
| Inspect a git-backed memory | memorix_detail |
memorix memory detail --id <id> |
| Ingest current commit manually | CLI | memorix ingest commit |
| Ingest a specific commit | CLI | memorix ingest commit --ref <ref> |
| Backfill recent history | CLI | memorix ingest log --count 20 |
| Install post-commit ingestion | CLI | memorix git-hook --force |
Retrieval Rules
This is the opening of the README. Read the full README on GitHub.