oh-my-pr 4.3.5 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.cjs +156 -155
- package/dist/public/assets/index-BVtZ8I_a.css +1 -0
- package/dist/public/assets/index-Cfv5o2rm.js +49 -0
- package/dist/public/index.html +2 -2
- package/package.json +1 -1
- package/dist/public/assets/index-CL7N1pti.css +0 -1
- package/dist/public/assets/index-DMcWjaUe.js +0 -49
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ Then:
|
|
|
59
59
|
- Watches repositories and tracked PRs for review activity, comments, and failing checks
|
|
60
60
|
- Triages feedback into actionable items
|
|
61
61
|
- Runs `codex` or `claude` in isolated worktrees under `~/.oh-my-pr`
|
|
62
|
+
- Uses a bounded code-owner fallback after failed default babysitter runs so the resolved agent can inspect GitHub feedback, commit, and push when the primary automation path fails
|
|
62
63
|
- Replies to GitHub PR comments on your behalf and resolves conversations to keep the thread clean
|
|
63
64
|
- Pushes verified fixes back to the PR branch
|
|
64
65
|
- Can automatically create a GitHub release when a merged PR is important enough to justify a version bump
|