docs: add missing trigger-e2e/__tests__ dirs and export-fact-catalog command#1513
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs: add missing trigger-e2e/__tests__ dirs and export-fact-catalog command#1513github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…command - AGENTS.md: add trigger-e2e/ (gate/synth-PR E2E harness) and __tests__/ (Jest suite) to the scripts/ado-script/src/ architecture tree - docs/cli.md: document the hidden export-fact-catalog command alongside export-gate-schema under Hidden Build-Time Tools 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
trigger-e2e/directory (gate/synth-PR E2E harness) missing fromscripts/ado-script/src/architecture treeAGENTS.md__tests__/directory (Jest suite) missing fromscripts/ado-script/src/architecture treeAGENTS.mdexport-fact-catalogCLI command undocumenteddocs/cli.mdApplied Fixes
trigger-e2e/to the AGENTS.md architecture tree with a description matching its role: queues victim builds, asserts skip/run outcomes, files GitHub issues on failure, and cross-checks FACT_META drift againstexport-fact-catalogoutput.__tests__/to the AGENTS.md architecture tree (Jest suite,bundle-coverage.test.ts).export-fact-catalogindocs/cli.mdunder "Hidden Build-Time Tools" alongsideexport-gate-schema, explaining its purpose as a build-time drift guard for thetrigger-e2eTypeScript FACT_META mirror.Notes
Verified against the filesystem (
ls scripts/ado-script/src/):trigger-e2e/and__tests__/both exist but were absent from AGENTS.md.Verified against
src/main.rs:ExportFactCatalogis defined with#[command(hide = true)]andsrc/compile/filter_ir.rsconfirms its purpose as a drift guard for thetrigger-e2eFACT_META table.Created by the agent-documentation maintainer workflow.