refactor: replace overloaded surface terminology

This commit is contained in:
Turtle
2026-08-11 15:23:05 +08:00
parent c172faed37
commit 0c708cb10d
626 files changed
+1396 -1397

No files matched your search

+1 -1
View File
@@ -15,7 +15,7 @@ import type { CommandHook, HookOutput } from './types.ts'
* Claude Code and Codex apply to a hook whose config sets no `timeout`. It
* lives here, once, as the protocol's default; the bridges' `defaultTimeoutMs`
* config defaults to it, and a per-hook {@link CommandHook.timeoutSec} is the
* override surface.
* override API.
*/
export const DEFAULT_HOOK_TIMEOUT_MS = 600_000