pmat 3.11.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
#![cfg_attr(coverage_nightly, coverage(off))]
/// Diagnostic tools for Transactional Hashed TDG System
///
/// Provides comprehensive monitoring, profiling, and debugging capabilities
/// for the TDG system including storage, scheduling, and performance metrics.
mod tests;
mod tests_part2;
pub mod tool;
pub mod types;

pub use tool::DiagnosticTool;
pub use types::{
    AdaptiveDiagnostics, EnforcementStats, HealthStatus, PerformanceDiagnostics,
    ResourceDiagnostics, SchedulerDiagnostics, StorageDiagnostics, SystemDiagnostics,
};