Skip to content

docs: add trigger-e2e and __tests__ to ado-script tree; fix cli index#1547

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-ado-script-tree-accuracy-29240abb85668295
Draft

docs: add trigger-e2e and __tests__ to ado-script tree; fix cli index#1547
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/fix-ado-script-tree-accuracy-29240abb85668295

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
Accuracy scripts/ado-script/src/trigger-e2e/ exists on disk and is documented in docs/ado-script.md but was absent from the AGENTS.md architecture tree AGENTS.md
Accuracy scripts/ado-script/src/__tests__/ (bundle-coverage test) exists on disk but was absent from the AGENTS.md architecture tree AGENTS.md
Accuracy CLI index listed export-gate-schema as the only hidden build-time tool, omitting export-fact-catalog which is an equally real Commands variant in src/main.rs AGENTS.md

Applied Fixes

  • Added trigger-e2e/ to the scripts/ado-script/src/ tree in AGENTS.md with a brief description matching docs/ado-script.md
  • Added __tests__/ to the scripts/ado-script/src/ tree in AGENTS.md (bundle-coverage.test.ts)
  • Updated the CLI documentation index in AGENTS.md to mention both export-gate-schema and export-fact-catalog as hidden build-time tools

Notes

Verified against:

  • ls scripts/ado-script/src/ — confirms both trigger-e2e/ and __tests__/ are present on disk
  • docs/ado-script.md lines 109–117, 568–571 — canonical description of trigger-e2e already existed there
  • src/main.rs Commands enum and match arm at line 1011 — confirms ExportFactCatalog is a real command

No source code changes were made. All edits are within AGENTS.md only.


Created by the agent-documentation maintainer workflow.

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

Two accuracy gaps in AGENTS.md:

1. scripts/ado-script/src/ tree was missing trigger-e2e/ (test-only
   FACT_META gate-spec harness) and __tests__/ (bundle-coverage test).
   Both directories exist on disk and are documented in docs/ado-script.md
   but were absent from the architecture tree, causing agents to miss them.

2. CLI index listed export-gate-schema but not export-fact-catalog as a
   hidden build-time tool; both are real Commands variants in main.rs.

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