Steve Yegge
30dfb247dc
Fix bd-l0r: Skip export after ZFC import to preserve JSONL source of truth
...
## Problem
When bd sync detected stale DB (>50% divergence), it would import JSONL to fix the DB,
but then immediately export the DB back to JSONL. This caused the stale DB to overwrite
the JSONL after a git pull, undoing cleanup work.
Example scenario:
1. Clone has 688 stale issues in DB (628 closed)
2. git pull brings JSONL with 62 issues (cleanup applied)
3. bd sync detects 1009.7% divergence and imports JSONL (DB → 62 issues) ✓
4. bd sync exports DB to JSONL (JSONL still 62 issues) ✓
5. But this marks JSONL as "changed" and commits/pushes it ✗
## Solution
After ZFC (JSONL First Consistency) import, set skipExport flag to prevent the export step.
JSONL is the source of truth after import - DB should sync to match, not export back.
## Changes
- cmd/bd/sync.go: Add skipExport flag, set it after ZFC import
- cmd/bd/sync.go: Wrap export logic in `if !skipExport` block
- CHANGELOG.md: Update ZFC entry with accurate description
- cmd/bd/sync_test.go: Add TestZFCSkipsExportAfterImport
Fixes #bd-l0r
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-24 10:32:56 -08:00
..
2025-11-24 00:21:01 -08:00
2025-11-23 20:11:52 -08:00
2025-11-23 23:42:48 -08:00
2025-11-21 21:29:43 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 23:34:22 -08:00
2025-11-21 19:30:48 -05:00
2025-11-23 20:33:31 -08:00
2025-11-23 20:33:31 -08:00
2025-11-21 22:17:26 -05:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 16:13:18 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:21:05 -05:00
2025-11-21 15:51:07 -05:00
2025-11-23 20:51:09 -08:00
2025-11-24 00:03:07 -08:00
2025-11-21 19:32:45 -05:00
2025-11-24 00:03:07 -08:00
2025-11-23 21:33:00 -08:00
2025-11-21 14:40:22 -05:00
2025-11-23 21:33:00 -08:00
2025-11-20 21:57:23 -05:00
2025-11-22 18:17:19 -08:00
2025-11-22 18:17:19 -08:00
2025-11-23 22:53:54 -08:00
2025-11-23 22:53:54 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-20 08:13:06 -08:00
2025-11-24 00:03:07 -08:00
2025-11-20 08:13:06 -08:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:57:23 -05:00
2025-11-23 21:42:43 -08:00
2025-11-15 12:52:34 -08:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-23 20:33:31 -08:00
2025-11-21 23:09:47 -08:00
2025-11-20 21:57:23 -05:00
2025-11-23 21:09:55 -08:00
2025-11-23 23:11:08 -08:00
2025-11-21 18:53:34 -05:00
2025-11-21 19:01:42 -05:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-20 21:54:11 -05:00
2025-11-23 20:33:31 -08:00
2025-11-21 20:08:55 -05:00
2025-11-22 00:11:45 -08:00
2025-11-22 00:11:45 -08:00
2025-11-09 14:53:59 -08:00
2025-11-23 12:39:11 -08:00
2025-11-23 12:36:38 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 23:09:47 -08:00
2025-11-19 05:06:12 -05:00
2025-11-09 14:53:59 -08:00
2025-11-21 14:40:22 -05:00
2025-11-23 23:32:34 -08:00
2025-11-21 14:40:22 -05:00
2025-11-24 01:25:09 -08:00
2025-11-20 21:57:23 -05:00
2025-11-17 10:12:46 -07:00
2025-11-17 10:06:35 -07:00
2025-11-23 19:42:21 -08:00
2025-11-23 20:07:26 -08:00
2025-11-24 00:35:04 -08:00
2025-11-21 14:40:22 -05:00
2025-11-21 16:11:56 -05:00
2025-11-23 22:53:54 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 15:51:07 -05:00
2025-11-23 17:09:17 -08:00
2025-11-24 00:21:01 -08:00
2025-11-23 20:33:31 -08:00
2025-11-20 21:57:23 -05:00
2025-11-22 16:49:29 -08:00
2025-11-21 23:34:22 -08:00
2025-11-15 12:52:34 -08:00
2025-11-20 21:57:23 -05:00
2025-11-23 20:33:31 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-09 14:53:59 -08:00
2025-11-20 21:57:23 -05:00
2025-11-23 21:16:09 -08:00
2025-11-24 00:21:01 -08:00
2025-11-24 01:17:34 -08:00
2025-11-21 15:51:07 -05:00
2025-11-23 17:09:17 -08:00
2025-11-21 23:34:22 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-23 20:33:31 -08:00
2025-11-24 01:12:33 -08:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-20 21:57:23 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 19:32:45 -05:00
2025-11-21 22:46:12 -05:00
2025-11-22 00:11:45 -08:00
2025-11-23 15:13:54 -08:00
2025-11-21 22:17:26 -05:00
2025-11-23 21:42:43 -08:00
2025-11-21 15:51:07 -05:00
2025-11-20 21:57:23 -05:00
2025-11-23 20:54:18 -08:00
2025-11-21 23:22:12 -08:00
2025-11-20 21:57:23 -05:00
2025-11-21 14:40:22 -05:00
2025-11-21 23:34:22 -08:00
2025-11-24 10:32:56 -08:00
2025-11-24 10:32:56 -08:00
2025-11-20 21:57:23 -05:00
2025-11-24 00:21:01 -08:00
2025-11-23 17:16:27 -08:00
2025-11-21 16:14:30 -05:00
2025-11-20 21:57:23 -05:00
2025-11-23 18:28:01 -08:00
2025-11-24 00:21:01 -08:00
2025-11-23 23:42:48 -08:00
2025-11-08 18:22:28 -08:00