claude-hindsight 2.4.0

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

pub mod clean;
pub mod config;
pub mod daemon;
pub mod export;
pub mod hook;
pub mod hook_index;
pub mod init;
pub mod integrate;
pub mod list;
pub mod paths;
pub mod reindex;
pub mod search;
pub mod serve;
pub mod show;
pub mod update_check;
pub mod watch;