/** * Renderer for `sprint-contract` artifacts. * * Extracts: contractId, feature/title, expectedChanges paths, successCriteria * count + first 5, dependsOn, and (at iteration 2+) a "Previous feedback" * section listing prior rejections. * * Pure function — no I/O. Receives the parsed SprintContract object directly. * * Sprint 11 — colocated in renderers/ per mechanisms/ precedent. * Sprint 12 — extended with iterationMeta support (s12-c5). */ /** * Render a `sprint-contract` artifact as markdown. * * At iteration 2+, appends a "### Previous feedback" section so reviewers * can see what was already asked of the generator (s12-c5). */ export declare function renderSprintContract(artifact: unknown): string; //# sourceMappingURL=sprint-contract.d.ts.map