pmat 3.30.1

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

pub mod bonus_detector;

pub use bonus_detector::BonusDetector;