Versions in this module Expand all Collapse all v0 v0.1.0 Sep 14, 2026 Changes in this version + var ErrNotImplemented = errors.New("not implemented") + type Runner struct + CLI *client.Client + Logger *slog.Logger + TempRoot string + func New(cli *client.Client) *Runner + func (r *Runner) Run(ctx context.Context, c *contract.Contract, contractPath string) (rep *report.Report)