Files
beads/cmd/bd
beads/crew/giles 97adc19cf5 fix(main): move noDbCommands check before expensive git operations
Fixes #1093: `bd version` was spawning 5-7 git subprocesses before
checking if it even needed database access.

Moved the noDbCommands early-return check to run BEFORE:
- ensureForkProtection() (spawns ~5 git commands)
- signalOrchestratorActivity() (spawns git config)

This eliminates unnecessary process churn for simple commands like
`bd version`, `bd help`, `bd completion`, etc.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 00:24:36 -08:00
..
2026-01-13 08:41:25 -06:00
2026-01-14 21:57:28 -08:00
2026-01-13 08:41:25 -06:00