From 99cff97195a38cbe7bac9fa48561c101580df751 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste THERY Date: Sun, 28 Jun 2026 20:12:26 +0700 Subject: [PATCH] chore: document 0.2.0 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2639a2d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## 0.2.0 - 2026-06-28 + +- Rename public product branding to Mimir while keeping the JCode Labs npm scope. +- Add the bundled portable `mimir` agent skill. +- Add the MCP stdio server with `mimir_status`, `mimir_search`, `mimir_ask`, and + `mimir_audit`. +- Add production smoke coverage for the built CLI and MCP server. +- Add Biome, commitlint, publint, CodeQL, Dependabot grouping, protected npm publishing, + and open-source contribution/security documentation.