memory_forget
Removes outdated or incorrect facts stored in AGENTS.md, keeping project memory accurate.
Instructions
Remove outdated or wrong facts from the nearest AGENTS.md. Call this PROACTIVELY the moment you notice a stored fact no longer holds — do not wait to be asked. Triggers: you read AGENTS.md and a fact contradicts what you observe in the code; a command/path/convention it describes has been renamed or removed; a decision it records was reversed; a refactor made it obsolete; or you just changed something that invalidates an existing entry. Whenever you act on a fact from memory, sanity-check it against reality first — if it's stale, forget it. Keeping stale memory is worse than none: it misleads future sessions. Describe what to remove in natural language; matching is fuzzy. Returns instructions which you then carry out with your own Read/Edit tools, leaving all other facts intact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path of the current project directory. | |
| description | Yes | Natural-language description of the fact(s) to remove. |