patchrelay 0.50.2 → 0.50.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.50.2",
4
- "commit": "59ab92391401",
5
- "builtAt": "2026-04-20T18:42:11.703Z"
3
+ "version": "0.50.3",
4
+ "commit": "19ecf3f0c209",
5
+ "builtAt": "2026-04-20T19:09:17.975Z"
6
6
  }
@@ -157,7 +157,10 @@ function buildOrchestrationConstraints(context) {
157
157
  "## Constraints",
158
158
  "",
159
159
  "This issue is orchestration work. Coordinate convergence instead of duplicating child implementation.",
160
+ "Inspect the current child set before acting. Reuse existing child issues when they already cover the needed slices instead of creating duplicates.",
161
+ "Babysit child progress and solve parent-owned integration or convergence issues when the delivered pieces do not yet fit together cleanly.",
160
162
  "Do not open an overlapping umbrella PR unless this parent owns unique direct work.",
163
+ "Create new child issues only for genuinely missing required work needed to satisfy the parent goal.",
161
164
  "Leave later-wave child issues queued unless they are immediately actionable.",
162
165
  "",
163
166
  "### Child Issue Summaries",
@@ -435,6 +438,8 @@ function buildOrchestrationWorkflowGuidance() {
435
438
  "## Workflow",
436
439
  "",
437
440
  "Use the wake reason and child issue summaries to decide the next orchestration step.",
441
+ "Prefer supervising, auditing, and unblocking existing child work over creating more issues.",
442
+ "If the parent goal now depends on an integration fix between delivered child slices, own that convergence work here without restating already-owned child implementation.",
438
443
  "Keep outputs concise and observable in Linear.",
439
444
  ].join("\n");
440
445
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchrelay",
3
- "version": "0.50.2",
3
+ "version": "0.50.3",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {