From b357c2425fab3000f20fa01f4402d0aebb776aed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:03:05 +0000 Subject: [PATCH] docs: add missing scripts/install/ and rotate-secrets to AGENTS.md architecture tree The scripts/ directory contains install scripts (install-linux.sh, install-macos.sh, install-windows.ps1) shipped as release artifacts and rotate-agentplayground-secrets.ps1 (moved there in #1635), neither of which appeared in the AGENTS.md architecture tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 7ece836a..97beb2aa 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -251,6 +251,8 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ ├── update-ado-agentic-workflow.md # Guide for modifying an existing agentic workflow │ └── debug-ado-agentic-workflow.md # Guide for troubleshooting a failing agentic workflow ├── scripts/ # Supporting scripts shipped as release artifacts +│ ├── install/ # Platform install scripts (shipped as release assets): install-linux.sh, install-macos.sh, install-windows.ps1 +│ ├── rotate-agentplayground-secrets.ps1 # Ops utility: rotates GITHUB_TOKEN secrets on AgentPlayground smoke-test pipelines │ └── ado-script/ # TypeScript workspace for bundled gate/import helpers plus execution-context, conclusion, and approval-summary bundles │ └── src/ │ ├── gate/ # Gate evaluator source (bundled to gate.js)