docs: add compiler-smoke-e2e to architecture tree and ado-script.md - #1695
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add compiler-smoke-e2e to architecture tree and ado-script.md#1695github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
The scripts/ado-script/src/compiler-smoke-e2e/ directory was present in the codebase but absent from both the AGENTS.md architecture tree and docs/ado-script.md. - Add compiler-smoke-e2e/ entry to AGENTS.md tree (alongside the other test-only ado-script harnesses: executor-e2e and trigger-e2e) - Add a callout block to docs/ado-script.md explaining compiler-smoke-e2e is test-only and not shipped (consistent with the existing executor-e2e and trigger-e2e callouts) - Add compiler-smoke-e2e/ to the ado-script.md detailed directory tree 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
scripts/ado-script/src/compiler-smoke-e2e/exists in the codebase but was absent from the AGENTS.md architecture tree (all sibling test-only harnesses —executor-e2e,trigger-e2e— are listed)AGENTS.mdsrc/tree indocs/ado-script.mdand had no callout note, unlikeexecutor-e2eandtrigger-e2ewhich both have explicit "test-only, not shipped" callout blocksdocs/ado-script.mdApplied Fixes
compiler-smoke-e2e/entry to the AGENTS.md architecture tree (betweenprepare-pr-base/andtrigger-e2e/)docs/ado-script.md(consistent with existingexecutor-e2eandtrigger-e2ecallouts)compiler-smoke-e2e/to the detailed directory tree indocs/ado-script.mdNotes
Verified by reading
scripts/ado-script/src/compiler-smoke-e2e/index.ts, which confirms it is a CI orchestrator (not a bundle, listed inNON_BUNDLE_DIRS, never referenced by the compiler directly). Description derived from the module-level JSDoc comment. OnlyAGENTS.mdanddocs/ado-script.mdwere modified.Created by the agent-documentation maintainer workflow.