From b00700edd7bbaeb13595ca00fbb33dea4b00227f Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 23 Feb 2026 14:50:56 -0500 Subject: [PATCH] Note runtime/dependency upgrades in to-do list --- TODO_AND_OPTIMIZATIONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO_AND_OPTIMIZATIONS.md b/TODO_AND_OPTIMIZATIONS.md index f346676..568db06 100644 --- a/TODO_AND_OPTIMIZATIONS.md +++ b/TODO_AND_OPTIMIZATIONS.md @@ -6,6 +6,8 @@ - **Acceptance-test expansion**: Add additional CIM/output fixture pairs (beyond Handi Foods) so the automated acceptance suite enforces coverage across diverse deal structures. - **Backend log hygiene**: Keep tailing `logs/error.log` after each deploy to confirm the service account + Anthropic credential fixes remain in place; document notable findings in deployment notes. - **Infrastructure deployment checklist**: Update `DEPLOYMENT_GUIDE.md` with the exact Firebase/GCP commands used to fetch secrets and run Sonnet validation so future deploys stay reproducible. +- **Runtime upgrade**: Migrate Firebase Functions from Node.js 20 to a supported runtime well before the 2026‑10‑30 decommission date (warning surfaced during deploy). +- **`firebase-functions` dependency bump**: Upgrade the project to the latest `firebase-functions` package and address any breaking changes on the next development pass. ## Optimization Backlog (ordered by Accuracy → Speed → Cost benefit vs. implementation risk) 1. **Deterministic financial parser enhancements** (status: partially addressed). Continue improving token alignment (multi-row tables, negative numbers) to reduce dependence on LLM retries. Risk: low, limited to parser module.