Skip to content

feat: add CTX — cross-session memory plugin for Claude Code#217

Open
jaytoone wants to merge 2 commits intoComposioHQ:masterfrom
jaytoone:master
Open

feat: add CTX — cross-session memory plugin for Claude Code#217
jaytoone wants to merge 2 commits intoComposioHQ:masterfrom
jaytoone:master

Conversation

@jaytoone
Copy link
Copy Markdown

@jaytoone jaytoone commented May 6, 2026

CTX — Cross-session Memory for Claude Code

Adds CTX to the Developer Productivity section.

What it does:

  • Injects G1 (git decision timeline), G2 (BM25 code/doc search), and CM (chat memory vault) before each Claude Code prompt
  • Memory recall: 0.88 [0.762, 0.944] vs 0.00 baseline (MAB N=50, Wilson CI)
  • Real-world utility: 39.6% of injected items cited by Claude (10,000+ turns measured)
  • <1ms, no LLM calls, fully local

Install:

/plugin install ctx@jaytoone

or

pip install ctx-retriever && ctx-install

Links: GitHub | PyPI | Dev.to writeup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant