debtmap 0.16.6

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Context window suggestions for AI agents (Spec 263).

pub mod callees;
pub mod callers;
pub mod generator;
pub mod limits;
pub mod tests;
pub mod tests_ctx;
pub mod types;
pub mod types_ctx;

pub use generator::{generate_context_suggestion, ContextConfig};
pub use types::{ContextRelationship, ContextSuggestion, FileRange, RelatedContext};