save_gotcha
Store a concise gotcha (e.g., 'X breaks when Y') with optional tags and file references to prevent repeating time-consuming mistakes. Capture the trap, add context, and retrieve it later for efficient troubleshooting.
Instructions
Save a small trap that cost time ('X breaks when Y', 'always Z before W'). Short and punchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| files | No | ||
| gotcha | Yes | ||
| details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |