mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-06-08 15:05:16 +02:00
The previous logic checked preferred method first, which could select a wrong price even when anchor price was available. Now: 1. PRIORITY 1: Anchor price - if user confirmed a price, find closest match (within 10% tolerance) across ALL candidates 2. PRIORITY 2: Preferred method - only used if no anchor match found 3. PRIORITY 3: Consensus voting Also added debug logging to trace anchor price saving and retrieval. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||