What problem does it solve?
Review a change from the perspective of the next maintainer who never saw the diff — catching comments, docstrings, and docs that only make sense to someone holding the diff ("diff-anchored writing"), stale comments referencing removed code, journal/history comments, what-not-why comments, and README/doc drift. Then rewrite the flagged prose to current-state phrasing in place.
Core Features & Use Cases
- Diff-anchored prose detection and rewriting to remove temporal framing so future readers understand the change without needing the historical context.
- Focuses on prose: comments, docstrings, README/docs, and PR descriptions; not on code logic.
- Uses a fresh-context reviewer paradigm to surface and rewrite only the durable rationale while preserving concrete values and intent.
Quick Start
Review a change from the perspective of a future maintainer and rewrite diff-anchored prose to current-state phrasing.