docs: add compiler-smoke-e2e harness to architecture trees#1653
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add compiler-smoke-e2e harness to architecture trees#1653github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Add the missing `scripts/ado-script/src/compiler-smoke-e2e/` entry to: - The `AGENTS.md` architecture tree (under `scripts/ado-script/src/`) - The `docs/ado-script.md` directory tree and test-only callout block The harness exists on disk and drives `tests/compiler-smoke-e2e/` (the ADO pipeline that recompiles fixtures against the in-tree compiler and queues runs), but was never added to either doc tree. 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/compiler-smoke-e2e/exists on disk but is absent from both theAGENTS.mdanddocs/ado-script.mddirectory treesAGENTS.md,docs/ado-script.mdApplied Fixes
compiler-smoke-e2e/entry to thescripts/ado-script/src/tree inAGENTS.md(betweenexecutor-e2e/andprepare-pr-base/)compiler-smoke-e2e/entry to the directory tree indocs/ado-script.mdcompiler-smoke-e2e" callout block indocs/ado-script.md, consistent with the existingexecutor-e2eandtrigger-e2ecalloutsNotes
Verified by
ls scripts/ado-script/src/— the directory exists and contains the TypeScript harness (ado-rest.ts,runner.ts,index.ts, etc.) that drivestests/compiler-smoke-e2e/(the ADO pipeline that recompiles alltests/safe-outputs/fixtures against the in-tree compiler and queues ADO runs). The directory was referenced in testing prose (AGENTS.mdalready mentionstests/compiler-smoke-e2e/) but the TypeScript source harness was never added to either architecture tree.All other reviewed areas (
docs/front-matter.mdfield coverage, CLI commands indocs/cli.md, default model inprompts/create-ado-agentic-workflow.md, docs index vs. actualdocs/files) are accurate.Created by the agent-documentation maintainer workflow.