{% import "md/macros/sections.md" as s with context -%}
{#
  Reading order for an agent about to change this feature: what the feature is,
  how it runs, the rules it must keep, what it writes, and what already covers
  it in tests.
-#}
{{ s.section("featureAnalysis.target", "Target") }}
{{ s.section("featureAnalysis.flows", "Flows") }}
{{ s.section("featureAnalysis.domainRules", "Domain Rules") }}
{{ s.section("featureAnalysis.stateChanges", "State Changes") }}
{{ s.section("featureAnalysis.externalInteractions", "External Interactions") }}
{{ s.section("featureAnalysis.testCoverage", "Test Coverage") }}
{{ md_rest("featureAnalysis", 3) }}
