@xdevops/issue-auto-finish 1.0.85 → 1.0.86

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.
@@ -110,4 +110,4 @@ async function startDaemon(configPath) {
110
110
  export {
111
111
  startCommand
112
112
  };
113
- //# sourceMappingURL=chunk-JINMYD56.js.map
113
+ //# sourceMappingURL=chunk-ICXB2WP5.js.map
@@ -4567,6 +4567,9 @@ var PipelineOrchestrator = class {
4567
4567
  if (!issueLM.isRetryable(phase)) {
4568
4568
  throw new InvalidPhaseError(phase);
4569
4569
  }
4570
+ const wtCtx = this.computeWorktreeContext(issueIid, record.branchName);
4571
+ this.aiRunner.killByWorkDir(wtCtx.workDir);
4572
+ this.e2eAiRunner?.killByWorkDir(wtCtx.workDir);
4570
4573
  logger20.info("Retrying issue from phase", { issueIid, phase });
4571
4574
  const ok = this.tracker.resetToPhase(issueIid, phase, issueDef);
4572
4575
  if (!ok) {
@@ -5412,4 +5415,4 @@ export {
5412
5415
  PipelineOrchestrator,
5413
5416
  BrainstormService
5414
5417
  };
5415
- //# sourceMappingURL=chunk-5UPYA6KH.js.map
5418
+ //# sourceMappingURL=chunk-OUPJMHAL.js.map