feat(integrations): add Claude and Codex host bridges#295
feat(integrations): add Claude and Codex host bridges#295fryeggs wants to merge 1 commit intoCortexReach:masterfrom
Conversation
|
Thanks for this great contribution! 🙏 This PR currently has merge conflicts with We noticed you have a series of related PRs (#292, #293, #294, #295) — if there are ordering dependencies, let us know the preferred merge order so we can coordinate. |
|
Closing — this PR adds multi-host integration bridges (Claude Desktop Electron hooks, Codex CLI bridges, MCP server) totaling 6000+ lines. This is a significant scope expansion beyond the core OpenClaw memory plugin. We'd recommend maintaining this as a separate integration package (e.g. |
Summary
This is PR 4/4 in a series that extends
memory-lancedb-proin layered steps.This PR proposes the host-integration layer that connects the shared runtime to real user-facing hosts.
It adds bridges for:
Why
A practical limitation of a host-native memory plugin is that real work no longer lives in one host.
In day-to-day usage, memory often needs to flow across:
This PR shows how the same LanceDB backend can be reused across those hosts instead of splitting memory into isolated silos.
Scope note
This is the largest proposal in the series.
It is intentionally submitted separately from the smaller retrieval / capture / runtime PRs so it can be reviewed independently. Conceptually, it builds on the standalone runtime introduced in PR 3/4.
Validation
All passed locally.