refactor: remove unused imports from interactive-bash-session, session-recovery, start-work

This commit is contained in:
YeonGyu-Kim
2026-02-16 22:11:35 +09:00
parent 7c6da2b1f8
commit a4cf75feec
4 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {
clearBoulderState,
} from "../../features/boulder-state"
import { log } from "../../shared/logger"
import { getSessionAgent, updateSessionAgent } from "../../features/claude-code-session-state"
import { updateSessionAgent } from "../../features/claude-code-session-state"
export const HOOK_NAME = "start-work" as const