cc2report 1.0.1

Intelligent work report generator for Claude Code that analyzes conversation logs using AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod ai_analyzer;
pub mod ai_analyzer_parallel;
pub mod cache;
pub mod cli;
pub mod config;
pub mod conversation_analyzer;
pub mod error;
pub mod intelligent_summary;
pub mod logger;
pub mod parser;
pub mod smart_analyzer;
pub mod templates;
pub mod token_tracker;
pub mod work_report_v2;