blame
Check prior AI conversations about a file before editing or deleting it, to understand the intent and decisions behind its current state.
Instructions
Before editing, refactoring, or deleting a file, find the prior sessions that discussed it so you know why it is shaped the way it is. Call whenever you are about to change a file, or when the user asks 'why is this like this', 'what was this for', 'is it safe to remove this'. Most specific mentions come first. This is session history across AI tools, not git blame — it explains intent and past decisions, not commit authorship. Give an absolute path, relative path, or bare filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| path | Yes | Absolute, relative, or bare filename. | |
| limit | No | ||
| since | No | Age such as 30d or 24h. | |
| harness | No | ||
| project | No |