Versions in this module Expand all Collapse all v0 v0.1.7 Jan 5, 2026 v0.1.6 Jan 1, 2026 Changes in this version + type ImprovementAnalyst struct + func NewImprovementAnalyst(logger *zap.Logger, cfg config.Interface, llmClient schemas.LLMClient, ...) (*ImprovementAnalyst, error) + func (a *ImprovementAnalyst) Run(ctx context.Context, objective string, targetFiles []string) error