@mutmutco/cli 4.3.18 → 4.3.19
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.
- package/dist/main.cjs +8 -8
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -6313,7 +6313,7 @@ var DECLARED_ENTRIES = [
|
|
|
6313
6313
|
// #3852: the runner /tmp sweep — daily inode hygiene (03:41 UTC), deliberately the one clutter path the
|
|
6314
6314
|
// out-of-band disk-relief script must never touch. Verified installed 2026-08-18: the cron.d file and
|
|
6315
6315
|
// flock line match scripts/runner-tmp-sweep.cron exactly.
|
|
6316
|
-
{ name: "mmi-runner-tmp-sweep (mmi-runner)", cadence: "41
|
|
6316
|
+
{ name: "mmi-runner-tmp-sweep (mmi-runner)", cadence: "41 * * * *", executor: "box cron.d", llm: "no", resolved: "declared", source: "/etc/cron.d/mmi-runner-tmp-sweep \u2192 /opt/mmi-control/runner-tmp-sweep.sh; hourly inode hygiene, 6h age (#6274), flock -n (verify: mmi-cli devops runtime box get mmi-runner --ssh)" }
|
|
6317
6317
|
// RETIRED 2026-08-18 (MMI-Hub#5234): `zuber-bake` (every 30 min) and `zuber-bake-full` (daily 00:30 UTC)
|
|
6318
6318
|
// were declared as zuber systemd timers. The ZuberShade full park (#1774, 2026-08-06) stopped them: on
|
|
6319
6319
|
// the box (46.225.58.31) zuber-bake.timer / zuber-bake-full.timer answer not-found and
|
|
@@ -15502,10 +15502,10 @@ var rollout_plan_default = {
|
|
|
15502
15502
|
note: "The v4.0.0 stamp happens at cut time (D6e #4463); until then the candidate is the origin/development head artifacts (built cli/dist + npm pack), identity proven by dist content hash (D6a)."
|
|
15503
15503
|
},
|
|
15504
15504
|
baseline: {
|
|
15505
|
-
version: "4.3.
|
|
15506
|
-
tag: "v4.3.
|
|
15507
|
-
commit: "
|
|
15508
|
-
npm: "@mutmutco/cli@4.3.
|
|
15505
|
+
version: "4.3.19",
|
|
15506
|
+
tag: "v4.3.19",
|
|
15507
|
+
commit: "5776052e13af",
|
|
15508
|
+
npm: "@mutmutco/cli@4.3.19"
|
|
15509
15509
|
},
|
|
15510
15510
|
exitCriterion: "fleet-n-of-n",
|
|
15511
15511
|
hubOnlyShortcut: "forbidden",
|
|
@@ -15522,14 +15522,14 @@ var rollout_plan_default = {
|
|
|
15522
15522
|
repo: "mutmutco/mmi-hub",
|
|
15523
15523
|
role: "canary",
|
|
15524
15524
|
schedule: "train",
|
|
15525
|
-
v3Target: "v4.3.
|
|
15525
|
+
v3Target: "v4.3.19"
|
|
15526
15526
|
}
|
|
15527
15527
|
],
|
|
15528
15528
|
rollbackTrigger: "Any red inside the post-contract soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a pre-v4 client admitted instead of receiving actionable HTTP 426, or npm consumer install/doctor failure on the v4-only dist.",
|
|
15529
15529
|
rollback: {
|
|
15530
15530
|
independent: true,
|
|
15531
|
-
mechanism: "npm dist-tag latest -> 4.3.
|
|
15532
|
-
v3Target: "v4.3.
|
|
15531
|
+
mechanism: "npm dist-tag latest -> 4.3.19 and redeploy the Hub Lambda from tag v4.3.19 (5776052e13af); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
|
|
15532
|
+
v3Target: "v4.3.19 (@mutmutco/cli@4.3.19, tag commit 5776052e13af \u2014 last known-good release carrying the repo-index v4-only contract)"
|
|
15533
15533
|
}
|
|
15534
15534
|
},
|
|
15535
15535
|
{
|
package/package.json
CHANGED