issuecandidates

package
v0.0.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StableKey

func StableKey(candidate Candidate) string

StableKey returns a deterministic duplicate-detection key for a candidate.

func WriteMarkdown

func WriteMarkdown(writer io.Writer, candidates []Candidate) error

WriteMarkdown writes issue-candidate markdown for human or agent curation.

Types

type Candidate

type Candidate struct {
	Repository string
	Text       string
	FilePath   string
	StartLine  string
	Author     string
	AuthorTime string
	Key        string
}

Candidate is a tracker-ready issue candidate derived from one tickgit CSV row.

func ReadCSV

func ReadCSV(reader io.Reader, repository string) ([]Candidate, error)

ReadCSV reads tickgit CSV output and converts rows into issue candidates.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL