Skip to content

v0.10.18

Choose a tag to compare

@hyoshi hyoshi released this 07 Jul 02:56
ffcdb4a

The three OSS-roadmap features merged since 0.10.17 — all strengthen mureo's control-plane value.

Added

  • Built-in STRATEGY.md guardrail gate (#360): declare hard limits in a ## Guardrails section (max_daily_budget_per_campaign, max_daily_budget_increase_pct, max_total_daily_budget, blocked_operations) and mureo refuses violating native google_ads/meta_ads mutations before dispatch, regardless of the model. Fail-open (no section ⇒ no enforcement). Official/hosted MCPs are off the data path → skills self-check as best-effort (hard enforcement tracked in #359).
  • Deterministic outcome evaluation mureo_outcome_evaluate (#361): reproducible improved/regressed/inconclusive verdicts with metric directions + a noise band. Platform-agnostic — works for TikTok/plugins; daily-check uses it.
  • Generic anomaly detection wired for every platform (#362): the platform-agnostic analysis_anomalies_check (median baseline from action_log; zero-spend / CPA-spike / CTR-drop) is now used for plugin / hosted / official-MCP platforms too, not just the built-in google/meta modules.

See CHANGELOG.md. PRs #360, #361, #362, #363.