Skip to content

docs: add missing assign_work_item.rs to AGENTS.md architecture tree - #2057

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/agent-doc-assign-work-item-tree-77888f2ec6d1fd54
Closed

docs: add missing assign_work_item.rs to AGENTS.md architecture tree#2057
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/agent-doc-assign-work-item-tree-77888f2ec6d1fd54

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy src/safe_outputs/assign_work_item.rs (backing the already-documented assign-work-item safe-output tool in docs/safe-outputs.md) was missing from the src/safe_outputs/ listing in the AGENTS.md architecture tree AGENTS.md

Applied Fixes

  • Added assign_work_item.rs to the src/safe_outputs/ tree in AGENTS.md, in alphabetical order between assign_github_issue_to_user.rs and close_github_issue.rs

Notes

Verified by diffing find src -type f -name '*.rs' against every .rs filename listed in AGENTS.md's architecture tree. assign_work_item.rs was the only real gap (all other apparent diffs were files nested under src/compile/ir/tasks/, which the tree intentionally summarizes rather than lists file-by-file). Cross-checked the rest of the doc set:

  • Documentation index (AGENTS.mddocs/*.md) — every page reachable, no orphans.
  • CLI commands in docs/cli.md vs the Commands enum in src/main.rs — all present with matching flags.
  • FrontMatter struct in src/compile/types.rs vs docs/front-matter.md / docs/imports.md — all fields (including checkout-fetch and permissions-required) documented under their respective sections.
  • Safe-output tools in src/safe_outputs/ vs docs/safe-outputs.md — all tools documented, including assign-work-item.
  • prompts/*.md — model/engine guidance correctly defers to src/engine.rs rather than hardcoding values, so no drift risk found there.

No other inaccuracies met the bar for inclusion in this change set.


Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · auto · 73.5 AIC · ⌖ 6.94 AIC · ⊞ 13.5K ·

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
2 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@jamesadevine

Copy link
Copy Markdown
Collaborator

Closing as a duplicate of #1916, the canonical PR for the same assign_work_item.rs AGENTS.md architecture-tree correction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant