via “flat-file application tracker with deduplication and status normalization”
AI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.
Unique: Uses a flat-file markdown database (data/applications.md) as the single source of truth, enabling Git-based version control and human-readable auditing without external database dependencies. Implements a three-script pipeline (merge, dedup, normalize) that handles data consolidation from multiple sources, fuzzy-matching deduplication, and status standardization — treating data integrity as a first-class concern rather than an afterthought.
More transparent than cloud-based trackers (Lever, Greenhouse) because the entire application history is version-controlled and human-readable; more reliable than spreadsheets because dedup-tracker.mjs and normalize-statuses.mjs automatically enforce consistency without manual cleanup.