lesson_reinforce
Reinforce a previously saved lesson when the same pattern occurs again. Increases confidence score and reactivates decayed lessons.
Instructions
Reinforce an existing lesson when the same pattern is observed again. Increases confidence by 0.15, capped at 1.0. Unarchives lessons that had decayed below the threshold. Call this when a lesson recalled via lesson_recall proves relevant to the current task, or when the same mistake recurs. Returns the updated lesson with its new confidence score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The lesson ID returned by lesson_save or lesson_recall. |