Versions in this module Expand all Collapse all v0 v0.0.3 Feb 1, 2026 v0.0.2 Jan 31, 2026 Changes in this version + func AddDevCommands(root *cli.Command) + func NewService(opts ServiceOptions) func(*framework.Core) (any, error) + type GitHubIssue struct + Assignees struct{ ... } + Author struct{ ... } + CreatedAt time.Time + Labels struct{ ... } + Number int + RepoName string + State string + Title string + URL string + type GitHubPR struct + Author struct{ ... } + CreatedAt time.Time + IsDraft bool + Number int + RepoName string + ReviewDecision string + Reviews struct{ ... } + State string + Title string + URL string + type Service struct + func (s *Service) OnStartup(ctx context.Context) error + type ServiceOptions struct + RegistryPath string + type StatusBundle struct + Core *framework.Core + func NewStatusBundle(opts StatusBundleOptions) (*StatusBundle, error) + func (b *StatusBundle) Start(ctx context.Context) error + func (b *StatusBundle) Stop(ctx context.Context) error + type StatusBundleOptions struct + RegistryPath string + type TaskStatus struct + RegistryPath string + type TaskWork struct + AutoCommit bool + RegistryPath string + StatusOnly bool + type WorkBundle struct + Core *framework.Core + func NewWorkBundle(opts WorkBundleOptions) (*WorkBundle, error) + func (b *WorkBundle) Start(ctx context.Context) error + func (b *WorkBundle) Stop(ctx context.Context) error + type WorkBundleOptions struct + AllowEdit bool + RegistryPath string + type WorkflowRun struct + Conclusion string + CreatedAt time.Time + HeadBranch string + Name string + RepoName string + Status string + URL string + UpdatedAt time.Time