This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryUpdates What's New, Stats, and Install ```bash across a mixed release.
Full changelog
What's New
Connector-v1 Standard (GB-2)
A standard JSON format (ConnectorOutputV1) that any external script can produce to feed data into RecallNest. Obsidian vaults, emails, RSS feeds, log files — normalize once, ingest through the full dedup/embed/extract pipeline.
- Specification:
docs/connector-spec.md - Type definitions:
src/connector-types.ts - Runtime validation:
isConnectorOutputV1()
Obsidian Vault Ingestion (GB-1)
First-party Obsidian connector: scans .md files, extracts frontmatter + wikilinks, maps folder structure to tags.
lm ingest --obsidian /path/to/vault
Source Health Monitoring (GB-3)
Every connector ingest writes a heartbeat to data/source-heartbeat.json. Stale data sources are automatically flagged:
data_checkup: warns on sources >7 days stale, errors >30 daysdoctor --ci: shows per-source heartbeat summary with human-readable age
Connector Adapter Examples
Three skeleton adapters in connectors/examples/ demonstrating how to build custom connectors:
email-adapter.ts— IMAP/Gmail skeletonlogs-adapter.ts— Log file scanner skeletonrss-adapter.ts— RSS/Atom feed skeleton
Stats
- Test baseline: 1,474 → 1,486 (58 new tests across GB-1/GB-2/GB-3)
- Code delta: +2,435 LOC / 19 files
- Commits:
3809043(GB-1+GB-2),7f43d46(GB-3),83331b4(docs+version)
Install
# Claude Code Plugin
/plugin marketplace add AliceLJY/recallnest
# npm
npm install -g [email protected]
# Manual
git clone https://github.com/AliceLJY/recallnest.git && cd recallnest && bun install
Full Changelog: https://github.com/AliceLJY/recallnest/compare/v2.2.1...v2.3.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About AliceLJY/recallnest
Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies.
Related context
Related tools
Beta — feedback welcome: [email protected]