@suluk/journeys - v0.4.0
    Preparing search index...

    Function planPromotions

    • Plan the promotions for every @public Examples row: build the public example (content-typed) and apply promoteExampleIntoZod to the target's (pre-read) source — accumulating multiple rows per file. Pure: returns the before/after source per file (the bin diffs + writes). The never-clobber refusals surface as skipped rows.

      Parameters

      • featureTexts: string[]
      • targets: Map<string, PromoteTargetSpec>
      • sources: Record<string, string>
      • opts: { because?: string } = {}

      Returns PromotionPlan