Output Report
2-min readUpdated May 11, 2026
This note records what the generator now emits after running the full sample matrix with LLM-backed planning enabled by default.
Commands Run URL copied
make testmake test-samples
Both completed successfully on May 11, 2026.
1. Mule App Output URL copied
Small sample samples/apigee-bundle now produces a Mule app folder with pom.xml, application.properties, Mule XML, and migration reports.
Generated Mule XML:
Code include not found: ../build/sample-mule-app/src/main/mule/VerifyAPIKey-1.xml
Generated app properties:
Code include not found: ../build/sample-mule-app/src/main/resources/application.properties
2. Mule Custom Policy Output URL copied
The same source can be rendered as Mule custom policy bundle assets: a descriptor YAML, policy template XML, and packaged .zip / .jar.
Generated policy descriptor:
Code include not found: ../build/sample-custom-policy/policies/verifyapikey-1/policy.yaml
Generated policy template:
Code include not found: ../build/sample-custom-policy/policies/verifyapikey-1/verifyapikey-1-template.xml
3. Flex GitOps Output URL copied
The GitOps lane emits repo-ready deployment assets: API instance YAML, policy YAML, gateway config, CI/CD pipeline, and manual-review notes when a policy does not cleanly map to Flex.
Generated API instance:
Code include not found: ../build/sample-flex-gitops/api/api-instance.yaml
Generated Flex policy:
Code include not found: ../build/sample-flex-gitops/policies/verifyapikey-1.yaml
4. FAAST Sample Shape URL copied
The FAAST sample proves the split behavior: one generated Flex policy plus manual-review files for policies that are really app logic.
FAAST Flex README:
Code include not found: ../build/faast-flex-gitops/README.md
5. OrderManagement Stress Case URL copied
The larger OrderManagement sample now benefits from planner judgement, so it is less blunt than before. The Mule app lane improved to 19 high-confidence outputs and 5 review-required cases in the latest run.
OrderManagement migration report excerpt:
Code include not found: ../build/order-mule-app/migration-report/mappings.md
Current Read URL copied
mule-applane is the strongest current lane.mule-custom-policylane is real, but only some policy families are strong templates today.flex-gitopslane is real, but complex orchestration policies still land in manual-review notes.- LLM planner improved the large-sample read, but it also makes test runs slower because judgement is now model-backed by default.
- Legacy
flex-gateway-yamlvalidation still passes against the existingAdhoc/flex-gateway-policiesexpected outputs.