Skip to content

Self-healing Loop

The standard is not “code changed.” The standard is runtime evidence.

  1. Observe the symptom.
  2. Collect evidence.
  3. State the hypothesis.
  4. Make the smallest fix.
  5. Restart, refresh, or deploy through SuperDev when needed.
  6. Collect evidence again.
  7. Report the result and remaining risk.
  • Backend: service status, log context, readiness, error windows, breakpoint variables.
  • Frontend: screenshot, stable selectors, console logs, network requests, interaction result.
  • Deployment: pipeline run status, step logs, artifacts, rollback readiness.

An agent that cannot show evidence should say what evidence is missing and collect it next.