emacs_project_search
Find files in a project by matching their names against a regex pattern. Use an optional path to scope the search to a specific project root.
Instructions
Search for files in the project by name pattern
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root path (optional, uses current project) | |
| pattern | Yes | File name pattern to search for (regex) |