docs: add trigger-e2e test harness to architecture tree and ado-script reference#1516
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add trigger-e2e test harness to architecture tree and ado-script reference#1516github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…t reference The scripts/ado-script/src/trigger-e2e/ directory exists in the repo as a deterministic trigger-condition E2E harness (analogous to executor-e2e) but was not mentioned in AGENTS.md or docs/ado-script.md. - Add trigger-e2e/ entry to AGENTS.md architecture tree - Add 'Test-only, not shipped: trigger-e2e' callout to docs/ado-script.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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/trigger-e2e/exists in the repo as a deterministic trigger-condition (gate / synth-PR) E2E test harness but was absent from both the AGENTS.md architecture tree anddocs/ado-script.mdAGENTS.md,docs/ado-script.mdApplied Fixes
trigger-e2e/entry to the AGENTS.mdscripts/ado-script/src/subtree, directly after the analogousexecutor-e2e/entrytrigger-e2e" callout block indocs/ado-script.mdafter the existingexecutor-e2ecallout, matching the same format and explaining it is excluded from the shipped-bundle guard viaNON_BUNDLE_DIRSNotes
Verified against:
scripts/ado-script/src/trigger-e2e/index.ts— confirms it is a trigger-condition E2E harness that queues a victim pipeline, asserts gate decisions, and files a GitHub issue on failurescripts/ado-script/src/__tests__/bundle-coverage.test.ts— confirmstrigger-e2eis listed inNON_BUNDLE_DIRSalongsideexecutor-e2e, so the shipped-bundle guard already ignores it; the docs were simply never updated when the harness was addedsrc/compile/filter_ir.rsandsrc/main.rs— the compiler referencestrigger-e2e/gate-spec.tsfor type codegen drift-guarding, confirming it is a real, active part of the workspaceCreated by the agent-documentation maintainer workflow.