Skip to content

EXTERNALLY_EMITTED_BUILT_IN_TOOL_NAMES

const EXTERNALLY_EMITTED_BUILT_IN_TOOL_NAMES: readonly string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/shell-policy.d.ts:148

Built-in tool names that are legitimate GthConfig.builtInTools entries but are NOT loaded by getBuiltInTools, because the tool is constructed elsewhere: the dev/shell tools come from GthDevToolkit, and GH_READ_FILE_TOOL_NAME is built by the review module with the PR context bound in. Without the skip, configuring one of these prints Unknown built-in tool: <name> on EVERY command’s run — including the ones that never load it.