End-User Guide — apigee2mulesoft

What it doesURL copied

Takes an Apigee bundle folder on disk, runs it through a five-stage AI pipeline, and writes a Mulesoft project to an output folder. Policies it is confident about are marked done. Policies it is uncertain about are flagged for your review.

flowchart LR
    A["Apigee Bundle<br/>(folder on disk)"]
    B["Migration Pipeline"]
    C["Mulesoft Project<br/>(output folder)"]
    D["migration-report.md"]

    A --> B --> C
    B --> D