claude-hindsight 1.1.1

20/20 hindsight for your Claude Code sessions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Command implementations for Claude Hindsight CLI

pub mod config;
pub mod export;
pub mod init;
pub mod list;
pub mod paths;
pub mod reindex;
pub mod search;
pub mod serve;
pub mod show;
pub mod watch;