add ready_to_sprint status to beads

This commit is contained in:
Robin Olsen
2026-03-11 15:13:00 +01:00
parent c78b5082d2
commit e9a6d1e9af
4 changed files with 65 additions and 55 deletions

View File

@@ -21,6 +21,8 @@ func NewBeadsIssueStorage(ctx context.Context, storage beads.Storage, prefix str
}
}
storage.SetConfig(ctx, "status.custom", "ready_to_sprint")
return &BeadsService{
Storage: storage,
}, nil