gotchas
Retrieve known pitfalls and gotchas for a specific project area before making changes. Filter by keyword to avoid repeating past mistakes.
Instructions
Before making changes to an area, check for known pitfalls. Retrieves stored gotchas, optionally filtered. Example: {"lobe": "my-project", "area": "auth"} or {"lobe": "my-project"} for all. brief() already includes a gotchas overview. Use this when you need gotchas for a specific area not covered in the briefing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Optional keyword filter (e.g. "auth", "build", "navigation"). | |
| lobe | No | Memory lobe name. No lobes configured yet — run memory_bootstrap(lobe: "your-project", root: "/absolute/path/to/repo") first. |