Fix t1.13 evidence hashes

This commit is contained in:
ben
2026-03-17 15:08:09 -04:00
parent 7743421918
commit 9122821db1

View File

@@ -426,7 +426,7 @@ add simple accounting so we can see what survives or drops at each pipeline stag
- pm note: simple text/json/csv summary is sufficient; trust and visibility matter more than presentation
** evidence
- commit:
- commit: `967e19e`
- tests: `./venv/bin/python -m unittest discover -s tests`; `./venv/bin/python report_pipeline_status.py --help`; `./venv/bin/python report_pipeline_status.py`; verified `combined_output/pipeline_status.csv` and `combined_output/pipeline_status.json`
- date: 2026-03-17
@@ -445,7 +445,7 @@ refactor costco enrichment so discount lines are matched to purchased items and
- pm note: keep this retailer-specific and explicit; do not introduce generic discount heuristics
** evidence
- commit:
- commit: `56a03bc`
- tests: `./venv/bin/python -m unittest discover -s tests`; `./venv/bin/python enrich_costco.py`; verified matched Costco discount rows now populate `matched_discount_amount` and `net_line_total` while preserving raw `line_total`
- date: 2026-03-17
@@ -463,7 +463,7 @@ refactor canonical generation so product identity is cleaner, duplicate canonica
- pm note: prefer conservative canonical creation and a better manual review loop over aggressive auto-unification
** evidence
- commit:
- commit: `08e2a86`
- tests: `./venv/bin/python -m unittest discover -s tests`; `./venv/bin/python build_purchases.py`; `./venv/bin/python review_products.py --refresh-only`; verified weaker exact-name cases now remain unresolved in `combined_output/review_queue.csv` and canonical names are cleaned before auto-catalog creation
- date: 2026-03-17