docs: add compiler-smoke-e2e to ado-script architecture docs - #1707
Merged
jamesadevine merged 1 commit intoJul 29, 2026
Merged
Conversation
|
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
July 29, 2026 14:14
The scripts/ado-script/src/compiler-smoke-e2e/ test harness was missing from both the AGENTS.md architecture tree and docs/ado-script.md, unlike the similar trigger-e2e/ and executor-e2e/ entries which are documented. - AGENTS.md: add compiler-smoke-e2e/ entry between executor-e2e/ and prepare-pr-base/ in the ado-script/src/ tree - docs/ado-script.md: add compiler-smoke-e2e/ to the directory tree and add a callout note explaining it is test-only (not a bundle), built to test-bin/ by build:compiler-smoke-e2e, and listed in NON_BUNDLE_DIRS Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jamesadevine
force-pushed
the
docs/add-compiler-smoke-e2e-to-ado-script-docs-69537e8af27c6502
branch
from
July 29, 2026 14:14
ecc99a9 to
0a83bb1
Compare
|
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/add-compiler-smoke-e2e-to-ado-script-docs-69537e8af27c6502
branch
July 29, 2026 14:14
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 as a test harness but is missing from both the AGENTS.md architecture tree anddocs/ado-script.md, unlike the similartrigger-e2e/andexecutor-e2e/entries which are fully documentedAGENTS.md,docs/ado-script.mdApplied Fixes
compiler-smoke-e2e/entry to thescripts/ado-script/src/architecture tree, betweenexecutor-e2e/andprepare-pr-base/compiler-smoke-e2e/to the directory tree listing and added a callout note (matching the style of the existingexecutor-e2eandtrigger-e2enotes) explaining: test-only, not a bundle, built totest-bin/bybuild:compiler-smoke-e2e, listed inNON_BUNDLE_DIRS, orchestrates the five-fixture compiler-candidate smoke E2ENotes
Verified against
scripts/ado-script/src/compiler-smoke-e2e/index.ts(entry point JSDoc),src/__tests__/bundle-coverage.test.ts(NON_BUNDLE_DIRSset), andtests/compiler-smoke-e2e/REGISTERED.md(fixture registry). The harness stages a compiler candidate as asupply-chain.pipeline-artifactacross five real fixtures, pushes to a short-livedado-aw-mirrorbranch, and asserts all five candidate-lane pipeline runs go green.Created by the agent-documentation maintainer workflow.