Skip to content

docs: add trigger-e2e and __tests__ dirs to AGENTS.md architecture tree#1539

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-ado-script-tree-in-agents-md-a3e8da32a4631b05
Draft

docs: add trigger-e2e and __tests__ dirs to AGENTS.md architecture tree#1539
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-ado-script-tree-in-agents-md-a3e8da32a4631b05

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
Structure scripts/ado-script/src/trigger-e2e/ exists and is cross-referenced in docs/cli.md (for export-fact-catalog) but was missing from the AGENTS.md architecture tree AGENTS.md, docs/cli.md
Structure scripts/ado-script/src/__tests__/ exists (contains bundle-coverage.test.ts) but was omitted from the AGENTS.md architecture tree AGENTS.md

Applied Fixes

  • Added trigger-e2e/ entry to the scripts/ado-script/src/ section of the AGENTS.md architecture tree, with a description explaining its role as the TypeScript FACT_META mirror and the export-fact-catalog drift guard
  • Added __tests__/ entry for the top-level ado-script unit tests

Notes

Verified against the codebase:

  • scripts/ado-script/src/trigger-e2e/gate-spec.ts defines FACT_META, which is already referenced in docs/cli.md under export-fact-catalog
  • scripts/ado-script/src/trigger-e2e/fact-catalog.gen.json is the committed drift-guard artifact generated by cargo run -- export-fact-catalog
  • scripts/ado-script/src/__tests__/bundle-coverage.test.ts is the top-level unit test file

No other documentation drift was found across AGENTS.md, docs/, or prompts/ during this audit.


Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 242.8 AIC · ⌖ 11.9 AIC · ⊞ 8.7K ·

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>
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