style: format workspace bootstrap signature

This commit is contained in:
Peter Steinberger
2026-01-26 20:28:06 +00:00
parent 1371e95e57
commit a5b99349c9

View File

@@ -188,9 +188,9 @@ export async function ensureAgentWorkspace(params?: {
};
}
async function resolveMemoryBootstrapEntries(resolvedDir: string): Promise<
Array<{ name: WorkspaceBootstrapFileName; filePath: string }>
> {
async function resolveMemoryBootstrapEntries(
resolvedDir: string,
): Promise<Array<{ name: WorkspaceBootstrapFileName; filePath: string }>> {
const candidates: WorkspaceBootstrapFileName[] = [
DEFAULT_MEMORY_FILENAME,
DEFAULT_MEMORY_ALT_FILENAME,