/** * PRI-714: outputLanguage coverage across ALL internalization peer agents. * * Owner-facing review/implementation artifacts (evaluator summary, rollout * reviewer summary, artificer implementationSummary, dreamer candidates, * philosopher thesis) must follow `principles.outputLanguage` exactly like * scribe principle fields have since PRI-336. * * Validates per builder: * - zh-CN: instruction carries the language directive * - en: instruction carries the English directive * - undefined: instruction is byte-identical to the base protocol (backward * compatible — the pre-PRI-714 tests assert this identity too) * - technical identifiers / JSON keys stay untranslated (directive content) * * PRI-633: the instruction (role + protocol + directive) travels on the * builder result's `systemPrompt` channel — assertions target it, and the * serialized payload must NOT contain the instruction. */ export {}; //# sourceMappingURL=peer-prompt-language.test.d.ts.map