brain_predict
Predicts likely failures based on your current work context and pre-loads relevant fixes. Returns top pitfalls and highest-confidence fixes to avoid re-researching issues.
Instructions
Predictive Pre-fetch Engine (PPE): given your current context (what you're working on), traverses the CKG to predict likely failures and pre-load relevant fixes. Returns top predicted pitfalls + highest-confidence fixes. Call at session_start when working on a specific feature or debugging area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Brain instance ID | |
| context | Yes | What you're working on, e.g. "upgrading Keycloak from 21 to 24" | |
| top_k | No | Max predictions to return (default: 5) |