// Extended tool handlers - split for file health (CB-040)
//
// Semantic submodules:
// - extended_tools_relevance.rs : Template relevance scoring
// - extended_tools_complexity.rs : Complexity analysis handlers
// - extended_tools_dag.rs : DAG analysis handlers
// - extended_tools_context.rs : Context generation handlers
// - extended_tools_architecture.rs : System architecture analysis handlers
// --- Template relevance scoring ---
include!;
// --- Complexity analysis handlers ---
include!;
// --- DAG analysis handlers ---
include!;
// --- Context generation handlers ---
include!;
// --- System architecture analysis handlers ---
include!;
// Tests extracted to tools_tests.rs for file health compliance (CB-040)