06ffc4f7a2
The Task-1 unit tests call unwrap_err() on Result<ScaffoldSpec, String>, which requires ScaffoldSpec: Debug; the prescribed struct lacked the derive, so the plan's own bytes could not compile. The implement loop correctly blocked on the necessary deviation (spec-compliance holds verbatim plan code); this aligns the plan with the only compiling form. refs #180