memory_correct
Update flagged memories with corrected content after related code changes. Replaces stored content and refreshes git context for accurate 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.
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. |