recall_best_solution
Retrieve the most effective solution for a given topic from past lessons. Uses confidence indicators to flag stale or outdated results, resetting verification upon access.
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 |
|---|---|---|---|
| topic | Yes | Topic slug to look up, e.g. "deploy:web". Supports partial match. | |
| instance_id | Yes | UUID of the cache instance |