Just released SpecStory CLI for @claude_code. Its a lightweight wrapper that auto-saves your chat history to clean markdown to version alongside your code. We'd love if you checked it out. Via Homebrew: brew tap specstoryai/tap brew install specstory Other install options from our docs: docs.specstory.com/specstory…
Very cool. Why does it need to be a wrapper and not just parse the jsonl logs?

Jul 19, 2025 · 1:28 AM UTC

1
1
You can run it in just parse mode `specstory sync`, or in wrapper mode `specstory run` if you've built out real-time workflows that are dependent on the markdown being generated as you code.
1