patchrelay 0.74.2 → 0.74.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "service": "patchrelay",
3
- "version": "0.74.2",
4
- "commit": "5e2c2733aa21",
5
- "builtAt": "2026-05-28T21:38:50.236Z"
3
+ "version": "0.74.3",
4
+ "commit": "21e6267a7b1c",
5
+ "builtAt": "2026-05-28T21:47:39.635Z"
6
6
  }
@@ -583,6 +583,8 @@ function buildPublicationContract(runType, issueClass, context) {
583
583
  "Do not run blocking wait commands such as `gh pr checks --watch`, `gh pr view` polling loops, `review-quill pr status --wait`, `merge-steward pr status --wait`, or `gh pr merge` from the agent turn.",
584
584
  "PatchRelay receives GitHub webhooks for check, review, and base-branch changes; those events will re-enter automation if more work is needed.",
585
585
  "If the issue text asks you to watch CI, wait for approval, or merge after checks pass, treat that as PatchRelay service responsibility rather than agent-turn work.",
586
+ "Keep reactive repairs narrow: do not run TypeScript, lint, full test suites, Playwright, browser UI suites, or screenshot capture unless the human explicitly asks for that evidence, the reviewer specifically asks for a screenshot or visual proof, or the reactive failure is itself from that exact check.",
587
+ "Use code inspection and the smallest directly relevant command only when it materially reduces risk. If the repair is a tiny reviewer-requested edit, commit and push the fresh head without broad local verification.",
586
588
  "",
587
589
  ...(requiresFreshQueueHead
588
590
  ? [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchrelay",
3
- "version": "0.74.2",
3
+ "version": "0.74.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {