What's wrong with this entry?
The /ultrareview command now validates that the current directory is a GitHub repository and provides helpful error messages:
- "Could not detect a GitHub repository for the current directory. Run
/ultrareview <PR#>from inside the repo's checkout." - "PR mode only supports github.com repositories — this remote is on ..."
- Suggests running
/ultrareviewwithout a number to review the current branch when the PR number doesn't match
GitHub validation (search for "Could not detect a GitHub repository") — cw6 at line ~530000 area
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.