You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): add comprehensive Zod validation and change frequency tracking
- Create comprehensive Zod schemas for all indexer stats types
- Add runtime validation for state loading/saving
- Implement change frequency tracking for dashboard
- Add avgCommitsPerFile and lastModified to LanguageStats
- Add totalCommits and lastModified to PackageStats
- 52 new tests (schemas + change frequency)
- All 577 core tests passing
Follows TYPESCRIPT_STANDARDS.md - eliminates type assertions with
runtime validation at external boundaries (state files).
Aligns with Dashboard & Visualization epic.
0 commit comments