Documentation
README
Memorix Reasoning
Use reasoning memory for why a decision was made. Use ordinary memory for what happened.
Tool Router
| Situation | Prefer | CLI fallback |
|---|---|---|
| Store why a decision was made | memorix_store_reasoning |
memorix reasoning store --entity <name> --decision "<decision>" --rationale "<why>" |
| Find earlier rationale | memorix_search_reasoning |
memorix reasoning search --query "<topic>" |
| Need a stable evolving topic key | memorix_suggest_topic_key |
memorix memory suggest-topic-key --type decision --title "<title>" |
| Link rationale to commit evidence | relatedCommits on reasoning store |
memorix reasoning store ... --relatedCommits <sha> |
Use Reasoning When
This is the opening of the README. Read the full README on GitHub.