chore(release): v0.11.0#119
Conversation
Bump binary + plugin + README/ROADMAP/CHANGELOG to v0.11.0. Highlights since v0.10.0: async graph pipeline (#114), typed relationships + graph-proximity ranking + MAGE community detection (#113), full-scale benchmark suite (#115), reembed command (#112), schema validation (#109), plugin gateway autowire (#105, #116), store entity/fact extraction, temporal recall filters, and web site polish (#118).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review: LGTM This is a clean release-prep PR. Checked against CLAUDE.md conventions:
No issues found. Ready to merge, tag |
Review: LGTMThis is a release bump PR — version strings, changelog, roadmap, README badge, and a blog post. No code logic changes. Checked:
No issues found. Ready to merge. |
- Add v0.10.0 release blog post (eval framework, admin UI, resilience) - Update README, features page, playground, architecture docs from 8-factor to 9-factor recall scoring (adds graph proximity) - Align weights across docs with canonical formula in CLAUDE.md
Review: v0.11.0 release choreOverall this is a clean, well-coordinated release PR. Two minor issues flagged as inline comments:
Everything else checks out:
|
…ewline - v0.11.0 blog: --sync-capture flag was never shipped; reword upgrade note to describe eventual consistency honestly - eval/results_v0.10.0_post_fix.json: add trailing newline
Review summaryThis PR is a release-packaging commit (v0.11.0): version bumps, CHANGELOG/ROADMAP/README updates, two new blog posts, doc updates for the 9-factor scoring formula, and the v0.10.0 eval baseline file. No new Go logic is introduced. Passes
Needs attention (inline comments posted)
No blocking issues in the Go code. Once the eval baseline / blog-post contradiction is resolved, this is good to merge. |
This file was accidentally included and conflicts with the canonical v0.10.0 baseline (LoCoMo 100% / LongMemEval 80%) recorded in eval/results_v0.10.0.json and eval/README.md. It is not part of the release scope.
|
Review: LGTM This is a clean release-bump PR. Checked:
No issues found. ✅ |
Summary
Bump binary + plugin to v0.11.0 and update CHANGELOG, ROADMAP, README badge.
Highlights since v0.10.0
Added
reembedcommand + zero-embedding health check (fix(store): add reembed command and zero-embedding health check #112)EnsureSchema— drops+recreates vector index on mismatch (fix(schema): validate vector index property in EnsureSchema, drop+recreate on mismatch #109)recall --valid-before/--valid-aftertemporal filters;--format json,--limit(feat(recall): add --format json and --limit N flags #93)--dedup-threshold+ min content-length guard (fix(store): add min content-length guard and --dedup-threshold flag #111)Fixed
LinkMemoryToEntityread-back race (fix(graph): eliminate read-back race in LinkMemoryToEntity; fix MockStore ErrNotFound wrapping #99)store()return distinguishes dedup-update from failure (fix(plugin): distinguish store dedup-update from failure in store() return #110)Changed
internal/timeutilextractedFiles touched
cmd/openclaw-cortex/main.go— version 0.10.0 → 0.11.0extensions/openclaw-plugin/{index.ts,package.json,package-lock.json}— version bumpREADME.md— release badgeCHANGELOG.md— new[0.11.0]sectionROADMAP.md— move v0.11.0 to Current, shift planned to v0.12.0Test plan
go build ./...go test -short ./...— all greenv0.11.0, push tag, create GitHub release from CHANGELOG section