Objective
Clarify add-label safe-output capability (or lack thereof) in .github/aw/create-agentic-workflow.md to guide Backend/QA engineers who naturally want to apply labels as workflow output.
Context
From agent persona exploration discussion #29038, there is no explicit add-label safe-output documented. Users may not know whether to use update-issue with a labels array, or if a dedicated label operation exists.
Approach
- Investigate what safe-output tools are available for label operations (check safeoutputs --help and existing safe-output implementations)
- If add-label (or equivalent) is supported: add it to the safe-outputs section with a example
- If label application requires update-issue with a labels array: add an explicit note showing the pattern with safeoutputs update_issue --labels
- Mark direct gh issue edit --add-label as an anti-pattern if not already present
Acceptance Criteria
Generated by Plan Command for issue #discussion #29038 · ● 280.5K · ◷
Objective
Clarify add-label safe-output capability (or lack thereof) in .github/aw/create-agentic-workflow.md to guide Backend/QA engineers who naturally want to apply labels as workflow output.
Context
From agent persona exploration discussion #29038, there is no explicit add-label safe-output documented. Users may not know whether to use update-issue with a labels array, or if a dedicated label operation exists.
Approach
Acceptance Criteria