/** * Single-step bootstrap writer for `intake/conversation-start.md`, shared by both * orchestrators (audit-code + remediate-code) so the idempotency + collision * contract can never drift between them. * * Sole writer + idempotent-on-target (INV-CC-03): re-applying the identical * guidance is a byte-identical no-op (the existing file is left untouched, never * appended to), and a pre-existing file with DIFFERING content is never silently * clobbered — that case fails loudly so host/conversation-authored guidance can't * be lost. The guidance file's bytes are written verbatim. */ export declare function applyGuidanceFile(artifactsDir: string, guidanceFilePath: string): string; //# sourceMappingURL=guidanceBootstrap.d.ts.map