Skip to content

docs: document hidden ado-proxy export commands and missing source files - #1858

Merged
jamesadevine merged 1 commit into
mainfrom
docs/fix-cli-and-arch-tree-drift-f4f965dd77822ce3
Aug 8, 2026
Merged

docs: document hidden ado-proxy export commands and missing source files#1858
jamesadevine merged 1 commit into
mainfrom
docs/fix-cli-and-arch-tree-drift-f4f965dd77822ce3

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy export-ado-proxy-catalog-schema and export-ado-proxy-catalog (both #[command(hide = true)] in src/main.rs) were undocumented in the hidden build-time tools section docs/cli.md
accuracy Same two hidden commands were missing from the CLI summary index entry AGENTS.md
structure src/compile/az_wrapper.rs (309 lines, wired into extensions/azure_cli.rs::install_az_wrapper_step) was absent from the compile/ architecture tree AGENTS.md
structure src/audit/analyzers/ado_proxy.rs (758 lines, populates AuditData.ado_proxy_analysis consumed by both console and JSON renderers) was absent from the audit/analyzers/ architecture tree AGENTS.md

Applied Fixes

  • Added export-ado-proxy-catalog-schema and export-ado-proxy-catalog entries to the "Hidden Build-Time Tools" section of docs/cli.md
  • Updated the CLI documentation-index bullet in AGENTS.md to list all four hidden build-time commands
  • Added az_wrapper.rs to the compile/ tree in AGENTS.md
  • Added ado_proxy.rs to the audit/analyzers/ tree in AGENTS.md

Notes

Verified against src/main.rs (Commands enum, #[command(hide = true)] markers), src/compile/mod.rs (pub mod az_wrapper;), src/compile/extensions/azure_cli.rs (call site), and src/audit/render/console.rs / src/audit/model.rs (AdoProxyAnalysis usage). No source-code changes were made; only AGENTS.md and docs/cli.md were touched.


Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · auto · 55.2 AIC · ⌖ 13.4 AIC · ⊞ 13.2K ·

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
jamesadevine marked this pull request as ready for review August 8, 2026 04:51
@jamesadevine
jamesadevine merged commit fdc0fe2 into main Aug 8, 2026
4 checks passed
@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
jamesadevine deleted the docs/fix-cli-and-arch-tree-drift-f4f965dd77822ce3 branch August 8, 2026 04:51
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Compiler Contract Reviewer completed the compiler contract review.

Compiler-contract review of PR #1858: change set is documentation-only (AGENTS.md, docs/cli.md), adding previously-missing entries for hidden export-ado-proxy-catalog-schema/export-ado-proxy-catalog CLI commands and az_wrapper.rs/ado_proxy.rs architecture-tree entries. No front-matter grammar, safe-output tool, typed IR, codegen, or ado-script bundle changes are present, so no compiler-contract drift checks apply. Verified accuracy against src/main.rs, src/compile/mod.rs, and audit analyzer wiring. No findings to post.

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