/** `ctx_*` tool names from optional `@groeponline/context-mode`. Own file to break agent-types ↔ context-mode-bridge. */ export const CTX_TOOL_NAMES: readonly string[] = [ "ctx_execute", "ctx_execute_file", "ctx_search", "ctx_index", "ctx_batch_execute", "ctx_stats", ];