pmat 3.11.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
// Bonus point detection module

pub mod bonus_detector;

pub use bonus_detector::BonusDetector;