code_nav.exact_audit
Perform exhaustive exact pattern search across codebase using raw rg or git grep, with options for scope, case sensitivity, and limit.
Instructions
Exhaustive exact audit using raw rg or git grep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| scope | No | ||
| fixed | No | ||
| case_sensitive | No | ||
| limit | No |