What problem does it solve?
Replaces overhyped, repetitive, or hallucinated docstrings and comments with short, factual descriptions grounded in the repository’s actual implementation, call sites, and tests.
Core Features & Use Cases
- Code-grounded rewrites: Reads the implementation, finds call sites, and checks adjacent tests before proposing replacements.
- Hate-word and quantitative-claim guardrails: Avoids reintroducing slop and prevents unsupported performance or numeric assertions unless grounded by injected context.
- Scoped edits: Defaults to user-provided scope (or pending-change files when asked to rewrite “in my changes”) to avoid touching unrelated files.
- Diff-first workflow: Produces old→new diffs grouped by file and asks you to apply selected or all changes.
Quick Start
Run techne:reslop on the paths or files you want to clean up, then apply the proposed docstring/comment diffs.