docs: fix ado-script bundle count (thirteen → fifteen) and add trigger-e2e to AGENTS.md tree#1531
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…r-e2e to AGENTS.md tree Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.mdstates the workspace "produces thirteen bundles" but actually lists (and the source directory contains) fifteen bundles:gate.js,import.js,exec-context-pr.js,exec-context-pr-synth.js,exec-context-manual.js,exec-context-pipeline.js,exec-context-ci-push.js,exec-context-workitem.js,exec-context-schedule.js,exec-context-pr-checks.js,exec-context-repo.js,conclusion.js,approval-summary.js,github-app-token.js,prepare-pr-base.jsdocs/ado-script.mdAGENTS.mdarchitecture tree forscripts/ado-script/src/was missing thetrigger-e2e/directory, which is already documented indocs/ado-script.md(lines 109–119 and 568)AGENTS.mdApplied Fixes
docs/ado-script.mdtrigger-e2e/entry (with brief description) to thescripts/ado-script/src/tree inAGENTS.mdNotes
Verified by counting the bullet-pointed
*.jsentries indocs/ado-script.md(15 items) and by listingscripts/ado-script/src/on disk (dirs:gate,import, 9×exec-context-*,conclusion,approval-summary,github-app-token,prepare-pr-base,executor-e2e,trigger-e2e,shared,__tests__). Thetrigger-e2edirectory is already described indocs/ado-script.md; this change just adds it to the AGENTS.md architecture tree so agents navigating the tree see the full picture.Created by the agent-documentation maintainer workflow.