v0.5.0
What's New
Local Mode
Review local git diffs without a PR URL — works with any git repo (Bitbucket, local branches, pre-push review):
npx @mrkaran/hodor --local # diff against origin/main
npx @mrkaran/hodor --local --diff-against HEAD~1 # diff against specific ref- Includes uncommitted (staged + unstaged) changes
- Resolves to git repo root when invoked from subdirectories
--postis validated upfront (disabled in local mode)
Closes #8.
npm Package
Published as @mrkaran/hodor on npm:
npx @mrkaran/hodor <PR_URL>