Skip to content

v0.10.27

Choose a tag to compare

@hyoshi hyoshi released this 15 Jul 22:50
b070af5

Added

  • Structured, localizable report-flag chips on the Reports dashboard (#428, #429, #430, #431).
    Report flags persisted via mureo_state_report_set can now be structured objects
    {code, severity, params} drawn from a canonical 18-code vocabulary, instead of
    free-form snake_case strings with the detail baked into the slug. The configure
    dashboard renders each as a coarse, localized chip (en / ja) coloured by one of
    four severities (action / watch / info / positive), with the per-flag detail (adspot
    ids, spend, CTR, …) moved off the chip face into a click-to-expand drill-down. A
    custom code carries an author-supplied label for findings outside the vocabulary.
    The daily-check, weekly-report and goal-review skills author flags in this
    shape; legacy bare-string flags still render (humanized) for backward compatibility.

Changed

  • mureo_state_report_set now validates report flags (#428). Structured flags are
    checked against the vocabulary before they reach STATE.json — unknown non-custom
    codes are rejected and a severity is defaulted from the code when omitted — while
    legacy bare-string flags pass through unchanged.

Full changelog: https://github.com/logly/mureo/blob/main/CHANGELOG.md