fix: resolve CI build errors from Wave 4+5 merges

- Remove duplicate `selfHealRuntimeRecords` import in auto.ts (PRs #1772 and #1773 both added it)
- Add missing `model?: string` to runPreDispatchHooks return type in loop-deps.ts (PR #1781 referenced it)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lex Christopherson 2026-03-21 09:55:37 -06:00
parent 2da1ecfd20
commit 2d5628b51c
2 changed files with 1 additions and 1 deletions

View file

@ -116,7 +116,6 @@ import {
formatHealthSummary,
getConsecutiveErrorUnits,
} from "./doctor-proactive.js";
import { selfHealRuntimeRecords } from "./auto-recovery.js";
import { clearSkillSnapshot } from "./skill-discovery.js";
import {
captureAvailableSkills,

View file

@ -161,6 +161,7 @@ export interface LoopDeps {
action: string;
prompt?: string;
unitType?: string;
model?: string;
};
getPriorSliceCompletionBlocker: (
basePath: string,