Neural Training Train and consolidate neural patterns. Implements the DISTILL and CONSOLIDATE phases of the 4-step intelligence pipeline. When to use - After completing a successful task — capture what worked. - After accumulating ≥10 task completions — run consolidation to fold patterns into long-term storage. - When training a new domain — create a MicroLoRA adapter for it. Standard flow (DISTILL) 1. Check current neural status — . 2. Start a trajectory — with the task context. 3. Record steps — for each significant action, . 4. End trajectory — with . 5. Learn from the trajectory — . 6. Tr…