From a8c2fe2e8443baf3faa0278273f4b9b7a214af23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 13:02:38 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20AGENTS.md=20accuracy=20=E2=80=94?= =?UTF-8?q?=20add=20trigger-e2e=20to=20arch=20tree,=20add=20export-fact-ca?= =?UTF-8?q?talog=20to=20hidden=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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> --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 41667fac..dbba1c26 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -268,6 +268,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ ├── approval-summary/ # Safe-outputs summary renderer (bundled to approval-summary.js; end-of-Agent-job summary tab) │ ├── github-app-token/ # GitHub App token minter (bundled to github-app-token.js; mints installation token in Agent + Detection when engine.github-app-token is set) │ ├── executor-e2e/ # Stage 3 safe-output E2E test harness (not a bundle; runs deterministic scenarios against a real ADO project and files a GitHub issue on failure) +│ ├── trigger-e2e/ # Gate/synth-PR trigger-condition E2E harness (not a bundle; contains FACT_META gate-spec table + trigger-evaluation scenarios; `__tests__/` subdirectory holds the `gate-spec.test.ts` CI drift guard) │ ├── prepare-pr-base/ # create-pull-request base-ref preparer (bundled to prepare-pr-base.js; fetches/deepens target branch so mcp.rs finds a diff base on shallow-default pools — issue #1413; emitted in BOTH the Agent job and the SafeOutputs job before the executor's worktree add — issue #1453) │ └── shared/ # Shared modules across bundles (auth, ado-client, env-facts, types.gen.ts) ├── tests/ # Integration tests and fixtures @@ -353,7 +354,7 @@ index to jump to the right page. `check`, `mcp`, `mcp-http`, `execute`, `secrets`, `enable`, `disable`, `remove`, `list`, `status`, `run`, `audit`, `mcp-author`, `trace`, `inspect`, `graph`, `whatif`, `lint`, `catalog`; `configure` is a - deprecated hidden alias and `export-gate-schema` is a hidden build-time tool). + deprecated hidden alias and `export-gate-schema` / `export-fact-catalog` are hidden build-time tools). - [`docs/agency-plugin.md`](docs/agency-plugin.md) — the Agency / Claude Code plugin (`agency/plugins/ado-aw/`): canonical layout, six skills, `mcp-author` wiring, the self-contained root marketplace catalogs, `init --agency`