From d5483574fd53128f7ad1a024bf6ddc0211149527 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Fri, 31 Oct 2025 17:15:55 -0700 Subject: [PATCH] Rebuild DB from JSONL after corruption cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Database had 72 duplicate issues from incomplete migration - Sequential IDs (no content_hash) mixed with hash IDs - Removed corrupt DB, rebuilt from JSONL (source of truth) - 225 → 153 issues (duplicates eliminated) - Updated config.json version to 0.20.1 --- .beads/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.beads/config.json b/.beads/config.json index 8c0752f7..afe55037 100644 --- a/.beads/config.json +++ b/.beads/config.json @@ -1,5 +1,5 @@ { "database": "beads.db", - "version": "0.19.1", + "version": "0.20.1", "jsonl_export": "beads.jsonl" } \ No newline at end of file