Skip to content

docs: add ado_bundle.rs to AGENTS.md architecture tree#1330

Merged
jamesadevine merged 1 commit into
mainfrom
docs/add-ado-bundle-to-architecture-tree-2e345f88c5480518
Jul 3, 2026
Merged

docs: add ado_bundle.rs to AGENTS.md architecture tree#1330
jamesadevine merged 1 commit into
mainfrom
docs/add-ado-bundle-to-architecture-tree-2e345f88c5480518

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy src/compile/ado_bundle.rs introduced in #1315 is missing from the compile/ module tree in AGENTS.md AGENTS.md

Applied Fixes

  • Added ado_bundle.rs entry to the compile/ section of the AGENTS.md architecture tree, between common.rs and agentic_pipeline.rs (matching the declaration order in src/compile/mod.rs). Description matches the module's docstring and public API: Bundle enum (path + auth), apply_bundle_auth(), token_source_for(), is_redundant_ado_mirror().

Notes

Verified against code:

  • src/compile/mod.rs declares pub(crate) mod ado_bundle; between common and agentic_pipeline.
  • src/compile/ado_bundle.rs exists and exports exactly the four items described.
  • docs/ado-script.md already references the file at line 305 (is modelled in src/compile/ado_bundle.rs) — only the AGENTS.md tree was missing the entry.
  • All other compile/ entries in AGENTS.md were verified against the filesystem; no other modules are missing.

Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 109.8 AIC · ⌖ 11.7 AIC · ⊞ 8.3K ·

src/compile/ado_bundle.rs was introduced in #1315 (centralize ado-script
bundle env contract) but was omitted from the architecture tree in
AGENTS.md. Add the entry with a description matching the module's docstring
and public API (Bundle, apply_bundle_auth, token_source_for,
is_redundant_ado_mirror).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesadevine
jamesadevine marked this pull request as ready for review July 3, 2026 10:17
@jamesadevine
jamesadevine merged commit f166960 into main Jul 3, 2026
@jamesadevine
jamesadevine deleted the docs/add-ado-bundle-to-architecture-tree-2e345f88c5480518 branch July 3, 2026 10:17
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