Skip to content

Releases: maatini/merle

v0.4.0 — OpenCode Integration & Reference Bot Extension

Choose a tag to compare

@maatini maatini released this 19 May 19:43

Highlights of v0.4.0

  • opencode: add /rpa-analyze command and optimize agent permissions
  • examples: expand invoice-processing bot with real email, pdf, and excel tasks
  • cli: restructure merle CLI as a package and configure hatchling build
  • resilience: fixed BaseBot AttributeError in OTEL metrics logging
  • docker: fixed Copier Dockerfile template standalone build failures
  • governance: updated CLI checks and info layout to align with ADR-0009 repo visibility changes

v0.3.0 — Documentation & Governance Polish

Choose a tag to compare

@maatini maatini released this 18 May 08:57

What's Changed

Documentation & Governance

  • Governance rules: Fixed duplicate Regel 10 — now properly split into 11 rules (Regel 10 = Merle-Core-Pflicht, Regel 11 = Entscheidungsdokumentation)
  • README.md: Updated outdated repository structure (old flat doc paths → current concepts/, packages/merle-core/, tools/merle/)
  • mkdocs.yml: Added missing ADRs 0007 (Lightpanda), 0008 (Visibility), 0009 (Source-Available) to navigation
  • entwicklungsleitfaden.md: Removed duplicate heading, updated requirements.txtpyproject.toml references
  • projektstruktur.md: Updated dependency management section for uv
  • secrets-management.md: Fixed governance rule reference
  • development/index.md: Clarified navigation for new contributors
  • All "10 Governance-Regeln" references updated to "11"

Previous unreleased changes (since v0.2.0)

  • fix(ci): Dockerfile template - remove uv.lock copy + --frozen
  • fix(ci): Copier template _subdirectory + broken links in docs
  • refactor: Move merle-core to packages/merle-core/ (monorepo workspace layout)
  • chore: Remove legacy python_bots/template/ and all remaining legacy doc references
  • docs: Final persona sync — remove all legacy template references from core agents

Full Changelog: v0.2.0-professional-foundation...v0.3.0