To simply verify if an agentic workflow is producing valid action workflow, users are required to run the following command:
$ gh aw compile --validate --no-emit daily-issues-report.md
It would be easier to have a verify command that is a short hand for the --validate and --no-emit operations:
$ gh aw verify daily-issues-report.md
Note: the command may as well be called validate, but IMO that would be the same as compile --validate where to me, verify is also about --no-emit. And having both validate/verify as additional commands, would be confusing to most users who can't fully understand the semantics of the word validate versus verify.
To simply verify if an agentic workflow is producing valid action workflow, users are required to run the following command:
It would be easier to have a
verifycommand that is a short hand for the--validateand--no-emitoperations:Note: the command may as well be called
validate, but IMO that would be the same ascompile --validatewhere to me,verifyis also about--no-emit. And having both validate/verify as additional commands, would be confusing to most users who can't fully understand the semantics of the word validate versus verify.