@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.
@@ -33,7 +33,7 @@ import {
33
33
  setE2eOverride,
34
34
  setNoteSyncOverride,
35
35
  validatePhaseRegistry
36
- } from "./chunk-5UPYA6KH.js";
36
+ } from "./chunk-OUPJMHAL.js";
37
37
  import {
38
38
  AsyncMutex,
39
39
  BaseTracker,
@@ -977,6 +977,7 @@ function createApiRouter(trackerOrDeps, config, agentLogStore, orchestrator, mai
977
977
  return;
978
978
  }
979
979
  try {
980
+ poller?.forceReleaseIssue(iid);
980
981
  orch.retryFromPhase(iid, phase);
981
982
  res.json({ success: true, message: `Issue #${iid} reset to phase: ${phase}` });
982
983
  } catch (err) {
@@ -5502,6 +5503,7 @@ var CommandExecutor = class {
5502
5503
  if (!phase) return this.fail("Phase is required for retry-from (e.g. design, implement)");
5503
5504
  if (ctx) this.saveSupplement(iid, ctx);
5504
5505
  try {
5506
+ this.poller?.forceReleaseIssue(iid);
5505
5507
  this.orchestrator.retryFromPhase(iid, phase);
5506
5508
  } catch (err) {
5507
5509
  return this.fail(err.message);
@@ -9005,4 +9007,4 @@ function migrateKnowledgeDir(srcDir, destDir) {
9005
9007
  export {
9006
9008
  main
9007
9009
  };
9008
- //# sourceMappingURL=chunk-K2OTLYJI.js.map
9010
+ //# sourceMappingURL=chunk-QO5VTSMI.js.map