From 2b3aaa0a1a0ffc276091796c1dfaab03b0f4e843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:45:10 +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