pmat 3.16.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
// AI Prompt Generation from Organizational Intelligence (Phase 4)
// Generates context-aware prompts that prevent historical mistakes

pub mod defect_aware_prompts;

// Re-export main types
pub use defect_aware_prompts::{DefectAwarePromptGenerator, OipSummary};