docs: document hidden ado-proxy export commands and missing source files - #1858
Merged
jamesadevine merged 1 commit intoAug 8, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
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
marked this pull request as ready for review
August 8, 2026 04:51
|
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
deleted the
docs/fix-cli-and-arch-tree-drift-f4f965dd77822ce3
branch
August 8, 2026 04:51
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. |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Documentation Update
Findings
export-ado-proxy-catalog-schemaandexport-ado-proxy-catalog(both#[command(hide = true)]insrc/main.rs) were undocumented in the hidden build-time tools sectiondocs/cli.mdAGENTS.mdsrc/compile/az_wrapper.rs(309 lines, wired intoextensions/azure_cli.rs::install_az_wrapper_step) was absent from thecompile/architecture treeAGENTS.mdsrc/audit/analyzers/ado_proxy.rs(758 lines, populatesAuditData.ado_proxy_analysisconsumed by both console and JSON renderers) was absent from theaudit/analyzers/architecture treeAGENTS.mdApplied Fixes
export-ado-proxy-catalog-schemaandexport-ado-proxy-catalogentries to the "Hidden Build-Time Tools" section ofdocs/cli.mdAGENTS.mdto list all four hidden build-time commandsaz_wrapper.rsto thecompile/tree inAGENTS.mdado_proxy.rsto theaudit/analyzers/tree inAGENTS.mdNotes
Verified against
src/main.rs(Commandsenum,#[command(hide = true)]markers),src/compile/mod.rs(pub mod az_wrapper;),src/compile/extensions/azure_cli.rs(call site), andsrc/audit/render/console.rs/src/audit/model.rs(AdoProxyAnalysisusage). No source-code changes were made; onlyAGENTS.mdanddocs/cli.mdwere touched.Created by the agent-documentation maintainer workflow.