/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */ export declare function buildEngineerConstraintAddendum(): string; /** * Addendum appended to the reviewer system prompt in every WRFC chain. * * Instructs the reviewer to verify each enumerated constraint from the * engineer's report independently of the 10-dimension rubric. * * Memoized, the string is static and built once per process. */ export declare function buildReviewerConstraintAddendum(): string; /** * Addendum appended to fixer spawns in WRFC chains with non-empty constraints. * * Instructs the fixer to preserve every satisfied constraint and satisfy any * unsatisfied ones, while avoiding silent regressions. Also mandates that the * returned EngineerReport carries the exact same constraints[] list. * * Memoized, the string is static and built once per process. */ export declare function buildFixerConstraintAddendum(): string; //# sourceMappingURL=wrfc-prompt-addenda.d.ts.map