docs(ado-script): fix garbled text and bundle drift in ado-script.md - #2151
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
…xy/azure-wif-refresh entries 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 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
prepare-pr-base.jsdescription, obscuring the actual behaviordocs/ado-script.mdimport.jsships alongside "the tenexec-context-*.jsbundles", butscripts/ado-script/src/only contains nineexec-context-*directories (pr, pr-synth, manual, pipeline, ci-push, workitem, schedule, pr-checks, repo)docs/ado-script.mdWorkspace layouttree and the release-workflow bundle enumeration omitted theado-proxy/andazure-wif-refresh/source directories and their.jsoutputs, even though both are separately documented bundles (ado-proxy.js,azure-wif-refresh.js) built bynpm run buildand shipped inado-script.zipperscripts/ado-script/package.jsonand.github/workflows/release.ymldocs/ado-script.mdApplied Fixes
****** REST or gitfragment with the correct wording ("before attempting REST or git"), verified against the remote-identity check inscripts/ado-script/src/prepare-pr-base/index.tsexec-context-*directories underscripts/ado-script/src/ado-proxy/andazure-wif-refresh/entries to the workspace-layout tree (source files,.jsoutputs) and to the release-workflow bundle-enumeration prose, so the tree matches the actual directory contents andpackage.jsonbuild script listNotes
Verified each claim directly against source:
scripts/ado-script/src/directory listing,scripts/ado-script/package.jsonbuild scripts,.github/workflows/release.ymlbundling step, andscripts/ado-script/src/prepare-pr-base/index.tsremote-matching logic. No other drift found indocs/ado-script.md; other agent-doc areas audited (CLI commands, front-matter fields, safe-outputs, codemods, runtimes, tools, network ecosystem identifiers,CompilerExtensiontrait,prompts/*.md) were already accurate or already covered by other open PRs (e.g. #2145 forcopilot-vendor, #2144 fortopology-attach, several open PRs forcontainer_runtime.rsin theAGENTS.mdtree).Created by the agent-documentation maintainer workflow.