# Show GN: CTX: Claude Code 세션 간 메모리 — pip install 또는 /plugin install 로 설치

> Clean Markdown view of GeekNews topic #29124. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=29124](https://news.hada.io/topic?id=29124)
- GeekNews Markdown: [https://news.hada.io/topic/29124.md](https://news.hada.io/topic/29124.md)
- Type: show
- Author: [nave94](https://news.hada.io/@nave94)
- Published: 2026-05-03T20:34:39+09:00
- Updated: 2026-05-03T20:34:39+09:00
- Original source: [github.com/jaytoone](https://github.com/jaytoone/CTX)
- Points: 1
- Comments: 1

## Topic Body

Claude Code는 세션을 닫으면 모든 컨텍스트를 잃습니다. CTX는 이 문제를 Claude Code 훅으로 해결합니다.  
  
**동작 방식**: UserPromptSubmit 이벤트에서 1ms 이내로 3가지 컨텍스트를 자동 주입합니다.  
  
- G1: git log 기반 의사결정 타임라인 (어제 왜 그 결정을 했는지)  
- G2: BM25 코드/문서 검색 (관련 파일 자동 주입)  
- CM: 과거 대화 vault (SQLite FTS5 + 선택적 벡터)  
  
**실측 수치**:  
- 메모리 회상 정확도: 0.880 [0.762, 0.944] (MAB N=50, Wilson CI)  
- 베이스라인(없음): 0.00  
- 실제 10,000+ 턴 기준 활용률: 39.6%  
  
LLM 호출 없음. 클라우드 없음. 완전 로컬.  
  
설치:  
pip install ctx-retriever && ctx-install  
또는 Claude Code 내에서: /plugin install ctx@jaytoone

## Comments



### Comment 56763

- Author: nave94
- Created: 2026-05-03T22:12:22+09:00
- Points: 1

대시보드 동작 영상 (39초): https://drive.google.com/file/d/1b4ZvbRYkXKTepKDx8N7gLfim-zLDiCGo/view?usp=sharing  
  
상세 내용: https://dev.to/jaewon_jang_d63fddcf69ac2/ctx-i-gave-claude-code-a-memory-that-actually-works-45id
