Files
oh-my-opencode/dist/hooks/write-existing-file-guard/hook.d.ts
T

4 lines
205 B
TypeScript
Raw Normal View History

import type { Hooks, PluginInput } from "@opencode-ai/plugin";
export declare const MAX_TRACKED_PATHS_PER_SESSION = 1024;
export declare function createWriteExistingFileGuardHook(ctx: PluginInput): Hooks;