parley-cli 0.2.0

Terminal-first review tool for AI-generated code changes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub(crate) mod ai_session;
mod anchor;
pub(crate) mod core;
pub(crate) mod file_navigation;
pub(crate) mod heatmap;
pub(crate) mod review;
pub(crate) mod settings;
#[cfg(test)]
pub(crate) mod tests;
mod text_buffer;
pub(crate) mod thread_management;
pub(crate) mod viewport;

pub(super) use super::*;