1
2
3
4
5
6
7
8
9
10
11
12
13
14{
"name": "history-context",
"version": "1.0.0",
"description": "File-based history search for Claude Code. Find which sessions edited specific files and retrieve conversation context.",
"author": {
"name": "gentritbiba"
},
"homepage": "https://github.com/gentritbiba/history-context",
"repository": "https://github.com/gentritbiba/history-context",
"license": "MIT",
"keywords": ["history", "context", "files", "sessions", "memory"],
"agents": ["./agents/history-context.md"]
}