GH_READ_FILE_TOOL_NAME
constGH_READ_FILE_TOOL_NAME:"gth_gh_read_file"='gth_gh_read_file'
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/shell-policy.ts:135
CFG-52 — the gh api file-read tool the review agent gets on a GitHub PR. The tool itself is
built in @gaunt-sloth/review and stays there: it binds to the PR under review, which the
AVAILABLE_BUILT_IN_TOOLS factory contract (tool.get(config)) cannot supply. Only its NAME
lives here, because two packages need it and neither may depend on the other — review to decide
whether to inject it, and agent’s getBuiltInTools to SKIP it (see
EXTERNALLY_EMITTED_BUILT_IN_TOOL_NAMES).