Skip to content

docs: add trigger-e2e directory and export-fact-catalog hidden command#1511

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-trigger-e2e-and-export-fact-catalog-c6b8def54cdbbaa7
Draft

docs: add trigger-e2e directory and export-fact-catalog hidden command#1511
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-trigger-e2e-and-export-fact-catalog-c6b8def54cdbbaa7

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy trigger-e2e/ directory present in scripts/ado-script/src/ but absent from AGENTS.md architecture tree AGENTS.md
accuracy export-fact-catalog hidden CLI command not documented anywhere (only export-gate-schema was listed) docs/cli.md, docs/ado-script.md, AGENTS.md

Applied Fixes

  • Added trigger-e2e/ entry to the AGENTS.md architecture tree (after executor-e2e/, where it belongs), with a description matching the file's JSDoc and the FACT_META drift-guard test
  • Added export-fact-catalog to the "Hidden Build-Time Tools" section in docs/cli.md with flag reference and usage example
  • Extended docs/ado-script.md codegen section to document both export-gate-schema and export-fact-catalog, linking back to docs/cli.md for the full option reference
  • Updated the AGENTS.md docs-index entry for docs/cli.md to name both hidden commands

Notes

Verified against code:

  • trigger-e2e/ exists at scripts/ado-script/src/trigger-e2e/ with gate-spec.ts + __tests__/gate-spec.test.ts; the test file references fact-catalog.gen.json and FACT_META drift guard as described
  • ExportFactCatalog variant in src/main.rs (line 581) is #[command(hide = true)] — same pattern as ExportGateSchema — and calls compile::filter_ir::generate_fact_catalog()
  • Both hidden commands follow the same --output, -o <path> flag pattern

Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 80.3 AIC · ⌖ 12.3 AIC · ⊞ 8.5K ·

- Add trigger-e2e/ to AGENTS.md architecture tree (was missing alongside
  executor-e2e/)
- Document export-fact-catalog hidden build-time command in docs/cli.md
  (parallel to export-gate-schema; generates fact-catalog.gen.json for
  the FACT_META drift guard in trigger-e2e)
- Update docs/ado-script.md to document both export-gate-schema and
  export-fact-catalog alongside codegen explanation
- Update AGENTS.md docs index to mention both hidden commands

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants