docs: add compiler-smoke-e2e and __tests__ to ado-script architecture tree - #1675
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add compiler-smoke-e2e and __tests__ to ado-script architecture tree#1675github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
… tree Both directories exist in scripts/ado-script/src/ but were absent from the AGENTS.md architecture tree and docs/ado-script.md reference page. - compiler-smoke-e2e/: TypeScript orchestrator that stages the compiler candidate as a supply-chain.pipeline-artifact, queues the five fixed fixture pipelines on a mirror branch, and asserts green. Referenced by the CI-only tests/compiler-smoke-e2e/ fixtures. - __tests__/: bundle-coverage guard (bundle-coverage.test.ts) that asserts every src/ subdirectory is either in NON_BUNDLE_DIRS or ships a compiled bundle — prevents silent omissions from the release zip. 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 on disk but was absent from the AGENTS.md architecture tree anddocs/ado-script.mdAGENTS.md,docs/ado-script.mdscripts/ado-script/src/__tests__/exists on disk but was absent from the AGENTS.md architecture tree anddocs/ado-script.mdAGENTS.md,docs/ado-script.mdApplied Fixes
compiler-smoke-e2e/to thescripts/ado-script/src/section of the AGENTS.md architecture tree with an accurate description__tests__/to thescripts/ado-script/src/section of the AGENTS.md architecture tree with an accurate descriptioncompiler-smoke-e2e/todocs/ado-script.md(parallel to the existingexecutor-e2eandtrigger-e2ecallouts)compiler-smoke-e2e/and__tests__/to the directory tree indocs/ado-script.mdNotes
Verified by
ls scripts/ado-script/src/— bothcompiler-smoke-e2e/and__tests__/exist. The existingexecutor-e2e/andtrigger-e2e/non-bundle harnesses were already listed;compiler-smoke-e2e/is the same kind of test-only orchestrator. Description verified againstscripts/ado-script/src/compiler-smoke-e2e/index.ts(reads: stages compiler candidate as supply-chain.pipeline-artifact, pushes to mirror branch, queues five fixture pipelines, asserts green). Description for__tests__/verified againstscripts/ado-script/src/__tests__/bundle-coverage.test.ts.Created by the agent-documentation maintainer workflow.