MY-AI V10 extends V9.1 with a bounded self-healing runtime on top of the cognitive mesh. The system keeps the repository/program/causal graphs, persistent runtime traces, recursive multi-model workers, capability ledger, and evidence-gated evolution while adding failure signatures, bounded reproduction, repair episodes, controlled fault injection, and stable-code health metadata.
request / failure
-> cognitive routing
-> unified program graph
-> structure / calls / data-flow / control-flow
-> causal repository twin
-> dependency impact / source slices
-> runtime trace graph
-> state / exception / causal links
-> failure signature memory
-> bounded reproduction
-> recursive repair workers + independent judge
-> sandbox / validation boundary
-> fault-injection self-tests
-> stable-code health map
-> verified strategy / capability ledger
- Detect before repairing.
- Reproduce before trusting a hypothesis whenever possible.
- Use the smallest causally relevant context; preserve verified code.
- Keep retries and repair attempts bounded.
- Never auto-promote code from the repair runtime; promotion remains validation-gated.
- Convert verified repair experience into reusable memory and regression evidence.
MYAI_SELF_HEALING_ENABLED=trueMYAI_SELF_HEALING_MAX_REPAIR_ATTEMPTS=2MYAI_SELF_HEALING_REPRODUCTION_TIMEOUT_SECONDS=30MYAI_FAILURE_SIGNATURE_PATH=data/failure_signatures.jsonlMYAI_REPAIR_EPISODE_PATH=data/repair_episodes.jsonlMYAI_CODE_HEALTH_PATH=data/code_health.json