fix(remoteClient): correct IndexEntry import path

This commit is contained in:
chahinebrini 2026-06-25 12:37:51 +02:00
parent b5e854fb10
commit b5a70b226b

View File

@ -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 { export class RemoteError extends Error {
constructor(public status: number, message: string) { constructor(public status: number, message: string) {