get_wisdom
Load project wisdom for context before editing files. Get overviews, file-specific knowledge, or search by keyword to prevent errors.
Instructions
Load relevant wisdom before working on a file or area. Call with no args for a project overview, then drill into specifics. Recommended workflow: get_wisdom() overview → get_wisdom(file_path) for the files you are about to edit → get_wisdom(keyword) if you need to find related knowledge. This gives you accumulated project knowledge from previous sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Set to "overview" for compact project wisdom summary. | |
| plan | No | Get a specific plan by name. | |
| keyword | No | Search all wisdom for this keyword. | |
| section | No | Get wisdom for this project section. | |
| file_path | No | Get sidecar wisdom for this file. |