@stackwright-pro/mcp 0.2.0-alpha.117 → 0.2.0-alpha.118

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.
@@ -312,6 +312,7 @@ var PHASE_ARTIFACT = {
312
312
  geo: "geo-manifest.json",
313
313
  qa: "qa-findings.json"
314
314
  };
315
+ var AUTO_EXECUTE_PHASES = /* @__PURE__ */ new Set(["auth-reconcile"]);
315
316
  var PhaseStatusSchema = z6.object({
316
317
  status: z6.enum(["pending", "running", "completed", "skipped", "failed"]).default("pending"),
317
318
  questionsCollected: z6.boolean().default(false),
@@ -682,6 +683,7 @@ var PHASE_ARTIFACT_SCHEMA = {
682
683
  )
683
684
  };
684
685
  export {
686
+ AUTO_EXECUTE_PHASES,
685
687
  PHASE_ARTIFACT,
686
688
  PHASE_ORDER
687
689
  };