Tag: claude-code

LS

Lists files and directories in a given path. The path parameter must be an absolute path, not a relative path. You can optionally provide an array of glob patterns to ignore with the ignore parameter.

Glob

– Fast file pattern matching tool that works with any codebase size
– Supports glob patterns like “**/*.js” or “src/**/*.ts”
– Returns matching file paths sorted by modification time
– Use this tool w