feat(shared): add safeCreateHook utility for error-safe hook creation

This commit is contained in:
YeonGyu-Kim
2026-02-07 13:32:45 +09:00
parent 1c0b41aa65
commit f9742ddfca
3 changed files with 98 additions and 0 deletions
+1
View File
@@ -41,3 +41,4 @@ export * from "./tmux"
export * from "./model-suggestion-retry"
export * from "./opencode-server-auth"
export * from "./port-utils"
export * from "./safe-create-hook"