Versions in this module Expand all Collapse all v0 v0.2.0 Jul 17, 2026 Changes in this version + type Engine struct + func New(options Options) (*Engine, error) + func (e *Engine) Run(ctx context.Context) (Stats, error) + type Options struct + Cascade *classmesh.Cascade + Logger *slog.Logger + Review sink.Sink + Sink sink.Sink + Source source.Source + Workers int + type Stats struct + ByStage map[string]int + Classified int + Processed int + Reviewed int