glob.txt 545 B

123456
  1. - Fast file pattern matching tool that works with any codebase size
  2. - Supports glob patterns like "**/*.js" or "src/**/*.ts"
  3. - Returns matching file paths sorted by modification time
  4. - Use this tool when you need to find files by name patterns
  5. - When you are doing an open ended search that may require multiple rounds of globbing and grepping, use the Task tool instead
  6. - You have the capability to call multiple tools in a single response. It is always better to speculatively perform multiple searches as a batch that are potentially useful.