Summary
Running audit recipes with --exclude-tests still returns recipe definition files and documentation/changelog examples. Those are usually not actionable code findings and add manual filtering to dogfooding loops.
Evidence
search --recipe risky-code --json --exclude-tests --limit 20 returned hits in src/CodeIndex/Cli/SearchAuditRecipes.cs.
- The same recipe classifies documentation/changelog examples as audit hits unless additional path filters are supplied.
Expected
Provide a built-in --exclude-docs/--audit-scope source style filter, or have recipes suppress their own definitions and known documentation/changelog paths by default.
Summary
Running audit recipes with
--exclude-testsstill returns recipe definition files and documentation/changelog examples. Those are usually not actionable code findings and add manual filtering to dogfooding loops.Evidence
search --recipe risky-code --json --exclude-tests --limit 20returned hits insrc/CodeIndex/Cli/SearchAuditRecipes.cs.Expected
Provide a built-in
--exclude-docs/--audit-scope sourcestyle filter, or have recipes suppress their own definitions and known documentation/changelog paths by default.