source dump of claude code
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 439 B view raw
1export const GLOB_TOOL_NAME = 'Glob' 2 3export const DESCRIPTION = `- Fast file pattern matching tool that works with any codebase size 4- Supports glob patterns like "**/*.js" or "src/**/*.ts" 5- Returns matching file paths sorted by modification time 6- Use this tool when you need to find files by name patterns 7- When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Agent tool instead`