pmat 3.17.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
// Decode methods for analyze subcommands (split for file health CB-040)
//
// Core decoders: complexity (with migration), churn, dag, dead_code,
//   satd, deep_context, tdg, provability
include!("decode_analyze_core.rs");

// Extended decoders: serve, demo, lint_hotspot, makefile, duplicates,
//   defect_prediction, comprehensive, graph_metrics, name_similarity,
//   proof_annotations, incremental_coverage, symbol_table, big_o,
//   assemblyscript, webassembly, and utility functions
include!("decode_analyze_extended.rs");