patina-ai 0.23.0

Context orchestration for AI development - captures and evolves patterns over time
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Internal implementation of scry command
//!
//! This module contains the implementation details hidden from the public API.
//! The external interface in `mod.rs` re-exports only what's needed.

pub mod enrichment;
pub mod logging;
pub mod routing;
pub mod search;
pub mod semantic;
pub mod subcommands;