get_stale_context
Identify relationships in your codebase knowledge graph that have decayed below a confidence threshold and may be outdated, returned as a Markdown string.
Instructions
Returns relationships that have decayed in confidence and may be outdated as a Markdown string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Confidence threshold below which edges are considered stale (0.0-1.0, default: 0.5). | |
| repo | No | Optional absolute path to the repository to scope results. |