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:
parent
2da1ecfd20
commit
2d5628b51c
2 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -161,6 +161,7 @@ export interface LoopDeps {
|
|||
action: string;
|
||||
prompt?: string;
|
||||
unitType?: string;
|
||||
model?: string;
|
||||
};
|
||||
getPriorSliceCompletionBlocker: (
|
||||
basePath: string,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue