From 1f9833720081209a61b3940f8432489e8b67f3c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 02:10:12 +0000 Subject: [PATCH] docs: add missing assign_work_item.rs to AGENTS.md safe_outputs tree Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index ba1804a5..e6c46dda 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -211,6 +211,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ ├── add_pr_comment.rs │ │ ├── assign_github_issue_milestone.rs │ │ ├── assign_github_issue_to_user.rs +│ │ ├── assign_work_item.rs │ │ ├── close_github_issue.rs │ │ ├── comment_on_github_issue.rs │ │ ├── comment_on_work_item.rs