Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down