Hi, recently found the project and i really like it!
I've installed the Red hat yaml extension and configured it to validate/autocomplete .laq files
But it complains about some syntax that is present in the website examples:
- id: scale_up
condition: ${{ steps.check_health.outputs.error_rate > 0.05 }}
run: "kubectl scale deployment ${{ inputs.service_name }} --replicas=5"
It complains about not having agent or prompt defined