pmat 3.15.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))]
//! Command execution logic - dispatch, scaffold, maintain, debug, forward

mod debug_exec;
mod dispatch;
mod dispatch_ext;
mod dispatch_ext_advanced;
mod dispatch_ext_scoring;
mod dispatch_ext_tools;
mod forward;
mod maintain;
mod scaffold;
mod tests;
mod tests_integration;
mod tests_property;