recall_best_solution
Retrieve the most recent successful solution for a topic from past lessons, with confidence indicators for freshness. Resets confidence clock on recall to mark as recently verified.
Instructions
Recall the best known solution for a topic from past lessons. Call this BEFORE attempting any task that might have been done before. Returns the most recent successful lesson for the topic, with confidence indicator. ⚠️ badge = lesson is >5d old (verify before applying). 🔴 = >10d old (likely stale!). Recalling a lesson resets its confidence clock to 1.0 (marks as recently verified). Example: recall_best_solution(topic="deploy:web") → returns the working deploy command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| topic | Yes | Topic slug to look up, e.g. "deploy:web". Supports partial match. |