Skip to content

Commit 17bcd50

Browse files
committed
chore: prepare 0.5.6 release notes and version bump
1 parent f5d72b6 commit 17bcd50

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.5.6
6+
57
### New
68

79
- **Pipeline selectors**`analyze`, `enrich`, `update`, and `digest` now accept `--path`, `--include`, `--exclude`, and `--lang` to scope work to selected files/directories/languages. Added parity across JVM CLI, launcher (`noum`), HTTP API, and MCP tool schemas.
@@ -11,6 +13,11 @@
1113

1214
- **Prompt/model drift behavior** — Drift is now advisory by default. Noumenon logs recommended re-analysis counts but does not auto re-analyze unless you explicitly pass `--reanalyze prompt-changed` or `--reanalyze model-changed`.
1315

16+
### Fixes
17+
18+
- **MCP repo path mapping** — Remote MCP proxy now derives database names from local path semantics (e.g. `mino`) instead of org-repo remote URL synthesis (e.g. `leifericf-mino`), preventing status/query failures on path-to-db translation.
19+
- **Launcher command help**`noum help <command>` now renders command options (including `analyze`) so users can discover flags without leaving the CLI.
20+
1421
## 0.5.5
1522

1623
### New

resources/version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:version "0.5.5"}
1+
{:version "0.5.6"}

0 commit comments

Comments
 (0)