mati 0.1.0

Engineering knowledge that survives turnover
Documentation
1
2
3
4
5
6
7
8
9
10
// Knowledge health system
// ConfidenceScore, QualityScore, StalenessScore computation
// KnowledgeGapAnalyzer (8 GapType variants), OnboardingScore

pub mod confidence;
pub mod enrichment;
pub mod gaps;
pub mod onboarding;
pub mod quality;
pub mod staleness;