fix(gsd): satisfy extension typecheck for interrupted recovery

Remove a dead running-state comparison after the early return in startAuto so
extension typechecking passes alongside the interrupted-session regressions.
This commit is contained in:
Derek Pearson 2026-03-21 20:08:05 -04:00
parent 11e126a1a6
commit 3bb3ca8020

View file

@ -988,7 +988,7 @@ export async function startAuto(
}
if (freshStartAssessment.classification !== "running" && freshStartAssessment.lock) {
if (freshStartAssessment.lock) {
clearLock(base);
}