ISPO SDK
    Preparing search index...

    Interface SourcePatchEnvelope

    Markdown

    Worker → host → caller source-patch envelope (§25). Closed + validated.

    interface SourcePatchEnvelope {
        files: SourcePatchFile[];
        intentNote: string;
        kind: "source-patch";
        targetProjectId: string;
    }
    Index
    intentNote: string
    kind: "source-patch"
    targetProjectId: string

    MUST === callerProjectId (the host asserts).