feat: add version sync check to bd preflight --check (bd-lfak.5)

- Implement runVersionSyncCheck() to compare version.go and default.nix
- Reports version mismatch as hard failure
- Gracefully skips if default.nix is missing
- Fix version mismatch: update default.nix from 0.37.0 to 0.42.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Executed-By: beads/crew/dave
Rig: beads
Role: crew
This commit is contained in:
beads/crew/dave
2025-12-31 00:08:40 -08:00
committed by Steve Yegge
parent 6298359b60
commit 82611834df
2 changed files with 82 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, self }:
pkgs.buildGoModule {
pname = "beads";
version = "0.37.0";
version = "0.42.0";
src = self;