memory_check_freshness
Check if memories linked to git-tracked code are stale by comparing saved commit SHAs against current HEAD using a local git diff, returning up to 3 outdated memories for review.
Instructions
Check whether memories linked to git-tracked code (via related_paths on memory_ingest) are stale because the underlying code changed since they were saved. Compares each candidate's saved commit SHA against the current HEAD with a local git diff — no data leaves your machine for the diff itself. Returns up to 3 memories whose related files changed, so you can review and refresh them. Call this periodically or when you suspect saved context might be out of date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | No | Space UUID (uses default if not specified) |