Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsIndexRecent ¶
IsIndexRecent checks if an index file exists and was created recently
Types ¶
type CodeIndex ¶
type CodeIndex struct {
Files map[string]FileSummary `json:"files"`
CreatedAt time.Time `json:"created_at"`
SourcePath string `json:"source_path"`
}
CodeIndex represents an index of code files with their summaries
func BuildCodeIndex ¶
BuildCodeIndex scans the source directory and generates summaries using LLM
Click to show internal directories.
Click to hide internal directories.