check_freshness
Verifies that code-pattern memories remain relevant by comparing them with current git commit history, detecting staleness before acting on stored knowledge.
Instructions
Check if stored memories are still fresh against current git state. USE THIS WHEN: you want to verify that code-pattern memories are still relevant before acting on them. Compares memories with file_path metadata against the git commit history to detect staleness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |