// Claim Extractor: Extract testable claims from commit messages
//
// Specification: Section 3.2 - Claim Categories
// Implements extraction of 8 categories of hallucination-prone claims
use Regex;
use ;
// Types: ClaimCategory, Claim, ClaimExtractor struct definition
include!;
// Constructor: ClaimExtractor::new()
include!;
// Extraction methods: extract(), extract_*, helpers, and Default impl
include!;
// Tests: core unit tests
include!;
// Tests: coverage-instrumented tests
include!;