{% import "md/macros/sections.md" as s with context -%}
{#
  Reading order for the agent that fixes this: the symptom as reported, what is
  observably failing, how to reproduce it, the ranked causes with what would
  disprove each, and the next probe to run.
-#}
{{ s.section("errorAnalysis.symptomVerbatim", "Symptom Verbatim") }}
{{ s.section("errorAnalysis.observableFailure", "Observable Failure") }}
{{ s.section("errorAnalysis.reproduction", "Reproduction") }}
{{ s.section("errorAnalysis.causeCandidates", "Cause Candidates") }}
{{ s.section("errorAnalysis.nextDiagnostic", "Next Diagnostic") }}
{{ s.section("errorAnalysis.routing", "Routing") }}
{{ md_rest("errorAnalysis", 3) }}
