From 8942913dd8b666492afba2ba170f330f5947c39b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:47:04 +0000 Subject: [PATCH] docs: add missing assign_work_item.rs to AGENTS.md architecture 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