Vendor Discount Agent
repo: ~/Projects/vendor-discount-agent · 6 commits · 0 in last 24h, 0 in last 7d ·
Creative ideas + design notes
Commits with substantial prose (≥120 chars) — the rationale behind each move.
59c40d4 · 2026-05-30 · fix: populate discount_found field in check record when discount is calculated
checkRecord.discount_found was never assigned, always writing NULL to the
vendor_discount_checks.discount_found column even when a discount was
successfully parsed. Now mirrors calculated_discount at the point of success.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1eaaf46 · 2026-05-19 · harden static root: 404-guard .bak/.pre- paths + broaden gitignore
Fleet-refactor sweep tick — Express middleware drops any request whose
path contains .bak or .pre- with a hard 404 before express.static runs,
so accidentally-dropped snapshot files can never be served. .gitignore
now also covers *.bak.* and *.pre-* variants.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
File tree
12 files tracked. Click any to browse the source at HEAD.
rendered in 1ms