akm-cli 0.9.0-beta.5 → 0.9.0-beta.9

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.
@@ -54,6 +54,10 @@ const IMPROVE_PROCESS_DEFAULTS = {
54
54
  // proposal-queue triage drains the standing backlog. Opt-in (default off),
55
55
  // like `validation` — needs an explicit `enabled: true`.
56
56
  triage: false,
57
+ // Layer 2 proactive-maintenance selector. Opt-in (default off) — surfaces
58
+ // stale high-value assets on a schedule. Enable per-profile with an explicit
59
+ // `processes.proactiveMaintenance.enabled: true`.
60
+ proactiveMaintenance: false,
57
61
  };
58
62
  /**
59
63
  * Compute the effective enabled-state for a named improve process.