Skip to content

GrepFileSet

GrepFileSet = "gitignore" | "all"

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/tools/gthGrepTool.ts:37

GS2-51 — which corpus gth_grep scans, applied consistently to BOTH engines:

  • gitignore (default): respect .gitignore/.ignore and skip hidden dot-files (rg’s default);
  • all: scan everything but the IGNORED_DIRS noise set (rg gets --no-ignore --hidden).