When 'bd doctor --fix' detects DB has more issues than JSONL, it runs 'bd export' to sync them. However, 'bd export' without -o flag outputs to stdout instead of writing to .beads/issues.jsonl, making the fix a no-op. Add -o .beads/issues.jsonl --force to the export command to ensure the JSONL file is actually updated.