docs: add compiler-smoke-e2e to architecture tree and ado-script.md - #1698
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add compiler-smoke-e2e to architecture tree and ado-script.md#1698github-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/ test-only harness existed but was missing from both the AGENTS.md architecture tree and the docs/ado-script.md workspace layout and callout section. Add the entry to the AGENTS.md src/ tree (alongside executor-e2e and trigger-e2e) and add a callout block + layout entry in docs/ado-script.md explaining that it is test-only, not a shipped bundle, and built to test-bin/compiler-smoke-e2e.js. 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/(test-only E2E harness) is missing from theAGENTS.mdarchitecture tree — agents reading the tree have no visibility into this directoryAGENTS.mddocs/ado-script.mdworkspace layout tree ends atexecutor-e2e/and never listscompiler-smoke-e2e/; the "test-only, not shipped" callout block pattern used forexecutor-e2eandtrigger-e2eis absent forcompiler-smoke-e2edocs/ado-script.mdApplied Fixes
compiler-smoke-e2e/entry to thescripts/ado-script/src/subtree inAGENTS.md(alongsideexecutor-e2e/andtrigger-e2e/), with a description noting it is a test-only orchestrator that stages the compiler candidate across 5 fixture pipelinescompiler-smoke-e2e" callout block indocs/ado-script.md(following the same pattern as theexecutor-e2eandtrigger-e2ecallouts), explaining it is not a runtime bundle and is listed inNON_BUNDLE_DIRScompiler-smoke-e2e/to the workspace layout tree indocs/ado-script.mdNotes
Verified against
scripts/ado-script/src/__tests__/bundle-coverage.test.ts:compiler-smoke-e2eis explicitly listed inNON_BUNDLE_DIRS, confirming it is test-only and never shipped. The directory was added alongside the five-fixture smoke E2E suite referenced attests/compiler-smoke-e2e/in the Testing section ofAGENTS.md. All other docs pages and the AGENTS.md index were reviewed and found accurate.Created by the agent-documentation maintainer workflow.