General-purpose self-healing loop that learns from past failures, retries safely, and records reusable fixes.
**General-purpose self-healing loop with improved resilience and evidence handling.** - Adds portable evidence scan order for improved flexibility (supports custom memory paths and multiple shells) - Expands failure classification to cover more error scenarios (syntax, auth, network, context, false done, etc.) - Refines 3-tier recovery policy: direct fix, safe fallback, and controlled escalation with user-minimal unblock input - Introduces strict safety and completion rules to ensure only validated recoveries are marked done - Enforces concise, structured memory logging for each self-heal cycle to aid future automation - Updates integration notes for wider compatibility and easier customization