memory_correct
Update a flagged stale memory with corrected content after code changes, and refresh its git context to establish a new baseline for future freshness checks.
Instructions
Update a memory flagged by memory_check_freshness with corrected content after its related code changed. Replaces the stored content and refreshes the git context (current commit SHA) so future freshness checks compare against the new baseline. For a general edit to any memory that is NOT part of a freshness check, use memory_update instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the memory item to correct | |
| content | Yes | The corrected, up-to-date content | |
| related_paths | No | Files/dirs this memory is about (e.g. ["src/api.ts"]). Refreshes staleness tracking for future checks. |