Vendor Discount Agent

repo: ~/Projects/vendor-discount-agent · 6 commits · 0 in last 24h, 0 in last 7d ·

Search the build

6 commits indexed

  1. d104f24 2026-07-16 Strip hardcoded Shopify API tokens from source (env-first); no rotation/deploy — response to Shopify exposed-credentials notice
  2. 59c40d4 2026-05-30 fix: populate discount_found field in check record when discount is calculated
  3. 73ea192 2026-05-30 security: strip hardcoded dw_admin DSN password -> env-first/passwordless. No rotation/deploy.
  4. 1eaaf46 2026-05-19 harden static root: 404-guard .bak/.pre- paths + broaden gitignore
  5. 8453ee6 2026-05-13 snapshot: 1 file(s) changed, ~1 modified
  6. d09d526 2026-05-06 initial scaffold (gitify-all 2026-05-06)

Authors

Agents used

  • none detected

Skills used

  • /deploy2
  • /passwordless1

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.

Other build journals

← Vendor Agents Viewer  ·  all 4 projects  ·  Vendor Price Requests →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 1ms