Skip to content

Commit 6aca282

Browse files
committed
chore(release): bump version to 0.8.0
Minor bump. Highlights since 0.7.0: - Branch-aware graph + local delta DBs; federated trunk+delta queries with `:tombstone-only` and `:added-files-merge` modes; auto-federation in `noum query` / `noum ask` when local HEAD diverges from trunk. - Content-addressed analysis promotion (`:file/blob-sha` + matching prompt+model provenance) — same-DB cache hits skip the LLM. - New tools: `noumenon_query_federated` MCP, `bb prune-deltas` GC, `noum analyze --no-promote`. - Two dozen launcher fixes: input validation at the CLI edge (blank/NUL/overflow/non-hex/non-http-scheme), uncaught-exception surfacing as clean errors instead of stack traces, IPv6-resolving hosts no longer crash the SSRF check, ESC no longer hangs the menu. - Server-side hardening: 401 on auth lookup failure (no Datalog leak), blank/oversized/non-string input rejection across bulk endpoints, meta-DB delete blocked, file:// blocked at clone, malformed JSON returns 400. See CHANGES.md for the full list.
1 parent 083dd9a commit 6aca282

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.md

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

33
## Unreleased
44

5+
## 0.8.0
6+
57
### Added
68

79
- **Branch-aware graph foundation** — every database now records which branch it represents. New `:branch/name`, `:branch/kind` (`:trunk` / `:feature` / `:release` / `:unknown`), `:branch/vcs`, and a tuple identity `:branch/repo+name` are populated automatically on every `update`. Repos point to their current branch via `:repo/branch`.

resources/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ info:
1616
1717
SSE events use the ProgressEvent schema: `event: progress`, `event: result`,
1818
`event: done`, `event: error`.
19-
version: 0.7.0
19+
version: 0.8.0
2020
license:
2121
name: MIT
2222
url: https://github.com/leifericf/noumenon/blob/main/LICENSE

resources/prompts/analyze-file.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ Segment field guidelines:
202202
:unknown — cannot determine (e.g., generated code, very short, or ambiguous).
203203
Do not omit — always provide your best assessment."
204204

205-
:version "0.7.0"}
205+
:version "0.8.0"}

resources/version.edn

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

0 commit comments

Comments
 (0)