Output Report

Present

2-min readUpdated May 11, 2026

Copied Raw Markdown!

This note records what the generator now emits after running the full sample matrix with LLM-backed planning enabled by default.

Commands RunURL copied

  • make test
  • make test-samples

Both completed successfully on May 11, 2026.

1. Mule App OutputURL 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:

Warning

Code include not found: ../build/sample-mule-app/src/main/mule/VerifyAPIKey-1.xml

Generated app properties:

Warning

Code include not found: ../build/sample-mule-app/src/main/resources/application.properties

2. Mule Custom Policy OutputURL 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:

Warning

Code include not found: ../build/sample-custom-policy/policies/verifyapikey-1/policy.yaml

Generated policy template:

Warning

Code include not found: ../build/sample-custom-policy/policies/verifyapikey-1/verifyapikey-1-template.xml

3. Flex GitOps OutputURL 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:

Warning

Code include not found: ../build/sample-flex-gitops/api/api-instance.yaml

Generated Flex policy:

Warning

Code include not found: ../build/sample-flex-gitops/policies/verifyapikey-1.yaml

4. FAAST Sample ShapeURL 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:

Warning

Code include not found: ../build/faast-flex-gitops/README.md

5. OrderManagement Stress CaseURL 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:

Warning

Code include not found: ../build/order-mule-app/migration-report/mappings.md

Current ReadURL copied

  • mule-app lane is the strongest current lane.
  • mule-custom-policy lane is real, but only some policy families are strong templates today.
  • flex-gitops lane 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-yaml validation still passes against the existing Adhoc/flex-gateway-policies expected outputs.