diff --git a/src/cli/remoteClient.ts b/src/cli/remoteClient.ts index ada1426..e39720c 100644 --- a/src/cli/remoteClient.ts +++ b/src/cli/remoteClient.ts @@ -1,4 +1,5 @@ -import type { Task, Handoff, Decision, Memory, IndexEntry } from '../core/schema.js'; +import type { Task, Handoff, Decision, Memory } from '../core/schema.js'; +import type { IndexEntry } from '../core/index.js'; export class RemoteError extends Error { constructor(public status: number, message: string) {