The daemon's gitCommitInWorktree function was building git commit commands directly without checking the git.author and git.no-gpg-sign config options. This caused daemon sync commits to use the local git user config instead of the configured beads-specific author. Now gitCommitInWorktree applies the same config-based author and signing options that buildCommitArgs uses for regular commits. Fixes #1051
14 KiB
14 KiB