> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt
> Use this file to discover all available pages before exploring further.

# decisions_stale

> List decisions whose linked code has drifted

## Overview

Every decision is auto-linked to the symbols it mentions. When those symbols change, Enagrams marks the decision **stale**. Calling `decisions_stale` surfaces them for review — either [`decision_reaffirm`](/mcp/decision-reaffirm) them or record a new decision that supersedes the old one.

## Parameters

| Parameter | Type   | Required | Description |
| --------- | ------ | -------- | ----------- |
| `limit`   | number | No       | Max rows    |

## Example

```json theme={null}
{
  "tool": "decisions_stale",
  "arguments": { "limit": 20 }
}
```

Each entry includes the decision, the symbols that drifted, and the commit that changed them.
