docs: add trigger-e2e harness and export-fact-catalog to architecture tree and CLI reference#1520
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
… tree and CLI reference - Add trigger-e2e/ to AGENTS.md architecture tree (missing after #1504 added the deterministic gate/synth-PR E2E suite) - Add export-fact-catalog to docs/cli.md hidden build-time tools section (parallel to export-gate-schema; generates fact-catalog.gen.json consumed by trigger-e2e/) - Update AGENTS.md CLI description to mention export-fact-catalog alongside export-gate-schema 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 (added in #1504) missing from thescripts/ado-script/src/subtreeAGENTS.mdexport-fact-cataloghidden build-time command not documented alongside the parallelexport-gate-schemacommanddocs/cli.md,AGENTS.mdApplied Fixes
trigger-e2e/entry to thescripts/ado-script/src/subtree inAGENTS.mdwith a description matching the source comments and the recent commit messageexport-fact-catalogto the "Hidden Build-Time Tools" section indocs/cli.md, including its--outputflag and a usage example pointing to thetrigger-e2e/fact-catalog.gen.jsondestinationdocs/cli.mdreference line inAGENTS.mdto mention bothexport-gate-schemaandexport-fact-catalogNotes
Verified against:
src/main.rs—ExportFactCatalogcommand definition at line ~581, confirmed#[command(hide = true)]scripts/ado-script/src/trigger-e2e/index.ts— confirmed this is the E2E harness that consumes the generatedfact-catalog.gen.jsonscripts/ado-script/src/trigger-e2e/fact-catalog.gen.json— confirmed it exists as a checked-in generated artifact137b014—test(trigger-e2e): add deterministic gate/synth-PR trigger-condition E2E suite (#1504)introducedtrigger-e2e/but docs were not updatedCreated by the agent-documentation maintainer workflow.