docs: add changelog entry for sync race condition fix

This commit is contained in:
Steve Yegge
2025-12-13 06:56:14 -08:00
parent 97500a8de0
commit f5c77ad9e5

View File

@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- **`bd sync` race condition with daemon (bd-lw0x, bd-hxou)**
- Fixed race condition where daemon or next CLI command would see hash mismatch after sync
- Previously, `bd sync` with sync.branch would restore .beads/ from HEAD but leave stale hash in DB
- This caused auto-import to trigger, which then scheduled re-export, dirtying the working directory
- Now updates `jsonl_content_hash` after restore to match the restored file
- Also fixed daemon's `performAutoImport` to update hash after successful import
## [0.29.0] - 2025-12-03
## [0.29.0] - 2025-12-03