docs: add trigger-e2e and __tests__ dirs to AGENTS.md architecture tree#1539
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add trigger-e2e and __tests__ dirs to AGENTS.md architecture tree#1539github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Both directories exist in scripts/ado-script/src/ but were missing from the architecture tree: - trigger-e2e/ — defines FACT_META (TypeScript mirror of the Rust Fact registry), fact-catalog.gen.json (drift-guard artifact generated by `export-fact-catalog`), and gate-spec.test.ts (CI drift check). This directory is already cross-referenced in docs/cli.md for the `export-fact-catalog` command but was absent from the tree. - __tests__/ — top-level ado-script unit tests (bundle-coverage.test.ts). 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 and is cross-referenced indocs/cli.md(forexport-fact-catalog) but was missing from the AGENTS.md architecture treeAGENTS.md,docs/cli.mdscripts/ado-script/src/__tests__/exists (containsbundle-coverage.test.ts) but was omitted from the AGENTS.md architecture treeAGENTS.mdApplied Fixes
trigger-e2e/entry to thescripts/ado-script/src/section of the AGENTS.md architecture tree, with a description explaining its role as the TypeScriptFACT_METAmirror and theexport-fact-catalogdrift guard__tests__/entry for the top-level ado-script unit testsNotes
Verified against the codebase:
scripts/ado-script/src/trigger-e2e/gate-spec.tsdefinesFACT_META, which is already referenced indocs/cli.mdunderexport-fact-catalogscripts/ado-script/src/trigger-e2e/fact-catalog.gen.jsonis the committed drift-guard artifact generated bycargo run -- export-fact-catalogscripts/ado-script/src/__tests__/bundle-coverage.test.tsis the top-level unit test fileNo other documentation drift was found across AGENTS.md, docs/, or prompts/ during this audit.
Created by the agent-documentation maintainer workflow.