guides/orchestrator.md | Always | File path table, execution order, completion gate |
guides/yaml-structure.md | Always | YAML DSL structure rules, Kaoto compatibility |
guides/yaml-catalog-rules.md | Always | Catalog-driven YAML generation rules |
guides/component-loading.md | Always | Component dependency resolution and loading |
guides/properties-generation.md | Always | application.properties generation |
guides/maven-dependencies.md | Always | POM dependency management |
guides/pom-spring-boot.md | When runtime is Spring Boot | POM structure for Camel on Spring Boot |
guides/pom-quarkus.md | When runtime is Quarkus | POM structure for Camel on Quarkus |
guides/route-validation.md | Always (final step) | Self-validation before completion |
guides/docker-compose.md | When external services needed | Docker Compose service definitions |
guides/run-script.md | When run script needed | Run/launch script generation |
guides/schema-generation.md | When JSON/XML schemas needed | Schema file generation |
guides/datamapper-approach-a.md | When DataMapper with XSLT engine, useJsonBody | XSLT generation — Approach A |
guides/datamapper-approach-b.md | When DataMapper with XSLT engine, header param | XSLT generation — Approach B |
guides/datamapper-groovy.md | When DataMapper with Groovy engine | Inline Groovy generation — all format pairs |
guides/datamapper-validation.md | When DataMapper used | Pre/post validation, engine routing, metadata |
guides/sequential-http-calls.md | When chained HTTP calls needed | Sequential HTTP call patterns |
guides/advanced-patterns.md | When advanced EIPs used | Complex pattern implementation |
guides/smoke-test.md | When smoke test requested | Quick validation test generation |
guides/graph-project-context.md | When .camel-kit/project-graph.json exists | Project conventions for consistent generation |