store_memory
Save a new semantic memory with an optional source label. Detects overlapping existing memories and suggests replacement to avoid contradictions.
Instructions
Store a semantic memory with an optional source label.
The response includes a conflicts list — existing learnings with high
word-overlap to the new text. A non-empty list means a potentially
contradictory memory already exists; use supersede_learning to replace
it rather than letting both co-exist.
repo_path: optional absolute path to the target repository. When omitted, defaults to the server's configured project directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| source | No | ||
| repo_path | No |