After a triage run, these outputs are available for subsequent workflow steps. Use them to chain SWEny into larger workflows — post to Slack, update a dashboard, or gate a deployment.
Output
Type
Description
issues-found
"true" / "false"
Whether SWEny found novel issues in the logs
recommendation
string
What SWEny decided: implement, +1 existing ENG-123, or skip
issue-identifier
string
Issue created or found (e.g., ENG-456). Empty if skipped
issue-url
string
Full URL to the issue. Empty if skipped
pr-url
string
Pull request URL. Empty if dry-run or no fix was written