Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
audit runs a feature-by-feature or group-by-group review using ForEachFeature. It is designed to consume the output of feature-enum, but you can provide any feature map.
Inputs
| Input | Type | Default |
|---|---|---|
features | object | {} |
focus | string | "code review" |
additionalContext | string or null | null |
maxConcurrency | number | 5 |