Support for stacked branches
Prelint used to review every PR against your default branch. On a PR that targets a release or stacked branch, it would call code missing that in fact exists on the base. Prelint now reads the branch the PR actually targets, so those false findings are gone. This affected one review in five.
Decision re-reviews track every concern
A re-review now adds a “Since the last review” section. Every concern from the previous round gets a status: Addressed in code, Addressed by explanation, Still open, or No longer applicable. Each one points to the commit, comment, or change behind it.
One wizard for new projects and GitHub
New Project and Connect GitHub now open the same guided setup, and you can run it again for your second and third project. Back works, a trip to GitHub returns you where you started, and repos already used by another project are disabled. If an install connects nothing, the message says why: repos pending org-admin approval, or repos already linked elsewhere.
Repository docs are no longer cut short
The markdown cleaner treated any “<” as the start of an HTML tag and deleted everything up to the next “>”. Shell redirects, generics, and text like “< 60 min” removed kilobytes from stored docs. That is fixed, and damaged documents are re-read and re-indexed.
Unreadable decision reviews fail cleanly
If a decision review cannot be parsed, Prelint no longer posts raw JSON on your PR. The check goes red and asks you to push a new commit.