Versions in this module Expand all Collapse all v0 v0.2.0 Aug 25, 2026 Changes in this version + func HasIssues(root string) bool + func RepoRoot(dir string) (string, error) + type Comment struct + Author string + Body string + Date string + type Issue struct + Assignee string + Body string + Comments []Comment + CreatedAt string + ID string + Labels []string + Milestone string + Priority string + State string + Title string + UpdatedAt string + func ListIssues(root string) ([]Issue, error) + type Source struct + func New(dir string) (*Source, error) + func (s *Source) Caps() source.Capabilities + func (s *Source) Comment(item core.Card, body string) error + func (s *Source) CreateIssue(_ string, d source.Draft) (core.Card, error) + func (s *Source) GetBoard(string) (*core.BoardData, error) + func (s *Source) ListProjects() ([]core.Project, error) + func (s *Source) Name() string + func (s *Source) SetAssignees(item core.Card, who []string) error + func (s *Source) SetField(item core.Card, field, option string) error + func (s *Source) SetLabels(item core.Card, labels []string) error + func (s *Source) SetState(item core.Card, state string) error + func (s *Source) Undo(item core.Card) error