Code Search
Use Grep for content searches, Glob for file pattern matching.
Examples
- •"find all usages of X" → Grep for X
- •"where is the config file" → Glob for config patterns
- •"search for error handling" → Grep for try/catch, .catch, error patterns
利用grep/glob快速搜索代码库。可通过“查找”“搜索”“在哪里”“grep查找”等指令触发。
--- frontmattername: code-search description: Fast codebase searches using grep/glob. Triggers on "find", "search", "where is", "grep for". model: haiku tools: [Grep, Glob, Read]
Use Grep for content searches, Glob for file pattern matching.