| name | smell-report |
| description | Read cached Code Hygiene observations and produce a read-only findings report. Use when the user asks for cached smells, a hygiene report, or a non-editing summary of current findings. |
Smell Report
Produce a read-only Code Hygiene findings report. Do not edit files.
- Resolve the requested repo and state directory.
- Read cached observations, correlate them against current files, and drop stale findings by default.
- Apply the same confidence rules as
code-hygiene: confidence >= 0.75 is visible, and high-severity findings at confidence >= 0.60 are visible.
- Return the report with file, line, rule id, severity, confidence, and message.
Use verbose mode only when the user asks to inspect low-confidence or stale observations.