fix(team-mode): fix lifecycle-test-fixture ask type + update bun.lock

This commit is contained in:
YeonGyu-Kim
2026-05-26 18:51:12 +09:00
parent b03d8de34a
commit f9bbe0517b
2 changed files with 50 additions and 48 deletions
@@ -32,7 +32,7 @@ export function createToolContext(sessionID: string): ToolContext {
worktree: "/project",
abort: new AbortController().signal,
metadata: () => {},
ask: () => Effect.void,
ask: async () => {},
}
}