docs: add compiler-smoke-e2e to architecture trees in AGENTS.md and docs/ado-script.md#1674
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…ocs/ado-script.md The test-only compiler smoke orchestrator in scripts/ado-script/src/compiler-smoke-e2e/ was missing from both the AGENTS.md architecture tree and the docs/ado-script.md file tree, even though its sibling test harnesses (executor-e2e/, trigger-e2e/) were already documented. This gap meant agents reading the architecture would not know the directory existed or how it related to the ADO pipeline definition in tests/compiler-smoke-e2e/. 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/was absent from thescripts/ado-script/src/subtree, even though the sibling test harnessesexecutor-e2e/andtrigger-e2e/were already listedAGENTS.md,docs/ado-script.mdApplied Fixes
compiler-smoke-e2e/entry to thescripts/ado-script/src/tree inAGENTS.mdwith a description matching the pattern used for the other test-only harnessesdocs/ado-script.md(alongside the existingexecutor-e2eandtrigger-e2ecallouts) explaining thatcompiler-smoke-e2eis not a shipped bundle and pointing to the ADO pipeline definition intests/compiler-smoke-e2e/compiler-smoke-e2e/to the file tree indocs/ado-script.mdNotes
Verified against
scripts/ado-script/src/compiler-smoke-e2e/index.tsdocstring, which confirms it is a test-harness module not shipped inado-script.zip. The orchestrator stages the current compiler candidate as asupply-chain.pipeline-artifactacross the five lock-file fixtures and asserts they all go green; the corresponding ADO pipeline definition lives intests/compiler-smoke-e2e/.All other directories in
scripts/ado-script/src/were already present in both trees. No source-code files were changed.Created by the agent-documentation maintainer workflow.