add config option to initialize automaticaly without prompt

This commit is contained in:
Robin Olsen
2026-02-28 10:43:38 +01:00
parent 864cafe6cd
commit 9e42ff0770
3 changed files with 12 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ func NewBeadsService(ctx context.Context, storage beads.Storage, prefix string)
if err := storage.SetConfig(ctx, "issue_prefix", prefix); err != nil {
return nil, fmt.Errorf("failed to set issue_prefix: %w", err)
}
fmt.Println("Initialized with prefix:", prefix)
}
return &BeadsService{