Fix git hooks failing when daemon is running Git hooks were calling bd sync without --no-daemon, causing inline import to fail with 'no database store available' because daemon mode only initializes daemonClient. Fix: Add --no-daemon to all bd sync calls in git hooks to ensure direct mode.