test: align rig beads init fallback coverage

Update the rig init test to assert config.yaml fallback when bd init fails.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Dan Shapiro
2026-01-01 19:16:29 -08:00
parent 1811f40214
commit a96c12160f
2 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -418,7 +418,7 @@ func (m *Manager) initBeads(rigPath, prefix string) error {
// Run bd init if available, with --no-agents to skip AGENTS.md creation
cmd := exec.Command("bd", "init", "--prefix", prefix, "--no-agents")
cmd.Dir = rigPath
output, err := cmd.CombinedOutput()
_, err := cmd.CombinedOutput()
if err != nil {
// bd might not be installed or failed, create minimal structure
// Note: beads currently expects YAML format for config