Files
beads/.beads/config.json
Steve Yegge d5483574fd Rebuild DB from JSONL after corruption cleanup
- 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
2025-10-31 17:15:55 -07:00

5 lines
84 B
JSON

{
"database": "beads.db",
"version": "0.20.1",
"jsonl_export": "beads.jsonl"
}