Versions in this module Expand all Collapse all v0 v0.3.21 Jul 22, 2026 v0.3.19 Jul 21, 2026 Changes in this version + func LookupPR(database *db.DB, task *db.Task) (int, string) + type Kind string + const KindDone + const KindGateParked + const KindPRReview + const KindVerifyFailed + type Options struct + AsyncSummary bool + type Outcome struct + Kind Kind + PRNumber int + PRURL string + VerifyCommand string + VerifyOutput string + func Complete(database *db.DB, taskID int64, summary string, opts Options) (*Outcome, error)