Skip to content

docs: add trigger-e2e test harness to architecture tree and ado-script reference#1516

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-trigger-e2e-to-architecture-1c1610d39cb1f6af
Draft

docs: add trigger-e2e test harness to architecture tree and ado-script reference#1516
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/add-trigger-e2e-to-architecture-1c1610d39cb1f6af

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Agent Documentation Update

Findings

Area Issue File(s)
accuracy scripts/ado-script/src/trigger-e2e/ exists in the repo as a deterministic trigger-condition (gate / synth-PR) E2E test harness but was absent from both the AGENTS.md architecture tree and docs/ado-script.md AGENTS.md, docs/ado-script.md

Applied Fixes

  • Added trigger-e2e/ entry to the AGENTS.md scripts/ado-script/src/ subtree, directly after the analogous executor-e2e/ entry
  • Added a "Test-only, not shipped: trigger-e2e" callout block in docs/ado-script.md after the existing executor-e2e callout, matching the same format and explaining it is excluded from the shipped-bundle guard via NON_BUNDLE_DIRS

Notes

Verified against:

  • scripts/ado-script/src/trigger-e2e/index.ts — confirms it is a trigger-condition E2E harness that queues a victim pipeline, asserts gate decisions, and files a GitHub issue on failure
  • scripts/ado-script/src/__tests__/bundle-coverage.test.ts — confirms trigger-e2e is listed in NON_BUNDLE_DIRS alongside executor-e2e, so the shipped-bundle guard already ignores it; the docs were simply never updated when the harness was added
  • src/compile/filter_ir.rs and src/main.rs — the compiler references trigger-e2e/gate-spec.ts for type codegen drift-guarding, confirming it is a real, active part of the workspace

Created by the agent-documentation maintainer workflow.

Generated by Agent Documentation Maintainer · 89 AIC · ⌖ 12 AIC · ⊞ 8.5K ·

…t reference

The scripts/ado-script/src/trigger-e2e/ directory exists in the repo
as a deterministic trigger-condition E2E harness (analogous to
executor-e2e) but was not mentioned in AGENTS.md or docs/ado-script.md.

- Add trigger-e2e/ entry to AGENTS.md architecture tree
- Add 'Test-only, not shipped: trigger-e2e' callout to docs/ado-script.md

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