claude-hindsight 2.4.0

20/20 hindsight for your Claude Code sessions
Documentation
1
2
3
4
5
6
7
//! API layer for web dashboard
//!
//! Provides JSON-serializable response types and formatting utilities
//! that are independent of terminal rendering.

pub mod formatting;
pub mod responses;