It’s often quite a hustle to read through my projects’ conversations with claude/codex, to try to understand what’s happening and what happened, when the projects get larger and more complex.
As an ADHDer, although using LLM wiki to keep track of project context is very effective, it’s almost impossible for me to read huge amount of text in LLM Wiki, let alone understand the context of my project.

So I built a small tool: Context Visualizer (Abudulaz/context-visualizer) BYOK
Inspired by "xkcd #657: “Movie Narrative Charts”, and this paper: Design Considerations for Optimizing Storyline Visualizations, to make our conversation history (usally .jsonl file) into story-like visualiztion
Would love any feedbacks on this!