---
import FailurePostmortem from "@page-sections/eferns/failure-postmortem/FailurePostmortem.astro";
---
<FailurePostmortem
experimentSlug="daily-misting-failure" eyebrow="Failure postmortem" findings={
[
{
"label": "Correction",
"value": "Replace daily misting with stable placement away from forced-air vents"
},
{
"label": "Measurement",
"value": "Measure room humidity before adding any new ritualized task"
},
{
"label": "Principle",
"value": "Prefer interventions that change the environment, not just the leaf surface"
}
]
} heading="Daily misting looked diligent and performed poorly" subtext="Negative results remain useful when the operating conditions are explicit."
/>
---
blocks:
_component: page-sections/eferns/failure-postmortem
eyebrow: Failure postmortem
heading: Daily misting looked diligent and performed poorly
subtext: Negative results remain useful when the operating conditions are explicit.
findings:
- label: Correction
value: Replace daily misting with stable placement away from forced-air vents
- label: Measurement
value: Measure room humidity before adding any new ritualized task
- label: Principle
value: Prefer interventions that change the environment, not just the leaf surface
experimentSlug: daily-misting-failure
---