docs: fix AGENTS.md accuracy — add trigger-e2e to arch tree, add export-fact-catalog to hidden commands#1525
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…rt-fact-catalog to hidden commands - Add missing `trigger-e2e/` entry to the `scripts/ado-script/src/` architecture tree (already documented in docs/ado-script.md but absent from the AGENTS.md map) - Update docs/cli.md index blurb to mention both `export-gate-schema` and `export-fact-catalog` as hidden build-time tools (the code has both hidden with `#[command(hide = true)]`) 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 missing fromscripts/ado-script/src/architecture treeAGENTS.mdexport-gate-schemaas a hidden build-time tool;export-fact-catalog(also#[command(hide = true)]) was not listedAGENTS.mdApplied Fixes
trigger-e2e/entry to thescripts/ado-script/src/section of the architecture tree with an accurate description (gate/synth-PR trigger-condition E2E harness, FACT_META gate-spec table,gate-spec.test.tsCI drift guard). Already fully documented indocs/ado-script.md; this restores consistency with the AGENTS.md map.docs/cli.mdindex blurb to mention bothexport-gate-schemaandexport-fact-catalogas hidden build-time tools, matching their#[command(hide = true)]declarations insrc/main.rs.Notes
Verified against:
scripts/ado-script/src/directory listing —trigger-e2e/exists alongsideexecutor-e2e/docs/ado-script.mdlines 109–115 and 568 —trigger-e2ealready documented theresrc/main.rsCommandsenum — bothExportGateSchemaandExportFactCatalogcarry#[command(hide = true)]No other inaccuracies found in
docs/,prompts/, or theAGENTS.mdindex after checking:Created by the agent-documentation maintainer workflow.