loctree 0.13.0

Structural code intelligence for AI agents. Scan once, query everything.
Documentation
//! Command handlers split by domain
//!
//! This module organizes command handlers into domain-specific submodules
//! to keep the codebase maintainable.

pub mod ai;
pub mod analysis;
pub mod cache;
pub mod context;
pub mod deprecation;
pub mod diff;
pub mod doctor;
pub mod env_truth;
pub mod occurrences;
pub mod output;
pub mod prism;
pub mod prune;
pub mod query;
pub mod suppressions;
pub mod watch;