From 9122821db1675b87a25dfc7f9378b502c4caad7a Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 17 Mar 2026 15:08:09 -0400 Subject: [PATCH] Fix t1.13 evidence hashes --- pm/tasks.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pm/tasks.org b/pm/tasks.org index 11c74d4..31dbaaf 100644 --- a/pm/tasks.org +++ b/pm/tasks.org @@ -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