mem_reinforce
Adjust skill strength by recording outcomes: external evidence like passed tests, accepted diffs, or user confirmation boosts it; failure reduces it; self-reports only update recency.
Instructions
Record how a recalled skill turned out. Strength rises only on evidence from outside your own judgement (a test that passed, a diff that was accepted, the user saying so) and falls when the task failed after you applied it. Saying it helped is not evidence: the default only refreshes recency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Skill slug to reinforce. | |
| evidence | No | What confirms the outcome. self_report (default): you judged it useful — recorded, not rewarded. test_passed / diff_accepted / user_confirmed: outside signal, raises strength. failure: the task went wrong after applying it, lowers strength. |