Poirot Update: Prompt History and AI Session Summaries

If you’ve been using Claude Code, you’ve probably noticed that keeping track of what you actually did is… hard.
Everything gets stored in raw JSONL files on your machine. Great for privacy, terrible for readability.
I got tired of grepping through logs to find “that one prompt that worked perfectly,” so I updated Poirot to handle it for me.
Here’s what’s new:
It’s all local, reading from your existing ~/.claude config.
It’s open source and free.