paceflow 0.2.1

Local-first CLI that turns AI coding session history and git metadata into engineering analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod analytics;
pub mod change_intel;
pub mod cli;
pub mod commands;
pub mod cost;
pub mod cursor_paths;
pub mod db;
pub mod error;
pub mod github;
pub mod ingest_progress;
pub mod path_utils;
pub mod providers;
pub mod sync;
pub mod sync_identity;
pub mod sync_schedule;

#[cfg(test)]
pub mod test_support;