/** * Renderer for `sprint-summary` artifacts. * * Shows: contractId, title, evaluation result, passedOnIteration, * files-changed count and list, commit. No hard line cap (typically small). * * Pure function — no I/O. Receives a compound artifact { contract, evaluation, generatorResult }. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. */ /** * Render a `sprint-summary` artifact as markdown. */ export declare function renderSprintSummary(artifact: unknown): string; //# sourceMappingURL=sprint-summary.d.ts.map