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};