Parent
#799. Design record: .scratch/render-execution-unit/spec.md.
What to build
Remove runExecutionLoop's prompted parameter. All seven call sites pass the run's own persisted flag, and core already derives the same value from state internally. The parameter is a way for a caller to disagree with state about a fact state owns.
Prefactor: the new entry seam derives prompted from state, so removing the parameter first keeps that change smaller.
Acceptance criteria
Blocked by
None — can start immediately.
Parent
#799. Design record:
.scratch/render-execution-unit/spec.md.What to build
Remove
runExecutionLoop'spromptedparameter. All seven call sites pass the run's own persisted flag, and core already derives the same value from state internally. The parameter is a way for a caller to disagree with state about a fact state owns.Prefactor: the new entry seam derives
promptedfrom state, so removing the parameter first keeps that change smaller.Acceptance criteria
promptedis read from run state at the one place that needs it.Blocked by
None — can start immediately.