feat(prime): add no-git-ops config to disable git ops in session close (GH#593)
Users who want manual control over git commits can now set: bd config set no-git-ops true This makes `bd prime` output the stealth-mode session close protocol (just `bd sync --flush-only`) instead of the full git add/commit/push workflow. Useful when: - You want to verify work before committing - Claude tries to auto-commit after context compaction - You have a custom git workflow The --stealth flag still works as before for one-off use. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -39,6 +39,7 @@ var YamlOnlyKeys = map[string]bool{
|
||||
"git.author": true,
|
||||
"git.no-gpg-sign": true,
|
||||
"no-push": true,
|
||||
"no-git-ops": true, // Disable git ops in bd prime session close protocol (GH#593)
|
||||
|
||||
// Sync settings
|
||||
"sync-branch": true,
|
||||
|
||||
Reference in New Issue
Block a user