@@ -46,7 +46,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
4646### Create New Agentic Workflow
4747** Load when** : User wants to create a new agentic workflow from scratch
4848
49- ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1 /prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
49+ ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2 /prompts/create-ado-agentic-workflow.md <!-- x-release-please-version -->
5050
5151** Use cases** :
5252- "Create an agentic workflow that reviews PRs weekly"
@@ -56,7 +56,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
5656### Update Existing Workflow
5757** Load when** : User wants to modify an existing agent workflow file
5858
59- ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1 /prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
59+ ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2 /prompts/update-ado-agentic-workflow.md <!-- x-release-please-version -->
6060
6161** Use cases** :
6262- "Add the Azure DevOps MCP to my workflow"
@@ -66,7 +66,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
6666### Debug Failing Workflow
6767** Load when** : User needs to troubleshoot a failing agentic workflow
6868
69- ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1 /prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
69+ ** Prompt file** : https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2 /prompts/debug-ado-agentic-workflow.md <!-- x-release-please-version -->
7070
7171** Use cases** :
7272- "Why is my agentic workflow failing?"
@@ -109,4 +109,4 @@ ado-aw check <pipeline.lock.yml>
109109- Agent files must be compiled with ` ado-aw compile ` after YAML frontmatter changes
110110- Markdown body (agent instructions) changes do NOT require recompilation
111111- The agent never has direct write access — all mutations go through safe outputs
112- - Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.1 /AGENTS.md <!-- x-release-please-version -->
112+ - Full reference: https://raw.githubusercontent.com/githubnext/ado-aw/v0.45.2 /AGENTS.md <!-- x-release-please-version -->
0 commit comments