pmat 3.16.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![cfg_attr(coverage_nightly, coverage(off))]
// Deep context annotation with graph metrics
// Sprint 3: Integration with graph analysis
// Complexity: All functions <= 8

use super::*;
use std::collections::HashMap;

// --- Type definitions ---
include!("context_annotator_types.rs");

// --- Core implementation ---
include!("context_annotator_core.rs");

// --- Tests ---
include!("context_annotator_tests.rs");