docs(ado-script): add missing ado-proxy and azure-wif-refresh bundles to inventory - #2207
Draft
github-actions[bot] wants to merge 1 commit into
Draft
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
… to inventory 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. |
This branch has not been deployed
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
docs/ado-script.mdomitted theado-proxy/andazure-wif-refresh/bundle directories (and theprepare-pr-base.jsoutput was missing from the release-glob sentence), even though both bundles have their own dedicated documented sections earlier in the same file (ado-proxy.jsat "ado-proxy: the same contract, applied to policy";azure-wif-refresh.jsin the bullet list of shipped bundles) and are treated as real shipped bundles byscripts/ado-script/src/__tests__/bundle-coverage.test.ts'sNON_BUNDLE_DIRSguard and by.github/workflows/release.yml's genericado-script/*.jsglob.docs/ado-script.mdApplied Fixes
ado-proxy/andazure-wif-refresh/entries to the "Workspace layout" source tree, with brief descriptions consistent with the file's existing prose sections for these bundles.ado-proxy.jsandazure-wif-refresh.jsto thencc bundle output (gitignored)listing.prepare-pr-base.js,ado-proxy.js, andazure-wif-refresh.jsto the release-workflow bundle enumeration sentence so it lists every bundle theado-script/*.jsglob actually captures.Notes
Verified against:
scripts/ado-script/src/directory listing (confirmsado-proxy/andazure-wif-refresh/exist as real bundle source directories, each with their ownindex.ts).scripts/ado-script/src/__tests__/bundle-coverage.test.ts'sNON_BUNDLE_DIRSset (confirms these two directories are not excluded, i.e. they are treated as shipped bundles by the coverage guard)..github/workflows/release.yml(confirms the release packaging step globsado-script/*.jsgenerically, so it already captures both.jsoutputs — only the documentation enumeration was stale).docs/ado-script.mdalready has dedicated sections describingado-proxy.jsandazure-wif-refresh.jsin detail, so this fix brings the workspace-layout summary and release-packaging description into sync with content that was already correct elsewhere in the same page.No other documentation drift met the bar for inclusion in this change set; other candidate gaps found during the audit (e.g.
container_runtime.rsmissing fromAGENTS.md's architecture tree,copilot-vendorecosystem identifier missing fromdocs/network.md,mcp-authortool surface, reserveddependsOn/conditionparameter names fortarget: job/target: stage) are already addressed by other open pull requests (#2198/#2203, #2202, #2201, #2190 respectively), so no changes were made for those to avoid duplication.Created by the agent-documentation maintainer workflow.