Documentation
¶
Overview ¶
Package context builds a rich ProjectContext from a git repository. This is the core value of Kairos — understanding project history before asking an LLM for output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct{}
Builder collects and assembles a ProjectContext from a Repository.
type ProjectContext ¶
type ProjectContext struct {
Diff string
Branch string
RecentCommits []string
LastTag string
Describe string
ChangedFiles []string
ProjectType string
ReadmeExcerpt string
ChangelogExcerpt string
}
ProjectContext holds everything Kairos knows about the current state of a repository before calling an LLM.
Click to show internal directories.
Click to hide internal directories.