redcon_search
Search repository files using regex, with ranked results filtered by task relevance to reduce noise.
Instructions
Regex search over the repository. scope='ranked' (default) searches only the files relevant to the task, so matches come pre-filtered by relevance instead of drowning you in hits; scope='all' covers the whole repo. Prefer this over raw grep on large repositories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | . | |
| task | Yes | Task description (used for scope='ranked') | |
| scope | No | ranked | |
| top_k | No | ||
| pattern | Yes | Regex pattern to search for | |
| max_results | No |