@mutmutco/cli 3.36.0 → 3.36.1

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.
Files changed (2) hide show
  1. package/dist/main.cjs +1 -0
  2. package/package.json +1 -1
package/dist/main.cjs CHANGED
@@ -17150,6 +17150,7 @@ function strayCronDrifts(workflows) {
17150
17150
  function unlauncheredLlmDrift(entry) {
17151
17151
  if (entry.llm !== "yes") return null;
17152
17152
  if (isHarbourLlmLauncher(entry.executor)) return null;
17153
+ if (entry.executor.startsWith("aws-scheduler") && entry.executor.includes("mmi-hub-schedule-dispatcher")) return null;
17153
17154
  const allowed = [...HARBOUR_LLM_LAUNCHERS].join(", ");
17154
17155
  return {
17155
17156
  class: "unlaunchered-llm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/cli",
3
- "version": "3.36.0",
3
+ "version": "3.36.1",
4
4
  "description": "MMI Future CLI — the org dev toolbox (board, registry, keyless secrets, release train, bootstrap, doctor) and the cross-IDE engine the plugin's session-start hook drives.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",