Claude Tools / Plugins / ctx
Plugins · pluto2060/ctx
ctx
Cross-session memory for Claude Code — honest utility-measured context bootstrapper. G1 (decision timeline from git log) + G2 (docs/code search) with BM25 + optional vec-daemon semantic rerank. Visible failure warnings when components degrade.
CLEARED_STATICclaude-onlyv0.3.19
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 20 lexical match(es)
README
From the repository
# CTX: Trigger-Driven Dynamic Context Loading for Code-Aware LLM Agents [](https://pypi.org/project/ctx-retriever/) [](https://pypi.org/project/ctx-retriever/) [](https://pypi.org/project/ctx-retriever/) [](LICENSE) [](https://github.com/jaytoone/CTX/actions/workflows/publish.yml)  CTX classifies developer queries into four trigger types and routes each to a specialized retrieval pipeline. For dependency-sensitive queries, CTX traverses the codebase import graph to resolve transitive relationships that keyword and embedding methods miss. It achieves **1.9x higher Token-Efficiency Score** than BM25 while using only **5.2% of tokens**, and **outperforms BM25 on held-out external codebases*…