docs: add trigger-e2e and __tests__ to ado-script tree; fix cli index#1547
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add trigger-e2e and __tests__ to ado-script tree; fix cli index#1547github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Two accuracy gaps in AGENTS.md: 1. scripts/ado-script/src/ tree was missing trigger-e2e/ (test-only FACT_META gate-spec harness) and __tests__/ (bundle-coverage test). Both directories exist on disk and are documented in docs/ado-script.md but were absent from the architecture tree, causing agents to miss them. 2. CLI index listed export-gate-schema but not export-fact-catalog as a hidden build-time tool; both are real Commands variants in main.rs. 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 on disk and is documented indocs/ado-script.mdbut was absent from the AGENTS.md architecture treeAGENTS.mdscripts/ado-script/src/__tests__/(bundle-coverage test) exists on disk but was absent from the AGENTS.md architecture treeAGENTS.mdexport-gate-schemaas the only hidden build-time tool, omittingexport-fact-catalogwhich is an equally realCommandsvariant insrc/main.rsAGENTS.mdApplied Fixes
trigger-e2e/to thescripts/ado-script/src/tree in AGENTS.md with a brief description matchingdocs/ado-script.md__tests__/to thescripts/ado-script/src/tree in AGENTS.md (bundle-coverage.test.ts)export-gate-schemaandexport-fact-catalogas hidden build-time toolsNotes
Verified against:
ls scripts/ado-script/src/— confirms bothtrigger-e2e/and__tests__/are present on diskdocs/ado-script.mdlines 109–117, 568–571 — canonical description of trigger-e2e already existed theresrc/main.rsCommandsenum and match arm at line 1011 — confirmsExportFactCatalogis a real commandNo source code changes were made. All edits are within
AGENTS.mdonly.Created by the agent-documentation maintainer workflow.