docs: add trigger-e2e to AGENTS.md architecture tree - #1554
Closed
github-actions[bot] wants to merge 1 commit into
Closed
docs: add trigger-e2e to AGENTS.md architecture tree#1554github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
The scripts/ado-script/src/trigger-e2e/ directory was added in a recent commit but not reflected in the AGENTS.md architecture tree. It holds the FACT_META gate-spec mirror (gate-spec.ts), trigger-evaluation E2E scenarios, and is drift-guarded via export-fact-catalog → fact-catalog.gen.json. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
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 but is absent from the architecture tree inAGENTS.mdAGENTS.mdApplied Fixes
trigger-e2e/entry to thescripts/ado-script/src/section of the AGENTS.md architecture tree, with a description consistent withdocs/ado-script.mdNotes
Verified by comparing
ls scripts/ado-script/src/against the AGENTS.md tree. Thetrigger-e2e/directory was introduced in the large initial commit (5001f4a) but was not listed in the architecture tree. The entry indocs/ado-script.mdalready correctly documents this directory; only the AGENTS.md index was missing it.The description matches
docs/ado-script.mdlines 109–118 and 568–570, which describetrigger-e2eas test-only (not a bundle), containing thegate-spec.tsFACT_META mirror and trigger-evaluation E2E scenarios, drift-guarded byexport-fact-catalog→fact-catalog.gen.json.Created by the agent-documentation maintainer workflow.