Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The schedule validator defines a date-check helper (`dates_valid`) but never registers or invokes it, so records with `start_date > end_date` will incorrectly pass validation. In a construction scheduling context, this can allow inconsistent or impossible schedule data into downstream planning, reporting, or automation workflows, undermining data integrity and potentially causing operational mistakes.
