Scheduled Duplicate Note Fix | Generated by AI

Home 2026.07

The workflow runs on a schedule (every 2 hours), not on push — so the next run will pick up the fix automatically. Here’s the full story:


Root Cause

Duplicate note pair detected by test_no_duplicate_notes:

File Path Lines
2025-10-06-finacle-vs-avaloq-1-en.md notes/ + _posts/en/ +_posts/zh/ 66
2025-10-06-finacle-vs-avaloq-en.md notes/ + _posts/en/ +_posts/zh/ 45

Same date (2025-10-06), same title “Finacle vs Avaloq Banking Platforms”, same content. The -1 variant was a prose-formatted regeneration of the table-based original. The similarity check (first 200 chars with 90%+ match) flagged them as duplicates.

Fix Applied

Removed all 3 -1 suffixed duplicates:

Verification

The second failure (run 28501676010) was the same root cause — it also failed on this duplicate pair.


Back Donate