eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 318 B
TypeScript
export type InitFailurePolicy = "clear" | "preserve" | "remove";
export declare function cleanupFreshInitTarget(projectPath: string, policy: Exclude<InitFailurePolicy, "preserve">, preservedEntries?: readonly string[]): Promise<boolean>;
export declare function workspaceFailureNote(workspaceMember: boolean): string;