docs: document compiler-smoke-e2e in AGENTS.md and docs/ado-script.md - #1682
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: document compiler-smoke-e2e in AGENTS.md and docs/ado-script.md#1682github-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 missing from both the AGENTS.md architecture tree and the docs/ado-script.md bundle directory listing. Add it to both places with the correct description (test-only, not a shipped bundle, listed in NON_BUNDLE_DIRS), mirroring the existing treatment of `executor-e2e` and `trigger-e2e`. Also add the corresponding callout note in docs/ado-script.md. 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 is absent from both the AGENTS.md architecture tree and thedocs/ado-script.mddirectory listingAGENTS.md,docs/ado-script.mddocs/ado-script.mdhas callout boxes forexecutor-e2eandtrigger-e2eexplaining they are test-only, not shipped;compiler-smoke-e2ehad no equivalent notedocs/ado-script.mdApplied Fixes
compiler-smoke-e2e/to thescripts/ado-script/src/section of the AGENTS.md architecture tree with a description matching its rolecompiler-smoke-e2e/to the directory tree indocs/ado-script.md> **Test-only, not shipped: compiler-smoke-e2e**callout note indocs/ado-script.mdalongside the existingexecutor-e2eandtrigger-e2enotesNotes
Verified against
scripts/ado-script/src/__tests__/bundle-coverage.test.ts:compiler-smoke-e2eis explicitly listed inNON_BUNDLE_DIRSwith a comment confirming it emits totest-bin/and is never packaged. The description was derived fromscripts/ado-script/src/compiler-smoke-e2e/index.tswhich clearly describes the orchestrator's purpose.Created by the agent-documentation maintainer workflow.